Skip to content

사용자조회

SimJungUk edited this page Jul 11, 2019 · 1 revision

사용자 조회

메소드 경로 짧은 설명
GET /core/users 사용자 조회

요청 헤더

Content-Type: application/json
Authorization: Json Web Token

응답 바디

조회 성공

{
    "status": 200,
    "success": true,
    "message": "마이페이지 조회 성공",
    "data": {
        "rateSongCount": 7,
        "hitSongCount": 11,
        "nickName": "하리보냠냠",
        "totalPoint": 5600,
        "isArtist": 0,
        "profileImg": "https://simjus3.s3.ap-northeast-2.amazonaws.com/1562722080111.jpg",
        "backImg": null,
        "recommendMode": "신나는"
    }
}

INTERNAL SERVER ERROR

{
    "status": 500,
    "success": false,
    "message": "INTERNAL SERVER ERROR",
}

Clone this wiki locally