-
Notifications
You must be signed in to change notification settings - Fork 0
[GET](수진) 마이페이지 프로필 불러오기
Suzie edited this page Dec 16, 2020
·
1 revision
METHOD | PATH | EXPLANATION |
---|---|---|
GET | /profile | 마이페이지 프로필 불러오기 |
성공
{
"status": 200,
"success": true,
"data": {
"id": 1,
"profileImage": "https://sopt-27-suzie.s3.ap-northeast-2.amazonaws.com/image/origin/1608070254757.JPEG",
"userName": "이수진",
"userEmail": "[email protected]"
}
}
실패
{
"status": 400,
"success": false,
"message": "실패"
}
INTERNAL SERVER ERROR
{
"status": 500,
"message": "서버 내부 에러"
}