Back to API Reference

Data Ingestion API

Push contact data from any source into Sales Centri.

Endpoint

POST /api/v1/contacts/ingest

  • Content-Type: application/json
  • Authorization: Bearer <token>

Request body

Send an array of contacts. Email is required. Additional fields are stored and used for enrichment.

  • email (string, required)
  • first_name, last_name, company, title, phone (optional)
  • source (optional label for the originating system)

Response

Returns a job id you can poll, plus a count of accepted and rejected rows. Invalid emails are rejected without failing the entire batch.

Need help implementing this?