Skip to main content
POST
Exchange an authorization code or refresh token

Body

client_id
string
required
grant_type
enum<string>
required
Available options:
authorization_code,
refresh_token
client_secret
string
code
string
code_verifier
string
redirect_uri
string<uri>
refresh_token
string

Response

Token response

access_token
string
required
refresh_token
string
required
token_type
string
required
Allowed value: "bearer"
expires_in
integer
required
refresh_expires_in
integer
required
scope
string
required