To access our secured API services, you require a security pass or an access token.
To obtain an access token, there are 2 ways:
To obtain a token via 1st-factor and 2nd-factor authentication.
To obtain a token from an authorized user, the user has to first authenticate and login to the admin portal and generate an access token.
Thereafter, the access token can be used by the requester to access the secured resources. The user can revoke the token at any point of time.
Each API request must include the Authorization BEARER header with the given token. Refer to API documentation for more details.
For more info on client authentication, download the following documentation:
Download