-
Notifications
You must be signed in to change notification settings - Fork 2
닉네임
ujusy edited this page Jan 2, 2020
·
3 revisions
메소드 | 경로 | 설명 |
---|---|---|
GET | /nickname | 닉네임 반환 |
Content-Type: application/json
token: JWT
{
"status": 200,
"success": true,
"message": "닉네임 조회 성공",
"data": {
"닉네임": "이뿌닝"
}
}
{
"status": 110,
"success": false,
"message": "만료된 토큰입니다."
},{
"status": 100,
"success": false,
"message": "잘못된 형식의 토큰입니다."
}