Skip to main content
POST
Add Contacts Batch
This endpoint is deprecated. A V2 replacement is not yet available. See the Migration Guide for details.

Authorizations

Authorization
string
header
required

API key must be provided as: Bearer <api_key>

Body

application/json
contacts
object[]
required

Array of contacts to add. Maximum 1000 contacts per request.

Response

Contacts processed successfully

total_processed
integer

Total number of contacts processed

total_success
integer

Number of contacts successfully added

total_failed
integer

Number of contacts that failed to be added

result
object[]