---
title: "List design templates"
method: GET
path: "/v1/designs"
tags: ["Design Templates"]
---

# List design templates

`GET /v1/designs`

Returns a list of all design templates (certificates and badges) available in your workspace.

## Query parameters

- `cursor` string — Cursor for pagination
- `limit` integer, nullable — Number of items to return (default: 20)

## Headers

- `Certifier-Version` string, required — API version header. Required for all requests.

## Response `200`

List of design templates

- object
  - `data` Design[], required
    - `id` string, required — The unique design template's identifier
    - `name` string, required — The name of the design template
    - `type` 'certificate' | 'badge', required — The type of the design template, whether it is a certificate design template or a badge design template
    - `previewUrl` string, uri, required — The direct URL to a PNG image preview of the design template
    - `createdAt` string, date-time, required — The date and time when this design template was created. Formatted as an ISO 8601 date and time string
    - `updatedAt` string, date-time, required — The date and time when this design template was updated. Formatted as an ISO 8601 date and time string
  - `pagination` object, required
    - `prev` string, nullable, required — Cursor for previous page
    - `next` string, nullable, required — Cursor for next page

## Other responses

- `400` — Bad Request - Missing version, invalid version, invalid JSON, or validation error
- `401` — Unauthorized - Invalid or missing authentication token
- `429` — Rate Limited - Too many requests
- `500` — Internal Server Error - Problem on Certifier's end

---

[API](https://skmtc.dev/certifier/apis/certifier-api.md) · [All operations](https://skmtc.dev/certifier/apis/certifier-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/certifier/certifier-api/revisions/a84fb47b7f6f/schema)
