πAuthentication
Retrieving an Authentication Token
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
JWT token that can be used for further requests to authenticated endpoints
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5ctoken expiration time (UNIX timestamp)
1699974342token type. Must be "Bearer"
BearerInvalid request
Invalid credentials
Internal error
Changing Stored Credentials
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
Removing API Credentials
Delete existing API credentials. This 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-0a5f77fbce59Successful operation
Invalid request
Not authorised
Internal error
No content
Last updated