Skip to main content

Authentication

Get credentials for authentication

Contact amnis Team at [email protected] or directly contact your Relationship Manager to get authorised.


Generate access token

Obtain an access token by specifying your grand_type , client_id , and client_secret in the HTTP request body. The token returned is required for calling all other API endpoints, which HTTP header must include Content-Type.

The access token is valid for 60 minutes and can be used multiple times for all other API endpoints until it expires. It's recommended to rely on expires_in for the accurate token expiration time.

As for request limitations, we do not specify exact limitations in terms of requests per second. Instead, we have specific restrictions on the usage of certain functionalities.

For example, there is a limitation on the number of failed login attempts. If the number of requests exceeds the defined limit, the API will respond with an error code 429.


What's next

Use this access token as the authentication bearer for all subsequent requests to the API. When your token expires, repeat the steps above to create a new one.