Endpoints위젯

직접 고지 URL 생성

iframe에 표시할 호스팅 직접 고지 위젯의 URL을 반환합니다. 이 위젯은 관할권이 플레이어에게 직접 표시하도록 요구하는 법적 문서를 제시하며, 동의는 수집하지 않습니다.

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

In: header

Request Body

application/json

직접 고지 URL 생성 요청

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"}