Skip to main content
GET
/
gdpr
/
consent
Get consent status
curl --request GET \
  --url https://api.getovra.com/gdpr/consent \
  --header 'Authorization: Bearer <token>'
{
  "ownerId": "<string>",
  "termsAcceptedAt": "2023-11-07T05:31:56Z",
  "privacyAcceptedAt": "2023-11-07T05:31:56Z",
  "marketingOptIn": true,
  "updatedAt": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

API key (sk_...) or Agent token (at_...)

Response

Current consent state

ownerId
string
termsAcceptedAt
string<date-time> | null
privacyAcceptedAt
string<date-time> | null
marketingOptIn
boolean
updatedAt
string<date-time>