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
Technical Details
Authentication
API Key
Response Formats
JSON
Availability
global
Status
Published
Rate Limits

1,000 operations/month (free tier)

Supported Languages
PythonJavaScriptcURL
Use Cases
visual automation
app integrations
data processing

Related APIs

Discover similar APIs that might interest you

APIfreemium

Zapier API

The Zapier Workflow API empowers apps to...

Category
Automation
Endpoints
1
app-integrationsno-code-automationworkflow-automation
Make (Integromat) API | Automation Platform REST API | Free API Hub