Authentication
To generate a session token, you must provide a valid Client ID and Client Secret.
While in closed beta, you can obtain your API keys by contacting our Customer Success team.
Generate Token
Use this endpoint to generate a temporary Access Token
Revoke Token
Use this endpoint to revoke a previously generated Access token
Revoke token
Path parameters
regionanyRequired
gb | au
Body
clientIdstringOptional
clientSecretstringOptional
tokenstringOptional
Responses
200
OK
application/json
Responsestring
404
Not Found
application/json
422
Unprocessable Entity
application/json
500
Internal Server Error
application/json
post
/{region}/v1/auth/token/revokeLast updated
Was this helpful?