HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
[New] 아만드팀
[New] 아만드팀
/
🌟
팀프로젝트
/
/host/rooms

/host/rooms

Response

 
기타 헤더
Method
Get
Domain
Room
담당자
리뷰
설명
호스트가 등록한 숙소를 볼 수 있다
완료?
완료?
반환코드
200
ok
{ "data": [ { "name":"방이름", "price":1, "description":"방설명", "maxGuestNum":1, "zipcode":"00000", "address":"창원", "detailAddress":"의창구", "bedCnt":2, "bedRoomCnt":1, "bathRoomCnt":1, "roomType":"HOUSE", "roomScope":"PRIVATE", "imagePaths":[ { "imagePath":"aaa" }, { "imagePath":"bbb" } ] } ] }