입찰 정보 확인 (입찰가능여부)
GET
https://{market-domain}/v1.0/product/bid
Query Parameters
Name
Type
Description
product_id*
int64
상품ID
Headers
Name
Type
Description
Authorization*
String
Bearer eyJhbGciOiJIUzI1NiIsI......
curl --location --request GET 'https://{dashboard-domain}/v1.0/product/bid?product_id=7' --header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXV.....'
Last updated