Skip to content

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" }'
object
key
additional properties
Example generated
{
"additionalProperty": "example"
}

Successful response. The representation can be JSON, HTML, or a redirect.