Logo
Waktaverse Games Docs
프로필 API

사용자 프로필 정보

연동된 게임에서 사용자 기본 정보를 얻습니다.

GET
/api/game-link/user/profile

Authorization

AuthorizationRequiredBearer <token>

In: header

curl -X GET "https://example.com/api/game-link/user/profile" \
  -H "Authorization: Bearer <token>"

조회 성공시.

{
  "id": 1,
  "name": "팬치",
  "profileImg": "https://phinf.pstatic.net/contact/20230203_106/.../image.png"
}