Skip to main content
GET
Get the current consent version and legal-document URLs
Never hard-code a consent version. Resolve the returned tos_url and privacy_url against the API base URL, fetch both documents, and read their full contents before registering or re-consenting. Send the exact returned version as consent_version.

Response

Current consent metadata

version
string
required

Opaque current consent version; clients must not hard-code it

effective_at
string
required

Timestamp at which this consent version became effective

tos_url
string
required
Allowed value: "/terms"
privacy_url
string
required
Allowed value: "/privacy"