v1

latestOpenAPI 3.0.02026-07-24360247.6 KB

큐레이션 조회

큐레이션 조회 API입니다.

get/V1/front/curation/{partnerId}

Query parameters

partnerIdstring required

발급 받은 파트너 아이디

returnLimitstring

반환 개수(min:1, max:100)

nextKeystring

다음 페이지 조회 키가 있을 시 해당 키를 입력합니다.

Response

200

codestring
timestampinteger
messagestring

Example response

{
  "code": "SU0000",
  "timestamp": 1616723534995,
  "message": "성공하였습니다.",
  "response": {
    "nextKey": "\"eyJQSyI6IlBBUiNzYXVjZWZsZXgxIiwiU0siOiJDVVIjYTdzenpLNTZ0Zmt1RlVUVG1YQUZ1ZiJ9\"",
    "totalCount": 18,
    "count": 1,
    "items": [
      {
        "curationName": "HOT Live",
        "partnerId": "sauceflex1",
        "imageUrl": "https://d10tn33swurvwl.cloudfront.net/curation/sauceflex1/a7szzK56tfkuFUTTmXAFuf/thum/7803f773-835e-4eef-b0c5-f93c9b756361.jpg",
        "liveCount": 25,
        "ord": 1,
        "curationId": "a7szzK56tfkuFUTTmXAFuf",
        "partnerName": "sauceflex",
        "regDt": "2021-02-15T07:15:44.837Z",
        "isPublic": true,
        "vodCount": 3
      }
    ]
  }
}