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=4.10.0.0&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" |
Only a registered Axxon PSIM user can receive the token. If you don't specify the login and password for the Basic authorization in the request, the server will return "500 Internal Server Error".
...
Parameter | Is requiredRequired | Description |
|---|---|---|
| login | NoYes | User login in Axxon PSIM, if specified |
| password | NoYes | User password in Axxon PSIM, if specified |
| expires_in | No | Token validity time in seconds. The maximum value is 1 day. The token expires after a specified period of time. The default value is 1800. To log out, specify the value 0. Note. There can be only 1 token for each user. |
GET/POST http://USER:PASSWORD@127.0.0.1:80/token?expires_in=1800...