HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
♥️
2기 최종 프로젝트 팀별 공간
/
[팀 08] 사이코
[팀 08] 사이코
/
📶
API 설계
/
📃
특정 상품의 본인 비딩 금액 조회
📃

특정 상품의 본인 비딩 금액 조회

Method
GET
URL Patterns
api/v1/biddings/products/{productId}
인증 필요 여부
O
특정 상품의 본인이 비딩한 금액을 조회 한다.
 

요청

Get api/v1/biddings/products/{productId}
g

응답

// 정상 응답 200 Ok { "biddingPrice" : number }
// 요청자가 입찰한 적이 없을 경우 404 Not Found