latestOpenAPI 3.0.12026-08-192092911.2 MB
916e669fc527
Persons
Set a person's data consent
Captures information about when a person granted/denied consent to have their personal data stored (required scope contacts:persons:write)
put/v1/persons/{personId}/dataConsent
Path parameters
personIdstring uuid required
Person id
Headers
Customer-Idinteger required
The customer identifier
Request body
Example request
{
"status": "awaiting",
"medium": "email",
"comment": "Happy for their data to be held"
}Response
No Content