Calls
Update Call
Update an existing call record by UUID.
This endpoint is designed for the voice agent to update call details after the call is created. Requires a per-customer agent token for authentication. The customer_id is automatically extracted from the agent token.
All fields are optional - only provided fields will be updated. The call must belong to the customer associated with the agent token.
Returns:
- success: True if the call was updated successfully
- call_id: The UUID of the updated call record
patch/calls/{call_id}
Path parameters
call_idstring uuid required
Request body
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.