v27

latestOpenAPI 3.0.0MITraw.githubusercontent.com2025-11-2810941146.5 KB
Applications

list applications

get/Applications

Response

list of applications

application_sidstring uuid
namestring required
account_sidstring uuid required
speech_synthesis_vendorstring
speech_synthesis_voicestring
speech_recognizer_vendorstring
speech_recognizer_languagestring
env_varsobject

Object containing the Application Environment Variables as key/value to be sent with the call_hook payload

record_all_callsboolean

Example response

[
  {
    "call_hook": {
      "url": "https://acme.com",
      "method": "POST"
    },
    "call_status_hook": {
      "url": "https://acme.com",
      "method": "POST"
    },
    "messaging_hook": {
      "url": "https://acme.com",
      "method": "POST"
    }
  }
]