DTMF
Send DTMF tones
Send DTMF (keypad) tones on an active call. Use w for 0.5s pause, W for 1s pause.
post/api/v1/Account/{auth_id}/Call/{call_uuid}/DTMF/
Path parameters
auth_idstring required
Example:MA_XXXXXX
Your account Auth ID
call_uuidstring required
Request body
Example request
{
"digits": "1w2W3"
}Response
DTMF sent
Changes
No recorded changes to this endpoint across all 1 revision of this API.