Skip to main content
POST
Bulk Transfer Contacts

Autorizaciones

api_access_token
string
header
requerido

Cuerpo

application/json
contact_ids
integer[]
requerido

Array of contact IDs to transfer

Ejemplo:
assignee_id
string<uuid>

ID of new assignee

Ejemplo:

"111e2222-e33b-44d5-a666-777888999000"

Respuesta

Contacts transferred successfully

success
boolean
Ejemplo:

true

data
object | null

Transfer operation result (null for bulk operations)

Ejemplo:

null

meta
object
message
string

Success message

Ejemplo:

"Contacts transferred successfully"