Submit built-in consent page decision when enabled.
POST
/auth/consent
Code sample: Shell / cURL
curl --request POST \ --url https://auth.example.com/auth/consent \ --header 'Content-Type: application/json' \ --data '{ "additionalProperty": "example" }'Request Body
Section titled “Request Body ”object
key
additional properties
Example generated
{ "additionalProperty": "example"}object
key
additional properties
Example generated
additionalProperty=exampleResponses
Section titled “ Responses ”Successful response. The representation can be JSON, HTML, or a redirect.