EndpointsWidgets

Generate direct notices URL

Returns a URL for the hosted direct notices widget, to display in an iframe. The widget presents the legal documents a jurisdiction requires you to show directly to a player, without collecting consent.

POST
/widget/generate-direct-notices-url
AuthorizationBearer <token>

In: header

Request Body

application/json

Generate direct notices URL request

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/widget/generate-direct-notices-url" \  -H "Content-Type: application/json" \  -d '{    "jurisdiction": "US-CA"  }'
{  "url": "https://family.k-id.com/widget",  "shortUrl": "https://family.k-id.com/s/12345678-1234-1234-1234-123456789012?pid=42&s=qr"}