Authentication and API Keys
The Axis API is a REST API. The API endpoints look like this:
https://your.serverurl.com/api.php/{api-endpoint}
For example
https://your.serverurl.com/api.php/reports/users/12/
Each API endpoint in the Axis REST API expects an authorization in the form of an API Bearer Token. In order to obtain a valid API Bearer Token, you will need a valid API key to request one. This is sent as an Authorization Header of the type API Key with the key = apikey and the value as a valid API key you create in the admin area of the LMS at System > Integrations > Axis REST API > Manage API Keys.
Setup in Postman application
The above screen shot demonstrates how you would set up the authorization inside of the Postman application.