API

SSO 토큰 조회

작성일 2026.03.21 | 수정일 2026.03.21

GET/appstore/v2/sso/apps/:appId/customer-keys/:customerKey
Parameters
appId*— 대상 앱 ID
customerKey*— 조회할 customerKey

customerKey를 사용하여 SSO 토큰 정보를 조회합니다.

Response

NameTypeRequiredDescription
customerKeystring*고객 식별 키
accountIdstring*사용자 계정 ID
memberIdstring*사용자 멤버 ID
ssoTokenstring*SSO 인증 토큰

Structure

Response
{ "customerKey": "CUST_001", "accountId": "12345678901234", "memberId": "MB_abcdef123456", "ssoToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..." }