Bulk create accounts
Accounts
Bulk create accounts
Beta. This endpoint is in beta. Behavior, parameters, and response shapes may change without notice.
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
Bulk create accounts
Authorizations
Authenticate every request with a Bearer token. Pass your Reply API key in the
Authorization header:
Authorization: Bearer <your-api-key>Get your API key from the Reply dashboard: Settings → API Key.
Body
application/json
Request body for bulk creating accounts
List of contact accounts to create
Response
Array of creation results, one per input item.
Per-item error codes:
| error | Meaning |
|---|---|
| 3 | InvalidInput — validation failed for this item |