Skip to main content
POST
Oauth Consent

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/vnd.api+json

Body for POST /oauth/consent.

Carries ONLY the opaque consent_request_id. The client cannot supply redirect_uri / scope / contact here — those are read from the server-side context keyed by this id and re-verified before a code is minted.

Response

Successful Response