Authentication
Create an access token
Exchanges a client ID and client secret for a bearer token. The token is valid for 15 minutes and has no refresh token.
POST
Create an access token
Authorizations
Use the client ID as the username and the client secret as the password.
Body
application/x-www-form-urlencoded
Response
The access token is ready.
Short-lived bearer token for customer API requests.
Bearer token to send in the Authorization header.
Token lifetime in seconds.
Token expiry as Unix time in seconds.
Token type for the Authorization header.
Space-separated scopes granted to this token.
Create an access token