API Reference
API Reference
Build integrations with the Workestra REST API.
The Workestra API allows you to programmatically access and manage your workspace data. All API endpoints are RESTful and return JSON responses.
Base URL
https://eitztntfwelucezqxjmw.supabase.co/functions/v1Available Endpoints
| Endpoint | Description |
|---|---|
/api-contacts | Manage CRM contacts |
/api-deals | Manage CRM deals |
/api-issues | Manage support tickets |
/api-projects | Manage projects and tasks |
/api-ingest | Bulk data ingestion |
Response Format
All endpoints return JSON with a consistent structure:
{
"data": [],
"error": null,
"count": 0
}Rate Limiting
API requests are rate-limited by tier:
| Tier | Limit | Applies To |
|---|---|---|
| Standard | 100 req/min | Data read endpoints |
| Write | 30 req/min | Create/update/delete |
| AI | 10 req/min | AI-powered endpoints |
| Auth | 5 req/min | Authentication endpoints |
Rate limit headers are included in every response:
X-RateLimit-Limit— Maximum requests per windowX-RateLimit-Remaining— Remaining requestsX-RateLimit-Reset— Window reset timestamp