Skip to main content
POST
Move contacts to a contact list

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

Contact list ID

Body

application/json
contactIds
integer[]
required

Array of contact IDs to move

Response

Move operation completed. Response is a dictionary keyed by contact ID. Only failed items appear; missing IDs were moved successfully.

Possible 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.