Skip to content
consent

/api/v1/consent/status-by-identifier

GET
/api/v1/consent/status-by-identifier
curl --request GET \
--url 'https://dpg.example.com/api/v1/consent/status-by-identifier?network=example'
network
required
string
>= 1 characters
phone
string
email
string

Default Response

Media typeapplication/json
object
statuses
required
object
terms
required
Array<integer>
privacy
required
Array<integer>
Examplegenerated
{
"statuses": {
"terms": [
1
],
"privacy": [
1
]
}
}