v1

latestOpenAPI 3.0.02026-07-24360247.6 KB

ver 2026-05-20

2026-05-20 버전의 큐레이션 목록 조회(by curationIds) API입니다.

post/curations/search

Headers

Authorizationstring required

인증용 토큰

x-api-version'2026-05-20'

API 버전 (날짜 형식). 미전송 시 가장 오래된 버전이 적용됩니다.

Request body

curationIdsinteger[]

조회할 큐레이션 ID 배열 (100개까지 조회 가능)

Response

200

timestampinteger

타임스탬프

requestIdstring

요청 ID

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"
      }
    ]
  }
}