2️⃣Authentication
As stated in Authentication section of our API integration guide, in order to access any API endpoint you need to obtain a JWT token using your previously issued credentials.
Retrieve authentication token using API credentials
Unique API key used to identify your API integration. Note this can be different for live and sandbox environments
d04953b7-5878-4fd0-8970-0a5f77fbce59API secret
64ec977db2e585887c80ed62fe9997994aed8093Successful operation
Invalid request
Invalid credentials
Internal error
If your request was successful, you will receive a token as part of response, together with its expiration timestamp (by default all tokens expire after 1 hour).
You can now use a valid token to make requests to other endpoints of the API by providing it as an Authorization header in a following way:
If you want to change your API credentials, you can make an authenticated request to the following endpoint. Please note, all previously issued tokens will become invalid.
Add or update API credentials. If credentials are updated this action invalidates all issued tokens and active sessions
Unique API key used to identify your API integration. Note this can be different for live and sandbox environments
d04953b7-5878-4fd0-8970-0a5f77fbce59API secret
64ec977db2e585887c80ed62fe9997994aed8093Successful operation
Invalid request
Not authorised
Internal error
No content
Last updated