접속 가능한 서버 정보 요청
GET
https://{pick-domain}/v1.0/pick/lobby/server/access
Query Parameters
Name
Type
Description
planet_id*
int64
planet id
Headers
Name
Type
Description
Authorization*
String
Bearer eyJhbGciOiJ.....
curl --location --request GET 'https://dev.onbuff.com:51101/v1.0/pick/lobby/server/access?planet_id=1' \
--header 'Authorization: Bearer eyJhbGciOiJIU…….’
Last updated