v1

latestOpenAPI 3.1.02026-07-2414238909.1 KB

Transfer an active call

Transfer an active call to a new one

post/voice/conversation/{messageId}/transfer

Path parameters

messageIdstring required

The id of the voice call to be transfered.

Headers

Authorizationstring required

Bearer {access_token}

Content-Typestring required

application/json

Request body

fromstring required

The sender Id for this call

hangupDelayinteger

The time to wait for the call to be answered.

maxDurationinteger

Defines the maximum duration.

Response

200

messageIdstring
messagestring
createdAtstring

Example response

{
  "messageId": "b82a7824-361d-4c99-a200-1c8a69d15922",
  "message": "Call transferred to +3069xxxxxxxx",
  "createdAt": "2018-11-02T12:06:59.284Z"
}