Post Oauth 2 Consent

Handle OAuth2 consent

Authentication

AuthorizationBearer
Bearer token authentication

Request

This endpoint expects an object.
acceptbooleanRequired
Accept or deny user consent for a set of scopes
scopestring or nullOptional
oauth_querystring or nullOptional

Response

Consent processed successfully
redirect_uristringformat: "uri"
The URI to redirect to, either with an authorization code or an error

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error