Skip to main content
POST
Exchange code for tokens

Body

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

PKCE code verifier

Response

Tokens issued

access_token
string
token_type
string
Example:

"Bearer"

expires_in
integer
Example:

3600

refresh_token
string
scope
string