Skip to main content
POST
Oauth Token

Body

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

Response

Successful Response

access_token
string
required
expires_in
integer
required
scope
string
required
token_type
string
default:bearer
refresh_token
string | null