Skip to main content
POST
Duplicate emails within the project are skipped. The response includes a per-row error list for any contacts that failed validation.

Headers

string
required
Bearer YOUR_API_KEY
string
Your project UUID. Not required if the API key already encodes the project.

Request Body

object[]
required
Array of contact objects to import (max 1,000).

Response

boolean
Whether the import completed without a fatal error
number
Number of contacts successfully created
number
Number of contacts skipped (duplicates or validation failures)
object[]
Per-row error details
string
Human-readable summary