Create or refresh a token

Issues OAuth2 tokens for the customer API. v1.1 returns both camelCase and snake_case token fields for compatibility.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required

OAuth2 client ID

string
required

OAuth2 client secret

string
enum
required

OAuth2 grant type. Use client_credentials for a new access token or refresh_token to refresh an existing token.

Allowed:
string

Refresh token to exchange for a new access token. Required when grant_type=refresh_token.

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json