POST
Token Endpoint

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/x-www-form-urlencoded
grant_type
string | null
code
string | null
redirect_uri
string | null
client_id
string | null
client_secret
string | null
code_verifier
string | null
refresh_token
string | null
scope
string | null

Response

Successful Response