GET /member/v3.0/{game_id}
Host: <https://api.onstove.com> (Live)
<https://api.gate8.com> (Sandbox)
Content-Type: application/json
Name | Type | Required | Default Value | Example | Description |
---|---|---|---|---|---|
Authorization | String | Y | Bearer {api_access_token} | API Access Token |
API Access Token
발급
API Access token
은 Game User Access Token 발급 및 유효성 검증 확인 부탁드립니다.
Name | Type | Required | Default Value | Example | Description |
---|---|---|---|---|---|
search_type | String | Y | MEMBER_NO | 종류member_no / guid | |
value | String | Y | 12345678 |
Name | Type | Required | Default Value | Example | Description |
---|---|---|---|---|---|
code | int | Y | 0 | 응답 코드 | |
message | String | Y | success | 응답 메시지 | |
value | Object | N | 응답 값 |
Name | Type | Required | Default Value | Example | Description |
---|---|---|---|---|---|
member_no | String | Y | 108131345 | member_no :플랫폼 고유ID | |
guid | String | N | 20000025262 | guid : 게임 고유ID |
<aside>
💡 **guid
guid
**는 게임이용약관 동의 시 생성 되는 게임 고유 ID
입니다.
게임이용약관 동의가 안 된 **member_no
**의 경우 response 값으로 **guid
**를 return 받을 수 없습니다.
</aside>