Skip to main content
POST
Get an access token

Body

application/x-www-form-urlencoded
grant_type
enum<string>
required
Available options:
client_credentials
Example:

"client_credentials"

client_id
string
required
Example:

"ss_client_live_xxx"

client_secret
string
required
Example:

"ss_secret_live_xxx"

scope
string

Optional space-separated subset of your granted scopes.

Example:

"transactions:read merchants:read"

Response

Token issued

access_token
string
Example:

"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."

token_type
string
Example:

"Bearer"

expires_in
integer
Example:

3600

scope
string
Example:

"transactions:read merchants:read"