- Home
- Categories
- Automation
- Make (Integromat) API
published
Make (Integromat) API
The Make API allows developers to automate workflows by managing various resources and integrating third-party applications seamlessly through HTTP requests.
null%Uptime
nullmsLatency
0Stars
API KeyAuth
NoCredit Card
RESTStyle
v1Version
API Endpoints
Reference for available routes, request structures, and live examples.
Retrieve automation scenarios
Full Endpoint URL
https://api.make.com/v1/scenarios Implementation Example
curl -X GET 'https://api.make.com/v1/scenarios' \
-H 'Authorization: Bearer YOUR_API_KEY'Request Payload
{
"limit": 100
}Expected Response
{
"scenarios": [
{
"id": "123",
"name": "Data Sync"
}
]
}Version:v1
Limit:1,000 operations/month (free tier)
Real-World Applications
- {'items': ['Automate lead management in CRM tools'Optimized Capability
- 'Integrate Slack notifications with workflow triggers'Optimized Capability
- 'Sync data between Google Sheets and cloud databases'Optimized Capability
- 'Auto-generate and email PDF documents'Optimized Capability
- 'Orchestrate multi-step business processes']}Optimized Capability
API Specifications
v1Pricing Model
FreeCredit Card
Not RequiredResponse Formats
{'items': ['JSON']}Supported Languages
8 LanguagesSDK Support
REST Only Rate Limit
1,000 requests per hour per user (varies by plan)
Use Case: Best For
Not Recommended For
Resources
Documentation#app-integrations#visual-automation#data-processing
Explore Related APIs
Discover similar APIs to Make (Integromat) API
PAID
Zapier API
The Zapier Workflow API enables developers to integrate automation into applications, providing functionalities to create, manage, and trigger workflows seamlessly.
AutomationView Details