Skip to main content
POST
Move accounts to an account 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

Account list ID

Body

application/json
accountIds
integer[]
required

Account IDs to add or move (1 to 1000 items)

Required array length: 1 - 1000 elements
Required range: x >= 1

Response

Move operation completed. Response is a dictionary keyed by account 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.