SSO 토큰 조회
Request
발급된 SSO Token을 앱 아이디와 사용자 구분 키로 조회합니다.
Authorization 인증 필요 [?]
Path Parameters
Name
Description
:appId
앱 아이디
:customerKey
사용자 구분
Response
Response Structure
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?