Get an access token
Authentication
Get an access token
Exchange your client credentials for a short-lived bearer token using the OAuth2 client_credentials grant. Send the credentials in the body (application/x-www-form-urlencoded) or as HTTP Basic auth. Tokens expire in 1 hour.
POST
Get an access token
Body
application/x-www-form-urlencoded
Available options:
client_credentials Example:
"client_credentials"
Example:
"ss_client_live_xxx"
Example:
"ss_secret_live_xxx"
Optional space-separated subset of your granted scopes.
Example:
"transactions:read merchants:read"