v1

latestOpenAPI 3.1.02026-07-26359254.7 MB
Accounts

Bulk create accounts

<small>Requires the contacts:write scope (or a broader one that includes it).</small>

Creates multiple accounts. Non-atomic — some may succeed while others fail. Each item in the response array contains the created ID or error details.

post/v3/contact-accounts/bulk

Request body

Response

Array of creation results, one per input item.

Per-item error codes:

errorMeaning
3InvalidInput — validation failed for this item
idinteger nullable

ID of the created item, null if creation failed

errorinteger nullable

Error code if creation failed

errorDetailsstring nullable

Human-readable error description if creation failed