Skip to content

Submit a consent decision.

POST
/api/auth/consents
Code sample: Shell / cURL
curl --request POST \
--url https://auth.example.com/api/auth/consents \
--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.