Consent Ledger REST API
Query historical consent receipts, submit Data Subject Requests (DSR), and generate compliance certificates.
Endpoint: POST /api/v1/consent
{
"site_id": "CS-LIVE-PROD",
"user_id": "usr_8f912c",
"jurisdiction": "US-CA",
"consent": {
"necessary": true,
"analytics": true,
"marketing": false
}
}