v1

latestSwagger 2.02026-08-06114161439.7 KB
call

Move call to another group within the same account

Transfers a call record from one organizational group to another within the same account. Used for reorganizing call data and correcting misrouted call assignments.

post/call/move

Request body

call_idinteger required

Unique identifier for the call record. Integer. Use as the primary key when cross-referencing other endpoints (e.g., /call/transcription, /call/tag).

org_unit_idinteger required

Organization unit (group) ID. Integer. Same concept as group_id; used in newer endpoints.

Response

Confirmation of call transfer with result status

resultstring required

Outcome of the request. String, typically 'success' or 'error'.

datastring required

Response payload. Shape varies by endpoint.

entry_countinteger required

The sequential number of the entry in the submitted array. Type: integer (int32).