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

# List templates

`GET /v1/templates`

List all templates for the authenticated user.

**Authentication:** API Key required (`x-api-key` header) or JWT token

**Usage:** This endpoint is designed for no-code tools (Zapier, Make, n8n) to populate
template selection dropdowns.

**No credits consumed:** This is a read-only endpoint.

**Rate Limits:** 60 requests/min (free), 120 requests/min (paid). Headers included in response.

## Query parameters

- `kind` string, nullable — Filter by product kind: `pdf` or `image`

## Response `200`

List of templates

- TemplatesListResponse — Response for template list endpoint
  - `templates` TemplateListItem[], required
    - `id` string, required — Template short ID (12 characters)
    - `name` string, required — Template name
    - `kind` string — Template product kind: `pdf` or `image`
    - `created_at` string, required — ISO 8601 timestamp
    - `updated_at` string, required — ISO 8601 timestamp

## Other responses

- `403` — Invalid or missing API key
- `422` — Validation Error

---

[API](https://skmtc.net/pdftemplateapi/apis/templatefox-api.md) · [All operations](https://skmtc.net/pdftemplateapi/apis/templatefox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pdftemplateapi/templatefox-api/revisions/5673fc0d5fad/schema)
