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

AirCnC API Docs

URL Prefix

/api/v1
 

HTTP Status Code

성공(200대)

  • 200 Success
  • 201 Created

클라이언트 오류(400대)

  • 400 Bad Request
  • 401 Unauthorized
  • 403 Forbidden
  • 404 Not Found

서버 오류(500)

  • 500 Internal Server Error
 

Error response body example

{ "errorMesage": "숙소를 찾을 수 없습니다", "status": "NOT FOUND" }
 
회원 👨👩
Description
URL Patterns
Method
작업 여부
회원가입
/members
POST
유저 로그인
/login
POST
위시 리스트 추가
/wishlists
POST
위시리스트 조회
/wishlists
GET
위시리스트 삭제
/wishlists/{wishlistId}
DELETE
숙소 💒 🏡 🏨
Description
URL Patterns
Method
작업 여부
숙소 등록
/hosts/{hostId}/rooms
POST
숙소 조회
/hosts/{hostId}/rooms
GET
숙소 상세 조회
/hosts/{hostId}/rooms
GET
숙소 변경
/hosts/{hostId}/rooms/{roomId}
PATCH
숙소 삭제
/hosts/{hostId}/rooms/{roomId}
DELETE
리뷰 등록
/rooms/{roomId}/reviews
POST
리뷰 조회
/rooms/{roomId}/reviews
GET
리뷰 삭제
/rooms/{roomId}/reviews/{reviewId}
DELETE
여행 🚅 🚌 ✈️
Description
URL Patterns
Method
작업 여부
여행 등록
/trips
POST
여행 조회
/trips
GET
여행 상세 조회
/trips/{tripId}
GET
여행 취소
/trips/{tripId}/cancel
POST
회원가입
유저 로그인
위시 리스트 추가
위시리스트 조회
위시리스트 삭제