Applications
create application
post/Applications
Request body
Example request
{
"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"
}
}Response
application successfully created
Example response
{
"sid": "9d26a637-1679-471f-8da8-7150266e1254"
}