Calls

Set Call Case

Set or clear the case associated with a call (developer only).

Pass a case_id to associate the call with a case, or null to clear the association.

Requires developer authentication.

patch/calls/{call_id}/case

Path parameters

call_idstring uuid required

Request body

case_idstring uuid nullable

Case ID to associate, or null to clear

Response

Successful Response

successboolean required

Whether the call was updated successfully

call_idstring uuid required

The ID of the updated call record

Changes