{"info":{"_postman_id":"81f6f7af-973e-4569-e0e3-d27370a95c15","name":"Voxology API","description":"<html><head></head><body><p>Voxology // Voice and Messaging APIs for the Pros</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"3081033","collectionId":"81f6f7af-973e-4569-e0e3-d27370a95c15","publishedId":"2s9YBz3bCG","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-09-07T20:55:19.000Z"},"item":[{"name":"Account","item":[{"name":"View Account Detail","id":"2d8d4709-2e98-53f0-9601-3e2358b6a441","request":{"method":"GET","header":[{"key":"Authorization","value":"{{BASIC_AUTH}}"}],"url":"https://{{BASE_URL}}/Account","description":"<p>#Account</p>\n<p>Retrieve account information.</p>\n<ul>\n<li>foo: One</li>\n<li>bar: Two</li>\n</ul>\n","urlObject":{"protocol":"https","path":["Account"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2d8d4709-2e98-53f0-9601-3e2358b6a441"},{"name":"Create Alert","id":"d66d63c6-0dad-76ac-1f46-e5522e42bcb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{BASIC_AUTH}}"}],"body":{"mode":"raw","raw":"{\n    \"firstname\": \"John\",\n    \"lastname\": \"Doe\",\n    \"email\": \"john.doe@company.com\",\n    \"phone_no\": \"714-555-1212\",\n    \"account_balance\": {\n        \"minutes_before_zero\": 30,\n        \"thresholds\": [\n            10,\n            100,\n            1000\n        ]\n    }\n}"},"url":"https://{{BASE_URL}}/Account/Alerts","urlObject":{"protocol":"https","path":["Account","Alerts"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d66d63c6-0dad-76ac-1f46-e5522e42bcb3"},{"name":"List Alerts","id":"c8c31a5b-514f-7842-548b-f1c880922a66","request":{"method":"GET","header":[{"key":"Authorization","value":"{{BASIC_AUTH}}"}],"body":{"mode":"raw","raw":"{\n    \"firstname\": \"First\",\n    \"lastname\": \"Last\",\n    \"email\": \"first.last@domain.com\",\n    \"phone_no\": \"949-596-4641\",\n    \"account_balance\": {\n      \"minutes_before_zero\": 30,\n      \"thresholds\": [10, 100, 1000]\n    }\n}"},"url":"https://{{BASE_URL}}/Account/Alerts","urlObject":{"protocol":"https","path":["Account","Alerts"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c8c31a5b-514f-7842-548b-f1c880922a66"},{"name":"Delete Alert","id":"bd08e553-1a6d-1f49-6bdb-44916e8cf761","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{BASIC_AUTH}}"}],"body":{"mode":"raw","raw":""},"url":"https://{{BASE_URL}}/Account/Alerts/:id","urlObject":{"protocol":"https","path":["Account","Alerts",":id"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"10001","key":"id"}]}},"response":[],"_postman_id":"bd08e553-1a6d-1f49-6bdb-44916e8cf761"},{"name":"View Balance","id":"5c3d68be-aa3b-78c2-ea0f-cc565ea757b2","request":{"method":"GET","header":[{"key":"Authorization","value":"{{BASIC_AUTH}}"}],"url":"https://{{BASE_URL}}/Account/Billings/Balance","urlObject":{"protocol":"https","path":["Account","Billings","Balance"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c3d68be-aa3b-78c2-ea0f-cc565ea757b2"},{"name":"Make Payment","id":"be4bbda4-d9e3-79a1-7e34-716f54997919","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"{{BASIC_AUTH}}"}],"body":{"mode":"raw","raw":"{\n    \"amount\": 10,\n    \"payment_method\": {\n        \"token\": \"6g6kpg\",\n        \"method\": \"Credit Card\",\n        \"card_type\": \"American Express\",\n        \"last_four\": \"0005\",\n        \"is_default\": false,\n        \"created_on\": \"2016-03-16T10:09:00.000Z\",\n        \"updated_on\": \"2016-03-16T12:49:00.000Z\",\n        \"is_expired\": false\n    }\n}"},"url":"https://{{BASE_URL}}/Account/Payments","urlObject":{"protocol":"https","path":["Account","Payments"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"be4bbda4-d9e3-79a1-7e34-716f54997919"},{"name":"List Payment Methods","id":"25a64c9c-3f1f-2ca3-47f6-48ddab256914","request":{"method":"GET","header":[{"key":"Authorization","value":"{{BASIC_AUTH}}"}],"url":"https://{{BASE_URL}}/Account/Payments/Methods","urlObject":{"protocol":"https","path":["Account","Payments","Methods"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"25a64c9c-3f1f-2ca3-47f6-48ddab256914"},{"name":"List Payment History","id":"47ef52af-1eae-9e0b-4f47-3fccdcce8b3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{BASIC_AUTH}}"}],"url":"https://{{BASE_URL}}/Account/Payments?begin_date=2016-03-10T00:00:00.000Z&end_date=2016-03-16T00:00:00.000Z","urlObject":{"protocol":"https","path":["Account","Payments"],"host":["{{BASE_URL}}"],"query":[{"key":"begin_date","value":"2016-03-10T00:00:00.000Z"},{"key":"end_date","value":"2016-03-16T00:00:00.000Z"}],"variable":[]}},"response":[],"_postman_id":"47ef52af-1eae-9e0b-4f47-3fccdcce8b3e"}],"id":"c196d078-605e-6651-fec2-8a842cb52a35","description":"<p>The Account API allows developers to manage account settings.</p>\n","_postman_id":"c196d078-605e-6651-fec2-8a842cb52a35"},{"name":"Account Applications","item":[{"name":"List Applications","id":"38d86b9f-0610-0998-fb53-066a0c5462bc","request":{"method":"GET","header":[{"key":"Authorization","value":"{{BASIC_AUTH}}"}],"url":"https://{{BASE_URL}}/Account/Apps","urlObject":{"protocol":"https","path":["Account","Apps"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"38d86b9f-0610-0998-fb53-066a0c5462bc"},{"name":"Get Application Details","id":"628c8f84-7caa-9199-2787-577c97bd9d14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{BASIC_AUTH}}"}],"url":"https://{{BASE_URL}}/Account/Apps/:id","urlObject":{"protocol":"https","path":["Account","Apps",":id"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"a243b1a8-42f4-40ca-833c-ee2e94d504f3","key":"id"}]}},"response":[],"_postman_id":"628c8f84-7caa-9199-2787-577c97bd9d14"},{"name":"Update Application","id":"dc1c6bc4-8afb-426e-bec5-cd8f3da44362","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{BASIC_AUTH}}"}],"body":{"mode":"raw","raw":"{\n    \"sip_domains\": {\n        \"default_sip_authentication\": \"your-domain\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{BASE_URL}}/Account/Apps/:id","urlObject":{"protocol":"https","path":["Account","Apps",":id"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"id":"a0789a99-7729-4f87-aa40-b3b418f17395","type":"any","value":"bb6665cf-70c7-4e7b-aaa9-f8114f1d3661","key":"id"}]}},"response":[],"_postman_id":"dc1c6bc4-8afb-426e-bec5-cd8f3da44362"},{"name":"Update Application Default SIP Auth Domain","id":"544134a5-2d9a-4d0b-9aea-d4c52ad96a33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{BASIC_AUTH}}"}],"body":{"mode":"raw","raw":"{\n    \"sip_domains\": {\n        \"default_sip_authentication\": \"your-domain\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{BASE_URL}}/Account/Apps/:id","urlObject":{"protocol":"https","path":["Account","Apps",":id"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"bb6665cf-70c7-4e7b-aaa9-f8114f1d3661","key":"id"}]}},"response":[],"_postman_id":"544134a5-2d9a-4d0b-9aea-d4c52ad96a33"}],"id":"c960b78a-a583-5c3e-5b4b-f63a529a647f","_postman_id":"c960b78a-a583-5c3e-5b4b-f63a529a647f","description":""},{"name":"Application Sub Accounts","item":[{"name":"Create Sub Accounts","id":"3ae23d5d-6237-e3ad-0781-c8b836044701","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-Key","value":"{{X-API-KEY}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"My First Sub Account\"\n}"},"url":"https://{{BASE_URL}}/SubAccounts","urlObject":{"protocol":"https","path":["SubAccounts"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3ae23d5d-6237-e3ad-0781-c8b836044701"},{"name":"List Sub Accounts","id":"134b0e28-f3bc-681e-503f-322fc000bf09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-API-Key","value":"{{X-API-KEY}}"}],"url":"https://{{BASE_URL}}/SubAccounts?page=0&page_size=10","urlObject":{"protocol":"https","path":["SubAccounts"],"host":["{{BASE_URL}}"],"query":[{"disabled":true,"key":"status","value":"active"},{"key":"page","value":"0"},{"key":"page_size","value":"10"}],"variable":[]}},"response":[],"_postman_id":"134b0e28-f3bc-681e-503f-322fc000bf09"},{"name":"View Sub Account Detail","id":"6fba004d-4539-146e-f5e3-6f11aaf7a865","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-API-Key","value":"{{X-API-KEY}}"}],"url":"https://{{BASE_URL}}/SubAccounts/:id","urlObject":{"protocol":"https","path":["SubAccounts",":id"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"description":{"content":"<p>Sub Account ID</p>\n","type":"text/plain"},"type":"any","value":"0","key":"id"}]}},"response":[],"_postman_id":"6fba004d-4539-146e-f5e3-6f11aaf7a865"},{"name":"Update Sub Account","id":"aa50af19-5bef-4154-8035-3b7f805786e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-API-Key","value":"{{X-API-KEY}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"My Updated Sub Account\"\n}"},"url":"https://{{BASE_URL}}/SubAccounts/:id","urlObject":{"protocol":"https","path":["SubAccounts",":id"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"description":{"content":"<p>Sub Account ID</p>\n","type":"text/plain"},"type":"any","value":"0","key":"id"}]}},"response":[],"_postman_id":"aa50af19-5bef-4154-8035-3b7f805786e5"},{"name":"Update Sub Account Default SIP Auth Domain","id":"6c92a039-505b-4914-b57a-5a65c4966511","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-API-Key","value":"{{X-API-KEY}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"sip_domains\": {\n        \"default_sip_authentication\": \"your-sub-account-domain\"\n    }\n}"},"url":"https://{{BASE_URL}}/SubAccounts/:id","urlObject":{"protocol":"https","path":["SubAccounts",":id"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"description":{"content":"<p>Sub Account ID</p>\n","type":"text/plain"},"type":"any","value":"0","key":"id"}]}},"response":[],"_postman_id":"6c92a039-505b-4914-b57a-5a65c4966511"},{"name":"Delete Sub Account","id":"7d035ba7-5860-107e-d837-1e001d0f9215","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-API-Key","value":"{{X-API-KEY}}"}],"body":{"mode":"raw","raw":""},"url":"https://{{BASE_URL}}/SubAccounts/:id","urlObject":{"protocol":"https","path":["SubAccounts",":id"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"description":{"content":"<p>Sub Account ID</p>\n","type":"text/plain"},"type":"any","value":"12345","key":"id"}]}},"response":[],"_postman_id":"7d035ba7-5860-107e-d837-1e001d0f9215"}],"id":"ce7b3387-801c-02fc-67fd-a6133d5c2fdc","_postman_id":"ce7b3387-801c-02fc-67fd-a6133d5c2fdc","description":""},{"name":"Application/Sub Account Users","item":[{"name":"Create Application User","id":"e4dbfff4-c6d1-45fa-b7b2-8a5b69464982","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-Key","value":"{{X-API-KEY}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"description\": \"API User\",\n    \"sip_authentication\": {\n        \"username\": \"api01\",\n        \"password\": \"123Mypassword!@#\",\n        \"outbound\": {\n            \"assigned_to\": \"CallFlows\"\n        }\n    }\n}"},"url":"https://{{BASE_URL}}/Users","urlObject":{"protocol":"https","path":["Users"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e4dbfff4-c6d1-45fa-b7b2-8a5b69464982"},{"name":"List Application Users","id":"1ad406da-116d-49eb-a3ec-2854e532e236","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-API-Key","value":"{{X-API-KEY}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"My First Sub Account\"\n}"},"url":"https://{{BASE_URL}}/Users","urlObject":{"protocol":"https","path":["Users"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1ad406da-116d-49eb-a3ec-2854e532e236"},{"name":"View Application User Detail","id":"c5d20956-cfe0-4b63-a98d-6329f10a21ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-API-Key","value":"{{X-API-KEY}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{BASE_URL}}/Users/:user_id","urlObject":{"protocol":"https","path":["Users",":user_id"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"50a1656c-3633-444d-9455-aad5382e6ea0","key":"user_id"}]}},"response":[],"_postman_id":"c5d20956-cfe0-4b63-a98d-6329f10a21ae"},{"name":"Update Application User","id":"c0f9f3ce-81b4-4ac0-a60c-7c72242c0e8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-API-Key","value":"{{X-API-KEY}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"description\": \"Updated description\",\n    \"sip_authentication\": {\n        \"username\": \"api01\",\n        \"password\": \"123Mypassword!@#\",\n        \"outbound\": {\n            \"assigned_to\": \"CallFlows\"\n        }\n    }\n}"},"url":"https://{{BASE_URL}}/Users/:user_id","urlObject":{"protocol":"https","path":["Users",":user_id"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"9b2b1c1d-172e-4cc2-88a7-e63eec017bbc","key":"user_id"}]}},"response":[],"_postman_id":"c0f9f3ce-81b4-4ac0-a60c-7c72242c0e8d"},{"name":"Delete Application User","id":"1f040cac-fc7e-423d-96c6-97cf7acefab9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-API-Key","value":"{{X-API-KEY}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{BASE_URL}}/Users/:user_id","urlObject":{"protocol":"https","path":["Users",":user_id"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"50a1656c-3633-444d-9455-aad5382e6ea0","key":"user_id"}]}},"response":[],"_postman_id":"1f040cac-fc7e-423d-96c6-97cf7acefab9"}],"id":"41214d6d-de91-4420-aa11-9fef68147e74","_postman_id":"41214d6d-de91-4420-aa11-9fef68147e74","description":""},{"name":"Caller IDs","item":[{"name":"Create Caller ID","id":"9e17e103-c9d8-b6ef-00fa-a3d1ce714f88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Api-Key","value":"{{X-API-KEY}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"description\": \"Desk Phone\"\n}"},"url":"https://{{BASE_URL}}/CallerIDs/:caller_id","urlObject":{"protocol":"https","path":["CallerIDs",":caller_id"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"+17145551212","key":"caller_id"}]}},"response":[],"_postman_id":"9e17e103-c9d8-b6ef-00fa-a3d1ce714f88"},{"name":"List Caller IDs","id":"7f217d53-7281-cfbd-8dda-9e516b34742d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Api-Key","value":"{{X-API-KEY}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://{{BASE_URL}}/CallerIDs?page=0&page_size=10","urlObject":{"protocol":"https","path":["CallerIDs"],"host":["{{BASE_URL}}"],"query":[{"disabled":true,"key":"no","value":"949"},{"disabled":true,"key":"description","value":""},{"disabled":true,"description":{"content":"<p>unverified, verified, blocked</p>\n","type":"text/plain"},"key":"status","value":""},{"key":"page","value":"0"},{"key":"page_size","value":"10"}],"variable":[]}},"response":[],"_postman_id":"7f217d53-7281-cfbd-8dda-9e516b34742d"},{"name":"View Caller ID","id":"b1fcb1de-361c-200b-6b01-8d6b7e57c6a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Api-Key","value":"{{X-API-KEY}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://{{BASE_URL}}/CallerIDs/:caller_id","urlObject":{"protocol":"https","path":["CallerIDs",":caller_id"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"+17145551212","key":"caller_id"}]}},"response":[],"_postman_id":"b1fcb1de-361c-200b-6b01-8d6b7e57c6a9"},{"name":"Update Caller ID","id":"9197119e-bd03-965a-9219-d3fbda6b2b4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-Api-Key","value":"{{X-API-KEY}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"description\": \"Desk phone at work.\"\n}"},"url":"https://{{BASE_URL}}/CallerIDs/:caller_id","urlObject":{"protocol":"https","path":["CallerIDs",":caller_id"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"+17145551212","key":"caller_id"}]}},"response":[],"_postman_id":"9197119e-bd03-965a-9219-d3fbda6b2b4e"},{"name":"Delete Caller ID","id":"3d8cd78a-96c8-c903-1e2e-2e01701208a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-Api-Key","value":"{{X-API-KEY}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://{{BASE_URL}}/CallerIDs/:caller_id","urlObject":{"protocol":"https","path":["CallerIDs",":caller_id"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"+17145551212","key":"caller_id"}]}},"response":[],"_postman_id":"3d8cd78a-96c8-c903-1e2e-2e01701208a0"},{"name":"Verify Caller ID","id":"21c7fa67-6bf7-6a1c-506b-f0a4e1741dfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Api-Key","value":"{{X-API-KEY}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://{{BASE_URL}}/CallerIDs/:caller_id/Verify","urlObject":{"protocol":"https","path":["CallerIDs",":caller_id","Verify"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"+17145551212","key":"caller_id"}]}},"response":[],"_postman_id":"21c7fa67-6bf7-6a1c-506b-f0a4e1741dfe"}],"id":"f13cd338-a8b1-a45d-94fe-d62c8c69ec15","_postman_id":"f13cd338-a8b1-a45d-94fe-d62c8c69ec15","description":""},{"name":"Call Flows (Callback Configuration)","item":[{"name":"Deprecated","item":[{"name":"Callbacks List (deprecated)","id":"fdecd5ff-d00e-dbea-4986-32c660425043","request":{"method":"GET","header":[{"key":"X-API-Key","value":"{{X-API-KEY}}"}],"url":"https://{{BASE_URL}}/CallFlows/Callbacks","urlObject":{"protocol":"https","path":["CallFlows","Callbacks"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fdecd5ff-d00e-dbea-4986-32c660425043"},{"name":"Callback Detail (deprecated)","id":"ade548e7-a201-9545-bc34-79742d5b9dd6","request":{"method":"GET","header":[{"key":"X-API-Key","value":"{{X-API-KEY}}"}],"url":"https://{{BASE_URL}}/CallFlows/Callbacks/:no","urlObject":{"protocol":"https","path":["CallFlows","Callbacks",":no"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"+17145551212","key":"no"}]}},"response":[],"_postman_id":"ade548e7-a201-9545-bc34-79742d5b9dd6"},{"name":"Callbacks Assign (deprecated)","id":"120ac881-78d4-dea1-9bf3-6d161091d5f4","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-API-Key","value":"{{X-API-KEY}}"}],"body":{"mode":"raw","raw":"[\n  {\n    \"no\": \"{{inbound_api_no}}\",\n    \"callback\": {\n      \"method\": \"POST\",\n      \"url\": \"{{init_config_url}}\",\n      \"content_type\": \"application/json\"\n    },\n    \"google_analytics\": {\n        \"tracking_id\": \"UA-XXXXXXXX-1\",\n        \"source\": \"foobar\"\n    }\n  }\n]"},"url":"https://{{BASE_URL}}/CallFlows/Callbacks","urlObject":{"protocol":"https","path":["CallFlows","Callbacks"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"120ac881-78d4-dea1-9bf3-6d161091d5f4"},{"name":"Delete Callback (deprecated)","id":"85b9904c-155d-8f3b-218e-75907000dae6","request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-API-Key","value":"{{X-API-KEY}}"}],"body":{"mode":"raw","raw":"[\n    {\n        \"no\": \"{{inbound_api_no}}\"\n    }\n]"},"url":"https://{{BASE_URL}}/CallFlows/Callbacks","urlObject":{"protocol":"https","path":["CallFlows","Callbacks"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"85b9904c-155d-8f3b-218e-75907000dae6"},{"name":"List Logs","id":"9a40a480-86f2-ac23-1d49-8eeb7c61a03b","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-API-Key","value":"{{X-API-KEY}}"}],"url":"https://{{BASE_URL}}/CallFlows/Logs?begin_date=2016-12-20T01:45:12.340Z&end_date=2016-12-21T16:45:20.760Z&page=0&page_size=100","urlObject":{"protocol":"https","path":["CallFlows","Logs"],"host":["{{BASE_URL}}"],"query":[{"key":"begin_date","value":"2016-12-20T01:45:12.340Z"},{"key":"end_date","value":"2016-12-21T16:45:20.760Z"},{"key":"page","value":"0"},{"key":"page_size","value":"100"}],"variable":[]}},"response":[],"_postman_id":"9a40a480-86f2-ac23-1d49-8eeb7c61a03b"},{"name":"Get Log Entry","id":"0630d73b-248a-e16b-b236-eebcd9145b6a","request":{"method":"GET","header":[{"key":"X-API-Key","value":"{{X-API-KEY}}"}],"url":"https://{{BASE_URL}}/CallFlows/Logs/:callId","urlObject":{"protocol":"https","path":["CallFlows","Logs",":callId"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"1234@56","key":"callId"}]}},"response":[],"_postman_id":"0630d73b-248a-e16b-b236-eebcd9145b6a"}],"id":"1abba876-e7e6-b1dc-d649-05aa3f270e72","_postman_id":"1abba876-e7e6-b1dc-d649-05aa3f270e72","description":""},{"name":"Update Default Call Flow Configuration","id":"59510fef-6f7f-5973-df88-e5d06ac9324e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-API-Key","value":"{{X-API-KEY}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"callback\": {\n        \"method\": \"GET\",\n        \"url\": \"https://sp-examples2.s3.us-west-2.amazonaws.com/default_callflow_real.json\",\n        \"headers\": {\n            \"x-customer-header\":\"ok\"\n        },\n        \"content_type\": \"application/json\",\n        \"timeout\": 500\n    },\n    \"callback_failover\": {\n        \"method\": \"GET\",\n        \"url\": \"https://sp-examples2.s3.us-west-2.amazonaws.com/default_callflow_real_failover.json\",\n        \"headers\": {\n            \"x-customer-header\":\"ok\"\n        },\n        \"content_type\": \"application/json\",\n        \"timeout\": 500\n    },\n    \"callback_sms_failover\": {\n        \"method\": \"GET\",\n        \"url\": \"https://sp-examples2.s3.us-west-2.amazonaws.com/sms_failover.json\",\n        \"headers\": {\n            \"x-customer-header\":\"ok\"\n        },\n        \"content_type\": \"application/json\",\n        \"timeout\": 500\n    },\n    \"callback_sms\": {\n        \"method\": \"GET\",\n        \"url\": \"https://sp-examples2.s3.us-west-2.amazonaws.com/sms.json\",\n        \"headers\": {\n            \"x-customer-header\":\"ok\"\n        },\n        \"content_type\": \"application/json\",\n        \"timeout\": 500\n    },\n    \"custom_data\": {\n        \"foo\": \"bar\"\n    }\n}"},"url":"https://{{BASE_URL}}/CallFlows/Configurations/Default","urlObject":{"protocol":"https","path":["CallFlows","Configurations","Default"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"59510fef-6f7f-5973-df88-e5d06ac9324e"},{"name":"Update Call Flow Configuration","id":"0c816c1f-2312-75d8-f740-11b1e4ef5a4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-API-Key","value":"{{X-API-KEY}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"callback\": {\n        \"method\": \"POST\",\n        \"url\": \"https://e6a0-4-17-224-130.ngrok-free.app/simple\",\n        \"content_type\": \"application/json\"\n    },\n    \"answer_on_ring\": 1\n}"},"url":"https://{{BASE_URL}}/CallFlows/Configurations/PhoneNumbers/:phone_number","urlObject":{"protocol":"https","path":["CallFlows","Configurations","PhoneNumbers",":phone_number"],"host":["{{BASE_URL}}"],"query":[{"disabled":true,"key":"id","value":""}],"variable":[{"type":"any","value":"+12404744213","key":"phone_number"}]}},"response":[],"_postman_id":"0c816c1f-2312-75d8-f740-11b1e4ef5a4f"},{"name":"List Call Flow Configurations","id":"8130504b-6e62-ac9f-a12d-2b544281eb0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-API-Key","value":"{{X-API-KEY}}"}],"url":"https://{{BASE_URL}}/CallFlows/Configurations/PhoneNumbers?page=0&page_size=10","urlObject":{"protocol":"https","path":["CallFlows","Configurations","PhoneNumbers"],"host":["{{BASE_URL}}"],"query":[{"key":"page","value":"0"},{"key":"page_size","value":"10"}],"variable":[]}},"response":[],"_postman_id":"8130504b-6e62-ac9f-a12d-2b544281eb0d"},{"name":"View Default Call Flow Configuration","id":"5afd7bbf-20d4-7f0c-bb2c-ea285592c79e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-API-Key","value":"{{X-API-KEY}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://{{BASE_URL}}/CallFlows/Configurations/Default","urlObject":{"protocol":"https","path":["CallFlows","Configurations","Default"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5afd7bbf-20d4-7f0c-bb2c-ea285592c79e"},{"name":"View Call Flow Configuration","id":"bafeea80-8f24-49a3-8aaa-64b063371278","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-API-Key","value":"{{X-API-KEY}}"}],"url":"https://{{BASE_URL}}/CallFlows/Configurations/PhoneNumbers/:phone_number","urlObject":{"protocol":"https","path":["CallFlows","Configurations","PhoneNumbers",":phone_number"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"+17145551212","key":"phone_number"}]}},"response":[],"_postman_id":"bafeea80-8f24-49a3-8aaa-64b063371278"},{"name":"Delete Default Call Flow Configuration","id":"34641da8-0d21-2daf-d278-149a28796fae","request":{"method":"DELETE","header":[{"key":"X-API-Key","value":"{{X-API-KEY}}"}],"url":"https://{{BASE_URL}}/CallFlows/Configurations/Default","urlObject":{"protocol":"https","path":["CallFlows","Configurations","Default"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"34641da8-0d21-2daf-d278-149a28796fae"},{"name":"Delete Call Flow Configuration","id":"eb5d9530-d633-dd04-cc2e-27740f633fd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-API-Key","value":"{{X-API-KEY}}"}],"url":"https://{{BASE_URL}}/CallFlows/Configurations/PhoneNumbers/:phone_number","urlObject":{"protocol":"https","path":["CallFlows","Configurations","PhoneNumbers",":phone_number"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"+17145551212","key":"phone_number"},{"type":"any","value":"+17145551212","key":"phone_number"}]}},"response":[],"_postman_id":"eb5d9530-d633-dd04-cc2e-27740f633fd5"}],"id":"40d626b6-5221-6c51-ce4c-4aa8e431501b","_postman_id":"40d626b6-5221-6c51-ce4c-4aa8e431501b","description":""},{"name":"Calls","item":[{"name":"Make Call","id":"e37ba72f-9e37-89ba-efb5-fe33fb2c45cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Api-Key","value":"{{X-API-KEY}}"}],"body":{"mode":"raw","raw":"{\n    \"call\": {\n        \"no\": \"+12177223742\",\n        \"caller_id_no\": \"+14698131269\"\n    },\n    \"session_data\": {\n        \"words\": \"word 1, word 2, word 3\"\n    },\n    \"inbound_api\": \"CallFlows\",\n    \"timeout\": 60,\n    \"max_call_time\": 60\n}"},"url":"https://{{BASE_URL}}/Dials/Connect","urlObject":{"protocol":"https","path":["Dials","Connect"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e37ba72f-9e37-89ba-efb5-fe33fb2c45cc"},{"name":"List Live Calls","id":"b229ac5f-eef8-25e4-b8ea-b9fbe5153534","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Api-Key","value":"{{X-API-KEY}}"}],"url":"https://{{BASE_URL}}/LiveCalls?sort_order=desc","urlObject":{"protocol":"https","path":["LiveCalls"],"host":["{{BASE_URL}}"],"query":[{"key":"sort_order","value":"desc"},{"disabled":true,"key":"filter_on_nos","value":""},{"disabled":true,"key":"filter_on_call_id_nos","value":""},{"disabled":true,"key":"max_results","value":""},{"disabled":true,"key":"min_connected_time","value":""},{"disabled":true,"key":"max_connected_time","value":""}],"variable":[]}},"response":[],"_postman_id":"b229ac5f-eef8-25e4-b8ea-b9fbe5153534"},{"name":"View Call Detail","id":"7c0acad6-deb9-adcd-6dc6-394a021bbfc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Api-Key","value":"{{X-API-KEY}}"}],"url":"https://{{BASE_URL}}/LiveCalls/:call_id","urlObject":{"protocol":"https","path":["LiveCalls",":call_id"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"142877@7875","key":"call_id"}]}},"response":[],"_postman_id":"7c0acad6-deb9-adcd-6dc6-394a021bbfc6"},{"name":"List Call Logs","id":"a34873fb-bc4c-a920-3b63-8d7532fc1b80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-API-Key","value":"{{X-API-KEY}}"}],"url":"https://{{BASE_URL}}/History/Logs/Calls","urlObject":{"protocol":"https","path":["History","Logs","Calls"],"host":["{{BASE_URL}}"],"query":[{"disabled":true,"key":"begin_date","value":"2019-03-19T00:18:31.138Z"},{"disabled":true,"key":"end_date","value":"2019-03-24T23:18:31.138Z"},{"disabled":true,"description":{"content":"<p>inbound, outbound</p>\n","type":"text/plain"},"key":"direction","value":"inbound|outbound"},{"disabled":true,"key":"connect_time","value":"0"},{"disabled":true,"description":{"content":"<p>voice, sms</p>\n","type":"text/plain"},"key":"type","value":""},{"disabled":true,"description":{"content":"<p>programmable_voice, sip_trunking</p>\n","type":"text/plain"},"key":"service","value":""},{"disabled":true,"key":"caller_no","value":""},{"disabled":true,"key":"api_no","value":""}],"variable":[]}},"response":[],"_postman_id":"a34873fb-bc4c-a920-3b63-8d7532fc1b80"},{"name":"View Call Log","id":"7f5a8b6d-1b4c-4c5d-956d-88d4acd55aba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-API-Key","value":"{{X-API-KEY}}"}],"url":"https://{{BASE_URL}}/History/Logs/Calls/:call_id","urlObject":{"protocol":"https","path":["History","Logs","Calls",":call_id"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"id":"1bec7bee-9099-488e-a3d3-f8745e9e2e5a","type":"any","value":"123345@6789","key":"call_id"}]}},"response":[],"_postman_id":"7f5a8b6d-1b4c-4c5d-956d-88d4acd55aba"},{"name":"End Call","id":"7ec7354c-708c-877d-a72c-b4d92a3b25f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Api-Key","value":"{{X-API-KEY}}"}],"body":{"mode":"raw","raw":""},"url":"https://{{BASE_URL}}/LiveCalls/:call_id","urlObject":{"protocol":"https","path":["LiveCalls",":call_id"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"142877@7875","key":"call_id"}]}},"response":[],"_postman_id":"7ec7354c-708c-877d-a72c-b4d92a3b25f2"},{"name":"Hang Up","id":"374d8cc3-0b3e-3e44-095c-c56b45bc913b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Api-Key","value":"{{X-API-KEY}}"}],"body":{"mode":"raw","raw":"{\n    \"message\": [\n        \"Let me play you a song before you go.\",\n        \"https://s3.amazonaws.com/com.voxology.music/classical/BusyStrings.mp3\"\n    ]\n}"},"url":"https://{{BASE_URL}}/LiveCalls/:call_id/Actions/HangUp","urlObject":{"protocol":"https","path":["LiveCalls",":call_id","Actions","HangUp"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"123456@7890","key":"call_id"}]}},"response":[],"_postman_id":"374d8cc3-0b3e-3e44-095c-c56b45bc913b"},{"name":"Collect Digits","id":"887fde02-c711-3c62-6eb1-aa0490d901e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Api-Key","value":"{{X-API-KEY}}"}],"body":{"mode":"raw","raw":"{\n    \"message\": \"https://s3.amazonaws.com/com.voxology.music/classical/BusyStrings.mp3\",\n    \"callback\": {\n        \"url\": \"https://s3.amazonaws.com/\",\n        \"method\": \"POST\"\n    },\n    \"num_digits\": 10,\n    \"finish_on_key\": \"#\",\n    \"timeout\": 10\n}"},"url":"https://{{BASE_URL}}/LiveCalls/:call_id/Actions/Collect","urlObject":{"protocol":"https","path":["LiveCalls",":call_id","Actions","Collect"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"123456@7890","key":"call_id"}]}},"response":[],"_postman_id":"887fde02-c711-3c62-6eb1-aa0490d901e3"},{"name":"Stop Actions","id":"1816715f-bcde-b009-a99a-720a17c7dcc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Api-Key","value":"{{X-API-KEY}}"}],"body":{"mode":"raw","raw":"{\n    \"actions\": \"AUDIO\"\n}\n"},"url":"https://{{BASE_URL}}/LiveCalls/:call_id/Actions/Stop","urlObject":{"protocol":"https","path":["LiveCalls",":call_id","Actions","Stop"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"","key":"call_id"}]}},"response":[],"_postman_id":"1816715f-bcde-b009-a99a-720a17c7dcc7"},{"name":"Leave Voicemail","id":"a6f14af5-dc0f-90c3-dc5f-f669582ff7da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Api-Key","value":"{{X-API-KEY}}"}],"body":{"mode":"raw","raw":"{\n    \"message\": \"https://s3.amazonaws.com/com.voxology.music/classical/BusyStrings.mp3\"\n}"},"url":"https://{{BASE_URL}}/LiveCalls/:call_id/Actions/LeaveVoiceMail","urlObject":{"protocol":"https","path":["LiveCalls",":call_id","Actions","LeaveVoiceMail"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"123456@7890","key":"call_id"}]}},"response":[],"_postman_id":"a6f14af5-dc0f-90c3-dc5f-f669582ff7da"},{"name":"Tell","id":"625860ed-b998-6f2f-5952-9f8cc151044d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Api-Key","value":"{{X-API-KEY}}"}],"body":{"mode":"raw","raw":"{\n    \"messages\": [\n        \"https://s3.amazonaws.com/com.voxology.music/classical/BusyStrings.mp3\",\n        \"1234 dollars and 56 cents.\",\n        \"dtmf://123#\"\n    ]\n}"},"url":"https://{{BASE_URL}}/LiveCalls/:call_id/Actions/Tell","urlObject":{"protocol":"https","path":["LiveCalls",":call_id","Actions","Tell"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"123@4567","key":"call_id"}]}},"response":[],"_postman_id":"625860ed-b998-6f2f-5952-9f8cc151044d"},{"name":"Call Transfer","id":"11d4a9db-215d-ef99-f63d-26249e7bec03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Api-Key","value":"{{X-API-KEY}}"}],"body":{"mode":"raw","raw":"{\n    \"call\": {\n        \"no\": \"{{to_no}}\",\n        \"caller_id_no\": \"{{from_no}}\"\n    }\n}\n"},"url":"https://{{BASE_URL}}/LiveCalls/:call_id/Actions/Transfer","urlObject":{"protocol":"https","path":["LiveCalls",":call_id","Actions","Transfer"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"123456@7890","key":"call_id"}]}},"response":[],"_postman_id":"11d4a9db-215d-ef99-f63d-26249e7bec03"},{"name":"Inject Actions List","id":"23301539-5ba8-411a-845b-f5a82f3e277c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Api-Key","value":"{{X-API-KEY}}"}],"body":{"mode":"raw","raw":"{\n    \"params\": {\n        \"language\": \"en-US\",\n        \"end_transcript_webhook\":{\n            \"url\":\"https://8d6a-2603-8000-4001-6d9c-e99b-dbb9-3bd5-2ad8.ngrok.io/transcribe\",\n            \"content_type\":\"application/json\",\n            \"method\": \"POST\"\n        }       \n    }\n}"},"url":"https://{{BASE_URL}}/LiveCalls/:call_id/Actions/Transcribe/Start","urlObject":{"protocol":"https","path":["LiveCalls",":call_id","Actions","Transcribe","Start"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"367747@2217764907","key":"call_id"}]}},"response":[],"_postman_id":"23301539-5ba8-411a-845b-f5a82f3e277c"},{"name":"Modify Session Data","id":"2516d939-0150-89c5-c2d4-842399433fbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Api-Key","value":"{{X-API-KEY}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Bob\",\n    \"age\": 25\n}\n"},"url":"https://{{BASE_URL}}/LiveCalls/:call_id/Actions/SessionData","urlObject":{"protocol":"https","path":["LiveCalls",":call_id","Actions","SessionData"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"123456@7890","key":"call_id"}]}},"response":[],"_postman_id":"2516d939-0150-89c5-c2d4-842399433fbf"}],"id":"2cc93ee4-1200-5be9-f40e-27263f0da048","_postman_id":"2cc93ee4-1200-5be9-f40e-27263f0da048","description":""},{"name":"Conferences","item":[{"name":"List Conferences","id":"280f0f47-9ded-9328-c59e-d35772435a2f","request":{"method":"GET","header":[{"key":"X-Api-Key","value":"{{X-API-KEY}}"}],"url":"https://{{BASE_URL}}/LiveCalls/Conferences?name=conference","urlObject":{"protocol":"https","path":["LiveCalls","Conferences"],"host":["{{BASE_URL}}"],"query":[{"key":"name","value":"conference"}],"variable":[]}},"response":[],"_postman_id":"280f0f47-9ded-9328-c59e-d35772435a2f"},{"name":"View Conference Detail","id":"1b664c1c-54b8-735b-cade-df9375d958fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Api-Key","value":"{{X-API-KEY}}"}],"url":"https://{{BASE_URL}}/LiveCalls/Conferences/:conf_id","urlObject":{"protocol":"https","path":["LiveCalls","Conferences",":conf_id"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"abc123","key":"conf_id"}]}},"response":[],"_postman_id":"1b664c1c-54b8-735b-cade-df9375d958fa"},{"name":"View Participant Detail","id":"ca722ff5-f53e-7714-a0c3-313d343c187c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Api-Key","value":"{{X-API-KEY}}"}],"url":"https://{{BASE_URL}}/LiveCalls/Conferences/:conf_id/Participants/:part_id","urlObject":{"protocol":"https","path":["LiveCalls","Conferences",":conf_id","Participants",":part_id"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"abc123","key":"conf_id"},{"type":"any","value":"xyz987","key":"part_id"}]}},"response":[],"_postman_id":"ca722ff5-f53e-7714-a0c3-313d343c187c"},{"name":"Join Conference","id":"8adcd6f0-183f-d172-6abd-f155fd3c3c4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Api-Key","value":"{{X-API-KEY}}"}],"body":{"mode":"raw","raw":"{\n    \"conference_name\": \"my conference\",\n    \"message\": \"https://s3.amazonaws.com/com.voxology.music/classical/BusyStrings.mp3\",\n    \"mute_on_key\": \"1\",\n    \"unmute_on_key\": \"2\",\n    \"exit_on_key\": \"3\",\n    \"max_participants\": 50,\n    \"hold_audio\": \"https://myserver.com/conference-app/holdAudio.wav\"\n}"},"url":"https://{{BASE_URL}}/LiveCalls/:call_id/Actions/Conference/Join","urlObject":{"protocol":"https","path":["LiveCalls",":call_id","Actions","Conference","Join"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"123456@7890","key":"call_id"}]}},"response":[],"_postman_id":"8adcd6f0-183f-d172-6abd-f155fd3c3c4a"},{"name":"Join Conference to Whisper","id":"ec4c5502-a586-76f4-eb74-8b8dbe67844c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Api-Key","value":"{{X-API-KEY}}"}],"body":{"mode":"raw","raw":"{\n    \"conference_name\": \"CONFERENCE_NAME\",\n    \"message\": \"You are joining a conference as a listener.\",\n    \"target_call\": {\n        \"id\": \"TARGET_CALLER_ID\",\n        \"message\": \"A supervisor is now listening.\"\n    },\n    \"mute_on_key\": \"1\",\n    \"unmute_on_key\": \"2\",\n    \"exit_on_key\": \"#\"\n}"},"url":"https://{{BASE_URL}}/LiveCalls/:call_id/Actions/Conference/JoinToWhisper","urlObject":{"protocol":"https","path":["LiveCalls",":call_id","Actions","Conference","JoinToWhisper"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"123456@7890","key":"call_id"}]}},"response":[],"_postman_id":"ec4c5502-a586-76f4-eb74-8b8dbe67844c"},{"name":"Leave Conference","id":"6abb8fed-1401-4093-cecd-20b7e86ef130","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Api-Key","value":"{{X-API-KEY}}"}],"body":{"mode":"raw","raw":"{\n    \"conference_name\": \"my conference\",\n    \"message\": \"https://s3.amazonaws.com/com.voxology.music/classical/BusyStrings.mp3\"\n}"},"url":"https://{{BASE_URL}}/LiveCalls/:call_id/Actions/Conference/Leave","urlObject":{"protocol":"https","path":["LiveCalls",":call_id","Actions","Conference","Leave"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"123456@7890","key":"call_id"}]}},"response":[],"_postman_id":"6abb8fed-1401-4093-cecd-20b7e86ef130"},{"name":"Mute Participant","id":"62109282-7802-27d2-1a72-4cba3f558357","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Api-Key","value":"{{X-API-KEY}}"}],"body":{"mode":"raw","raw":"{\n    \"conference_name\": \"my conference\",\n    \"message\": \"https://s3.amazonaws.com/com.voxology.music/classical/BusyStrings.mp3\"\n}"},"url":"https://{{BASE_URL}}/LiveCalls/:call_id/Actions/Conference/Mute","urlObject":{"protocol":"https","path":["LiveCalls",":call_id","Actions","Conference","Mute"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"123456@7890","key":"call_id"}]}},"response":[],"_postman_id":"62109282-7802-27d2-1a72-4cba3f558357"},{"name":"Unmute Participant","id":"60b5ffa7-b73d-2109-ad0c-01697f0e31fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Api-Key","value":"{{X-API-KEY}}"}],"body":{"mode":"raw","raw":"{\n    \"conference_name\": \"my conference\",\n    \"message\": \"https://s3.amazonaws.com/com.voxology.music/classical/BusyStrings.mp3\"\n}"},"url":"https://{{BASE_URL}}/LiveCalls/:call_id/Actions/Conference/Unmute","urlObject":{"protocol":"https","path":["LiveCalls",":call_id","Actions","Conference","Unmute"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"123456@7890","key":"call_id"}]}},"response":[],"_postman_id":"60b5ffa7-b73d-2109-ad0c-01697f0e31fc"},{"name":"Hold Participant","id":"f5ab2af9-b147-4861-0c28-a518ecebefba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Api-Key","value":"{{X-API-KEY}}"}],"body":{"mode":"raw","raw":"{\n    \"conference_name\": \"my conference\",\n    \"message\": \"https://s3.amazonaws.com/com.voxology.music/classical/BusyStrings.mp3\"\n}"},"url":"https://{{BASE_URL}}/LiveCalls/:call_id/Actions/Conference/Hold","urlObject":{"protocol":"https","path":["LiveCalls",":call_id","Actions","Conference","Hold"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"123456@7890","key":"call_id"}]}},"response":[],"_postman_id":"f5ab2af9-b147-4861-0c28-a518ecebefba"},{"name":"Resume Participant","id":"519ed625-1a7b-c2ca-fe1b-300ab877d0fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Api-Key","value":"{{X-API-KEY}}"}],"body":{"mode":"raw","raw":"{\n    \"conference_name\": \"my conference\",\n    \"message\": \"https://s3.amazonaws.com/com.voxology.music/classical/BusyStrings.mp3\"\n}"},"url":"https://{{BASE_URL}}/LiveCalls/:call_id/Actions/Conference/Resume","urlObject":{"protocol":"https","path":["LiveCalls",":call_id","Actions","Conference","Resume"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"123456@7890","key":"call_id"}]}},"response":[],"_postman_id":"519ed625-1a7b-c2ca-fe1b-300ab877d0fc"}],"id":"08807016-2757-0a13-1cea-253aca96bdd3","_postman_id":"08807016-2757-0a13-1cea-253aca96bdd3","description":""},{"name":"Emergency Addresses","item":[{"name":"View Emergency Address (Phone Number)","id":"a8744e07-771c-4b14-b673-6ab20f540ee9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"{{X-API-KEY}}"}],"url":"https://{{BASE_URL}}/EmergencyAddresses/:phone_number","urlObject":{"protocol":"https","path":["EmergencyAddresses",":phone_number"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"+19495551212","key":"phone_number"}]}},"response":[],"_postman_id":"a8744e07-771c-4b14-b673-6ab20f540ee9"},{"name":"Update Emergency Address (Phone Number)","id":"40e20bc4-1cce-4762-8801-99cf110569bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"{{X-API-KEY}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Griffith Observatory\",\n    \"street_no\": \"2800\",\n    \"street\": \"E Observatory Ave\",\n    \"city\": \"Los Angeles\",\n    \"region\": \"CA\",\n    \"country\": \"US\",\n    \"postal_code\": \"90027\"\n}"},"url":"https://{{BASE_URL}}/EmergencyAddresses/:phone_number","urlObject":{"protocol":"https","path":["EmergencyAddresses",":phone_number"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"+19495551212","key":"phone_number"}]}},"response":[],"_postman_id":"40e20bc4-1cce-4762-8801-99cf110569bd"},{"name":"Delete Emergency Address (Phone Number)","id":"031ad35b-2b7b-47f0-874a-d7e83101b972","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"{{X-API-KEY}}"}],"url":"https://{{BASE_URL}}/EmergencyAddresses/:phone_number","urlObject":{"protocol":"https","path":["EmergencyAddresses",":phone_number"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"+19495551212","key":"phone_number"}]}},"response":[],"_postman_id":"031ad35b-2b7b-47f0-874a-d7e83101b972"}],"id":"d006e927-e5fd-493f-9d70-13d0770101ad","_postman_id":"d006e927-e5fd-493f-9d70-13d0770101ad","description":""},{"name":"End User Info Callback Configuration","item":[{"name":"Get End User Info Callback Configuration","id":"1c48cab8-c47d-4d3c-bf36-67ea0d26730c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{BASIC_AUTH}}"}],"url":"https://{{BASE_URL}}/Account/EndUserProfiles?page=0&page_size=25","urlObject":{"protocol":"https","path":["Account","EndUserProfiles"],"host":["{{BASE_URL}}"],"query":[{"disabled":true,"description":{"content":"<p>end_user_profile_id, entity_name, or description</p>\n","type":"text/plain"},"key":"name","value":""},{"key":"page","value":"0"},{"key":"page_size","value":"25"}],"variable":[]}},"response":[],"_postman_id":"1c48cab8-c47d-4d3c-bf36-67ea0d26730c"},{"name":"Create End User Profile","id":"f1c78657-284c-44db-8665-876d3cc32901","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{BASIC_AUTH}}"}],"body":{"mode":"raw","raw":"{\n    \"entity_name\": \"test_entity_01\",\n    \"country\": \"US\",\n    \"description\": \"My API End User Profile\"\n}\n\n","options":{"raw":{"language":"json"}}},"url":"https://{{BASE_URL}}/Account/EndUserProfiles","urlObject":{"protocol":"https","path":["Account","EndUserProfiles"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f1c78657-284c-44db-8665-876d3cc32901"},{"name":"Get End User Profile","id":"570a1151-5780-4f47-bec3-21a553471927","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{BASIC_AUTH}}"}],"url":"https://{{BASE_URL}}/Account/EndUserProfiles/:end_user_profile_id","urlObject":{"protocol":"https","path":["Account","EndUserProfiles",":end_user_profile_id"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"id":"b259a4bf-3935-4506-b332-873e28c94987","type":"any","value":"6cdc76c4-01ce-4b46-b6dd-0cd45fc383d3","key":"end_user_profile_id"}]}},"response":[],"_postman_id":"570a1151-5780-4f47-bec3-21a553471927"},{"name":"Update End User Profile","id":"c376b085-188e-4caf-8dde-037e94251c94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{BASIC_AUTH}}"}],"body":{"mode":"raw","raw":"{\n    \"entity_name\": \"test_entity_01\",\n    \"country\": \"US\",\n    \"description\": \"My Updated API End User Profile\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{BASE_URL}}/Account/EndUserProfiles/:end_user_profile_id","urlObject":{"protocol":"https","path":["Account","EndUserProfiles",":end_user_profile_id"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"id":"3c7cd772-f5f8-4022-a66a-ee170544eae3","type":"any","value":"6cdc76c4-01ce-4b46-b6dd-0cd45fc383d3","key":"end_user_profile_id"}]}},"response":[],"_postman_id":"c376b085-188e-4caf-8dde-037e94251c94"},{"name":"Delete End User Profile","id":"e2f31e30-0e93-4724-93c7-b09f953dc629","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{BASIC_AUTH}}"}],"url":"https://{{BASE_URL}}/Account/EndUserProfiles/:end_user_profile_id","urlObject":{"protocol":"https","path":["Account","EndUserProfiles",":end_user_profile_id"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"id":"78d56980-f50d-4540-83ac-c446eb03d191","type":"any","value":"cfdbc2f6-b3e7-43cb-b836-9d5d110c2523","key":"end_user_profile_id"}]}},"response":[],"_postman_id":"e2f31e30-0e93-4724-93c7-b09f953dc629"}],"id":"6161477e-d809-4fbb-8d28-c4f9c03068db","_postman_id":"6161477e-d809-4fbb-8d28-c4f9c03068db","description":""},{"name":"End User Profiles","item":[{"name":"List End User Profiles","id":"5e2b8e65-f66d-4b4d-b338-3e5f5f82fcf5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{BASIC_AUTH}}"}],"url":"https://{{BASE_URL}}/Account/EndUserProfiles?page=0&page_size=25","urlObject":{"protocol":"https","path":["Account","EndUserProfiles"],"host":["{{BASE_URL}}"],"query":[{"disabled":true,"description":{"content":"<p>end_user_profile_id, entity_name, or description</p>\n","type":"text/plain"},"key":"name","value":""},{"key":"page","value":"0"},{"key":"page_size","value":"25"}],"variable":[]}},"response":[],"_postman_id":"5e2b8e65-f66d-4b4d-b338-3e5f5f82fcf5"},{"name":"Create End User Profile","id":"3e1aa9b7-757a-46fb-af25-d62bd85ff853","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{BASIC_AUTH}}"}],"body":{"mode":"raw","raw":"{\n    \"entity_name\": \"test_entity_01\",\n    \"country\": \"US\",\n    \"description\": \"My API End User Profile\"\n}\n\n","options":{"raw":{"language":"json"}}},"url":"https://{{BASE_URL}}/Account/EndUserProfiles","urlObject":{"protocol":"https","path":["Account","EndUserProfiles"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3e1aa9b7-757a-46fb-af25-d62bd85ff853"},{"name":"Get End User Profile","id":"0dd9e70d-3b60-4ebd-a003-679004917ebe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{BASIC_AUTH}}"}],"url":"https://{{BASE_URL}}/Account/EndUserProfiles/:end_user_profile_id","urlObject":{"protocol":"https","path":["Account","EndUserProfiles",":end_user_profile_id"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"6cdc76c4-01ce-4b46-b6dd-0cd45fc383d3","key":"end_user_profile_id"}]}},"response":[],"_postman_id":"0dd9e70d-3b60-4ebd-a003-679004917ebe"},{"name":"Update End User Profile","id":"8c6881f2-4c60-4baa-8301-1970c6bb2ab6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{BASIC_AUTH}}"}],"body":{"mode":"raw","raw":"{\n    \"entity_name\": \"test_entity_01\",\n    \"country\": \"US\",\n    \"description\": \"My Updated API End User Profile\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{BASE_URL}}/Account/EndUserProfiles/:end_user_profile_id","urlObject":{"protocol":"https","path":["Account","EndUserProfiles",":end_user_profile_id"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"6cdc76c4-01ce-4b46-b6dd-0cd45fc383d3","key":"end_user_profile_id"}]}},"response":[],"_postman_id":"8c6881f2-4c60-4baa-8301-1970c6bb2ab6"},{"name":"Delete End User Profile","id":"e9422a81-85f7-46ae-88f0-c79bf3a8c517","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{BASIC_AUTH}}"}],"url":"https://{{BASE_URL}}/Account/EndUserProfiles/:end_user_profile_id","urlObject":{"protocol":"https","path":["Account","EndUserProfiles",":end_user_profile_id"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"cfdbc2f6-b3e7-43cb-b836-9d5d110c2523","key":"end_user_profile_id"}]}},"response":[],"_postman_id":"e9422a81-85f7-46ae-88f0-c79bf3a8c517"}],"id":"9931bb28-a813-41b5-9280-190f0dd4ea75","_postman_id":"9931bb28-a813-41b5-9280-190f0dd4ea75","description":""},{"name":"Integrations","item":[{"name":"Update AWS S3 Authentication","id":"6df05ac4-41b9-f2d2-d43a-25b4a0bfbe3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-API-Key","value":"{{X-API-KEY}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"access_key\": \"YOUR_ACCESS_KEY\",\n    \"security_key\": \"YOUR_SECURITY_KEY\",\n    \"s3\": {\n        \"region\": \"YOUR_S3_REGION\",\n        \"bucket\": \"YOUR_BUCKET_NAME\"\n    }\n}"},"url":"https://{{BASE_URL}}/Integrations/AWS","urlObject":{"protocol":"https","path":["Integrations","AWS"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6df05ac4-41b9-f2d2-d43a-25b4a0bfbe3d"},{"name":"View AWS S3 Authentication","id":"fc6c526b-b1a9-a4a1-ef67-604044bb9cce","request":{"method":"GET","header":[{"key":"X-API-Key","value":"{{X-API-KEY}}"}],"url":"https://{{BASE_URL}}/Integrations/AWS","urlObject":{"protocol":"https","path":["Integrations","AWS"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fc6c526b-b1a9-a4a1-ef67-604044bb9cce"},{"name":"Delete AWS S3 Authentication","id":"1d033c26-0b62-2755-f284-07a02ee02f16","request":{"method":"DELETE","header":[{"key":"X-API-Key","value":"{{X-API-KEY}}"}],"body":{"mode":"raw","raw":""},"url":"https://{{BASE_URL}}/Integrations/AWS","urlObject":{"protocol":"https","path":["Integrations","AWS"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d033c26-0b62-2755-f284-07a02ee02f16"},{"name":"Update Watson Authentication","id":"9adc30cf-481b-4e6d-95e1-9bafe98b1b8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-API-Key","value":"{{X-API-KEY}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"text_to_speech\": {\n        \"api_key\": \"123123123_abcabcabc-xyzxyzxyz\"\n    }\n}"},"url":"https://{{BASE_URL}}/Integrations/Watson","urlObject":{"protocol":"https","path":["Integrations","Watson"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9adc30cf-481b-4e6d-95e1-9bafe98b1b8c"},{"name":"View Watson Authentication","id":"f32f6a70-c451-4cf6-bd9c-3fffd8bc88f4","request":{"method":"GET","header":[{"key":"X-API-Key","value":"{{X-API-KEY}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{BASE_URL}}/Integrations/Watson","urlObject":{"protocol":"https","path":["Integrations","Watson"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f32f6a70-c451-4cf6-bd9c-3fffd8bc88f4"},{"name":"Delete Watson Authentication","id":"7a54bcee-2bb0-446e-9ea4-3be189e67131","request":{"method":"DELETE","header":[{"key":"X-API-Key","value":"{{X-API-KEY}}"}],"body":{"mode":"raw","raw":""},"url":"https://{{BASE_URL}}/Integrations/Watson","urlObject":{"protocol":"https","path":["Integrations","Watson"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a54bcee-2bb0-446e-9ea4-3be189e67131"}],"id":"29cf1634-42b2-64c3-d355-5b7d4dde58fd","_postman_id":"29cf1634-42b2-64c3-d355-5b7d4dde58fd","description":""},{"name":"Messages","item":[{"name":"Send Message","id":"f1d869fd-6c8c-423e-a793-135a644fdeba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Api-Key","value":"{{X-API-KEY}}"}],"body":{"mode":"raw","raw":"{\n    \"api_no\": \"+12172814333\",\n    \"caller_no\": \"+12177223742\",\n    \"text_message\": \"testing from voxology - regular sms non verify\",\n    \"time_to_live\": 1000,\n    \"external_group_id\": \"testing\",\n    \"external_id\": \"5b23ff96-fa51-4482-a5cf-7a949f63721c\"\n}"},"url":"https://{{BASE_URL}}/Messages","urlObject":{"protocol":"https","path":["Messages"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f1d869fd-6c8c-423e-a793-135a644fdeba"},{"name":"Send Message (Batch)","id":"0e7abdf1-ccdf-4f25-ad3d-7721a4df033a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Api-Key","value":"{{X-API-KEY}}"}],"body":{"mode":"raw","raw":"{\n    \"messages\": [\n        {\n            \"api_no\": \"+15104225807\",\n            \"caller_no\": \"+15106488348\",\n            \"text_message\": \"test message 01\",\n            \"external_id\": \"external ID\",\n            \"external_group_id\": \"group ID\"\n        }\n    ]\n}"},"url":"https://{{BASE_URL}}/Messages/Batch","urlObject":{"protocol":"https","path":["Messages","Batch"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0e7abdf1-ccdf-4f25-ad3d-7721a4df033a"},{"name":"List Messages","id":"810d7390-1017-47ed-be7a-ddcbb654b896","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-API-Key","type":"text","value":"{{X-API-KEY}}"}],"url":"https://{{BASE_URL}}/Messages?begin_date=2019-04-22T00:34:32.344Z&end_date=2019-04-22T23:34:32.344Z","urlObject":{"protocol":"https","path":["Messages"],"host":["{{BASE_URL}}"],"query":[{"key":"begin_date","value":"2019-04-22T00:34:32.344Z"},{"key":"end_date","value":"2019-04-22T23:34:32.344Z"},{"disabled":true,"key":"caller_no","value":"+17145551212"},{"disabled":true,"key":"api_no","value":"+19495551212"},{"disabled":true,"description":{"content":"<p>inbound, outbound</p>\n","type":"text/plain"},"key":"direction","value":"inbound|outbound"},{"disabled":true,"description":{"content":"<p>queued, sent, failed, delivered, undelivered, received</p>\n","type":"text/plain"},"key":"status","value":""},{"disabled":true,"key":"external_id","value":""},{"disabled":true,"key":"external_group_id","value":""}],"variable":[]}},"response":[],"_postman_id":"810d7390-1017-47ed-be7a-ddcbb654b896"},{"name":"View Message","id":"7f120b59-7636-4fb2-ab37-e628b34a3a72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-API-Key","type":"text","value":"{{X-API-KEY}}"}],"url":"https://{{BASE_URL}}/Messages/:message_id","urlObject":{"protocol":"https","path":["Messages",":message_id"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"id":"850b59f6-a0bd-4b73-9c9f-0de3c062b162","type":"any","value":"SMO:f670fe02-2d46-4645-8937-3f7bae1cedb9","key":"message_id"}]}},"response":[],"_postman_id":"7f120b59-7636-4fb2-ab37-e628b34a3a72"}],"id":"d59ec855-2a3a-46b5-b459-b54d541e7f59","_postman_id":"d59ec855-2a3a-46b5-b459-b54d541e7f59","description":""},{"name":"Phone Numbers","item":[{"name":"List Available Inbound Numbers","id":"178b9490-cb62-bda7-f8f7-693d61447cb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Api-Key","value":"{{X-API-KEY}}"}],"url":"https://{{BASE_URL}}/PhoneNumbers/Available?capabilities=voice,sms","urlObject":{"protocol":"https","path":["PhoneNumbers","Available"],"host":["{{BASE_URL}}"],"query":[{"description":{"content":"<p>voice, sms</p>\n","type":"text/plain"},"key":"capabilities","value":"voice,sms"},{"disabled":true,"description":{"content":"<p>US</p>\n","type":"text/plain"},"key":"country","value":null},{"disabled":true,"description":{"content":"<p>local, toll_free, all</p>\n","type":"text/plain"},"key":"type","value":""},{"disabled":true,"description":{"content":"<p>region, prefixes, postal_code, rate_center, latas, vanity</p>\n","type":"text/plain"},"key":"search_by","value":""},{"disabled":true,"description":{"content":"<p><a href=\"https://voxolo.gy/api-reference#list-available-inbound-numbers\">https://voxolo.gy/api-reference#list-available-inbound-numbers</a></p>\n","type":"text/plain"},"key":"search_on","value":""}],"variable":[]}},"response":[],"_postman_id":"178b9490-cb62-bda7-f8f7-693d61447cb1"},{"name":"List  Available Inbound Toll Free Numbers with Vanity","id":"30f0b31d-f0df-43cf-b9f6-4c351bb7bad1","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Api-Key","value":"{{X-API-KEY}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{BASE_URL}}/PhoneNumbers/Available?capabilities=voice&type=toll_free&search_by=vanity&search_on=8%2A%2A9%26%26%2ACAT","urlObject":{"protocol":"https","path":["PhoneNumbers","Available"],"host":["{{BASE_URL}}"],"query":[{"key":"capabilities","value":"voice"},{"key":"type","value":"toll_free"},{"key":"search_by","value":"vanity"},{"key":"search_on","value":"8%2A%2A9%26%26%2ACAT"}],"variable":[]}},"response":[],"_postman_id":"30f0b31d-f0df-43cf-b9f6-4c351bb7bad1"},{"name":"List Available Inbound Numbers by Capabilities and Search_on","id":"5c0ea10d-6183-4ea5-9e56-f9484fbebaad","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Api-Key","value":"{{X-API-KEY}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{BASE_URL}}/PhoneNumbers/Available?capabilities=voice,sms&type=local&search_by=region&search_on=Newport Beach, CA","urlObject":{"protocol":"https","path":["PhoneNumbers","Available"],"host":["{{BASE_URL}}"],"query":[{"key":"capabilities","value":"voice,sms"},{"key":"type","value":"local"},{"key":"search_by","value":"region"},{"key":"search_on","value":"Newport Beach, CA"}],"variable":[]}},"response":[],"_postman_id":"5c0ea10d-6183-4ea5-9e56-f9484fbebaad"},{"name":"List Provisioned Numbers","id":"0ca8d6c8-0db0-8a6c-e040-c4f44554c3d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Api-Key","value":"{{X-API-KEY}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://{{BASE_URL}}/PhoneNumbers","urlObject":{"protocol":"https","path":["PhoneNumbers"],"host":["{{BASE_URL}}"],"query":[{"disabled":true,"description":{"content":"<p>voice, sms</p>\n","type":"text/plain"},"key":"capabilities","value":"voice,sms"},{"disabled":true,"description":{"content":"<p>US</p>\n","type":"text/plain"},"key":"country","value":""},{"disabled":true,"description":{"content":"<p>local, toll_free, all</p>\n","type":"text/plain"},"key":"type","value":""},{"disabled":true,"description":{"content":"<p>reserving, reserved, routing, routed, released, paused, reserved_routing_error, error</p>\n","type":"text/plain"},"key":"status","value":""},{"disabled":true,"description":{"content":"<p>region, prefixes, postal_code, rate_center, latas</p>\n","type":"text/plain"},"key":"search_by","value":""},{"disabled":true,"description":{"content":"<p><a href=\"https://voxolo.gy/api-reference#list-provisioned-numbers\">https://voxolo.gy/api-reference#list-provisioned-numbers</a></p>\n","type":"text/plain"},"key":"search_on","value":""},{"disabled":true,"key":"sort_by","value":"updated_on|created_on"},{"disabled":true,"key":"sort_order","value":"asc|dec"},{"disabled":true,"key":"page","value":"0"},{"disabled":true,"key":"page_size","value":"10"},{"disabled":true,"key":"max_results","value":""}],"variable":[]}},"response":[],"_postman_id":"0ca8d6c8-0db0-8a6c-e040-c4f44554c3d7"},{"name":"View Provisioned Number","id":"2ed293a9-2fae-4226-8f55-0b67f90017cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"{{X-API-KEY}}"}],"url":"https://{{BASE_URL}}/PhoneNumbers/:phone_number","urlObject":{"protocol":"https","path":["PhoneNumbers",":phone_number"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"id":"96b1ea62-e9c6-4d79-90e0-f1d4a91fab1b","type":"any","value":"+19495551212","key":"phone_number"}]}},"response":[],"_postman_id":"2ed293a9-2fae-4226-8f55-0b67f90017cb"},{"name":"Provision Phone Numbers","id":"d3165cdb-3098-a66c-d652-d1b862e34972","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"{{X-API-KEY}}"}],"body":{"mode":"raw","raw":"{\n    \"phone_numbers\": [\n        {\n            \"no\": \"+19495551212\",\n            \"manage_capabilities\": {\n                \"voice\": {\n                    \"status\": \"active\",\n                    \"is_modifiable\": false\n                },\n                \"sms\": {\n                    \"status\": \"active\",\n                    \"is_modifiable\": true\n                },\n                \"cnam\": {\n                    \"status\": \"active\",\n                    \"is_modifiable\": false\n                }\n            }\n        },\n        {\n            \"no\": \"+19495551213\",\n            \"manage_capabilities\": {\n                \"voice\": {\n                    \"status\": \"active\",\n                    \"is_modifiable\": false\n                },\n                \"sms\": {\n                    \"status\": \"active\",\n                    \"is_modifiable\": true\n                },\n                \"cnam\": {\n                    \"status\": \"active\",\n                    \"is_modifiable\": false\n                }\n            }\n        }\n    ]\n}"},"url":"https://{{BASE_URL}}/PhoneNumbers/:assigned_to","urlObject":{"protocol":"https","path":["PhoneNumbers",":assigned_to"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"description":{"content":"<p>CallFlows, ParkingLot, Trunks/{trunk_id}</p>\n","type":"text/plain"},"type":"any","value":"","key":"assigned_to"}]}},"response":[],"_postman_id":"d3165cdb-3098-a66c-d652-d1b862e34972"},{"name":"Update Phone Numbers","id":"96649427-d29a-b07e-746c-86dc63a5200b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"{{X-API-KEY}}"}],"body":{"mode":"raw","raw":"{\n    \"description\": \"Mobile Phone\",\n    \"caller_id_name\": \"Jane Doe\"\n}"},"url":"https://{{BASE_URL}}/PhoneNumbers/:phone_number","urlObject":{"protocol":"https","path":["PhoneNumbers",":phone_number"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"+19495551212","key":"phone_number"}]}},"response":[],"_postman_id":"96649427-d29a-b07e-746c-86dc63a5200b"},{"name":"Move Phone Numbers from Application to Sub-Account","id":"48075d98-3e54-4bee-ab00-835e5ba34050","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"{{X-API-KEY}}"}],"body":{"mode":"raw","raw":"{\n    \"subaccount_id\": \"{{subaccount_id}}\",\n    \"phone_numbers\": [\n        {\n            \"no\": \"{{call_id_number}}\"\n        }\n    ]\n}"},"url":"https://{{BASE_URL}}/PhoneNumbers/Move/CallFlows","description":"<p>Move numbers from application (parent) to sub account application (child), from sub account application (child) to application (parent), or between sub account applications. Numbers can only be moved within the same subtree.</p>\n","urlObject":{"protocol":"https","path":["PhoneNumbers","Move","CallFlows"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"48075d98-3e54-4bee-ab00-835e5ba34050"},{"name":"Move Phone Numbers from Sub-Account to Application","id":"270bbf55-ff7c-4b47-8237-51025e5a2d8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"{{X-API-KEY}}"}],"body":{"mode":"raw","raw":"{\n    \"app_id\": \"{{app_id}}\",\n    \"phone_numbers\": [\n        {\n            \"no\": \"{{call_id_number}}\"\n        }\n    ]\n}"},"url":"https://{{BASE_URL}}/SubAccounts/:subaccount_id/PhoneNumbers/Move/CallFlows","urlObject":{"protocol":"https","path":["SubAccounts",":subaccount_id","PhoneNumbers","Move","CallFlows"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"","key":"subaccount_id"}]}},"response":[],"_postman_id":"270bbf55-ff7c-4b47-8237-51025e5a2d8a"},{"name":"Move Phone Number from Sub-Account to Sub-Account","id":"f46af32f-e8f9-477f-9297-263a38f6b180","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"{{X-API-KEY}}Content-Type:application/json"}],"body":{"mode":"raw","raw":"{\n    \"subaccount_id\": \"{{subaccount_id}}\",\n    \"phone_numbers\": [\n        {\n            \"no\": \"{{call_id_number}}\"\n        }\n    ]\n}"},"url":"https://{{BASE_URL}}/SubAccounts/:subaccount_id/PhoneNumbers/Move/CallFlows","urlObject":{"protocol":"https","path":["SubAccounts",":subaccount_id","PhoneNumbers","Move","CallFlows"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"","key":"subaccount_id"}]}},"response":[],"_postman_id":"f46af32f-e8f9-477f-9297-263a38f6b180"},{"name":"Release Phone Numbers","id":"783867aa-01b7-1931-f7e4-e257992e4356","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Api-Key","value":"{{X-API-KEY}}"}],"body":{"mode":"raw","raw":"{\n    \"phone_numbers\": [\n        {\n            \"no\": \"+19495551212\"\n        },\n        {\n            \"no\": \"+19495551213\"\n        },\n        {\n            \"no\": \"+19495551214\"\n        }\n    ]\n}"},"url":"https://{{BASE_URL}}/PhoneNumbers/:assigned_to","urlObject":{"protocol":"https","path":["PhoneNumbers",":assigned_to"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"description":{"content":"<p>CallFlows, ParkingLot, Trunks/{trunk_id}</p>\n","type":"text/plain"},"type":"any","value":"","key":"assigned_to"}]}},"response":[],"_postman_id":"783867aa-01b7-1931-f7e4-e257992e4356"},{"name":"Validate Emergency Address","id":"ac251b4c-1308-4dea-b37e-8a2566c670e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-api-key","value":"{{X-API-KEY}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Griffith Observatory\",\n    \"street_no\": \"2800\",\n    \"street\": \"E Observatory Ave\",\n    \"city\": \"Los Angeles\",\n    \"region\": \"CA\",\n    \"country\": \"US\",\n    \"postal_code\": \"90027\"\n}"},"url":"https://{{BASE_URL}}/ValidateEmergencyAddress","urlObject":{"protocol":"https","path":["ValidateEmergencyAddress"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ac251b4c-1308-4dea-b37e-8a2566c670e9"}],"id":"70810fff-8ade-f657-b2ee-b2b845a68c5b","_postman_id":"70810fff-8ade-f657-b2ee-b2b845a68c5b","description":""},{"name":"Phone Number Information","item":[{"name":"Phone Number Information Lookup","id":"48f1371f-00e3-4c46-8832-7cae760fba17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Api-Key","value":"{{X-API-KEY}}"}],"url":"https://{{BASE_URL}}/PhoneNumberInformation/:phone_number?include=&integrations","urlObject":{"protocol":"https","path":["PhoneNumberInformation",":phone_number"],"host":["{{BASE_URL}}"],"query":[{"description":{"content":"<p>cnam, carrier, location</p>\n","type":"text/plain"},"key":"include","value":""},{"description":{"content":"<p>ekata_reverse_phone</p>\n","type":"text/plain"},"key":"integrations","value":null}],"variable":[{"id":"e4d60910-34a8-4ad7-ac6c-960299d3b747","type":"any","value":"","key":"phone_number"}]}},"response":[],"_postman_id":"48f1371f-00e3-4c46-8832-7cae760fba17"}],"id":"9d6cd0a8-beff-4935-b28f-ae3ac82d4ccb","_postman_id":"9d6cd0a8-beff-4935-b28f-ae3ac82d4ccb","description":""},{"name":"Queues","item":[{"name":"List Queues","id":"01e11f73-3ea4-21fd-bd92-81171df3a647","request":{"method":"GET","header":[{"key":"X-Api-Key","value":"{{X-API-KEY}}"}],"url":"https://{{BASE_URL}}/LiveCalls/Queues","urlObject":{"protocol":"https","path":["LiveCalls","Queues"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"01e11f73-3ea4-21fd-bd92-81171df3a647"},{"name":"View Queue Details","id":"9d4f3fd2-2802-f9fe-e4f3-e9c66b0dafab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Api-Key","value":"{{X-API-KEY}}"}],"url":"https://{{BASE_URL}}/LiveCalls/Queues/:queue_name","urlObject":{"protocol":"https","path":["LiveCalls","Queues",":queue_name"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"name_of_queue","key":"queue_name"}]}},"response":[],"_postman_id":"9d4f3fd2-2802-f9fe-e4f3-e9c66b0dafab"},{"name":"List Queued Calls","id":"739c9286-3bbd-6e87-a11b-5763b4a4d006","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Api-Key","value":"{{X-API-KEY}}"}],"url":"https://{{BASE_URL}}/LiveCalls/Queues/:queue_name/Calls","urlObject":{"protocol":"https","path":["LiveCalls","Queues",":queue_name","Calls"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"name_of_queue","key":"queue_name"}]}},"response":[],"_postman_id":"739c9286-3bbd-6e87-a11b-5763b4a4d006"},{"name":"View Queued Call Detail","id":"110bdcac-594b-640c-7a60-edb53b984722","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Api-Key","value":"{{X-API-KEY}}"}],"url":"https://{{BASE_URL}}/LiveCalls/Queues/:queue_name/Calls/:call_id","urlObject":{"protocol":"https","path":["LiveCalls","Queues",":queue_name","Calls",":call_id"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"name_of_queue","key":"queue_name"},{"type":"any","value":"abc123","key":"call_id"}]}},"response":[],"_postman_id":"110bdcac-594b-640c-7a60-edb53b984722"},{"name":"Peek at Queue","id":"7efead1f-57e0-899b-64be-90e5adfb8a0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Api-Key","value":"{{X-API-KEY}}"}],"url":"https://{{BASE_URL}}/LiveCalls/Queues/:queue_name/Peek","urlObject":{"protocol":"https","path":["LiveCalls","Queues",":queue_name","Peek"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"name_of_queue","key":"queue_name"}]}},"response":[],"_postman_id":"7efead1f-57e0-899b-64be-90e5adfb8a0d"},{"name":"Poll Queue","id":"843eb138-aa01-9d60-49d2-430c1562da56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Api-Key","value":"{{X-API-KEY}}"}],"url":"https://{{BASE_URL}}/LiveCalls/Queues/:queue_name/Poll","urlObject":{"protocol":"https","path":["LiveCalls","Queues",":queue_name","Poll"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"name_of_queue","key":"queue_name"}]}},"response":[],"_postman_id":"843eb138-aa01-9d60-49d2-430c1562da56"},{"name":"Remove Queued Call","id":"d81d52c8-b589-e774-a73c-0f69a6236ee9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-Api-Key","value":"{{X-API-KEY}}"}],"url":"https://{{BASE_URL}}/LiveCalls/Queues/:queue_name/Calls/:call_id","urlObject":{"protocol":"https","path":["LiveCalls","Queues",":queue_name","Calls",":call_id"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"name_of_queue","key":"queue_name"},{"type":"any","value":"abc123","key":"call_id"}]}},"response":[],"_postman_id":"d81d52c8-b589-e774-a73c-0f69a6236ee9"},{"name":"Delete Queue","id":"359101c4-024c-78ba-3205-3a21d9f055c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-Api-Key","value":"{{X-API-KEY}}"}],"url":"https://{{BASE_URL}}/LiveCalls/Queues/:queue_name","urlObject":{"protocol":"https","path":["LiveCalls","Queues",":queue_name"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"name_of_queue","key":"queue_name"}]}},"response":[],"_postman_id":"359101c4-024c-78ba-3205-3a21d9f055c8"}],"id":"1826a7b2-a95c-4b64-5307-470ce91dd5ac","_postman_id":"1826a7b2-a95c-4b64-5307-470ce91dd5ac","description":""},{"name":"Recordings","item":[{"name":"Start Recording","id":"3909973f-0a62-a650-b393-24952dd48ed8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Api-Key","value":"{{X-API-KEY}}"}],"body":{"mode":"raw","raw":"{\n    \"group\": \"support_technical\",\n    \"pre_message\": \"This call is about to be recorded.\",\n    \"message\": \"This call is now being recorded.\"\n}"},"url":"https://{{BASE_URL}}/LiveCalls/:call_id/Actions/Recording/Start","urlObject":{"protocol":"https","path":["LiveCalls",":call_id","Actions","Recording","Start"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"123456@7890","key":"call_id"}]}},"response":[],"_postman_id":"3909973f-0a62-a650-b393-24952dd48ed8"},{"name":"Pause Recording","id":"005058cc-0d2a-785f-6837-dea1a2328bf0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Api-Key","value":"{{X-API-KEY}}"}],"body":{"mode":"raw","raw":""},"url":"https://{{BASE_URL}}/LiveCalls/:call_id/Actions/Recording/Pause","urlObject":{"protocol":"https","path":["LiveCalls",":call_id","Actions","Recording","Pause"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"123456@7890","key":"call_id"}]}},"response":[],"_postman_id":"005058cc-0d2a-785f-6837-dea1a2328bf0"},{"name":"Resume Recording","id":"371ed7df-15a1-8ba4-f1fc-1dc12f3ec64f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Api-Key","value":"{{X-API-KEY}}"}],"body":{"mode":"raw","raw":""},"url":"https://{{BASE_URL}}/LiveCalls/:call_id/Actions/Recording/Resume","urlObject":{"protocol":"https","path":["LiveCalls",":call_id","Actions","Recording","Resume"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"123456@7890","key":"call_id"}]}},"response":[],"_postman_id":"371ed7df-15a1-8ba4-f1fc-1dc12f3ec64f"},{"name":"Stop Recording","id":"75c7d1c6-f1a7-6772-c604-767c45a8179a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Api-Key","value":"{{X-API-KEY}}"}],"body":{"mode":"raw","raw":""},"url":"https://{{BASE_URL}}/LiveCalls/:call_id/Actions/Recording/Stop","urlObject":{"protocol":"https","path":["LiveCalls",":call_id","Actions","Recording","Stop"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"123456@7890","key":"call_id"}]}},"response":[],"_postman_id":"75c7d1c6-f1a7-6772-c604-767c45a8179a"},{"name":"List Recordings","id":"6085ec27-576e-0ed6-91b3-1a217ac4802b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-API-Key","value":"{{X-API-KEY}}"}],"url":"https://{{BASE_URL}}/History/Recordings","urlObject":{"protocol":"https","path":["History","Recordings"],"host":["{{BASE_URL}}"],"query":[{"disabled":true,"key":"begin_date","value":"2016-03-23T23:18:31.138Z"},{"disabled":true,"key":"end_date","value":"2016-03-24T23:18:31.138Z"},{"disabled":true,"key":"group","value":"audio_recording"},{"disabled":true,"key":"app_id","value":"eaffd431-1bd7-4a95-8d91-9c0b85ffb859"},{"disabled":true,"key":"call_no","value":"+17145551212"},{"disabled":true,"key":"call_id","value":"1234@56"},{"disabled":true,"key":"direction","value":"inbound|outbound"}],"variable":[]}},"response":[],"_postman_id":"6085ec27-576e-0ed6-91b3-1a217ac4802b"},{"name":"View Recordings","id":"7def2c59-cae9-4ab0-8fe3-ac42af4dafbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-API-Key","value":"{{X-API-KEY}}","type":"text"}],"url":"https://{{BASE_URL}}/History/Recordings/:call_id","urlObject":{"protocol":"https","path":["History","Recordings",":call_id"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"id":"d26ca77a-66d2-4a13-8844-3aab99472f98","type":"any","value":"12345@67890","key":"call_id"}]}},"response":[],"_postman_id":"7def2c59-cae9-4ab0-8fe3-ac42af4dafbc"},{"name":"Download Recordings","id":"2e9b2b61-7c35-008d-c035-2f9ad932b7d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-API-Key","value":"{{X-API-KEY}}"}],"url":"https://{{BASE_URL}}/History/Recordings/:id/:format","urlObject":{"protocol":"https","path":["History","Recordings",":id",":format"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"MTMwMDE1QDQ2OjViOTyMzY3YjRkMDdjNHwx","key":"id"},{"description":{"content":"<p>ulw, vox, mp3, wav, wavM, ogg, aac, au</p>\n","type":"text/plain"},"type":"any","value":"mp3","key":"format"}]}},"response":[],"_postman_id":"2e9b2b61-7c35-008d-c035-2f9ad932b7d3"},{"name":"Delete Recording","id":"b341cad9-f7d6-e417-01c0-3fbf4ef45162","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-API-Key","value":"{{X-API-KEY}}"}],"url":"https://{{BASE_URL}}/History/Recordings/:id","urlObject":{"protocol":"https","path":["History","Recordings",":id"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"type":"any","value":"MTMwMDE1QDQ2OjViOTyMzY3YjRkMDdjNHwx","key":"id"}]}},"response":[],"_postman_id":"b341cad9-f7d6-e417-01c0-3fbf4ef45162"}],"id":"2f6c1367-1aa9-97a6-7d46-c9beb02feb03","_postman_id":"2f6c1367-1aa9-97a6-7d46-c9beb02feb03","description":""},{"name":"SIP Trunks","item":[{"name":"List SIP Trunks","id":"87ae37a4-b806-4240-98bf-c4dc3731f17c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Api-Key","value":"{{X-API-KEY}}","type":"text"}],"url":"https://{{BASE_URL}}/Trunks","description":"<p>Returns a list of SIP Trunks on this application</p>\n","urlObject":{"protocol":"https","path":["Trunks"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"87ae37a4-b806-4240-98bf-c4dc3731f17c"},{"name":"View SIP Trunk","id":"c105a575-308b-487c-aa27-a87379df26b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Api-Key","value":"{{X-API-KEY}}","type":"text"}],"url":"https://{{BASE_URL}}/Trunks/:trunk_id","description":"<p>Returns the SIP Trunk object of the specified SIP Trunk.</p>\n","urlObject":{"protocol":"https","path":["Trunks",":trunk_id"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"id":"2e8406c5-edb4-4ca0-9015-0de2bfe964c1","type":"any","value":"0a2dccfe-2a2b-42bf-8f15-b1042275511b","key":"trunk_id"}]}},"response":[],"_postman_id":"c105a575-308b-487c-aa27-a87379df26b0"},{"name":"Create SIP Trunk (Inbound)","id":"fefb9ed9-e5ec-4e81-8cb8-edc5950089eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Api-Key","value":"{{X-API-KEY}}"}],"body":{"mode":"raw","raw":"{\n    \"direction\": \"inbound\",\n    \"simultaneous_call_limit\": 1,\n    \"description\": \"some_inbound\",\n    \"recording\": {\n        \"setting\": \"do_not_record\"\n    },\n    \"inbound\": {\n        \"destination\": \"www.xxx.yy.zz\"\n    }\n}"},"url":"https://{{BASE_URL}}/Trunks","description":"<p>Creates an Inbound SIP trunk</p>\n","urlObject":{"protocol":"https","path":["Trunks"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fefb9ed9-e5ec-4e81-8cb8-edc5950089eb"},{"name":"Create SIP Trunk (outbound)","id":"5c70d639-dc25-49d1-9ce6-0351ff7aee0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Api-Key","value":"{{X-API-KEY}}"}],"body":{"mode":"raw","raw":"{\n    \"direction\": \"outbound\",\n    \"simultaneous_call_limit\": 1,\n    \"description\": \"outbound trunk 7\",\n    \"recording\": {},\n    \"outbound\": {\n        \"domain\": null,\n        \"authentication\": [\n            {\n                \"source\": \"twilio\",\n                \"value\": \"aaaaa-bbbbb-ccccc-ddddd-eeeee\"\n            },\n            {\n                \"source\": \"other\",\n                \"value\": \"000.000.00.00\"\n            },\n            {\n                \"source\": \"other\",\n                \"value\": \"000.000.00.00\"\n            }\n        ],\n        \"override_early_media\": \"TO\",\n        \"fax_support\": \"enabled\",\n        \"max_post_dial_delay\": 10\n    }\n}"},"url":"https://{{BASE_URL}}/Trunks","description":"<p>Creates an Inbound SIP trunk</p>\n","urlObject":{"protocol":"https","path":["Trunks"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c70d639-dc25-49d1-9ce6-0351ff7aee0d"},{"name":"Update Trunk","id":"b7acc4e2-25e8-4994-b69c-324e88998d33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-API-KEY","value":"{{X-API-KEY}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"description\": \"updated description\"\n}"},"url":"https://{{BASE_URL}}/Trunks/:trunk_id","description":"<p>Updates the SIP Trunk configuration on a specified Trunk. </p>\n","urlObject":{"protocol":"https","path":["Trunks",":trunk_id"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"id":"84cdaad0-ffc0-420f-b64b-6d5ca65d5cd5","type":"any","value":"952bfde1-8079-4c32-92c3-6339810e1be3","key":"trunk_id"}]}},"response":[],"_postman_id":"b7acc4e2-25e8-4994-b69c-324e88998d33"},{"name":"Delete SIP Trunk","id":"b516bd29-3465-43db-926c-f34c9f5b01ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-API-KEY","value":"{{X-API-KEY}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://{{BASE_URL}}/Trunks/:trunk_id","description":"<p>Deletes a specified SIP Trunk </p>\n","urlObject":{"protocol":"https","path":["Trunks",":trunk_id"],"host":["{{BASE_URL}}"],"query":[],"variable":[{"id":"fb898313-ddc7-4399-a123-024ba139f446","type":"any","value":"952bfde1-8079-4c32-92c3-6339810e1be3","key":"trunk_id"}]}},"response":[],"_postman_id":"b516bd29-3465-43db-926c-f34c9f5b01ac"}],"id":"7a971357-c1cb-4cd9-8ec2-72a71dd169f9","_postman_id":"7a971357-c1cb-4cd9-8ec2-72a71dd169f9","description":""}]}