Leads
Bulk ingest sales leads
Batch import multiple sales leads in a single request
POST /leads/ingest/bulk
Batch ingests multiple sales leads. The endpoint authenticates the vendor via API key, then processes the request body.
This endpoint is not yet fully implemented. It currently returns 500 INTERNAL_ERROR after authentication succeeds.
Authentication
Vendor API key via Authorization: Bearer <vendor-api-key>.
Error responses
| Code | Reason |
|---|---|
UNAUTHORIZED | Missing or invalid API key |
INTERNAL_ERROR | Not yet implemented |