Skip to main content
POST
Get access token

Authorizations

Authorization
string
header
required

OAuth client ID and secret as HTTP Basic credentials.

Body

application/x-www-form-urlencoded
grant_type
enum<string>
required
Available options:
authorization_code
code
string
required

Authorization code from /auth callback.

redirect_uri
string<uri>
required
code_verifier
string
required

PKCE code verifier.

client_id
string
client_secret
string

Response

Access token issued

access_token
string
token_type
string
Example:

"Bearer"

expires_in
integer
refresh_token
string
scope
string
id_token
string