SSO 토큰 조회
Request
GET https://api.solapi.com/appstore/v2/sso/apps/:appId/customer-keys/:customerKeyAuthorization 인증 필요 [?]
Path Parameters
Response
Response Structure
{
"customerKey": "string",
"accountId": "string",
"memberId": "string",
"ssoToken": "string"
}Response Description
Response /
Samples
SSO 토큰 조
Last updated
Was this helpful?