---
title: "List collections"
method: GET
path: "/collections"
tags: ["collections"]
---

# List collections

`GET /collections`

List the collections accessible to the user. 

Unauthorized requests return an empty list.

You can use the returned `slug` parameter (in conjunction with the slug of
the parent Brandfolder) to form a link to the desired Collection like so:

```
https://brandfolder.com/{brandfolder_slug}/{collection_slug}
```

## Headers

- `Accept` 'application/json', required

## Response `200`

A list of collections accessible to the user.

- object
  - `data` Collection[], required
    - `id` string, required — Unique identifier for the resource instance.
    - `type` 'collections', required — The type of the resource.
    - `attributes` CollectionAttributes, required
      - `name` string — The name of the collection.
      - `tagline` string — The tagline of the collection.
      - `slug` string — The URL-friendly slug of the collection.
      - `public` boolean — Set to `true` for hassle-free sharing, allowing search engines to index your brand assets. Otherwise, set to `false` to share only with the users you specify.
      - `stealth` boolean — Set to `true` to remove the collection from appearing in web searches.
      - `is_workspace` boolean — Set to `true` if the collection is a Brandfolder workspace.
  - `meta` PaginationMetadataResponse, required — Page context information.
    - `current_page` integer, required
    - `next_page` object, nullable, required
    - `prev_page` object, nullable, required
    - `total_pages` unknown, required
    - `total_count` unknown, required

## Other responses

- `default` — Generic error payload

---

[API](https://skmtc.net/smartsheet/apis/brandfolder-openapi-reference.md) · [All operations](https://skmtc.net/smartsheet/apis/brandfolder-openapi-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartsheet/brandfolder-openapi-reference/revisions/fd95b0a2d2f8/schema)
