v1

latestOpenAPI 3.1.02026-07-2670105729.6 KB
Contacts

Create or update contacts

Upserts a single contact OR a batch ({ contacts: [...] }, up to 1000 rows). Unknown custom fields auto-create field definitions on the brand.

Single: 201 with { contact, created, fieldsCreated, warnings }. Batch: 200 with { summary, fieldsCreated, errors, warnings } — or 207 when some rows failed (per-row errors in errors[]).

post/v1/contacts

Headers

Idempotency-Keystring

Optional idempotency key for safe retries. Reusing the same key with the same request body returns the original response for 24 hours.

Request body

OR

Response

Batch upsert applied (every row succeeded).

fieldsCreatedstring[] required
validationJobIdstring