GET
/
v1
/
zaps

Authorizations

Authorization
string
headerrequired

Query Parameters

get_params
any

If set, guarantees that the 'params' of any node belonging to your app will be present in the response

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.

params__{{KEY}}
string

Filter for Zaps that contain the given parameter's {{KEY}} and the value of the query parameter. Keys are defined by your app on the developer platform.

Response

200 - application/json
next
string
required
previous
string
required
count
integer
required
objects
object[]
required

Was this page helpful?