v1
latestOpenAPI 3.0.02026-07-24360247.6 KBver 2026-05-20
2026-05-20 버전의 큐레이션 목록 조회(by curationIds) API입니다.
post/curations/search
Headers
Authorizationstring required
인증용 토큰
x-api-version'2026-05-20'
API 버전 (날짜 형식). 미전송 시 가장 오래된 버전이 적용됩니다.
Request body
Response
200
Example response
{
"timestamp": 1737696381039,
"requestId": "13fcf588-0302-4ee5-8cdf-cb66a88d8c0c",
"data": {
"count": 102,
"data": [
{
"id": 1,
"name": "쿠레이션 명",
"isNameVisible": true,
"isDescriptionVisible": true,
"orderType": "ord",
"orderSortType": "sortNoAsc",
"viewType": "carousel",
"playType": "not",
"state": "private",
"clipList": [
{
"clipId": 1,
"sortNo": 1
}
],
"partnerUniqueId": "mobidoo",
"createdAt": "2024-08-19T11:37:48.000Z",
"deletedAt": "2025-02-05T11:43:24.000Z"
}
]
}
}