Freemium
Zapier API
The Zapier Workflow API empowers apps to embed powerful automation capabilities—allowing users to build, manage, and trigger Zaps (workflows) directly within your product. It supports OAuth 2.0 authentication, configurable workflows, and operates under rate limits designed for embedded use, enabling seamless automation experiences.
1
Endpoints
0
Views
Aug 29, 2025
Last Checked
100 tasks/month
Rate Limit
API Endpoints
Get automation workflows
Full URL
https://api.zapier.com/v1/v1/zaps
Code Examples
curl -X GET 'https://api.zapier.com/v1/v1/zaps' \
-H 'Authorization: Bearer YOUR_API_KEY'
Parameters
{ "status": "on" }
Example Response
{
"zaps": [
{
"id": "zap1",
"name": "CRM Sync"
}
]
}
Version
v1
Rate Limit
100 tasks/month (free tier)
Tags
app-integrationsno-code-automationworkflow-automation
Related APIs
Discover similar APIs that might interest you