Legacy Ingest API
Legacy bulk ingestion notes.
The previous api-ingest Supabase edge function is legacy documentation. It is not part of the current /api/v1 public API surface and should not be used for new integrations.
For new integrations, use the resource-specific endpoints:
| Need | Endpoint |
|---|---|
| Create contacts | POST /api/v1/crm/contacts |
| Create deals | POST /api/v1/crm/deals |
| Create issues or tickets | POST /api/v1/issues |
| Create projects | POST /api/v1/projects |
| Create planning allocations | POST /api/v1/planning/allocations |
If you need bulk import behavior, batch requests client-side with backoff and retry handling, or contact Leenops support for an import path for your deployment.

