Endpoints위젯

세션 업그레이드 URL 생성

iframe에 표시할 호스팅 세션 업그레이드 위젯의 URL을 반환합니다. `/session/upgrade`로 생성된 세션 업그레이드 챌린지의 보호자에게 제시하여, 새로 요청된 권한을 승인받습니다.

POST
/widget/generate-session-upgrade-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-session-upgrade-url" \  -H "Content-Type: application/json" \  -d '{    "challengeId": "ae6d4729-af32-42ea-8ef2-ff46c7664802",    "email": "parent@example.com"  }'
{  "url": "https://family.k-id.com/widget",  "shortUrl": "https://family.k-id.com/s/12345678-1234-1234-1234-123456789012?pid=42&s=qr"}