published

Make (Integromat) API

The Make (Integromat) API lets developers automate workflows and integrate third-party applications through its extensive RESTful endpoints, facilitating productivity and efficiency.

Developed by Make (formerly Integromat)

99.90%Uptime
200msLatency
120Stars
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
  • Automating document processing and approvalsOptimized Capability
  • Syncing CRM and marketing platform data in real-timeOptimized Capability
  • Sending instant notifications and alerts based on triggersOptimized Capability
  • Building complex app integrations without manual codeOptimized Capability
  • Creating custom workflows connecting multiple third-party appsOptimized Capability
Advantages
  • Wide range of features covering scenarios, modules, webhooks, and more
  • Supports seamless integration with hundreds of third-party services
  • Robust RESTful API with consistent JSON responses
  • Flexible authentication with API keys and OAuth 2.0 options
Limitations
  • Rate limits may impact very high-volume integrations
  • Limited documentation on specific API usage limits
  • No official SDKs for some popular programming languages
  • Complex workflows may require steep learning curve

FAQs

API Specifications

v1
Pricing Model
Subscription-based with pay-as-you-go options
Credit Card
Not Required
Response Formats
JSON
Supported Languages
7 Languages
SDK Support
JavaScript, Python, PHP
Time to Hello World

Minutes to a few hours depending on complexity

Rate Limit

1000 requests per minute

Free Tier Usage

Free tier includes up to 1,000 operations per month with basic automation features.

Use Case: Best For

Developers and businesses looking to automate workflows and integrate multiple apps easily.

Not Recommended For

Extremely high-throughput applications requiring guaranteed unlimited API calls.

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

Explore Related APIs

Discover similar APIs to Make (Integromat) API

View All APIs
PUBLIC

Zapier API

The Zapier Workflow API enables developers to integrate automation into their applications, allowing for seamless creation, management, and triggering of workflows.

AutomationView Details