Get Access Token

Describes how to fetch token

To obtain the Access Token for authentication with the Zirius Pluss API, you will use the GetAccessToken endpoint. This endpoint requires you to send your API key and Secret key in the headers of your request. Upon successful authentication, the endpoint will provide you with Access Token in the response.

Endpoint Details:

Get Access Token

get

Provides Access token for given Api Key & Secret Key

Header parameters
Api-KeystringRequired

Api Key of the user

Secret-KeystringRequired

Secret Key of the user

Responses
200

OK

application/json
get
/api/v1/access-token
200

OK

Example Response:

Usage:

Once you have obtained the Access Token, you can use the Access Token as the authorization key in the headers of your API requests to authenticate with the Zirius API. If the Access Token expires, you can use Api Key & Secret Key for getting new Access Token.

By following these steps, you can securely obtain the necessary tokens for authenticating with the Zirius API and accessing its endpoints.

Last updated