OAuth Protocol

Create OAuth grant

Creates an OAuth authorization grant and returns the grant response for completing the authorization flow.

post/oauth/grants

Request body

allowedboolean required

Whether the grant is allowed

consent_tokenstring required

Consent token

Response

Grant created successfully

redirect_uristring uri required

Redirect URI with authorization code or error

Changes

Changed in 1 of the 61 revisions of this API.1