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

숙소 조회

Method
GET
URL Patterns
/hosts/{hostId}/rooms
작업 여부

Get Room

GET /api/v1/hosts/{hostId}/rooms
 
No Authentication Required, returns
{ "rooms": [{ "id": 1, "address": "제주시 하양읍", "pricePerDay": 20000, "photoUrl":"url1", "whishListId" : 1 }, { "id": 2, "address": "제주시 하양읍", "pricePerDay": 20000, "photoUrl":"url2", "whishListId" : -1 }, { "id": 3, "address": "제주시 하양읍", "photoUrl":"url3", "whishListId" : -1 } ] }