-
Notifications
You must be signed in to change notification settings - Fork 1
프로필 조회
HwangJaeSuk edited this page Sep 12, 2019
·
2 revisions
![](https://github.com/BabyClosetGroup/BabyClosetServer/raw/master/babyCloset/public/images/updateprofile.png)
[GET] ~/user
Key | Value | 설명 |
---|---|---|
Content-Type | application/json | |
token | {user token} | 토큰값 |
{
"status": 200,
"success": true,
"message": "유저 조회 성공",
"data": {
"userIdx": 3,
"userId": "babycloset95",
"username": "황재석",
"nickname": "바나나킥",
"profileImage": "https://sopt24server.s3.ap-northeast-2.amazonaws.com/1567310027617.jpeg"
}
}
{
"status": 400,
"success": false,
"message": "토큰값이 존재하지 않습니다."
}
{
"status": 401,
"success": false,
"message": "잘못된 형식의 토큰입니다."
}
{
"status": 401,
"success": false,
"message": "만료된 토큰입니다."
}
{
"status": 600,
"success": false,
"message": "유저 조회 실패"
}
-
유저(User)
-
게시물(Post)
-
쪽지(Note)
-
나눔(Share)
-
QR인증(QRCode)
-
별점(Rating)
-
신고(Complain)