2️⃣Authentication
Retrieve authentication token using API credentials
Body
apiKeystring · uuidRequiredExample:
Unique API key used to identify your API integration. Note this can be different for live and sandbox environments
d04953b7-5878-4fd0-8970-0a5f77fbce59apiSecretstringRequiredExample:
API secret
64ec977db2e585887c80ed62fe9997994aed8093Responses
200
Successful operation
application/json
400
Invalid request
401
Invalid credentials
500
Internal error
post
/auth/tokenAdd or update API credentials. If credentials are updated this action invalidates all issued tokens and active sessions
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
apiKeystring · uuidRequiredExample:
Unique API key used to identify your API integration. Note this can be different for live and sandbox environments
d04953b7-5878-4fd0-8970-0a5f77fbce59apiSecretstringRequiredExample:
API secret
64ec977db2e585887c80ed62fe9997994aed8093Responses
204
Successful operation
400
Invalid request
401
Not authorised
500
Internal error
put
/auth/credentialsNo content
Last updated