Skip to main content
POST
OAuth 2.1 token endpoint (code exchange + refresh)

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
code_verifier
string
refresh_token
string

Response

Token response (RFC 6749 §5.1).

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