Skip to main content
POST
Bulk add contacts to an account

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.

Path Parameters

id
integer
required

Account ID

Body

application/json

Request body containing a list of contact IDs

contactIds
integer[]
required

List of contact IDs

Maximum array length: 1000
Required range: x >= 1

Response

Dictionary of failed items keyed by contact ID. Empty object {} means all succeeded.

Per-item error codes:

{key}
NotProcessedItemResult · object

Per-item error for non-atomic bulk operations. Only failed items are returned in the response dictionary. Items not present in the dictionary succeeded.