---
title: "Get Zap Templates"
method: GET
path: "/v1/zap-templates"
tags: ["Zap Templates"]
---

# Get Zap Templates

`GET /v1/zap-templates`

List popular Zap Templates using your app. See our List Zap Templates guide to get started.

## Query parameters

- `apps` string
- `limit` number
- `offset` number

## Response `200`

- ZapTemplate[]
  - `id` integer, required — The numeric identifier of this Zap Template
  - `steps` ZapTemplateStep[], required — The steps this Zap Template are composed of
    - `id` integer, nullable, required — The numeric identifier of this step, if specified
    - `uuid` string, uuid, required — UUID identifier of this step
    - `title` string, required — The name of this step
    - `slug` string, required — The shortened slug for this step
    - `description` string, required — The description of this step
    - `image` string, required — The image URL for this step
    - `hex_color` string, required — The primary (hex) color for this step
    - `images` ZapTemplateStepImages, required — Images for a Zap Template at various sizes
      - `url_16x16` string, required — URL to 16x16 image for Zap Template
      - `url_32x32` string, required — URL to 32x32 image for Zap Template
      - `url_64x64` string, required — URL to 64x64 image for Zap Template
      - `url_128x128` string, required — URL to 128x128 image for Zap Template
    - `api` string, required — The API used in this step
    - `url` string, uri, required — The URL for this step
    - `label` string, nullable, required — The label for this step
  - `title` string, required — The title of this Zap Template
  - `slug` string, required — The shortened slug for this Zap Template
  - `status` 'draft' | 'published', required — * `draft` - draft * `published` - published
  - `description_plain` string, required — The plain (rendered) description for this Zap Template
  - `description_raw` string, required — The raw description for this Zap Template. May include styling syntax intended to be rendered
  - `url` string, uri, required — The URL for this Zap Template
  - `description` string, required — The HTML description for this Zap Template. Intended to be rendered in a browser
  - `create_url` string, uri, required — The URL to access to create a Zap from this Zap Template
  - `type` string, required — The type of this Zap Template

## Other responses

- `401` — Missing client_id in query parameters
- `403` — 403 Response
- `409` — 409 Response
- `429` — 429 Response
- `503` — 503 Response
- `504` — 504 Response

---

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