AviatoAviato
DeveloperAPI ReferenceCollections

/api/collections

GET
/api/collections

Query Parameters

includeHidden?|

Include collections marked hidden. Honored only with an active Aviato Afterburner license.

Response Body

application/json

curl -X GET "https://example.com/api/collections"
{
  "collections": [
    {
      "id": "string",
      "userId": "string",
      "profileId": "string",
      "distributedId": "string",
      "name": "string",
      "description": "string",
      "mediaType": "string",
      "sortBy": "string",
      "sortOrder": "string",
      "hidden": true,
      "itemCount": 0,
      "createdAt": "string",
      "updatedAt": "string"
    }
  ]
}