GET
/
v1
/
collections
List collections
curl --request GET \
  --url https://api.getbluma.com/api/v1/collections \
  --header 'Authorization: Bearer <token>'
{
  "collections": [
    {
      "id": "<string>",
      "name": "<string>",
      "asset_type": "images",
      "user_id": "<string>",
      "is_global": true,
      "created_at": "2023-11-07T05:31:56Z",
      "description": "<string>",
      "asset_count": 123,
      "deleted_at": "2023-11-07T05:31:56Z"
    }
  ],
  "total": 123
}

Authorizations

Authorization
string
header
required

Use your API key in the format: Bearer bluma_live_your_api_key_here

Query Parameters

asset_type
enum<string>

Filter by asset type

Available options:
images,
videos,
all

Response

200 - application/json

List of collections

collections
object[]
total
number