---
title: "Get All Templates"
method: GET
path: "/2022-06-09/collections/{collectionId}/templates"
tags: ["NFT Templates"]
---

# Get All Templates

`GET /2022-06-09/collections/{collectionId}/templates`

Get all of the templates for a collection

**API scope required**: `nfts.read`

## Path parameters

- `collectionId` string, required

## Query parameters

- `page` number, required
- `perPage` number

## Response `200`

success

- TemplateResponse[]
  - `templateId` string, uuid
  - `metadata` object
    - `name` string
    - `image` string
    - `description` string
    - `symbol` string
  - `onChain` union
    - object
      - `tokenId` integer — TokenId for the token
    - object
      - `mintHash` string — (SFTs Only) Mint hash for SFT if one has been minted already
  - `supply` object
    - `limit` integer
    - `minted` integer

## Other responses

- `400` — Invalid arguments, please make sure you're following the api specification.
- `403` — Forbidden error, please ensure the credentials are correct.
- `404` — Not found error.
- `503` — Service unavailable

---

[API](https://skmtc.net/crossmint/apis/onramp.md) · [All operations](https://skmtc.net/crossmint/apis/onramp/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crossmint/onramp/revisions/e2143d192130/schema)
