Onsidian API
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

CodeReason
UNAUTHORIZEDMissing or invalid API key
INTERNAL_ERRORNot yet implemented

On this page