> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fourthwall.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Collection Handles

> How to get a collection handle for the Storefront API

The Storefront collection APIs use the collection handles (slugs) to identify the collection you want to display. It defaults to the "all" collection, but you can specify a different collection by providing the handle.

<Tip>
  Looking to fetch products? See [Fetching Products](/storefront/products) for the complete guide.
</Tip>

## The `all` Collection

The `all` collection is a special built-in collection that contains **all public products** in your shop. Use it when you want to display your entire catalog:

```javascript theme={null}
GET /v1/collections/all/products?storefront_token=YOUR_TOKEN
```

## Finding Collection Handles

Here's how to get the handle for a collection:

1. Go to the [Collections page](https://my-shop.fourthwall.com/admin/dashboard/products/collections/?redirect)

2. Click on the collection you want to get the handle for. Make sure this collection is public.

3. The handle is the last part of the copyable URL.
