Inno UID 등록

POST https://{game_host_ext_ssrm}/v1.0/ssrm/auth/innouid

Headers

Name
Type
Description

Context-Type*

string

application/json

Authorization

string

login AT

Request Body

Name
Type
Description

inno_uid*

string

Inno 플랫폼에서 획득한 uid

{
    "return": 0,
    "message": "success"
}
{
    "inno_uid" : "Qf40Wch........ykf4cD/FlvEDlRUs="
}

Last updated