Skip to main content
POST
Bulk create accounts

Authorizations

Authorization
string
header
required

Authenticate every request with a Bearer token. Pass your Reply API key in the Authorization header:

Get your API key from the Reply dashboard: Settings → API Key.

Body

application/json

Request body for bulk creating accounts

items
Create Contact Account Request · object[]
required

List of contact accounts to create

Response

Array of creation results, one per input item.

Per-item error codes:

id
integer | null

ID of the created item, null if creation failed

error
integer | null

Error code if creation failed

errorDetails
string | null

Human-readable error description if creation failed