How to authorize as Administrator via API
Updated on 30 Mar 2023
API Name | Endpoint | Role | Request values | Save from response |
Authorization | POST /authorization | Administrator | Provide 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.