---
title: "Retrieve specific collection"
method: GET
path: "/api/v4/collections/{id}"
tags: ["Collections ID"]
---

# Retrieve specific collection

`GET /api/v4/collections/{id}`

Retrieve a specific collection by ID.

## Path parameters

- `id` string, required

## Response `200`

A specific collection.

- object
  - `dateCreated` string
  - `thumbnail` string
  - `name` string
  - `link` string
  - `views` integer
  - `description` string
  - `user` object
    - `id` string
    - `name` string

## Other responses

- `404` — Collection not found.

---

[API](https://skmtc.net/bynder/apis/oauth-2-0.md) · [All operations](https://skmtc.net/bynder/apis/oauth-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bynder/oauth-2-0/revisions/bb9efc864ce1/schema)
