Freemium
Make (Integromat) API
The Make API enables powerful automation of workflows via HTTP, allowing users to manage scenarios, modules, teams, connections, webhooks, custom functions, variables, templates, and data stores. Authenticated via API tokens or OAuth 2.0 and governed by role-based scopes, it facilitates seamless integration of Make’s automation into custom applications.
1
Endpoints
0
Views
Aug 29, 2025
Last Checked
1,000 operations/month
Rate Limit
API Endpoints
Retrieve automation scenarios
Full URL
https://api.make.com/v1/v1/scenarios
Code Examples
curl -X GET 'https://api.make.com/v1/v1/scenarios' \
-H 'Authorization: Bearer YOUR_API_KEY'
Parameters
{ "limit": 100 }
Example Response
{
"scenarios": [
{
"id": "123",
"name": "Data Sync"
}
]
}
Version
v1
Rate Limit
1,000 operations/month (free tier)
Tags
app-integrationsdata-processingvisual-automation
Related APIs
Discover similar APIs that might interest you