Applications

retrieve an application

get/Applications/{ApplicationSid}

Response

application found

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

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"
  }
}

Changes