Go to documentation repository
...
Example of a video request with authorization in Axxon PSIM using a token key:
Code Block | ||
---|---|---|
| ||
http://127.0.0.1:80/video/action.do?normalize=true&version=41.100.01.0224&video_in=CAM:1&token=EoHWC_zXFILImB0hL4QgjPc5624cJXMF |
To use the Bearer Token Authentication in the "Authorization" parameter in the request header.
Example:
Code Block | ||
---|---|---|
| ||
Authorization: Bearer PJ_eHSwUsqjXX7PRZMB8hm_zKEnCg3hE" |
...