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:

NeedEndpoint
Create contactsPOST /api/v1/crm/contacts
Create dealsPOST /api/v1/crm/deals
Create issues or ticketsPOST /api/v1/issues
Create projectsPOST /api/v1/projects
Create planning allocationsPOST /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.