Endpoints위젯
End-to-End URL 생성
iframe에 표시할 호스팅 엔드투엔드 위젯의 URL을 반환합니다. 이 위젯은 연령 게이트와 그로 인해 발생하는 동의 챌린지까지 전체 흐름을 하나의 호스팅 경험으로 처리하므로, 개별 엔드포인트를 직접 조합하지 않고 단일 임베드로 대체할 수 있습니다. 이미 보유한 연령 신호(`kuid`, `age`, `dateOfBirth`)를 제공하면 위젯의 연령 수집 단계를 건너뛸 수 있습니다.
Authorization
api-key AuthorizationBearer <token>
In: header
Request Body
application/json
e2e URL 생성 요청
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/widget/generate-e2e-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"}