CollectionsResponse
oneOf- CollectionsResponseSuccess
- ErrorResponse
Possible values: [true]
data objectrequired
collections object[]required
- ErrorResponse
- MOD2
Possible values: [false]
Human-readable message describing the error
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]
Additional error context data
Possible values: [true]
data objectrequired
Possible values: [G, PG, PG-13, R, NC17, unknown]
True if any clip in the collection is marked as explicit
clips object[]required
Explicitness status of the track
Possible values: [explicit, clean, censored, unknown]
Possible values: [false]
Human-readable message describing the error
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]
Additional error context data
{
"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"
}
]
}
}
]
}
}