SSO 토큰 조회

Request

GET https://api.solapi.com/appstore/v2/sso/apps/:appId/customer-keys/:customerKey

발급된 SSO Token을 앱 아이디와 사용자 구분 키로 조회합니다.

Authorization 인증 필요 [?]

Path Parameters

Name

Description

:appId

앱 아이디

:customerKey

사용자 구분

Response

Response Structure

{
    "customerKey": "string",
    "accountId": "string",
    "memberId": "string",
    "ssoToken": "string"
}

Response Description

Response /

Name

Type

Required

Description

customerKey

string

true

사용자 구분 키

accountId

string

true

계정 아이디

memberId

string

true

회원 아이디

ssoToken

string

true

SSO 토큰

Samples

SSO 토큰 조

Sample Request

Sample Response

Last updated

Was this helpful?