Workestra
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/v1

Available Endpoints

EndpointDescription
/api-contactsManage CRM contacts
/api-dealsManage CRM deals
/api-issuesManage support tickets
/api-projectsManage projects and tasks
/api-ingestBulk 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:

TierLimitApplies To
Standard100 req/minData read endpoints
Write30 req/minCreate/update/delete
AI10 req/minAI-powered endpoints
Auth5 req/minAuthentication endpoints

Rate limit headers are included in every response:

  • X-RateLimit-Limit — Maximum requests per window
  • X-RateLimit-Remaining — Remaining requests
  • X-RateLimit-Reset — Window reset timestamp