Skip to main content
POST
Token exchange

Authorizations

Authorization
string
header
required

JWT token authentication

Body

application/x-www-form-urlencoded
grant_type
enum<string>
required
Available options:
authorization_code,
refresh_token,
urn:ietf:params:oauth:grant-type:device_code
client_id
string
required
code
string
redirect_uri
string
code_verifier
string
refresh_token
string

Response

Token response

access_token
string
token_type
enum<string>
Available options:
Bearer
expires_in
integer
refresh_token
string
scope
string