Skip to main content
POST
OAuth 2.0 token endpoint

Authorizations

Authorization
string
header
required

JWT Authorization Token header using the Bearer scheme

Body

application/json
code
string
grant_type
enum<string>
Available options:
authorization_code,
refresh_token
redirect_uri
string<uri>
client_id
string
code_verifier
string
refresh_token
string

Response

Default Response

access_token
string
token_type
string
expires_in
integer
refresh_token
string
scope
string
id_token
string