---
title: "Fetch Collections"
method: GET
path: "/Collections"
---

# Fetch Collections

`GET /Collections`

This API route allows a developer application to fetch a user's ShopMy collections. This route requires the user to permission your app for the read_collections OR write_collections scope.

## Response `200`

200

- object
  - `success` boolean, required
  - `collections` Collection[], required
    - `id` integer, required
    - `name` string, required
    - `description` string
    - `image` string, nullable
    - `social_links` string[], required
    - `private` boolean, required
    - `Section_id` integer, nullable
    - `url` string, required

## Other responses

- `401` — 401

---

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