partner-oauth

Partner token endpoint

Supports grant_type=authorization_code (PKCE S256 required) and grant_type=refresh_token (rotation on every use). Confidential clients authenticate with HTTP Basic or client_secret_post.

post/oauth/partner/token

Response

Access token response

access_tokenstring
expires_ininteger
refresh_tokenstring
scopestring
token_typestring

Changes

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