v1

latestOpenAPI 3.0.02026-07-24360247.6 KB

ver 2026-05-20

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

get/curations

Query parameters

pageinteger

페이지

limitinteger

1페이지 갯수

orderSortTypestring

정렬 타입 [createdAtDesc, createdAtAsc]

Headers

Authorizationstring required

인증용 토큰

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

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

Response

200

timestampinteger

타임스탬프

requestIdstring

요청 ID

Example response

{
  "timestamp": 1737696381039,
  "requestId": "13fcf588-0302-4ee5-8cdf-cb66a88d8c0c",
  "data": {
    "count": 15,
    "page": 1,
    "limit": 20,
    "rows": [
      {
        "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"
      }
    ]
  }
}