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

v1
Pricing Model
Free
Credit Card
Not Required
Response Formats
{'items': ['JSON']}
Supported Languages
8 Languages
SDK Support
REST Only
Rate Limit

1,000 requests per hour per user (varies by plan)

Use Case: Best For

Not Recommended For

#app-integrations#visual-automation#data-processing

Explore Related APIs

Discover similar APIs to Make (Integromat) API

View All APIs
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