partner-oauth

Load an authorization transaction for the consent page

Exchanges the opaque transaction secret for the data needed to render login and consent. Never returns the state parameter, the PKCE challenge, or the full redirect URI.

post/oauth/partner/transaction

Request body

localestring
transaction_idstring required

Response

Transaction view

authenticatedboolean
consent_versionstring
expires_atstring
mfa_pendingboolean
redirect_uri_hoststring nullable
scopesstring[]
transaction_idstring

Rotated transaction secret, returned by /transaction and /transaction/login. Store it and use it for the next call; the one you presented is dead on return.

Changes

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