SSO 토큰 생성
POST
/appstore/v2/sso/connect
Base URL:
https://api.solapi.com
인증 필요
[?]
앱 오너의 권한으로 회원가입 혹은 이미있는 회원정보를 확인하여 SSO 토큰을 생성합니다.
Body Params
Name | Type | Required | Description |
---|---|---|---|
appId | string | O | 앱 아이디 |
string | O | 설명 없음 | |
password | string | O | 설명 없음 |
customerKey | string | O | 설명 없음 |
Structure
Request Structure
{
"appId": "string",
"email": "string",
"password": "string",
"customerKey": "string"
}
문서 생성일: 2025-08-25