HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
🌚
[New] 우기팀
/
AirCnC API Docs
AirCnC API Docs
/
위시리스트 조회

위시리스트 조회

작업 여부
URL Patterns
/wishlists
Method
GET

Get Wishlists

POST /api/v1/wishlists
 
Authentication required, returns
{ "wishLists": [ { "wishListId" : 1, "roomId": 2, "roomPhotoUrl": "url1", "memo": "내 메모" }, { "wishListId" : 3, "roomId": 4, "roomPhotoUrl": "url2", "memo": "내 메모메모" } ] }
 
 
 
notion image