Skip to main content
POST
Exchange or refresh an OAuth token

Body

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

Response

Token issued.

access_token
string
refresh_token
string
token_type
string
Example:

"bearer"