Skip to content

유저 정보

Lee Hyunjoo edited this page Jun 6, 2020 · 1 revision
GET /user/:id

Request Header

{
    "Content-Type": "application/json"
}

Response

Success : 200

{
    "status": 200,
    "success": true,
    "message": "유저 정보 조회 성공",
    "data": [
        {
            "userIdx": 1,
            "userName": "유영",
            "userImg": "https://upload.wikimedia.org/wikipedia/commons/thumb/7/7e/Circle-icons-profile.svg/1200px-Circle-icons-profile.svg.png",
            "doknip_level": 15
        }
    ]
}
Clone this wiki locally