Answer a call
Use this request to answer a voice call.
Answer call
Answer a channel call
POST/workspaces/{workspaceId}/channels/{channelId}/calls/{callId}/answer
Authorization
Path parameters
workspaceId*string (uuid)
The ID of the workspace
callId*string (uuid)
The ID for a call
channelId*string (uuid)
The ID for a channel
Response
Call Command Answer was accepted for processing
Body
idId-2 (string (uuid))
callIdId-2 (string (uuid))
callFlowIdId-2 (string (uuid))
statusstring
commandstring
Request
Response
Example 1: Answer an inbound call
Last updated