GET
/
v1
/
zap-templates

Authorizations

client_id
string
queryrequired

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.

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

200 - application/json
id
integer
required
steps
object[]
required
title
string
required
slug
string
required
status
enum<string>
required
  • draft - draft
  • published - published
Available options:
draft,
published
description_plain
string
required
description_raw
string
required
url
string
required
description
string
required
create_url
string
required
type
string
default: guided_zaprequired

Was this page helpful?