Skip to content
consent

/api/v1/consent/u18/dob

POST
/api/v1/consent/u18/dob
curl --request POST \
--url https://dpg.example.com/api/v1/consent/u18/dob \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '{ "network": "example", "dateOfBirth": "example" }'
Media typeapplication/json
object
network
required
string
>= 1 characters
dateOfBirth
required
Examplegenerated
{
"network": "example",
"dateOfBirth": "example"
}

Default Response

Media typeapplication/json
object
isMinor
required
boolean
Examplegenerated
{
"isMinor": true
}