Update a call

patch

Update a phone call.

Authorizations
AuthorizationstringRequired

Bearer {apikey}

Path parameters
agentIdstringRequired

The ID of the agent.

callIdstringRequired

The ID of the phone call.

Body
tagsstring[]Optional
Responses
chevron-right
200

Successful Response

application/json

This is the object representing a call.

idstringRequired

The ID of the call

directionstring · enumRequired

The direction of the call

Possible values:
statusstring · enumRequired

The status of the call

Possible values:
languagestring[]Required

The languages of the call

durationnumberRequired

The duration of the call in seconds

fromstringRequired

The phone number of the caller

tostringRequired

The phone number of the callee

agentIdstringRequired

The ID of the agent

tagsstring[]Required

The tags of the call

createdAtstring · date-timeRequired

When the call was created

updatedAtstring · date-timeRequired

When the call was last updated

patch
/v1/agents/{agentId}/calls/{callId}

Last updated