v1

latestOpenAPI 3.0.02026-07-1494623.7 KB
Play DTMF

Play DTMF tones into a call

Play DTMF tones into a call

put/{uuid}/dtmf

Request body

digitsstring

The digits to send

Response

Ok

messagestring

Description of the action taken

uuidstring uuid

The unique identifier for this call leg. The UUID is created when your call request is accepted by Vonage. You use the UUID in all requests for individual live calls

Example response

{
  "message": "DTMF sent",
  "uuid": "63f61863-4a51-4f6b-86e1-46edebcf9356"
}