v1
latestOpenAPI 3.0.02026-07-24360247.6 KBver 2026-05-20
2026-05-20 버전의 클립 상품 목록 조회 API입니다.
get/clip/products
Headers
Authorizationstring required
인증용 토큰
x-api-version'2026-05-20'
API 버전 (날짜 형식). 미전송 시 가장 오래된 버전이 적용됩니다.
Response
200
Example response
{
"timestamp": 1737696381039,
"requestId": "13fcf588-0302-4ee5-8cdf-cb66a88d8c0c",
"data": [
{
"clipId": 9854,
"clipDescription": "클립 설명",
"sauceProductId": 91440,
"productId": 91440,
"productUniqueId": "mobidoo-09c7130ab34e4feba3ab47cdea91ea94",
"productName": "테스트 상품",
"brandName": "테스트 브랜드",
"countryCode": "KR",
"languageTagCode": "ko-KR",
"price": 10000,
"discountType": "rate",
"discountRate": 10,
"discountPrice": 1000,
"sellingPrice": 9000,
"productStatusCode": "active",
"redirectUrl": "https://example.com/product/1",
"createdDate": "2024-11-18T08:31:47.000Z",
"updatedDate": "2024-12-10T06:03:19.000Z"
}
]
}