Export consents
GET/api/v1/consents/export
Exports consent records as a JSON or CSV file download. Maximum 50,000 records per export. PII is stripped from all rows and CSV values are protected against spreadsheet formula injection. Every export is audit-logged. Requires the consent analytics feature. Rate limit: 5 exports per hour per domain.
Request
Responses
- 200
- 401
- 403
- 429
The export file.
Invalid API key. The response is identical for a missing, invalid or inactive key.
The domain's plan does not include this feature.
Rate limit exceeded for this key, IP or endpoint.