Leads
Ingest a sales lead
Submit a single sales lead from a vendor webhook
POST /leads/ingest
Ingests a single sales lead. 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 |