Skip to main content
POST
Oauth Token

Authorizations

Authorization
string
header
required

Send platform JWTs, contact JWTs, or team API keys as Authorization: Bearer <token>.

Query Parameters

grant_type
string | null

Response

Successful Response

Token endpoint success response (RFC 6749 §4.1.4 + OIDC §3.1.3.3).

scope is the space-delimited set of granted scopes (RFC 6749 §5.1). On a refresh the originally granted scope is carried forward verbatim — never widened.

access_token
string
required
expires_in
integer
required
id_token
string
required
scope
string
required
refresh_token
string | null
token_type
string
default:Bearer