Skip to main content
POST
Token Endpoint

Body

application/x-www-form-urlencoded
grant_type
enum<string>
required
Available options:
authorization_code,
refresh_token
client_id
string
required
code
string

Authorization code (for authorization_code grant)

redirect_uri
string<uri>

Must match the URI used in /oauth/authorize

code_verifier
string

PKCE code verifier (for authorization_code grant)

refresh_token
string

Refresh token (for refresh_token grant)

Response

Token response

access_token
string
token_type
string
Example:

"Bearer"

expires_in
integer
Example:

3600

refresh_token
string
scope
string