Skip to main content
POST
/
v1
/
calls
/
{call_id}
/
dtmf
Send Dtmf
curl --request POST \
  --url https://api.example.com/v1/calls/{call_id}/dtmf \
  --header 'Content-Type: application/json' \
  --data '
{
  "digits": "<string>"
}
'
{}

Headers

authorization
string | null

Path Parameters

call_id
string<uuid>
required

Body

application/json
digits
string
required
Maximum string length: 32
Pattern: ^[0-9A-D*#wW]+$

Response

Successful Response

The response is of type Response Send Dtmf V1 Calls Call Id Dtmf Post · object.