Learn how to validate consent in real-time before processing personal data using our low-latency validation APIs.
x-api-key header of your requests. GET /v1/consent/validate
Parameters:
user_id: The unique identifier of the Data Principal.purpose_id: The ID of the purpose you intend to process data for.curl -X GET "https://api.conveyGrid.com/v1/consent/validate?user_id=usr_987&purpose_id=pur_checkout"
-H "x-api-key: YOUR_API_KEY"
Example Response:
{
"valid": true,
"artefact_id": "art_555xxx",
"granted_at": "2024-06-15T10:30:00Z"
} Our integration experts are available to guide you through the process and ensure a seamless setup.