{"info":{"_postman_id":"fd9efdea-0708-4514-a34d-3230738a84cc","name":"jambonz API","description":"<html><head></head><body><p>The jambonz account-level REST API allows a user to create and manage calls, applications, speech credentials, carriers, and other resources that are associated with their account.</p>\n<h2 id=\"authentication\">Authentication</h2>\n<p>The API uses Bearer authentication; i.e., a bearer token that must be provided in the Authorization header, e.g.</p>\n<p><code>Authorization: Bearer 'your-api-token'</code></p>\n<p>You can generate an api token for your account in the hosted portal.</p>\n<h2 id=\"http-response-codes\">HTTP response codes</h2>\n<ul>\n<li>POST requests will return a 201 status on success and a JSON payload that includes a <code>sid</code> property referencing the unique identifier of the resource that has been created.</li>\n<li>UPDATE and DELETE requests will return a 204 status on success with no body</li>\n<li>GET requests will return a 200 response with a JSON payload</li>\n</ul>\n<h2 id=\"api-version\">API version</h2>\n<p>The current version of the api is v1.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"8631197","collectionId":"fd9efdea-0708-4514-a34d-3230738a84cc","publishedId":"TzXzEHQd","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"DA1C5C"},"publishDate":"2021-05-30T14:15:25.000Z"},"item":[{"name":"v1","item":[{"name":"Alerts","item":[{"name":"Get Alerts","id":"26b13019-d134-4e5c-8412-39d82327df60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/v1/Accounts/:account_sid/Alerts?page=1&count=25&days=7","description":"<p>Alerts are only kept in the system for seven days.  As there could be a large number of alerts, the api allows you to query pages of data at a time.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"fd9efdea-0708-4514-a34d-3230738a84cc","id":"fd9efdea-0708-4514-a34d-3230738a84cc","name":"jambonz API","type":"collection"}},"urlObject":{"path":["v1","Accounts",":account_sid","Alerts"],"host":["{{base_url}}"],"query":[{"key":"page","value":"1"},{"key":"count","value":"25"},{"key":"days","value":"7"}],"variable":[{"type":"any","value":"3e2c138a-8940-4804-bb4f-b2de70a91697","key":"account_sid"}]}},"response":[{"id":"a3b3dd63-64c0-46b6-9685-b5586ac976f4","name":"Get Alerts","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/v1/Accounts/:account_sid/Alerts?page=1&count=25&days=7","host":["{{base_url}}"],"path":["v1","Accounts",":account_sid","Alerts"],"query":[{"key":"page","value":"1"},{"key":"count","value":"25"},{"key":"days","value":"7"}],"variable":[{"key":"account_sid","value":"5f8e8f60-4771-44cb-92a6-94ea66df0450"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.2"},{"key":"Date","value":"Sun, 30 May 2021 11:59:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"306"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"132-0X6WZ56ZBLlg4n2/cc9Hpo+Ewvo\""}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 1,\n    \"page_size\": \"25\",\n    \"page\": \"1\",\n    \"data\": [\n        {\n            \"time\": \"2021-05-30T11:57:57.582346789Z\",\n            \"account_sid\": \"5f8e8f60-4771-44cb-92a6-94ea66df0450\",\n            \"alert_type\": \"webhook-connection-failure\",\n            \"detail\": \"getaddrinfo ENOTFOUND public-apps\",\n            \"message\": \"failed to connect to https://public-apps/jambonz.us/call-status\"\n        }\n    ]\n}"}],"_postman_id":"26b13019-d134-4e5c-8412-39d82327df60"}],"id":"0c46dc02-2280-4749-9335-2d3274c9a288","description":"<p>Alerts are generated when some element of your configuration is not working properly; for instance, if you have configured a webhook that is unreachable, or you try to use a speech service without having configured speech credentials.</p>\n","_postman_id":"0c46dc02-2280-4749-9335-2d3274c9a288","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"fd9efdea-0708-4514-a34d-3230738a84cc","id":"fd9efdea-0708-4514-a34d-3230738a84cc","name":"jambonz API","type":"collection"}}},{"name":"Applications","item":[{"name":"Get Applications","event":[{"listen":"test","script":{"id":"6cd28fda-6344-4c5c-afdc-7837a6255044","exec":[""],"type":"text/javascript"}}],"id":"c7a64519-bbf3-4a54-bd67-78d9a69e270e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/v1/Applications","description":"<p>Retrieve the applications that have been created for this account</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"fd9efdea-0708-4514-a34d-3230738a84cc","id":"fd9efdea-0708-4514-a34d-3230738a84cc","name":"jambonz API","type":"collection"}},"urlObject":{"path":["v1","Applications"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"b260915b-8819-4004-8826-6eb1bd857597","name":"GET Applications","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/v1/Applications"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.2"},{"key":"Date","value":"Thu, 27 May 2021 23:43:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"4268"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"10ac-G+/hdD2cQvXaKA8E/Tu1xP6q+5M\""}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"application_sid\": \"98acd50a-9f25-42a6-8dbf-aadb400ddcf0\",\n        \"name\": \"dial time clock\",\n        \"account_sid\": \"5f8e8f60-4771-44cb-92a6-94ea66df0450\",\n        \"speech_synthesis_vendor\": \"google\",\n        \"speech_synthesis_language\": \"en-US\",\n        \"speech_synthesis_voice\": \"en-US-Standard-C\",\n        \"speech_recognizer_vendor\": \"google\",\n        \"speech_recognizer_language\": \"en-US\",\n        \"created_at\": \"2021-05-25T03:06:21.000Z\",\n        \"call_hook\": {\n            \"webhook_sid\": \"30a3232d-e4f2-4c90-af83-fb32c31fa17d\",\n            \"url\": \"https://public-apps.jambonz.us/dial-time\",\n            \"method\": \"POST\",\n            \"username\": null,\n            \"password\": null\n        },\n        \"call_status_hook\": {\n            \"webhook_sid\": \"c20a825e-2ce7-4c10-8c95-fb4d83d30506\",\n            \"url\": \"https://public-apps.jambonz.us/call-status\",\n            \"method\": \"POST\",\n            \"username\": null,\n            \"password\": null\n        },\n        \"messaging_hook\": {\n            \"webhook_sid\": \"5832639b-d8a9-4334-b039-b088dea19ee3\",\n            \"url\": \"\",\n            \"method\": \"POST\",\n            \"username\": null,\n            \"password\": null\n        }\n    },\n    {\n        \"application_sid\": \"9b747b6c-7a3d-490e-af0b-95939982f369\",\n        \"name\": \"dial-o-rama\",\n        \"account_sid\": \"5f8e8f60-4771-44cb-92a6-94ea66df0450\",\n        \"speech_synthesis_vendor\": \"google\",\n        \"speech_synthesis_language\": \"en-US\",\n        \"speech_synthesis_voice\": \"en-US-Wavenet-C\",\n        \"speech_recognizer_vendor\": \"google\",\n        \"speech_recognizer_language\": \"en-US\",\n        \"created_at\": \"2021-05-08T16:59:06.000Z\",\n        \"call_hook\": {\n            \"webhook_sid\": \"5a7bfa6a-a897-4ba0-bd55-cd7c239a9df0\",\n            \"url\": \"https://9519e2c6b589.ngrok.io/dial-o-rama/collect\",\n            \"method\": \"POST\",\n            \"username\": null,\n            \"password\": null\n        },\n        \"call_status_hook\": {\n            \"webhook_sid\": \"7ad5e589-d161-4b4c-b513-3c597c099fb3\",\n            \"url\": \"https://9519e2c6b589.ngrok.io/call-status\",\n            \"method\": \"POST\",\n            \"username\": null,\n            \"password\": null\n        },\n        \"messaging_hook\": {\n            \"webhook_sid\": \"e38681ce-b11d-48c0-a844-19b304d13a79\",\n            \"url\": \"\",\n            \"method\": \"POST\",\n            \"username\": null,\n            \"password\": null\n        }\n    }\n]"}],"_postman_id":"c7a64519-bbf3-4a54-bd67-78d9a69e270e"},{"name":"Get Application","id":"16b57b41-59f6-47b9-b96e-93a905dd3638","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/v1/Applications/:application_sid","description":"<p>Retrieve a specific application by its unique identifier</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"fd9efdea-0708-4514-a34d-3230738a84cc","id":"fd9efdea-0708-4514-a34d-3230738a84cc","name":"jambonz API","type":"collection"}},"urlObject":{"path":["v1","Applications",":application_sid"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"3ad43f5b-5b35-4af0-a1db-2fd0a33ed7ed","type":"any","value":"98acd50a-9f25-42a6-8dbf-aadb400ddcf0","key":"application_sid"}]}},"response":[{"id":"d29e530b-4f30-49b5-8316-626a5ca2fa60","name":"Get Application","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/v1/Applications/:application_sid","host":["{{base_url}}"],"path":["v1","Applications",":application_sid"],"variable":[{"key":"application_sid","value":"98acd50a-9f25-42a6-8dbf-aadb400ddcf0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.2"},{"key":"Date","value":"Thu, 27 May 2021 23:19:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"860"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"35c-jYiXkrRkYNAXLvbpn4I0KG+aigM\""}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"application_sid\": \"98acd50a-9f25-42a6-8dbf-aadb400ddcf0\",\n        \"name\": \"dial time clock\",\n        \"account_sid\": \"5f8e8f60-4771-44cb-92a6-94ea66df0450\",\n        \"speech_synthesis_vendor\": \"google\",\n        \"speech_synthesis_language\": \"en-US\",\n        \"speech_synthesis_voice\": \"en-US-Standard-C\",\n        \"speech_recognizer_vendor\": \"google\",\n        \"speech_recognizer_language\": \"en-US\",\n        \"created_at\": \"2021-05-25T03:06:21.000Z\",\n        \"call_hook\": {\n            \"webhook_sid\": \"30a3232d-e4f2-4c90-af83-fb32c31fa17d\",\n            \"url\": \"https://public-apps.jambonz.us/dial-time\",\n            \"method\": \"POST\",\n            \"username\": null,\n            \"password\": null\n        },\n        \"call_status_hook\": {\n            \"webhook_sid\": \"c20a825e-2ce7-4c10-8c95-fb4d83d30506\",\n            \"url\": \"https://public-apps.jambonz.us/call-status\",\n            \"method\": \"POST\",\n            \"username\": null,\n            \"password\": null\n        },\n        \"messaging_hook\": {\n            \"webhook_sid\": \"5832639b-d8a9-4334-b039-b088dea19ee3\",\n            \"url\": \"\",\n            \"method\": \"POST\",\n            \"username\": null,\n            \"password\": null\n        }\n    }\n]"}],"_postman_id":"16b57b41-59f6-47b9-b96e-93a905dd3638"},{"name":"Create Application","id":"9e394d3f-de35-4e13-9c73-6a653dd4ae04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"name\": \"my test app\",\n\t\"account_sid\": \"{{account_sid}}\",\n\t\"call_hook\": {\n\t\t\"url\": \"https://public-apps.jambonz.us/hello-world\",\n\t\t\"method\": \"POST\"\n\t},\n\t\"call_status_hook\": {\n\t\t\"url\": \"https://public-apps.jambonz.us/call-status\",\n\t\t\"method\": \"POST\"\n\t},\n\t\"speech_synthesis_vendor\": \"google\",\n\t\"speech_synthesis_language\": \"en-US\",\n\t\"speech_synthesis_voice\": \"en-US-Standard-C\",\n\t\"speech_recognizer_vendor\": \"google\",\n\t\"speech_recognizer_language\": \"en-US\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/Applications","description":"<p>Create an application, specifying webhook URLs and speech settings.  </p>\n<p>Success is indicated by a 201 response containing a json body with a property \"sid\" that identifies the application_sid that was created.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"fd9efdea-0708-4514-a34d-3230738a84cc","id":"fd9efdea-0708-4514-a34d-3230738a84cc","name":"jambonz API","type":"collection"}},"urlObject":{"path":["v1","Applications"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"e0790c09-6a25-4390-b681-64980774db74","name":"Create Application","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"name\": \"my test app\",\n\t\"account_sid\": \"{{account_sid}}\",\n\t\"call_hook\": {\n\t\t\"url\": \"https://public-apps.jambonz.us/hello-world\",\n\t\t\"method\": \"POST\"\n\t},\n\t\"call_status_hook\": {\n\t\t\"url\": \"https://public-apps.jambonz.us/call-status\",\n\t\t\"method\": \"POST\"\n\t},\n\t\"speech_synthesis_vendor\": \"google\",\n\t\"speech_synthesis_language\": \"en-US\",\n\t\"speech_synthesis_voice\": \"en-US-Standard-C\",\n\t\"speech_recognizer_vendor\": \"google\",\n\t\"speech_recognizer_language\": \"en-US\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/Applications"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.2"},{"key":"Date","value":"Thu, 27 May 2021 23:26:33 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"46"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"2e-tVmlvHvMsB1ps4hLTc+Y+8vMfl4\""}],"cookie":[],"responseTime":null,"body":"{\n    \"sid\": \"bd66b946-0af4-4283-b972-d0d4b0d6f088\"\n}"}],"_postman_id":"9e394d3f-de35-4e13-9c73-6a653dd4ae04"},{"name":"Update Application","id":"74500bf2-5dc7-436e-bbd4-89126a69a960","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n\t\"name\": \"dial-o-rama\",\n\t\"account_sid\": \"{{account_sid}}\",\n\t\"call_hook\": {\n\t\t\"url\": \"https://9519e2c6b589.ngrok.io/dial-o-rama/collect\",\n\t\t\"method\": \"POST\",\n\t\t\"username\": null,\n\t\t\"password\": null\n\t},\n\t\"call_status_hook\": {\n\t\t\"url\": \"https://9519e2c6b589.ngrok.io/call-status\",\n\t\t\"method\": \"POST\",\n\t\t\"username\": null,\n\t\t\"password\": null\n\t},\n\t\"messaging_hook\": {\n\t\t\"url\": \"\",\n\t\t\"method\": \"POST\",\n\t\t\"username\": null,\n\t\t\"password\": null\n\t},\n\t\"speech_synthesis_vendor\": \"google\",\n\t\"speech_synthesis_language\": \"en-GB\",\n\t\"speech_synthesis_voice\": \"en-GB-Standard-A\",\n\t\"speech_recognizer_vendor\": \"google\",\n\t\"speech_recognizer_language\": \"en-US\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/Applications/:application_sid","description":"<p>Update the properties of an application.</p>\n<p>Success is indicated by a 204 response.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"fd9efdea-0708-4514-a34d-3230738a84cc","id":"fd9efdea-0708-4514-a34d-3230738a84cc","name":"jambonz API","type":"collection"}},"urlObject":{"path":["v1","Applications",":application_sid"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"53d2b4b6-98f9-4db4-804b-485596a809d3","type":"any","value":"9b747b6c-7a3d-490e-af0b-95939982f369","key":"application_sid"}]}},"response":[{"id":"c4d13b6e-9883-4a4d-9cae-f82f84923a85","name":"Update Application","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n\t\"name\": \"dial-o-rama\",\n\t\"account_sid\": \"{{account_sid}}\",\n\t\"call_hook\": {\n\t\t\"url\": \"https://9519e2c6b589.ngrok.io/dial-o-rama/collect\",\n\t\t\"method\": \"POST\",\n\t\t\"username\": null,\n\t\t\"password\": null\n\t},\n\t\"call_status_hook\": {\n\t\t\"url\": \"https://9519e2c6b589.ngrok.io/call-status\",\n\t\t\"method\": \"POST\",\n\t\t\"username\": null,\n\t\t\"password\": null\n\t},\n\t\"messaging_hook\": {\n\t\t\"url\": \"\",\n\t\t\"method\": \"POST\",\n\t\t\"username\": null,\n\t\t\"password\": null\n\t},\n\t\"speech_synthesis_vendor\": \"google\",\n\t\"speech_synthesis_language\": \"en-GB\",\n\t\"speech_synthesis_voice\": \"en-GB-Standard-A\",\n\t\"speech_recognizer_vendor\": \"google\",\n\t\"speech_recognizer_language\": \"en-US\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/v1/Applications/:application_sid","host":["{{base_url}}"],"path":["v1","Applications",":application_sid"],"variable":[{"key":"application_sid","value":"9b747b6c-7a3d-490e-af0b-95939982f369"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx/1.14.2"},{"key":"Date","value":"Fri, 28 May 2021 01:44:53 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"74500bf2-5dc7-436e-bbd4-89126a69a960"},{"name":"Delete Application","id":"830277cc-8a29-47af-aa03-da68b4756c19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}/v1/Applications/:application_sid","description":"<p>Deletes an application.</p>\n<p>Success is indicated by a 204 response</p>\n<blockquote>\n<p>Note: an application can not be deleted if it is referenced by a phone number or a  carrier.</p>\n</blockquote>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"fd9efdea-0708-4514-a34d-3230738a84cc","id":"fd9efdea-0708-4514-a34d-3230738a84cc","name":"jambonz API","type":"collection"}},"urlObject":{"path":["v1","Applications",":application_sid"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"06f05db7-9bbf-4d36-b177-60937e88209e","type":"any","value":"bd66b946-0af4-4283-b972-d0d4b0d6f088","key":"application_sid"}]}},"response":[{"id":"668d6054-a1dc-443a-b393-8ea3bc904530","name":"Delete Application","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/v1/Applications/:application_sid","host":["{{base_url}}"],"path":["v1","Applications",":application_sid"],"variable":[{"key":"application_sid","value":"bd66b946-0af4-4283-b972-d0d4b0d6f088"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx/1.14.2"},{"key":"Date","value":"Thu, 27 May 2021 23:28:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"a-bAsFyilMr4Ra1hIU5PyoyFRunpI\""}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"830277cc-8a29-47af-aa03-da68b4756c19"}],"id":"268d0948-63c9-4e1b-b9db-c569ba344e39","description":"<p>Applications represent the call handling rules to be applied to voice calls either made or received by the platform. Applications can be created, queried, updated, and destroyed via the API.</p>\n<p>Applications have the following properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>account_sid</td>\n<td>identifies the Account this application belongs to</td>\n</tr>\n<tr>\n<td>application_sid</td>\n<td>unique identifier for the application</td>\n</tr>\n<tr>\n<td>name</td>\n<td>user-specified name of application</td>\n</tr>\n<tr>\n<td>call_hook</td>\n<td>web callback to invoke for new calls</td>\n</tr>\n<tr>\n<td>call_status_hook</td>\n<td>web callback to invoke for call status notifications</td>\n</tr>\n<tr>\n<td>speech_recognizer_vendor</td>\n<td>vendor to use for speech recognition. Default: google</td>\n</tr>\n<tr>\n<td>speech_recognizer_language</td>\n<td>default language to use for speech recognition, if not specified in the 'gather' or 'transcribe' verbs. Default: en-US</td>\n</tr>\n<tr>\n<td>speech_synthesis_vendor</td>\n<td>vendor to use for text to speech. Default: google</td>\n</tr>\n<tr>\n<td>speech_synthesis_voice</td>\n<td>default voice to use for text to speech, if not specified in the 'say' verb. Default: en-US-Wavenet-C</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"268d0948-63c9-4e1b-b9db-c569ba344e39","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"fd9efdea-0708-4514-a34d-3230738a84cc","id":"fd9efdea-0708-4514-a34d-3230738a84cc","name":"jambonz API","type":"collection"}}},{"name":"Calls","item":[{"name":"Get Calls","id":"cf8ec6f1-a70b-40aa-a115-7a1f5da95365","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/v1/Accounts/:account_sid/Calls","description":"<p>Retrieve a list of calls for the account that are in progress or recently ended.</p>\n<blockquote>\n<p>Note: calls that have ended more than ten minutes ago will not be returned.</p>\n</blockquote>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"fd9efdea-0708-4514-a34d-3230738a84cc","id":"fd9efdea-0708-4514-a34d-3230738a84cc","name":"jambonz API","type":"collection"}},"urlObject":{"path":["v1","Accounts",":account_sid","Calls"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"5f8e8f60-4771-44cb-92a6-94ea66df0450","key":"account_sid"}]}},"response":[{"id":"a60a516a-818e-40f7-afe1-2b8f6ceacd2b","name":"Get Calls","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/v1/Accounts/:account_sid/Calls","host":["{{base_url}}"],"path":["v1","Accounts",":account_sid","Calls"],"variable":[{"key":"account_sid","value":"5f8e8f60-4771-44cb-92a6-94ea66df0450"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.2"},{"key":"Date","value":"Sun, 30 May 2021 12:22:24 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1387"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"56b-K1Nv66FWh7KNoOLyI/oAhrzxpHI\""}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"service_url\": \"http://172.31.32.144:3000\",\n        \"direction\": \"outbound\",\n        \"caller_name\": \"\",\n        \"call_sid\": \"a4941f23-66b8-4b52-b495-94192adee7ec\",\n        \"account_sid\": \"5f8e8f60-4771-44cb-92a6-94ea66df0450\",\n        \"call_status\": \"completed\",\n        \"call_id\": \"a173fe94-3be1-123a-28b2-0efdfb356c0d\",\n        \"sip_status\": 200,\n        \"from\": \"15083728299\",\n        \"to\": \"15083084809\",\n        \"duration\": 5\n    },\n    {\n        \"service_url\": \"http://172.31.32.144:3000\",\n        \"direction\": \"outbound\",\n        \"caller_name\": \"\",\n        \"call_sid\": \"6b4931df-436a-4bfe-864e-3513d2917c02\",\n        \"account_sid\": \"5f8e8f60-4771-44cb-92a6-94ea66df0450\",\n        \"application_sid\": \"9984fdc5-89ec-4ffe-9cee-880255a46253\",\n        \"call_status\": \"completed\",\n        \"call_id\": \"7ed07f1e-3be0-123a-28b2-0efdfb356c0d\",\n        \"sip_status\": 200,\n        \"from\": \"15083728299\",\n        \"to\": \"15083084809\",\n        \"duration\": 16\n    },\n    {\n        \"service_url\": \"http://172.31.32.144:3000\",\n        \"direction\": \"outbound\",\n        \"caller_name\": \"\",\n        \"call_sid\": \"65d1cefe-c21a-4f03-92c0-947d6a17fe01\",\n        \"account_sid\": \"5f8e8f60-4771-44cb-92a6-94ea66df0450\",\n        \"call_status\": \"completed\",\n        \"call_id\": \"6f7c2d1c-3be1-123a-28b2-0efdfb356c0d\",\n        \"sip_status\": 200,\n        \"from\": \"15083728299\",\n        \"to\": \"15083084809\",\n        \"duration\": 5\n    },\n    {\n        \"service_url\": \"http://172.31.32.144:3000\",\n        \"direction\": \"outbound\",\n        \"caller_name\": \"\",\n        \"call_sid\": \"8f0eb6f4-85d9-40c7-84a8-a7a8228f9816\",\n        \"account_sid\": \"5f8e8f60-4771-44cb-92a6-94ea66df0450\",\n        \"call_status\": \"completed\",\n        \"call_id\": \"13f2f4b9-3be1-123a-28b2-0efdfb356c0d\",\n        \"sip_status\": 200,\n        \"from\": \"15083728299\",\n        \"to\": \"15083084809\",\n        \"duration\": 0\n    }\n]"}],"_postman_id":"cf8ec6f1-a70b-40aa-a115-7a1f5da95365"},{"name":"Get Call","id":"1de43f9e-d222-463b-90eb-17e69d9eda32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/v1/Accounts/:account_sid/Calls/:call_sid","description":"<p>Retrieve information about a specific call in progress, or one that has recently ended (within the past ten minutes).</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"fd9efdea-0708-4514-a34d-3230738a84cc","id":"fd9efdea-0708-4514-a34d-3230738a84cc","name":"jambonz API","type":"collection"}},"urlObject":{"path":["v1","Accounts",":account_sid","Calls",":call_sid"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"5f8e8f60-4771-44cb-92a6-94ea66df0450","key":"account_sid"},{"type":"any","value":"e1577b29-3609-4d83-9ddd-8bd7f965b53c","key":"call_sid"}]}},"response":[{"id":"71e58a18-52dd-469b-b572-935b9d849539","name":"Get Call","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/v1/Accounts/:account_sid/Calls/:call_sid","host":["{{base_url}}"],"path":["v1","Accounts",":account_sid","Calls",":call_sid"],"variable":[{"key":"account_sid","value":"5f8e8f60-4771-44cb-92a6-94ea66df0450"},{"key":"call_sid","value":"e1577b29-3609-4d83-9ddd-8bd7f965b53c"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.2"},{"key":"Date","value":"Sun, 30 May 2021 13:16:42 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"468"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"1d4-/LHMvBUwerwwcr3NnIeixHzo30I\""}],"cookie":[],"responseTime":null,"body":"{\n    \"service_url\": \"http://172.31.32.144:3000\",\n    \"direction\": \"inbound\",\n    \"caller_name\": \"\",\n    \"call_sid\": \"e1577b29-3609-4d83-9ddd-8bd7f965b53c\",\n    \"account_sid\": \"5f8e8f60-4771-44cb-92a6-94ea66df0450\",\n    \"application_sid\": \"98acd50a-9f25-42a6-8dbf-aadb400ddcf0\",\n    \"from\": \"+15083084809\",\n    \"to\": \"+15083728299\",\n    \"call_id\": \"24f6442d-3be6-123a-dc86-0e72d4e3c899\",\n    \"sip_status\": 200,\n    \"call_status\": \"completed\",\n    \"originating_sip_ip\": \"54.172.60.2:5060\",\n    \"originating_sip_trunk_name\": \"Twilio\",\n    \"duration\": 57\n}"}],"_postman_id":"1de43f9e-d222-463b-90eb-17e69d9eda32"},{"name":"Create call (version 1)","id":"243a2edd-7999-41db-bd0d-08082bbab401","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"application_sid\": \"77deb55a-4c44-496b-8623-bcb98a166acc\",\n    \"from\": \"441514533212\",\n    \"to\": {\n        \"type\": \"user\",\n        \"name\": \"daveh@sip.jambonz.me\"\n    },\n    \"amd\": {\n        \"actionHook\": \"https://webhook.site/847b1ef2-a62d-415e-bf70-199b9ef97b68\"\n    },\n    \"timeout\": 30000\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/Accounts/:account_sid/Calls","description":"<p>Generate an outbound call. When the call is answered, the specified webhook will be invoked to manage the call.</p>\n<p>In this version of the createCall api you specify the application_sid identifier of the jambonz application that you want to be invoked on this call.</p>\n<p>The following properties may be provided in the body of the request:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>option</th>\n<th>description</th>\n<th>required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>application_sid</td>\n<td>the application to invoke when the call is answered</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>from</td>\n<td>The calling party phone number.</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>to</td>\n<td>The <a href=\"https://www.jambonz.org/docs/webhooks/dial/#target-types\">destination</a> to dial.</td>\n<td>yes</td>\n</tr>\n<tr>\n<td>actionHook</td>\n<td>webhook to invoke when the call ends. The webhook will include <a href=\"https://www.jambonz.org/docs/webhooks/dial/#dial-action-properties\">properties</a> describing the outcome of the call attempt.</td>\n<td>no</td>\n</tr>\n<tr>\n<td>amd</td>\n<td>enable answering machine detection; see <a href=\"https://www.jambonz.org/docs/supporting-articles/answering-machine-detection\">answering machine detection</a> for details</td>\n<td>no</td>\n</tr>\n<tr>\n<td>confirmHook</td>\n<td>webhook for an application to run on the callee's end after the dialed number answers but before the call is connected. This allows the caller to provide information to the dialed number, giving them the opportunity to decline the call, before they answer the call.</td>\n<td>no</td>\n</tr>\n<tr>\n<td>dtmfCapture</td>\n<td>an array of strings that represent dtmf sequence which, when detected, will trigger a mid-call notification to the application via the configured <code>dtmfHook</code></td>\n<td>no</td>\n</tr>\n<tr>\n<td>dtmfHook</td>\n<td>a webhook to call when a dtmfCapture entry is matched. This is a notification only -- no response is expected, and any desired actions must be carried out via the REST updateCall API.</td>\n<td>no</td>\n</tr>\n<tr>\n<td>headers</td>\n<td>an object containing arbitrary sip headers to apply to the outbound call attempt(s)</td>\n<td>no</td>\n</tr>\n<tr>\n<td>listen</td>\n<td>a nested <a href=\"https://www.jambonz.org/docs/webhooks/listen\">listen</a> action, which will cause audio from the call to be streamed to a remote server over a websocket connection</td>\n<td>no</td>\n</tr>\n<tr>\n<td>referHook</td>\n<td>webhook to invoke when an incoming SIP REFER is received on a dialed call. If the application wishes to accept and process the REFER, the webhook application should simply return an HTTP status code 200 with no body, and jambonz will send a SIP 202 Accepted. Otherwise, any HTTP non-success status will cause jambonz to send a SIP response to the REFER with the same status code.  <br />  <br />Note that jambonz will send the 202 Accepted and do nothing further. It is the responsibility of the third-party application to then outdial a new call and bridge the other leg, presumably by using the REST API.</td>\n<td>no</td>\n</tr>\n<tr>\n<td>tag</td>\n<td>an object containing key-pairs of metadata that will be attached to this call, as per the <a href=\"https://www.jambonz.org/docs/webhooks/transcribe\">tag verb</a></td>\n<td>no</td>\n</tr>\n<tr>\n<td>timeLimit</td>\n<td>max length of call in seconds</td>\n<td>no</td>\n</tr>\n<tr>\n<td>timeout</td>\n<td>ring no answer timeout, in seconds.  <br />Defaults to 60.</td>\n<td>no</td>\n</tr>\n<tr>\n<td>transcribe</td>\n<td>a nested <a href=\"https://www.jambonz.org/docs/webhooks/transcribe\">transcribe</a> action, which will cause the call to be transcribed</td>\n<td>no</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"fd9efdea-0708-4514-a34d-3230738a84cc","id":"fd9efdea-0708-4514-a34d-3230738a84cc","name":"jambonz API","type":"collection"}},"urlObject":{"path":["v1","Accounts",":account_sid","Calls"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"9351f46a-678c-43f5-b8a6-d4eb58d131af","key":"account_sid"}]}},"response":[{"id":"c27b4da8-8a35-4dda-9fd8-47742330a60d","name":"Create call (version 1)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"application_sid\": \"0d27aee6-d1e6-4707-bdde-1cc20b50ca88\",\n    \"from\": \"15083728399\",\n    \"to\": {\n        \"type\": \"phone\",\n        \"number\": \"15082084809\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/v1/Accounts/:account_sid/Calls","host":["{{base_url}}"],"path":["v1","Accounts",":account_sid","Calls"],"variable":[{"key":"account_sid","value":"9351f46a-678c-43f5-b8a6-d4eb58d131af"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.2"},{"key":"Date","value":"Sun, 30 May 2021 11:53:31 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"46"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"2e-lpaoyZLqrdm4rMezbbXyEs4u/h8\""}],"cookie":[],"responseTime":null,"body":"{\n    \"sid\": \"6b4931df-436a-4bfe-864e-3513d2917c02\",\n    \"callId\": \"fb1893f3-b547-123c-1c99-0e24c2fb464d\"\n}"}],"_postman_id":"243a2edd-7999-41db-bd0d-08082bbab401"},{"name":"Create call (version 2)","id":"4679c8d3-8f57-4d8d-87c9-4c8351a5181d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"call_hook\": {\n        \"url\": \"https://public-apps.jambonz.us/hello-world\",\n        \"method\": \"POST\"\n    },\n    \"call_status_hook\": {\n        \"url\": \"https://public-apps.jambonz.us/call-status\",\n        \"method\": \"POST\"\n    },\n    \"from\": \"15083718299\",\n    \"to\": {\n        \"type\": \"phone\",\n        \"number\": \"15583084809\"\n    },\n    \"speech_synthesis_vendor\": \"google\",\n    \"speech_synthesis_language\": \"en-US\",\n    \"speech_synthesis_voice\": \"Wavenet-A\",\n    \"speech_recognizer_vendor\": \"Google\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/Accounts/:account_sid/Calls","description":"<p>In this alternative version, the webhook is explicitly provided in the payload in place of an application_sid.</p>\n<p>Note that when an application_sid is NOT provided, you must explicitly specify the speech vendor properties in the payload (see example below).</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"fd9efdea-0708-4514-a34d-3230738a84cc","id":"fd9efdea-0708-4514-a34d-3230738a84cc","name":"jambonz API","type":"collection"}},"urlObject":{"path":["v1","Accounts",":account_sid","Calls"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"5f8e8f60-4771-44cb-92a6-94ea66df0450","key":"account_sid"}]}},"response":[{"id":"87c7c6bb-67b1-4ba1-8a7f-981d9061c11f","name":"Create call (version 2)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"call_hook\": {\n        \"url\": \"https://public-apps.jambonz.us/hello-world\",\n        \"method\": \"POST\"\n    },\n    \"call_status_hook\": {\n        \"url\": \"https://public-apps.jambonz.us/call-status\",\n        \"method\": \"POST\"\n    },\n    \"from\": \"15083728299\",\n    \"to\": {\n        \"type\": \"phone\",\n        \"number\": \"15083084809\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/v1/Accounts/:account_sid/Calls","host":["{{base_url}}"],"path":["v1","Accounts",":account_sid","Calls"],"variable":[{"key":"account_sid","value":"5f8e8f60-4771-44cb-92a6-94ea66df0450"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.2"},{"key":"Date","value":"Sun, 30 May 2021 12:00:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"46"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"2e-YTd6HNcfnfGdsXt6eazWcSeUKsg\""}],"cookie":[],"responseTime":null,"body":"{\n    \"sid\": \"65d1cefe-c21a-4f03-92c0-947d6a17fe01\",\n    \"callId\": \"fb1893f3-b547-123c-1c99-0e24c2fb464d\"\n}"}],"_postman_id":"4679c8d3-8f57-4d8d-87c9-4c8351a5181d"},{"name":"Create call (version 3)","id":"1cb8ba1e-404f-47a8-9aec-67849a5ea968","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"call_hook\": \"https://public-apps.jambonz.us/hello-world\",\n    \"call_status_hook\":\"https://public-apps.jambonz.us/call-status\",\n    \"from\": \"15083778299\",\n    \"to\": {\n        \"type\": \"phone\",\n        \"number\": \"15089084809\"\n    },\n    \"speech_synthesis_vendor\": \"google\",\n    \"speech_synthesis_language\": \"en-US\",\n    \"speech_synthesis_voice\": \"Wavenet-A\",\n    \"speech_recognizer_vendor\": \"Google\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/Accounts/:account_sid/Calls","description":"<p>In this alternative version, the a short form of the webhook is explicitly provided in the payload.</p>\n<p>Note that when an application_sid is NOT provided, you must explicitly specify the speech vendor properties in the payload (see example below).</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"fd9efdea-0708-4514-a34d-3230738a84cc","id":"fd9efdea-0708-4514-a34d-3230738a84cc","name":"jambonz API","type":"collection"}},"urlObject":{"path":["v1","Accounts",":account_sid","Calls"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"5f8e8f60-4771-44cb-92a6-94ea66df0450","key":"account_sid"}]}},"response":[{"id":"1f4b96a2-53cd-4e43-93a5-d3f6e0b45f46","name":"Create call (version 3)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"call_hook\": \"https://public-apps.jambonz.us/hello-world\",\n    \"call_status_hook\":\"https://public-apps.jambonz.us/call-status\",\n    \"from\": \"15083728299\",\n    \"to\": {\n        \"type\": \"phone\",\n        \"number\": \"15083084809\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/v1/Accounts/:account_sid/Calls","host":["{{base_url}}"],"path":["v1","Accounts",":account_sid","Calls"],"variable":[{"key":"account_sid","value":"5f8e8f60-4771-44cb-92a6-94ea66df0450"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.2"},{"key":"Date","value":"Sun, 30 May 2021 12:01:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"46"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"2e-VqA+F+KExXLNBcPIZ3UlOeJJmt0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"sid\": \"a4941f23-66b8-4b52-b495-94192adee7ec\",\n     \"callId\": \"fb1893f3-b547-123c-1c99-0e24c2fb464d\"\n}"}],"_postman_id":"1cb8ba1e-404f-47a8-9aec-67849a5ea968"},{"name":"Update Call - Live Call Control","id":"9c80ca99-4036-4a47-8823-4609e3fd4788","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"record\": {\n        \"action\": \"stopCallRecording\",\n        \"siprecServerURL\": \"sip:srs@52.52.132.163\",\n        \"recordingID\": \"my-recording-id\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/Accounts/:account_sid/Calls/:call_sid","description":"<p>This api allows you to manipulate a call that is in progress -- i.e., \"Live Call Control\".</p>\n<p>The actions available are:</p>\n<ul>\n<li>hangup a call</li>\n<li>mute/unmute a party on a call</li>\n<li>pause/resume the real-time audio stream provided via the <a href=\"https://www.jambonz.org/docs/webhooks/listen/\">listen</a> command</li>\n<li>transfer one or both parties on a call to new application(s).  Note that you can provide a different application for each party (e.g. queue the called party while the calling party dials a new number)</li>\n<li>play a whisper prompt to a party.</li>\n<li>place or remove a party that is in conference on hold.</li>\n<li>mute/unmute all non-moderators in a conference.</li>\n</ul>\n<p>Generally, a single API call can only do one of the above operations.</p>\n<p>The JSON payload may contain the properties described in the table below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>description</th>\n<th>when can this be used</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>call_hook</td>\n<td>a new application to start executing on the call for the party associated with the call_sid</td>\n<td>at any time a call is active</td>\n</tr>\n<tr>\n<td>child_call_hook</td>\n<td>a new application to start executing on the call for the party associated with the child_call_sid</td>\n<td>at any time a call is active and in a <a href=\"https://www.jambonz.org/docs/webhooks/dial/\">dial</a> verb</td>\n</tr>\n<tr>\n<td>call_status</td>\n<td>Change the status of the call.  Possible values are 'completed' or 'no-answer' (the former terminates an answered call, the latter a call that is ringing)</td>\n<td>at any time a call is in-progress or ringing</td>\n</tr>\n<tr>\n<td>conf_hold_status</td>\n<td>Possible values are 'hold' or 'unhold'.  When playing a party on hold, a wait_hook can optionally be provided to play music or a message to the party while on hold.</td>\n<td>Only valid when the party is in a conference.</td>\n</tr>\n<tr>\n<td>conf_mute_status</td>\n<td>Possible values are 'mute' or 'unmute'.  Note that this action applies to all non-morderators in the conference, not to a single member</td>\n<td>Only valid when the party is in a conference.</td>\n</tr>\n<tr>\n<td>listen_status</td>\n<td>Change the status of a listen stream.  Possible values are 'pause' or 'resume'.  Pausing a stream maintains the websocket connection but will discontinue sending audio over the connection.  Resuming will start sending audio again.  This may be useful, for example, when a caller is providing confidential information that you do not want to appear in a recording.</td>\n<td>only when a listen command is active on the call (may be nested in an active dial command)</td>\n</tr>\n<tr>\n<td>mute_status</td>\n<td>Mute or unmute a call that is currently in a Dial verb.  Possible values are 'mute' or 'unmute'. Either party in a call may be modified, depending on the call_sid provided in the path of the request-uri.</td>\n<td>only when a dial command is currently active on a call</td>\n</tr>\n<tr>\n<td>whisper</td>\n<td>Play a mid-call whisper prompt to one of the parties on a call in progress.  The whisper prompt is provided in a play or say verb, as shown in the examples below.  The whisper may be played to either party on the call, depending on the call_sid provided in the path of the request-uri. The other party is briefly placed on hold while the prompt is played, and then reconnected to the other party afterwards.</td>\n<td>only when a dial command is currently active on the call</td>\n</tr>\n<tr>\n<td>wait_hook</td>\n<td>A relative or absolute url that can be supplied when placing a party that is in conference on hold.</td>\n<td>Only when putting a party on conference hold</td>\n</tr>\n</tbody>\n</table>\n</div><p>The call_status, listen_status, and mute_status properties are mutually exclusive -- only one may be provided in the same request.</p>\n<p>The whisper property may be provided alone, or together with a listen_status or mute_status property, in which case the whisper prompt is played after the listen_status or mute_status operation is complete.</p>\n<p>Finally, if call_hook is provided, then call_status_hook may also optionally be included.  This is used to specify a new callback to receive call status events.</p>\n<p>Success is indicated by a 204 response</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"fd9efdea-0708-4514-a34d-3230738a84cc","id":"fd9efdea-0708-4514-a34d-3230738a84cc","name":"jambonz API","type":"collection"}},"urlObject":{"path":["v1","Accounts",":account_sid","Calls",":call_sid"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"9351f46a-678c-43f5-b8a6-d4eb58d131af","key":"account_sid"},{"type":"any","value":"e5f55a92-ac6c-4a2b-bbaa-5527c361fad8","key":"call_sid"}]}},"response":[{"id":"973a43ed-d43c-4873-9bf8-56f0e39facdd","name":"Hangup call","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"call_status\": \"completed\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/v1/Accounts/:account_sid/Calls/:call_sid","host":["{{base_url}}"],"path":["v1","Accounts",":account_sid","Calls",":call_sid"],"variable":[{"key":"account_sid","value":"5f8e8f60-4771-44cb-92a6-94ea66df0450"},{"key":"call_sid","value":"b18382eb-ba2a-45fc-8cba-786e264904ec"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx/1.14.2"},{"key":"Date","value":"Sun, 30 May 2021 12:28:24 GMT"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"8"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"etag","value":"W/\"8-YaBXLEiT7zQxEyDYTILfiL6oPhE\""}],"cookie":[],"responseTime":null,"body":"Accepted"},{"id":"673a413e-fdd5-4f62-b5e8-00e2a089ad59","name":"Mute party","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"mute_status\": \"mute\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/v1/Accounts/:account_sid/Calls/:call_sid","host":["{{base_url}}"],"path":["v1","Accounts",":account_sid","Calls",":call_sid"],"variable":[{"key":"account_sid","value":"5f8e8f60-4771-44cb-92a6-94ea66df0450"},{"key":"call_sid","value":"b18382eb-ba2a-45fc-8cba-786e264904ec"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx/1.14.2"},{"key":"Date","value":"Sun, 30 May 2021 12:28:24 GMT"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"8"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"etag","value":"W/\"8-YaBXLEiT7zQxEyDYTILfiL6oPhE\""}],"cookie":[],"responseTime":null,"body":"Accepted"},{"id":"feff8c59-8bda-4df6-bfb0-6b751d065503","name":"Conference hold","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"conf_hold_status\": \"hold\",\n    \"wait_hook\": \"/conference/hold\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/v1/Accounts/:account_sid/Calls/:call_sid","host":["{{base_url}}"],"path":["v1","Accounts",":account_sid","Calls",":call_sid"],"variable":[{"key":"account_sid","value":"5f8e8f60-4771-44cb-92a6-94ea66df0450"},{"key":"call_sid","value":"b18382eb-ba2a-45fc-8cba-786e264904ec"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx/1.14.2"},{"key":"Date","value":"Sun, 30 May 2021 12:28:24 GMT"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"8"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"etag","value":"W/\"8-YaBXLEiT7zQxEyDYTILfiL6oPhE\""}],"cookie":[],"responseTime":null,"body":"Accepted"},{"id":"293efeef-1252-45a3-8133-9f79218514b5","name":"Conference mute non-moderators","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"conf_mute_status\": \"mute\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/v1/Accounts/:account_sid/Calls/:call_sid","host":["{{base_url}}"],"path":["v1","Accounts",":account_sid","Calls",":call_sid"],"variable":[{"key":"account_sid","value":"5f8e8f60-4771-44cb-92a6-94ea66df0450"},{"key":"call_sid","value":"b18382eb-ba2a-45fc-8cba-786e264904ec"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx/1.14.2"},{"key":"Date","value":"Sun, 30 May 2021 12:28:24 GMT"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"8"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"etag","value":"W/\"8-YaBXLEiT7zQxEyDYTILfiL6oPhE\""}],"cookie":[],"responseTime":null,"body":"Accepted"},{"id":"0b22e7c0-d4b6-44af-8647-1f5c4af1327e","name":"Conference unmute non-moderators","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"conf_mute_status\": \"unmute\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/v1/Accounts/:account_sid/Calls/:call_sid","host":["{{base_url}}"],"path":["v1","Accounts",":account_sid","Calls",":call_sid"],"variable":[{"key":"account_sid","value":"5f8e8f60-4771-44cb-92a6-94ea66df0450"},{"key":"call_sid","value":"b18382eb-ba2a-45fc-8cba-786e264904ec"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx/1.14.2"},{"key":"Date","value":"Sun, 30 May 2021 12:28:24 GMT"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"8"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"etag","value":"W/\"8-YaBXLEiT7zQxEyDYTILfiL6oPhE\""}],"cookie":[],"responseTime":null,"body":"Accepted"},{"id":"269d0394-d9c8-4ee8-abd0-aaedf99ae825","name":"Conference unhold","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"conf_hold_status\": \"unhold\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/v1/Accounts/:account_sid/Calls/:call_sid","host":["{{base_url}}"],"path":["v1","Accounts",":account_sid","Calls",":call_sid"],"variable":[{"key":"account_sid","value":"5f8e8f60-4771-44cb-92a6-94ea66df0450"},{"key":"call_sid","value":"b18382eb-ba2a-45fc-8cba-786e264904ec"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx/1.14.2"},{"key":"Date","value":"Sun, 30 May 2021 12:28:24 GMT"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"8"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"etag","value":"W/\"8-YaBXLEiT7zQxEyDYTILfiL6oPhE\""}],"cookie":[],"responseTime":null,"body":"Accepted"},{"id":"3c3bbce7-5e1c-4e3b-a56a-8c7d79f278db","name":"Unmute party","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"mute_status\": \"mute\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/v1/Accounts/:account_sid/Calls/:call_sid","host":["{{base_url}}"],"path":["v1","Accounts",":account_sid","Calls",":call_sid"],"variable":[{"key":"account_sid","value":"5f8e8f60-4771-44cb-92a6-94ea66df0450"},{"key":"call_sid","value":"b18382eb-ba2a-45fc-8cba-786e264904ec"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx/1.14.2"},{"key":"Date","value":"Sun, 30 May 2021 12:28:24 GMT"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"8"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"etag","value":"W/\"8-YaBXLEiT7zQxEyDYTILfiL6oPhE\""}],"cookie":[],"responseTime":null,"body":"Accepted"},{"id":"8552f2e9-b0ed-45d9-a9bc-59dd9a05365e","name":"Play whisper prompt","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n\"whisper\": {\n\t\t\"verb\": \"say\",\n\t\t\"text\": \"You have two minutes remaining on your call.\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/v1/Accounts/:account_sid/Calls/:call_sid","host":["{{base_url}}"],"path":["v1","Accounts",":account_sid","Calls",":call_sid"],"variable":[{"key":"account_sid","value":"5f8e8f60-4771-44cb-92a6-94ea66df0450"},{"key":"call_sid","value":"e1577b29-3609-4d83-9ddd-8bd7f965b53c"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx/1.14.2"},{"key":"Date","value":"Sun, 30 May 2021 12:34:52 GMT"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"8"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"etag","value":"W/\"8-YaBXLEiT7zQxEyDYTILfiL6oPhE\""}],"cookie":[],"responseTime":null,"body":"Accepted"},{"id":"d0bf844e-1ff6-4f09-b5b8-8a3bd9ab9055","name":"Transfer party to new application","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"call_hook\": \"https://public-apps.jambonz.us/hello-world\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/v1/Accounts/:account_sid/Calls/:call_sid","host":["{{base_url}}"],"path":["v1","Accounts",":account_sid","Calls",":call_sid"],"variable":[{"key":"account_sid","value":"5f8e8f60-4771-44cb-92a6-94ea66df0450"},{"key":"call_sid","value":"7b827471-94bf-4eea-9342-d174f651a4a1"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx/1.14.2"},{"key":"Date","value":"Sun, 30 May 2021 12:38:54 GMT"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"8"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"etag","value":"W/\"8-YaBXLEiT7zQxEyDYTILfiL6oPhE\""}],"cookie":[],"responseTime":null,"body":"Accepted"}],"_postman_id":"9c80ca99-4036-4a47-8823-4609e3fd4788"},{"name":"Delete Call","id":"56905010-480e-4e00-9375-c8bc0f7d2e8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}/v1/Accounts/:account_sid/Calls/:call_sid","description":"<p>Deletes a call.  After this action is done, any updates / Live Call Control operations will not be possible for this call.  </p>\n<p>Success is indicated by a 204 response</p>\n<blockquote>\n<p>Note that deleting a call does not hang up the call, nor does it delete the call detail record for the call.  It merely removes it from the redis database</p>\n</blockquote>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"fd9efdea-0708-4514-a34d-3230738a84cc","id":"fd9efdea-0708-4514-a34d-3230738a84cc","name":"jambonz API","type":"collection"}},"urlObject":{"path":["v1","Accounts",":account_sid","Calls",":call_sid"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"5f8e8f60-4771-44cb-92a6-94ea66df0450","key":"account_sid"},{"type":"any","value":"a4941f23-66b8-4b52-b495-94192adee7ec","key":"call_sid"}]}},"response":[{"id":"05011e5f-dd10-484a-96f8-a30bc5c9d7a2","name":"Delete Call","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/v1/Accounts/:account_sid/Calls/:call_sid","host":["{{base_url}}"],"path":["v1","Accounts",":account_sid","Calls",":call_sid"],"variable":[{"key":"account_sid","value":"5f8e8f60-4771-44cb-92a6-94ea66df0450"},{"key":"call_sid","value":"a4941f23-66b8-4b52-b495-94192adee7ec"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx/1.14.2"},{"key":"Date","value":"Sun, 30 May 2021 12:24:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"a-bAsFyilMr4Ra1hIU5PyoyFRunpI\""}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"56905010-480e-4e00-9375-c8bc0f7d2e8f"}],"id":"37859ad2-7b56-4a58-9dd9-8ac3005bc194","description":"<p>Calls that are active or recently ended (within 10 minutes) can be retrieved and managed via the api.  </p>\n<blockquote>\n<p>Note: this api should not be used to retrieve call detail records.  For that, please use the /RecentCalls api</p>\n</blockquote>\n","_postman_id":"37859ad2-7b56-4a58-9dd9-8ac3005bc194","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"fd9efdea-0708-4514-a34d-3230738a84cc","id":"fd9efdea-0708-4514-a34d-3230738a84cc","name":"jambonz API","type":"collection"}}},{"name":"RecentCalls","item":[{"name":"Get RecentCalls","id":"4e82bdc2-327b-40a5-9b52-f86357647b45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/v1/Accounts/:account_sid/RecentCalls?page=1&count=25&days=7","description":"<p>Call detail records are only kept in the system for 30 days.  As there could be a large number of CDRs, the api allows you to query pages of data at a time.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"fd9efdea-0708-4514-a34d-3230738a84cc","id":"fd9efdea-0708-4514-a34d-3230738a84cc","name":"jambonz API","type":"collection"}},"urlObject":{"path":["v1","Accounts",":account_sid","RecentCalls"],"host":["{{base_url}}"],"query":[{"key":"page","value":"1"},{"key":"count","value":"25"},{"key":"days","value":"7"}],"variable":[{"type":"any","value":"5f8e8f60-4771-44cb-92a6-94ea66df0450","key":"account_sid"}]}},"response":[{"id":"a586dd29-3a8c-4fdf-9a71-df19108db72f","name":"Get RecentCalls","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/v1/Accounts/:account_sid/RecentCalls?page=1&count=25&days=7","host":["{{base_url}}"],"path":["v1","Accounts",":account_sid","RecentCalls"],"query":[{"key":"page","value":"1"},{"key":"count","value":"25"},{"key":"days","value":"7"}],"variable":[{"key":"account_sid","value":"5f8e8f60-4771-44cb-92a6-94ea66df0450"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.2"},{"key":"Date","value":"Sun, 30 May 2021 03:34:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3892"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"f34-JFKUgcRfYH0s0DlQKTNWfkWVFak\""}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 8,\n    \"page_size\": \"25\",\n    \"page\": \"1\",\n    \"data\": [\n        {\n            \"attempted_at\": \"2021-05-25T03:10:13.504Z\",\n            \"account_sid\": \"5f8e8f60-4771-44cb-92a6-94ea66df0450\",\n            \"answered\": true,\n            \"answered_at\": \"2021-05-25T03:10:21.103Z\",\n            \"call_sid\": \"b5a66a30-6372-4b1e-a438-c43b069dfb47\",\n            \"direction\": \"outbound\",\n            \"duration\": 12,\n            \"from\": \"15083084809\",\n            \"host\": \"172.31.33.10\",\n            \"remote_host\": \"outbound.voxbone.com\",\n            \"sip_callid\": \"903f4797-37a9-123a-84b3-0285123e80eb\",\n            \"sip_status\": 200,\n            \"terminated_at\": \"2021-05-25T03:10:34.040Z\",\n            \"termination_reason\": \"caller hungup\",\n            \"to\": \"16137451576\",\n            \"trunk\": \"Voxbone\"\n        },\n        {\n            \"attempted_at\": \"2021-05-25T03:10:04.355Z\",\n            \"account_sid\": \"5f8e8f60-4771-44cb-92a6-94ea66df0450\",\n            \"answered\": true,\n            \"answered_at\": \"2021-05-25T03:10:04.557Z\",\n            \"call_sid\": null,\n            \"direction\": \"inbound\",\n            \"duration\": 29,\n            \"from\": \"+15083084809\",\n            \"host\": \"172.31.33.10\",\n            \"remote_host\": \"54.172.60.3\",\n            \"sip_callid\": \"6348dda20d379b05de4d108b9ac0f3cb@0.0.0.0\",\n            \"sip_status\": 200,\n            \"terminated_at\": \"2021-05-25T03:10:34.031Z\",\n            \"termination_reason\": \"caller hungup\",\n            \"to\": \"+15083728299\",\n            \"trunk\": \"Twilio\"\n        },\n        {\n            \"attempted_at\": \"2021-05-25T03:09:44.256Z\",\n            \"account_sid\": \"5f8e8f60-4771-44cb-92a6-94ea66df0450\",\n            \"answered\": true,\n            \"answered_at\": \"2021-05-25T03:09:51.008Z\",\n            \"call_sid\": \"8fc40cc5-f6ba-4752-8fc7-db2f770c441b\",\n            \"direction\": \"outbound\",\n            \"duration\": 10,\n            \"from\": \"15083084809\",\n            \"host\": \"172.31.33.10\",\n            \"remote_host\": \"outbound.voxbone.com\",\n            \"sip_callid\": \"7ec6343a-37a9-123a-84b3-0285123e80eb\",\n            \"sip_status\": 200,\n            \"terminated_at\": \"2021-05-25T03:10:01.737Z\",\n            \"termination_reason\": \"caller hungup\",\n            \"to\": \"16137451576\",\n            \"trunk\": \"Voxbone\"\n        },\n        {\n            \"attempted_at\": \"2021-05-25T03:09:35.065Z\",\n            \"account_sid\": \"5f8e8f60-4771-44cb-92a6-94ea66df0450\",\n            \"answered\": true,\n            \"answered_at\": \"2021-05-25T03:09:35.218Z\",\n            \"call_sid\": null,\n            \"direction\": \"inbound\",\n            \"duration\": 26,\n            \"from\": \"+15083084809\",\n            \"host\": \"172.31.33.10\",\n            \"remote_host\": \"54.172.60.3\",\n            \"sip_callid\": \"40ef23917e852aa170310b80f15766bc@0.0.0.0\",\n            \"sip_status\": 200,\n            \"terminated_at\": \"2021-05-25T03:10:01.714Z\",\n            \"termination_reason\": \"caller hungup\",\n            \"to\": \"+15083728299\",\n            \"trunk\": \"Twilio\"\n        },\n        {\n            \"attempted_at\": \"2021-05-25T03:06:49.062Z\",\n            \"account_sid\": \"5f8e8f60-4771-44cb-92a6-94ea66df0450\",\n            \"answered\": true,\n            \"answered_at\": \"2021-05-25T03:06:49.230Z\",\n            \"call_sid\": null,\n            \"direction\": \"inbound\",\n            \"duration\": 9,\n            \"from\": \"+15083084809\",\n            \"host\": \"172.31.33.10\",\n            \"remote_host\": \"54.172.60.3\",\n            \"sip_callid\": \"2c8991f358b424c11414baecbf51ea38@0.0.0.0\",\n            \"sip_status\": 200,\n            \"terminated_at\": \"2021-05-25T03:06:58.439Z\",\n            \"termination_reason\": \"called party hungup\",\n            \"to\": \"+15083728299\",\n            \"trunk\": \"Twilio\"\n        },\n        {\n            \"attempted_at\": \"2021-05-25T03:05:06.975Z\",\n            \"account_sid\": \"5f8e8f60-4771-44cb-92a6-94ea66df0450\",\n            \"answered\": true,\n            \"answered_at\": \"2021-05-25T03:05:08.692Z\",\n            \"call_sid\": null,\n            \"direction\": \"inbound\",\n            \"duration\": 14,\n            \"from\": \"+15083084809\",\n            \"host\": \"172.31.33.10\",\n            \"remote_host\": \"54.172.60.3\",\n            \"sip_callid\": \"6e16729eb64292f2e08ea67057f785cc@0.0.0.0\",\n            \"sip_status\": 200,\n            \"terminated_at\": \"2021-05-25T03:05:22.874Z\",\n            \"termination_reason\": \"called party hungup\",\n            \"to\": \"+15083728299\",\n            \"trunk\": \"Twilio\"\n        },\n        {\n            \"attempted_at\": \"2021-05-25T03:01:42.989Z\",\n            \"account_sid\": \"5f8e8f60-4771-44cb-92a6-94ea66df0450\",\n            \"answered\": true,\n            \"answered_at\": \"2021-05-25T03:01:44.689Z\",\n            \"call_sid\": null,\n            \"direction\": \"inbound\",\n            \"duration\": 14,\n            \"from\": \"15083084809\",\n            \"host\": \"172.31.32.10\",\n            \"remote_host\": \"81.201.82.45\",\n            \"sip_callid\": \"920PBU9DFL79L0U4RSMQNPSFPC@81.201.82.43\",\n            \"sip_status\": 200,\n            \"terminated_at\": \"2021-05-25T03:01:58.869Z\",\n            \"termination_reason\": \"called party hungup\",\n            \"to\": \"17162261128\",\n            \"trunk\": \"Voxbone\"\n        },\n        {\n            \"attempted_at\": \"2021-05-25T03:00:37.259Z\",\n            \"account_sid\": \"5f8e8f60-4771-44cb-92a6-94ea66df0450\",\n            \"answered\": true,\n            \"answered_at\": \"2021-05-25T03:00:38.934Z\",\n            \"call_sid\": null,\n            \"direction\": \"inbound\",\n            \"duration\": 14,\n            \"from\": \"15083084809\",\n            \"host\": \"172.31.32.10\",\n            \"remote_host\": \"81.201.82.45\",\n            \"sip_callid\": \"8DMMVB5EIT6S7BOC3009TL97SG@81.201.82.107\",\n            \"sip_status\": 200,\n            \"terminated_at\": \"2021-05-25T03:00:53.103Z\",\n            \"termination_reason\": \"called party hungup\",\n            \"to\": \"17162261128\",\n            \"trunk\": \"Voxbone\"\n        }\n    ]\n}"}],"_postman_id":"4e82bdc2-327b-40a5-9b52-f86357647b45"}],"id":"91f322f8-cbe7-427b-a604-03e9753746b5","description":"<p>RecentCalls represent call detail records (CDRs) that are kept in the database.  Currently, 30 days of CDRs are retained in the time-series database.</p>\n","_postman_id":"91f322f8-cbe7-427b-a604-03e9753746b5","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"fd9efdea-0708-4514-a34d-3230738a84cc","id":"fd9efdea-0708-4514-a34d-3230738a84cc","name":"jambonz API","type":"collection"}}},{"name":"SpeechCredentials","item":[{"name":"Get SpeechCredentials","id":"baa1dc08-77bc-4d7a-8a1f-168264b287fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/v1/Accounts/:account_sid/SpeechCredentials","description":"<p>Retrieve all SpeechCredentials associated with  your account</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"fd9efdea-0708-4514-a34d-3230738a84cc","id":"fd9efdea-0708-4514-a34d-3230738a84cc","name":"jambonz API","type":"collection"}},"urlObject":{"path":["v1","Accounts",":account_sid","SpeechCredentials"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"5f8e8f60-4771-44cb-92a6-94ea66df0450","key":"account_sid"}]}},"response":[{"id":"35f767ce-9808-4686-8710-be104d6b1a0e","name":"Get SpeechCredentials","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/v1/Accounts/:account_sid/SpeechCredentials","host":["{{base_url}}"],"path":["v1","Accounts",":account_sid","SpeechCredentials"],"variable":[{"key":"account_sid","value":"5f8e8f60-4771-44cb-92a6-94ea66df0450"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.2"},{"key":"Date","value":"Sun, 30 May 2021 01:25:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3024"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"bd0-BJqSBZn5XC+NGGbx9f04SPr7H+E\""}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"speech_credential_sid\": \"a9d27e9e-a909-41d1-aef1-bf61e6148e23\",\n        \"account_sid\": \"5f8e8f60-4771-44cb-92a6-94ea66df0450\",\n        \"vendor\": \"aws\",\n        \"use_for_tts\": 1,\n        \"use_for_stt\": 1,\n        \"last_used\": \"2021-05-07T23:48:49.000Z\",\n        \"last_tested\": \"2021-05-28T16:06:10.000Z\",\n        \"tts_tested_ok\": 0,\n        \"stt_tested_ok\": 0,\n        \"created_at\": \"2021-05-07T23:19:05.000Z\"\n    },\n    {\n        \"speech_credential_sid\": \"ee2f5954-6822-4baf-8039-ae6976394c6d\",\n        \"account_sid\": \"5f8e8f60-4771-44cb-92a6-94ea66df0450\",\n        \"vendor\": \"google\",\n        \"use_for_tts\": 1,\n        \"use_for_stt\": 1,\n        \"last_used\": \"2021-05-25T03:06:49.000Z\",\n        \"last_tested\": \"2021-05-28T16:06:10.000Z\",\n        \"tts_tested_ok\": 1,\n        \"stt_tested_ok\": 1,\n        \"created_at\": \"2021-05-07T00:50:11.000Z\",\n        \"service_key\": \"{\\\"type\\\":\\\"service_account\\\",\\\"project_id\\\":\\\"inner-lightning-354000\\\", \\\"private_key_id\\\":\\\"*****\\\"}\"\n    }\n]"}],"_postman_id":"baa1dc08-77bc-4d7a-8a1f-168264b287fa"},{"name":"Get SpeechCredential","id":"6d029781-0c92-4507-8d8e-65df2b1677fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/v1/Accounts/:account_sid/SpeechCredentials/:speech_credential_sid","description":"<p>Retrieve a single SpeechCredential</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"fd9efdea-0708-4514-a34d-3230738a84cc","id":"fd9efdea-0708-4514-a34d-3230738a84cc","name":"jambonz API","type":"collection"}},"urlObject":{"path":["v1","Accounts",":account_sid","SpeechCredentials",":speech_credential_sid"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"5f8e8f60-4771-44cb-92a6-94ea66df0450","key":"account_sid"},{"type":"any","value":"","key":"speech_credential_sid"}]}},"response":[{"id":"53d2e733-bb8d-430d-95be-ac24c820bb98","name":"Get SpeechCredential","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/v1/Accounts/:account_sid/SpeechCredentials/:speech_credential_sid","host":["{{base_url}}"],"path":["v1","Accounts",":account_sid","SpeechCredentials",":speech_credential_sid"],"variable":[{"key":"account_sid","value":"5f8e8f60-4771-44cb-92a6-94ea66df0450"},{"key":"speech_credential_sid","value":"a9d27e9e-a909-41d1-aef1-bf61e6148e23"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.2"},{"key":"Date","value":"Sun, 30 May 2021 01:29:49 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"422"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"1a6-5TzalFGkR/qAzLVqUDgCFr/6kuY\""}],"cookie":[],"responseTime":null,"body":"{\n    \"speech_credential_sid\": \"a9d27e9e-a909-41d1-aef1-bf61e6148e23\",\n    \"account_sid\": \"5f8e8f60-4771-44cb-92a6-94ea66df0450\",\n    \"vendor\": \"aws\",\n    \"use_for_tts\": 1,\n    \"use_for_stt\": 1,\n    \"last_used\": \"2021-05-07T23:48:49.000Z\",\n    \"last_tested\": \"2021-05-28T16:06:10.000Z\",\n    \"tts_tested_ok\": 0,\n    \"stt_tested_ok\": 0,\n    \"created_at\": \"2021-05-07T23:19:05.000Z\",\n    \"access_key_id\": \"AKIAXXXXXXXXXXXXXXXXX\",\n    \"secret_access_key\": \"*******************************\"\n}"}],"_postman_id":"6d029781-0c92-4507-8d8e-65df2b1677fc"},{"name":"Test SpeechCredential","id":"402864bb-b6a3-48cc-8a16-6bad0fc46f01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/v1/Accounts/:account_sid/SpeechCredentials/:speech_credential_sid/test","description":"<p>Test a SpeechCredential.  This will cause the SpeechCredential to be retrieved and used in a simple text to speech and/or speech recognition request to the speech service.</p>\n<blockquote>\n<p>Note: the SpeechCredential will only be tested for TTS or STT if it is indicated as being used for that purpose.</p>\n</blockquote>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"fd9efdea-0708-4514-a34d-3230738a84cc","id":"fd9efdea-0708-4514-a34d-3230738a84cc","name":"jambonz API","type":"collection"}},"urlObject":{"path":["v1","Accounts",":account_sid","SpeechCredentials",":speech_credential_sid","test"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"5f8e8f60-4771-44cb-92a6-94ea66df0450","key":"account_sid"},{"type":"any","value":"49d36fb5-ac01-4e7a-ad8a-824033381afd","key":"speech_credential_sid"}]}},"response":[{"id":"579ef2b2-f00f-438c-ba98-4e38024a3fbe","name":"Test SpeechCredential","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/v1/Accounts/:account_sid/SpeechCredentials/:speech_credential_sid/test","host":["{{base_url}}"],"path":["v1","Accounts",":account_sid","SpeechCredentials",":speech_credential_sid","test"],"variable":[{"key":"account_sid","value":"5f8e8f60-4771-44cb-92a6-94ea66df0450"},{"key":"speech_credential_sid","value":"49d36fb5-ac01-4e7a-ad8a-824033381afd"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.2"},{"key":"Date","value":"Sun, 30 May 2021 03:30:12 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"45"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"2d-nwYa/3XpxcQ/hNggxGnFlAqnG5A\""}],"cookie":[],"responseTime":null,"body":"{\n    \"tts\": {\n        \"status\": \"ok\"\n    },\n    \"stt\": {\n        \"status\": \"ok\"\n    }\n}"}],"_postman_id":"402864bb-b6a3-48cc-8a16-6bad0fc46f01"},{"name":"Create SpeechCredential","id":"b84d0e9a-8339-414d-b8c2-8a66ee172471","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"vendor\": \"aws\",\n\t\"access_key_id\": \"AKIXXXXXXXXXXXXX\",\n\t\"secret_access_key\": \"****************************\",\n\t\"use_for_tts\": true,\n\t\"use_for_stt\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/Accounts/:account_sid/SpeechCredentials","description":"<p>Create a SpeechCredential</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"fd9efdea-0708-4514-a34d-3230738a84cc","id":"fd9efdea-0708-4514-a34d-3230738a84cc","name":"jambonz API","type":"collection"}},"urlObject":{"path":["v1","Accounts",":account_sid","SpeechCredentials"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"5f8e8f60-4771-44cb-92a6-94ea66df0450","key":"account_sid"}]}},"response":[{"id":"782a1c0a-4cbf-4deb-841d-84058bdcecf3","name":"Create SpeechCredential","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"vendor\": \"aws\",\n\t\"access_key_id\": \"AKIAXXXXXXXXXXXXXXXXXX\",\n\t\"secret_access_key\": \"************************************\",\n\t\"use_for_tts\": true,\n\t\"use_for_stt\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/v1/Accounts/:account_sid/SpeechCredentials","host":["{{base_url}}"],"path":["v1","Accounts",":account_sid","SpeechCredentials"],"variable":[{"key":"account_sid","value":"5f8e8f60-4771-44cb-92a6-94ea66df0450"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.2"},{"key":"Date","value":"Sun, 30 May 2021 03:22:05 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"46"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"2e-lbKoYaksqET/IzIH0vkuUplOSfM\""}],"cookie":[],"responseTime":null,"body":"{\n    \"sid\": \"49d36fb5-ac01-4e7a-ad8a-824033381afd\"\n}"}],"_postman_id":"b84d0e9a-8339-414d-b8c2-8a66ee172471"},{"name":"Delete SpeechCredential","id":"c3b26879-807b-4e62-acf2-75916ee360dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}/v1/Accounts/:account_sid/SpeechCredentials/:speech_credential_sid","description":"<p>Deletes a SpeechCredential.</p>\n<p>Success is indicated by a 204 response.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"fd9efdea-0708-4514-a34d-3230738a84cc","id":"fd9efdea-0708-4514-a34d-3230738a84cc","name":"jambonz API","type":"collection"}},"urlObject":{"path":["v1","Accounts",":account_sid","SpeechCredentials",":speech_credential_sid"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"5f8e8f60-4771-44cb-92a6-94ea66df0450","key":"account_sid"},{"type":"any","value":"a9d27e9e-a909-41d1-aef1-bf61e6148e23","key":"speech_credential_sid"}]}},"response":[{"id":"c789716a-5932-45ad-b439-5cac11797a57","name":"Delete SpeechCredential","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/v1/Accounts/:account_sid/SpeechCredentials/:speech_credential_sid","host":["{{base_url}}"],"path":["v1","Accounts",":account_sid","SpeechCredentials",":speech_credential_sid"],"variable":[{"key":"account_sid","value":"5f8e8f60-4771-44cb-92a6-94ea66df0450"},{"key":"speech_credential_sid","value":"a9d27e9e-a909-41d1-aef1-bf61e6148e23"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx/1.14.2"},{"key":"Date","value":"Sun, 30 May 2021 03:16:16 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"a-bAsFyilMr4Ra1hIU5PyoyFRunpI\""}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"c3b26879-807b-4e62-acf2-75916ee360dc"}],"id":"28bcf040-830d-4e22-862f-e9de7d3b2098","description":"<p>SpeechCredentials represent AWS or Google tokens that are associated with your account for use in speech synthesis and recognition operations.</p>\n<blockquote>\n<p>Note: you are currently restricted to a max of two SpeechCredentials - one for AWS and one for Google</p>\n</blockquote>\n","_postman_id":"28bcf040-830d-4e22-862f-e9de7d3b2098","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"fd9efdea-0708-4514-a34d-3230738a84cc","id":"fd9efdea-0708-4514-a34d-3230738a84cc","name":"jambonz API","type":"collection"}}},{"name":"VoipCarriers","item":[{"name":"Get VoipCarriers","id":"c6ebb2a7-322e-4560-90df-041afb9f4b9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/v1/Accounts/:account_sid/VoipCarriers","description":"<p>Retrieve all VoipCarriers associated with your account</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"fd9efdea-0708-4514-a34d-3230738a84cc","id":"fd9efdea-0708-4514-a34d-3230738a84cc","name":"jambonz API","type":"collection"}},"urlObject":{"path":["v1","Accounts",":account_sid","VoipCarriers"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"5f8e8f60-4771-44cb-92a6-94ea66df0450","key":"account_sid"}]}},"response":[{"id":"6dfc5b63-17e9-42c4-80c6-32b67ebd3d8d","name":"Get VoipCarriers","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/v1/Accounts/:account_sid/VoipCarriers","host":["{{base_url}}"],"path":["v1","Accounts",":account_sid","VoipCarriers"],"variable":[{"key":"account_sid","value":"5f8e8f60-4771-44cb-92a6-94ea66df0450"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.2"},{"key":"Date","value":"Sun, 30 May 2021 01:50:16 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1605"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"645-HDq1BeJBY4+YWTTAMhQ2bbC00pY\""}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"voip_carrier_sid\": \"2661209f-df95-40ec-bcc5-7393ca84629f\",\n        \"name\": \"Simwood\",\n        \"description\": null,\n        \"account_sid\": \"5f8e8f60-4771-44cb-92a6-94ea66df0450\",\n        \"service_provider_sid\": null,\n        \"application_sid\": null,\n        \"e164_leading_plus\": 1,\n        \"requires_register\": 0,\n        \"register_username\": \"your-simwood-auth-trunk-username\",\n        \"register_sip_realm\": null,\n        \"register_password\": \"your-password\",\n        \"tech_prefix\": null,\n        \"inbound_auth_username\": null,\n        \"inbound_auth_password\": null,\n        \"diversion\": null,\n        \"is_active\": 0,\n        \"created_at\": \"2021-05-07T02:52:00.000Z\"\n    },\n    {\n        \"voip_carrier_sid\": \"5647eeab-c5ee-4d4b-ac3a-8aa5605f71f5\",\n        \"name\": \"Twilio\",\n        \"description\": null,\n        \"account_sid\": \"5f8e8f60-4771-44cb-92a6-94ea66df0450\",\n        \"service_provider_sid\": null,\n        \"application_sid\": \"98acd50a-9f25-42a6-8dbf-aadb400ddcf0\",\n        \"e164_leading_plus\": 1,\n        \"requires_register\": 0,\n        \"register_username\": \"your-twilio-credential-username\",\n        \"register_sip_realm\": null,\n        \"register_password\": \"your-twilio-credential-password\",\n        \"tech_prefix\": null,\n        \"inbound_auth_username\": null,\n        \"inbound_auth_password\": null,\n        \"diversion\": null,\n        \"is_active\": 1,\n        \"created_at\": \"2021-05-18T22:18:36.000Z\"\n    }\n]"}],"_postman_id":"c6ebb2a7-322e-4560-90df-041afb9f4b9e"},{"name":"Get VoipCarrier","id":"59b9843f-c7ca-4824-ac89-b1f185cf4a63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/v1/VoipCarriers/:voip_carrier_sid","description":"<p>Retrieve a single VoipCarrier</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"fd9efdea-0708-4514-a34d-3230738a84cc","id":"fd9efdea-0708-4514-a34d-3230738a84cc","name":"jambonz API","type":"collection"}},"urlObject":{"path":["v1","VoipCarriers",":voip_carrier_sid"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"","key":"voip_carrier_sid"}]}},"response":[{"id":"28b1c6b8-8aab-4758-9344-081861a18a19","name":"Get VoipCarrier","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/v1/VoipCarriers/:voip_carrier_sid","host":["{{base_url}}"],"path":["v1","VoipCarriers",":voip_carrier_sid"],"variable":[{"key":"voip_carrier_sid","value":"5647eeab-c5ee-4d4b-ac3a-8aa5605f71f5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.2"},{"key":"Date","value":"Fri, 28 May 2021 02:12:07 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"562"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"232-eKKKcbMlfMUCjoltClb79DC27SQ\""}],"cookie":[],"responseTime":null,"body":"{\n    \"voip_carrier_sid\": \"5647eeab-c5ee-4d4b-ac3a-8aa5605f71f5\",\n    \"name\": \"Twilio\",\n    \"account_sid\": \"5f8e8f60-4771-44cb-92a6-94ea66df0450\",\n    \"service_provider_sid\": null,\n    \"application_sid\": \"98acd50a-9f25-42a6-8dbf-aadb400ddcf0\",\n    \"e164_leading_plus\": 1,\n    \"requires_register\": 0,\n    \"register_username\": \"your-twilio-credential-username\",\n    \"register_sip_realm\": null,\n    \"register_password\": \"your-twilio-credential-password\",\n    \"tech_prefix\": null,\n    \"inbound_auth_username\": null,\n    \"inbound_auth_password\": null,\n    \"diversion\": null,\n    \"is_active\": 1,\n    \"created_at\": \"2021-05-18T22:18:36.000Z\"\n}"}],"_postman_id":"59b9843f-c7ca-4824-ac89-b1f185cf4a63"},{"name":"Create VoipCarrier","id":"e1930ce2-0f39-4a3d-b0e0-12227018de65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"name\": \"my carrier\",\n\t\"e164_leading_plus\": 1,\n\t\"application_sid\": null,\n\t\"requires_register\": 0,\n\t\"register_username\": null,\n\t\"register_password\": null,\n\t\"register_sip_realm\": null,\n\t\"tech_prefix\": null,\n\t\"diversion\": null,\n\t\"is_active\": 1\n}"},"url":"{{base_url}}/v1/Accounts/:account_sid/VoipCarriers","description":"<p>Creates a new VoipCarrier that will be associated with your account</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"fd9efdea-0708-4514-a34d-3230738a84cc","id":"fd9efdea-0708-4514-a34d-3230738a84cc","name":"jambonz API","type":"collection"}},"urlObject":{"path":["v1","Accounts",":account_sid","VoipCarriers"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"5f8e8f60-4771-44cb-92a6-94ea66df0450","key":"account_sid"}]}},"response":[{"id":"5c3f2f73-78a3-4d5f-82bc-aed58d05e0d5","name":"Create VoipCarrier","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"name\": \"my carrier\",\n\t\"e164_leading_plus\": 1,\n\t\"application_sid\": null,\n\t\"requires_register\": 0,\n\t\"register_username\": null,\n\t\"register_password\": null,\n\t\"register_sip_realm\": null,\n\t\"tech_prefix\": null,\n\t\"diversion\": null,\n\t\"is_active\": 1\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/v1/Accounts/:account_sid/VoipCarriers","host":["{{base_url}}"],"path":["v1","Accounts",":account_sid","VoipCarriers"],"variable":[{"key":"account_sid","value":"5f8e8f60-4771-44cb-92a6-94ea66df0450"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.2"},{"key":"Date","value":"Sun, 30 May 2021 02:16:13 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"46"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"2e-3Xn6txoyxuAVP2FDy0W0OzTs1Z4\""}],"cookie":[],"responseTime":null,"body":"{\n    \"sid\": \"3eff2e0b-9870-4cc0-aa96-363e703c37ab\"\n}"}],"_postman_id":"e1930ce2-0f39-4a3d-b0e0-12227018de65"},{"name":"Delete VoipCarrier","id":"69f1b652-079e-4476-962a-a5a73cc7e636","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<p>Deletes a VoipCarrier.</p>\n<p>Success is indicated by a 204 response.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"fd9efdea-0708-4514-a34d-3230738a84cc","id":"fd9efdea-0708-4514-a34d-3230738a84cc","name":"jambonz API","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"8db41a54-5a7e-4e35-9c95-8ab1cc193a65","name":"Delete VoipCarrier","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/v1/VoipCarriers/:voip_carrier_sid","host":["{{base_url}}"],"path":["v1","VoipCarriers",":voip_carrier_sid"],"variable":[{"key":"voip_carrier_sid","value":"83917537-4218-41e0-8845-793bd1bd7460"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx/1.14.2"},{"key":"Date","value":"Fri, 28 May 2021 02:14:53 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"a-bAsFyilMr4Ra1hIU5PyoyFRunpI\""}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"69f1b652-079e-4476-962a-a5a73cc7e636"}],"id":"d44e8e8a-bd7e-4fab-9268-89cb771535f2","description":"<p>VoipCarriers represent SIP trunking providers that are associated with your account for use in placing and receiving PSTN calls.</p>\n","_postman_id":"d44e8e8a-bd7e-4fab-9268-89cb771535f2","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"fd9efdea-0708-4514-a34d-3230738a84cc","id":"fd9efdea-0708-4514-a34d-3230738a84cc","name":"jambonz API","type":"collection"}}},{"name":"SipGateways","item":[{"name":"Create a SipGateway","id":"0e4858b2-57ef-4847-bda1-96551448e023","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"ipv4\": \"54.172.60.2\",\n\t\"port\": \"5060\",\n\t\"inbound\": true,\n\t\"outbound\": false,\n\t\"voip_carrier_sid\": \"c10a0579-1229-4000-9a52-aa4a519a210f\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/SipGateways","description":"<p>Creates a new SipGateway that will be associated with a VoipCarrier</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"fd9efdea-0708-4514-a34d-3230738a84cc","id":"fd9efdea-0708-4514-a34d-3230738a84cc","name":"jambonz API","type":"collection"}},"urlObject":{"path":["v1","SipGateways"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"9f6c613d-54fa-4ea4-9bc7-2a9b3c0211bc","name":"Create a SipGateway","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"ipv4\": \"54.172.60.2\",\n\t\"port\": \"5060\",\n\t\"inbound\": true,\n\t\"outbound\": false,\n\t\"voip_carrier_sid\": \"c10a0579-1229-4000-9a52-aa4a519a210f\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/SipGateways"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.2"},{"key":"Date","value":"Sun, 30 May 2021 13:13:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"46"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"2e-TYw88YIrAoNvvtBuSPKcMGGXs7k\""}],"cookie":[],"responseTime":null,"body":"{\n    \"sid\": \"a6576ff4-59af-47ae-9b55-46f28b2bf2f7\"\n}"}],"_postman_id":"0e4858b2-57ef-4847-bda1-96551448e023"},{"name":"Delete a SipGateway","id":"680919ef-0876-4b78-b7d7-7e46b7ba530d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}/v1/SipGateways/:sip_gateway_sid","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"fd9efdea-0708-4514-a34d-3230738a84cc","id":"fd9efdea-0708-4514-a34d-3230738a84cc","name":"jambonz API","type":"collection"}},"urlObject":{"path":["v1","SipGateways",":sip_gateway_sid"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"a6576ff4-59af-47ae-9b55-46f28b2bf2f7","key":"sip_gateway_sid"}]}},"response":[{"id":"983c0cbb-9901-4da4-8f9d-bfef15357a1a","name":"Delete a SipGateway","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/v1/SipGateways/:sip_gateway_sid","host":["{{base_url}}"],"path":["v1","SipGateways",":sip_gateway_sid"],"variable":[{"key":"sip_gateway_sid","value":"a6576ff4-59af-47ae-9b55-46f28b2bf2f7"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx/1.14.2"},{"key":"Date","value":"Sun, 30 May 2021 13:14:56 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"a-bAsFyilMr4Ra1hIU5PyoyFRunpI\""}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"680919ef-0876-4b78-b7d7-7e46b7ba530d"}],"id":"370e0762-7a1e-47e3-86d5-8172563735d5","description":"<p>A SipGateway represents a single IP address or range of IPs that are associated with a VoipCarrier (e.g. the VoipCarrier places and receives calls from these IPs).</p>\n<p>When you create a VoipProvider, you need to also add the SipGateways for that provider in order for incoming calls to be properly classified and for outbound calls to be properly routed.</p>\n","_postman_id":"370e0762-7a1e-47e3-86d5-8172563735d5","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"fd9efdea-0708-4514-a34d-3230738a84cc","id":"fd9efdea-0708-4514-a34d-3230738a84cc","name":"jambonz API","type":"collection"}}},{"name":"Messages","item":[{"name":"Create Message","id":"54f1de57-3740-49f3-bd29-e68541d63dc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"from\": \"13053828550\",\n    \"to\": \"15083084809\",\n    \"text\": \"your one-time passcode is 38499\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/Accounts/:account_sid/Messages","description":"<p>Send an SMS. In order to send an SMS message you must have provisioned a VoipCarrier with smpp support enabled.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"fd9efdea-0708-4514-a34d-3230738a84cc","id":"fd9efdea-0708-4514-a34d-3230738a84cc","name":"jambonz API","type":"collection"}},"urlObject":{"path":["v1","Accounts",":account_sid","Messages"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"3e2c138a-8940-4804-bb4f-b2de70a91697","key":"account_sid"}]}},"response":[{"id":"f4804c3a-ded0-49a0-b1ee-110c11587326","name":"Create Message","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"from\": \"14073071599\",\n    \"to\": \"15083084809\",\n    \"text\": \"your one-time passcode is 38499\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/v1/Accounts/:account_sid/Messages","host":["{{base_url}}"],"path":["v1","Accounts",":account_sid","Messages"],"variable":[{"key":"account_sid","value":"5f8e8f60-4771-44cb-92a6-94ea66df0450"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.2"},{"key":"Date","value":"Mon, 31 May 2021 13:53:24 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"147"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"93-9r3ntEq8LQmZ2cDq6P9euOzsWVs\""}],"cookie":[],"responseTime":null,"body":"{\n    \"sid\": \"6a00676b-7dac-48b4-b410-69e786d08806\",\n    \"providerResponse\": {\n        \"message_id\": \"4ad42dff-8543-4c7d-ad12-b4f4514d9724\",\n        \"carrier\": \"TelecomsXChange\"\n    }\n}"}],"_postman_id":"54f1de57-3740-49f3-bd29-e68541d63dc3"}],"id":"7fb2b43c-ba17-4bb5-bc68-e96427dd16da","description":"<p>SMS messages can be sent if you have added a VoipCarrier that supports smpp.</p>\n<blockquote>\n<p><strong>NOTE: this feature is currently in beta.  Contact <a href=\"mailto:support@jambonz.org\">support@jambonz.org</a> if you would like to be included in the beta testing of this feature.</strong></p>\n</blockquote>\n","_postman_id":"7fb2b43c-ba17-4bb5-bc68-e96427dd16da","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"fd9efdea-0708-4514-a34d-3230738a84cc","id":"fd9efdea-0708-4514-a34d-3230738a84cc","name":"jambonz API","type":"collection"}}}],"id":"869f821f-d264-4f97-90a8-40ea82ffdabf","description":"<p>The current API version is v1.</p>\n","_postman_id":"869f821f-d264-4f97-90a8-40ea82ffdabf","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]},"isInherited":true,"source":{"_postman_id":"fd9efdea-0708-4514-a34d-3230738a84cc","id":"fd9efdea-0708-4514-a34d-3230738a84cc","name":"jambonz API","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{api_token}}"}]}},"event":[{"listen":"prerequest","script":{"id":"792b02a3-a3a1-4f73-b790-3b67ff1720e7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5bcccee3-2c7b-4035-968b-a3503162ab54","type":"text/javascript","exec":[""]}}]}