Get access token
Exchange your OAuth client credentials for an Account API access token.
Send the returned token as Authorization: Bearer <token> on subsequent requests. Request the ACCOUNT scope.
Header Parameters
X-Request-Id?string
Optional client-generated request identifier (UUID recommended) for end-to-end tracing.
Axiym echoes it in the X-Request-Id response header and records it in logs. Quote it when contacting support. If omitted, Axiym generates one.
Format
uuidRequest Body
application/x-www-form-urlencoded
client_id?string
client_secret?string
grant_type?string
scope?"ACCOUNT"
Allowed values
- "ACCOUNT"
Response Body
application/json
application/json
application/json
application/json