We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
이 API는 사용자의 마이페이지에 필요한 모든 정보를 한 번에 가져옵니다.
GET
/api/users/{userId}/my-page
{ "Content-Type": "application/json; charset=utf-8" }
200 OK
{ "success": true, "message": "...API 별 처리 메시지...", "data": { "userId": "user123", "profile": { "userName": "규라니", "personalMessage": "헤이 모두들 안녕. 내가 누군지 아니?", "followersCount": 37, "rewardPoints": 1250, "profileImage": "/image.jpg", }, "updatedMagazines": [{ "consumerId": "consumer1", "consumerName": "주부9단", "magazineThumbnail": "/image.jpg" }, { "consumerId": "consumer2", "consumerName": "우리밋", "magazineThumbnail": "/image.jpg" }, { "consumerId": "consumer3", "consumerName": "예은맘", "magazineThumbnail": "/image.jpg" }], "updatedMagazinesCount": 3, "myMagazines": [{ "categoryName": "전체", "magazinesCount": 26, "magazines": [{ "id": 153, "thumbnail": "/image.jpg" }, { "id": 154, "thumbnail": "/image.jpg" }] }, { "categoryName": "요리", "magazinesCount": 10, "magazines": [{ "id": 113, "thumbnail": "/image.jpg" }, { "id": 631, "thumbnail": "/image.jpg" }] }] } }
The text was updated successfully, but these errors were encountered:
woorim960
yeeeun0514
No branches or pull requests
API
마이페이지 정보 전체 조회
Request
GET
/api/users/{userId}/my-page
Response
200 OK
참고 이미지
The text was updated successfully, but these errors were encountered: