SSO 토큰 조회
작성일 2026.03.21 | 수정일 2026.03.21
GET
/appstore/v2/sso/apps/:appId/customer-keys/:customerKeyParameters
appId*— 대상 앱 ID
customerKey*— 조회할 customerKey
customerKey를 사용하여 SSO 토큰 정보를 조회합니다.
Response
Structure
Response
{
"customerKey": "CUST_001",
"accountId": "12345678901234",
"memberId": "MB_abcdef123456",
"ssoToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
}