Overview
The Opsmatic API provides programmatic access to your workflow monitoring data, analytics, and platform management features. Build custom integrations, create automated reports, and extend Opsmatic’s functionality to fit your unique needs.Base URL
Authentication
All API requests require authentication using an API key:Getting Your API Key
1
Access Settings
Go to your Profile Settings in the Opsmatic dashboard
2
Navigate to API
Click on the “API” tab in your settings
3
Generate Key
Click “Generate API Key” and copy the generated key
4
Store Securely
Store your API key securely - it won’t be shown again
Core Endpoints
Connections
Manage your n8n and Make.com connections programmatically
Analytics
Access execution logs, performance metrics, and availability data
Organizations
Manage team organizations and member permissions
Workflows
Retrieve workflow information and execution history
Rate Limits
- Free Plan: 100 requests per hour
- Pro Plan: 1,000 requests per hour
- Enterprise: Custom limits
Response Format
All API responses use JSON format:Error Handling
Errors return appropriate HTTP status codes with detailed error information:Common Status Codes
Status Code | Description |
---|---|
200 | Success |
400 | Bad Request |
401 | Unauthorized |
403 | Forbidden |
404 | Not Found |
429 | Rate Limited |
500 | Internal Server Error |