Get access token
Creates an OAuth 2.0 access token using your client credentials. Request the TRADE scope and send the returned token as a bearer token on subsequent Client Trade API requests.
Header Parameters
X-Request-Id?string
Optional identifier for tracing a request end to end. A UUID is recommended. Axiym returns it in the X-Request-Id response header and records it in logs. If omitted, Axiym generates one. Include it when contacting support.
Format
uuidRequest Body
application/x-www-form-urlencoded
client_id?string
client_secret?string
grant_type?string
scope?"TRADE"
Allowed values
- "TRADE"
Response Body
application/json
application/json
application/json
application/json