Get consent status
GET/api/v1/consent-status
Returns the current valid consent for a specific visitor.
Responds with null when the visitor has no valid consent.
Cached for 30 seconds per visitor.
Request
Responses
- 200
- 401
- 429
The consent record, or null when none exists.
Invalid API key. The response is identical for a missing, invalid or inactive key.
Rate limit exceeded for this key, IP or endpoint.