Skip to main content
GET
/
v1
/
zap-templates
Get Zap Templates
curl --request GET \
  --url 'https://api.zapier.com/v1/zap-templates?client_id='
[
  {
    "id": 123,
    "steps": [
      {
        "id": 123,
        "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "title": "<string>",
        "slug": "<string>",
        "description": "<string>",
        "image": "<string>",
        "hex_color": "<string>",
        "images": {
          "url_16x16": "<string>",
          "url_32x32": "<string>",
          "url_64x64": "<string>",
          "url_128x128": "<string>"
        },
        "api": "<string>",
        "url": "<string>",
        "label": "<string>"
      }
    ],
    "title": "<string>",
    "slug": "<string>",
    "status": "draft",
    "description_plain": "<string>",
    "description_raw": "<string>",
    "url": "<string>",
    "description": "<string>",
    "create_url": "<string>",
    "type": "guided_zap"
  }
]
This API is rate limited.

Authorizations

client_id
string
query
required

See our authentication documentation for how to find your Client ID

Query Parameters

apps
string

A comma separated list of Zapier Apps to match Zap templates against. Note:

  • Your app will always be one of the apps in the template
  • The list will return Zap Templates with all the provided apps, not a subset
limit
number
default:5

(Max: 100) Limit the number of Zap templates returned.

offset
number
default:0

The number of Zap templates to skip before beginning to return the Zap templates. The default value is 0, which is the offset of the first item.

Response

id
integer
required

The numeric identifier of this Zap Template

steps
object[]
required

The steps this Zap Template are composed of

title
string
required

The title of this Zap Template

slug
string
required

The shortened slug for this Zap Template

status
enum<string>
required

The status of this Zap Template

  • draft - draft
  • published - published
Available options:
draft,
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
default:guided_zap
required

The type of this Zap Template