How to authorize as Administrator via API

Updated on 30 Mar 2023
API NameEndpointRoleRequest valuesSave from response
AuthorizationPOST /authorizationAdministratorProvide the received credentials here
{
“login”: “string”
“password”: “string”
}
token


In the response, you will receive a token along with other user’s parameters. The received token should be used to access other APIs. You can also save any other parameters if needed.