OpenAPI 3.1.0MIT2026-08-15105151330.5 KB
5ed4a5a287b5
Contacts
Create Contact Import
Import contacts from an uploaded CSV file. The file is stored and processed in the background; poll GET /v1/contacts/imports/{id} for status and counts. Requires API key with audience:write.
post/v1/contacts/imports
Response
Import accepted for background processing
Example response
{
"data": {
"object": "contact_import",
"status": "processing"
}
}