Powerful API
Build powerful integrations and applications with our comprehensive RESTful API. Access customer data, automate workflows, and create seamless experiences.
Quick Start
Get up and running with our API in minutes. Follow these simple steps to start building.
Generate your API key from your account settings dashboard.
Use our interactive examples to test the API endpoints.
Integrate the API into your applications and automate workflows.
Authentication
Secure your API requests with Bearer token authentication.
All API requests require authentication using a Bearer token in the Authorization header.
Authorization: Bearer YOUR_API_KEY_HERE
Generate your API key from the dashboard under Settings → API Keys.
Get API KeyFree tier: 1,000 requests/hour
Pro tier: 10,000 requests/hour
Enterprise: Custom limits
API Endpoints
Explore our comprehensive API endpoints for managing customers, deals, and more.
Customers
Retrieve a list of customers
{ "customers": [ { "id": "cust_123", "name": "John Doe", "email": "john@example.com", "company": "Acme Corp", "created_at": "2024-01-15T10:30:00Z" } ], "pagination": { "page": 1, "limit": 20, "total": 150 } }
Create a new customer
{ "name": "Jane Smith", "email": "jane@example.com", "company": "Tech Solutions", "phone": "+1-555-0123" }
Update an existing customer
{ "name": "Jane Smith Updated", "company": "Tech Solutions Inc" }
Deals
Retrieve a list of deals
{ "deals": [ { "id": "deal_456", "title": "Enterprise Software License", "value": 50000, "stage": "negotiation", "customer_id": "cust_123", "created_at": "2024-01-15T10:30:00Z" } ] }
Create a new deal
{ "title": "New Software License", "value": 25000, "stage": "prospecting", "customer_id": "cust_123", "description": "Annual software license renewal" }
Webhooks
Receive real-time notifications when events occur in your CRM.
Available Events:
- • customer.created
- • customer.updated
- • deal.created
- • deal.stage_changed
- • email.sent
- • payment.received
Webhook URL:
https://your-domain.com/webhooks/hephaestus
Ready to Get Started?
Start building powerful integrations with our API today. Need help? Our developer support team is here to assist you.