Guides

Retrieve Top 30

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}
    ]
  }
}
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!