Skip to main content

Get All Collections

GET 

/api/v1/assetcollections

Retrieve Collections upto a maximum of 30. For retrieving additional collections, use the Collection Search API with pagination.

HTTP RESPONSE

ParameterTypeDescription
statusstringOK or ERROR
data.total_collectionsintegerTotal number of collections, includes private and group collections user has access to
data.collectionsJSONList of Collections in Asset Collection JSON format

Response JSON

{
"status": "OK",
"data": {
"total_collections": 1,
"collections": [
{COLLECTION_JSON}
]
}
}

Responses

Successful operation