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
/trips/{tripId}
작업 여부

Get Trip

GET /api/v1/trips/{tripId}
 
Authentication required, returns
{ "trip": { "id": 1, "checkIn": "1999-11-21", "checkOut": "1999-11-22", "totalPrice": 40000, "headCount": 4, "status" : "DONE", "room": { "id" : 1, "name": "숙소이름", "photoUrls": ["url1", "url2", "url3", ..], "hostName": "호스트이름", "address": "제주시 하양읍" } } }