Skip to content

닉네임

ujusy edited this page Jan 2, 2020 · 3 revisions

닉네임

Request

URL

메소드 경로 설명
GET /nickname 닉네임 반환

Header

Content-Type: application/json
token: JWT

Response

Body

SUCCESS

{
    "status": 200,
    "success": true,
    "message": "닉네임 조회 성공",
    "data": {
        "닉네임": "이뿌닝"
    }
}

FAIL

{
    "status": 110,
    "success": false,
    "message": "만료된 토큰입니다."
},{

    "status": 100,
    "success": false,
    "message": "잘못된 형식의 토큰입니다."
}