Developer Resources

API Documentation

Build powerful integrations with our RESTful API. Full access to workflows, executions, and integrations.

Quick Start

Base URL
https://api.smartsequence.com/v1
Example Request
GET
curl -X GET "https://api.smartsequence.com/v1/workflows" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"

API Features

Everything you need to build robust integrations

API Key Authentication

Secure your requests with API keys. Generate and manage keys from your dashboard with granular permissions.

Webhooks

Receive real-time notifications when events occur. Configure endpoints for workflow completions, errors, and more.

Rate Limiting

Fair usage limits ensure platform stability. Standard plans: 1000 req/min. Enterprise: unlimited.

Low Latency

Global edge network ensures sub-100ms response times. Optimized for high-throughput applications.

API Endpoints

GET/api/v1/workflows
POST/api/v1/workflows
GET/api/v1/workflows/{id}
PUT/api/v1/workflows/{id}
DELETE/api/v1/workflows/{id}
POST/api/v1/workflows/{id}/execute
GET/api/v1/executions
GET/api/v1/integrations

Need more endpoints? Our full API reference includes 50+ endpoints for workflows, executions, integrations, users, and more.

Official SDKs

Get started quickly with our official client libraries

JS
Node.js
PY
Python
GO
Go
RB
Ruby
PHP
PHP
JV
Java

Authentication

All API requests require authentication using an API key. Include your key in the Authorization header:

Authorization: Bearer YOUR_API_KEY
Generate API keys from your Dashboard → Settings → API Keys
Set granular permissions for each key (read, write, execute)
Rotate keys regularly for security

Ready to Start Building?

Get your API key and start integrating Smart Sequence today