Legal document options on widget URL endpoints
The hosted widget URL endpoints now accept per-call legal document variants, matching the options object already available on /age-gate/check. Use these to show platform-specific Terms of Service, Privacy Policy, and additional legal links (for example, Xbox, PlayStation, or Steam) in the widget consent flow instead of the product defaults.
What's new
API reference (OpenAPI)
/widget/generate-age-gate-url,/widget/generate-e2e-url, and/widget/generate-direct-notices-urlnow document anoptionsobject withtermsOfServiceDocument,privacyPolicyDocument, andadditionalLegalLinks. Each value is a configured additional legal link Variant ID; omitted documents fall back to the product defaults./widget/generate-direct-notices-urlgains theoptionsobject (previously it accepted onlyjurisdiction).
CDK: Sessions and permissions
- Presenting legal documents and data notices: Documents that
termsOfServiceDocument,privacyPolicyDocument, andadditionalLegalLinksare the canonical field names for legal-document variants across the k-ID API, and where they live for each endpoint (optionson the age gate check and the widget URL endpoints,materialChangeon/session/upgrade).
Compliance Studio
- Additional legal links: The Variant ID guidance now points at the widget URL endpoints, not just
/age-gate/check.