OAuth2

Exchange OAuth2 token

Exchanges authorization code or other grant type for access tokens. Supports authorization code, refresh token, and client credentials flows. Client authentication via authorization header or client credentials.

post/oauth2/token

Response

Success

access_tokenstring required

The access token for API authorization

token_typestring required

The type of token, typically "Bearer"

expires_ininteger required

The number of seconds until the access token expires

refresh_tokenstring required

The refresh token for obtaining new access tokens

scopestring required

The space-separated list of granted scopes

Changes

No recorded changes to this endpoint across all 1 revision of this API.