Skip to main content

CollectionsResponseSuccess

successbooleanrequired

Possible values: [true]

data objectrequired
collections object[]required
  • Array [
  • oneOf
    successbooleanrequired

    Possible values: [false]

    messagestring

    Human-readable message describing the error

    failureCodeFailureCode (string)required

    Specific failure code

    Possible values: [AUTHENTICATION_FAILED, VALIDATION_ERROR, SERVICE_UNAVAILABLE, INTERNAL_ERROR, ACR_CLOUD_ERROR, ACR_CLOUD_CONFIG_ERROR, NO_STREAMING_RIGHTS, CLIP_NOT_FOUND, TRACK_NOT_FOUND, COLLECTION_NOT_FOUND, INVALID_PARAMETERS, MISSING_HEADERS, NETWORK_ERROR]

    errorDataobject

    Additional error context data

  • ]
  • CollectionsResponseSuccess
    {
    "success": true,
    "data": {
    "collections": [
    {
    "success": true,
    "data": {
    "collectionId": 1,
    "collectionName": "Summer Vibes",
    "publishedOn": "2025-07-28T17:22:10.000Z",
    "rating": "PG-13",
    "explicit": true,
    "clips": [
    {
    "clipId": 123,
    "trackId": 456,
    "artworkPreSignedUrl": "https://...",
    "title": "Summer Song",
    "artist": "Summer Artist",
    "album": "Summer Album",
    "duration": 60,
    "preSignedUrl": "https://...",
    "preSignedUrlExpires": "2024-10-27T10:00:00Z",
    "encoding": "aac",
    "bitrate": 128,
    "createDate": "2025-10-21T16:15:57.000Z",
    "isrc": "USWB12200122",
    "explicitness": "clean"
    }
    ]
    }
    }
    ]
    }
    }