endpoints.sendDtmf

POST https://relay.bluejeans.com/api/endpoints/:id/senddtmf
Remotely send a dial tone multi-frequency(DTMF) to an Endpoint. The Endpoint must be provisioned and associated with a Listener Service.
POST /api/endpoints/4fb329c03a8ce62480d87e24/senddtmf?dtmfString=*5 HTTP/1.1 HTTP/1.1 204 No Content

inputs

id

the id of the Endpoint to send the DTMF to
String PATH yes
4fb329c03a8ce62480d87e24

dtmfString

must only contain numbers, # or *
String QUERY yes
*5

outputs

204 if the Endpoint received the command, or 500 if the Endpoint ignored it.