HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
♥️
2기 최종 프로젝트 팀별 공간
/
🐳
[팀 07] 머구리(Meoguri)
/
✨
API document
/
알림 조회

알림 조회

개발 여부
개발 여부
Method
GET
URL Patterns
/notifications?page=?&size=?
요청 RequestBody
{ }
 
응답
Status Code
Status Code : 200 (OK)
 
ResponseBody
{ "notifications": [ { "type" : "SHARE", "info" : { "bookmark" : { "id":1, "title" : "네이버", "link" : "https://www.naver.com" }, "sender" : { "id" : 1, "username" : "haha" } } }, { "type" : "FEED", "info" : { "bookmark" : { "id":2, "title" : "구글", "link" : "https://www.google.com" }, "sender" : { "id" : 2, "username" : "jacob" } }, { "type" : "OLD", "info" : { "bookmark" : { "id":3, "title" : "프로그래머스", "link" : "https://school.programmers.co.kr/my-courses/learning" } } ] }