Skip to content

마이페이지 조회

sovovy edited this page Sep 27, 2019 · 2 revisions

마이페이지 조회

Method URL Description
GET /user/mypage 마이페이지 조회

요청 헤더

Content-Type : application/json

Authorization : [token값]

응답 성공

// status : 200
{
    "message": "Success",
    "data": {
        "name" : "[닉네임]",
        "img" : "[url]"
    }
}
Clone this wiki locally