Skip to content
consent

/api/v1/consent/u18/profile-consent/precreate/issue

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

Default Response

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