---
title: "Get a collection"
method: GET
path: "/v1/collections/{slug}"
tags: ["headless_collections"]
---

# Get a collection

`GET /v1/collections/{slug}`

Returns a collection

## Path parameters

- `slug` string, required

## Query parameters

- `storefront_token` string, required

## Response `200`

OK

- ComFourthwallAppHeadlessModelCollectionPublicV1
  - `id` string, required
  - `name` string, required
  - `slug` string, required
  - `description` string, required

## Other responses

- `404` — Possible errors: `COLLECTION_NOT_FOUND_BY_SHOP_ID_AND_SHOP_ERROR`

---

[API](https://skmtc.net/fourthwall/apis/fourthwall-apis.md) · [All operations](https://skmtc.net/fourthwall/apis/fourthwall-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fourthwall/fourthwall-apis/versions/f85ba94932b7/schema)
