{ "uuid": "82cd4354-6008-4e63-ba37-1676b9050601", "lastMigration": 29, "name": "Twilio - Api", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "30cd292c-71ab-4822-a68e-2a286b765016", "documentation": "Retrieves a collection of Accounts belonging to the account used to make the request", "method": "get", "endpoint": "2010-04-01/Accounts.json", "responses": [ { "uuid": "41f05cfb-7ec3-4835-9de7-b9915acc535d", "body": "{\n \"accounts\": [\n {\n \"auth_token\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"friendly_name\": \"\",\n \"owner_account_sid\": \"\",\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'active' 'suspended' 'closed')}}\",\n \"subresource_uris\": {},\n \"type\": \"{{oneOf (array 'Trial' 'Full')}}\",\n \"uri\": \"\"\n }\n ],\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "603b43c0-a81b-433e-924b-0c6d77551be6", "documentation": "Create a new Twilio Subaccount from the account making the request", "method": "post", "endpoint": "2010-04-01/Accounts.json", "responses": [ { "uuid": "f4d17832-3dbd-4ced-b6ba-d0000cb71526", "body": "{\n \"auth_token\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"friendly_name\": \"\",\n \"owner_account_sid\": \"\",\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'active' 'suspended' 'closed')}}\",\n \"subresource_uris\": {},\n \"type\": \"{{oneOf (array 'Trial' 'Full')}}\",\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0eb0d061-5ffd-4997-b94c-e5a8c38341e0", "documentation": "", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/Addresses.json", "responses": [ { "uuid": "de9a8ed2-6684-4e5a-8999-566572c11cad", "body": "{\n \"addresses\": [\n {\n \"account_sid\": \"\",\n \"city\": \"\",\n \"customer_name\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"emergency_enabled\": {{faker 'datatype.boolean'}},\n \"friendly_name\": \"\",\n \"iso_country\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"sid\": \"\",\n \"street\": \"\",\n \"uri\": \"\",\n \"validated\": {{faker 'datatype.boolean'}},\n \"verified\": {{faker 'datatype.boolean'}}\n }\n ],\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "513dd623-5eb7-434a-9516-8dc90555406d", "documentation": "", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/Addresses.json", "responses": [ { "uuid": "bd29c1a7-d5cb-43d6-8391-aeda1df068a9", "body": "{\n \"account_sid\": \"\",\n \"city\": \"\",\n \"customer_name\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"emergency_enabled\": {{faker 'datatype.boolean'}},\n \"friendly_name\": \"\",\n \"iso_country\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"sid\": \"\",\n \"street\": \"\",\n \"uri\": \"\",\n \"validated\": {{faker 'datatype.boolean'}},\n \"verified\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8d32688c-01b3-4a4f-b22b-c2bf318ace87", "documentation": "", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/Addresses/:AddressSid/DependentPhoneNumbers.json", "responses": [ { "uuid": "f342ef03-1526-4ccd-b18b-86ef9bf9dadc", "body": "{\n \"dependent_phone_numbers\": [\n {\n \"account_sid\": \"\",\n \"address_requirements\": \"{{oneOf (array 'none' 'any' 'local' 'foreign')}}\",\n \"api_version\": \"\",\n \"capabilities\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"emergency_address_sid\": \"\",\n \"emergency_status\": \"{{oneOf (array 'Active' 'Inactive')}}\",\n \"friendly_name\": \"\",\n \"phone_number\": \"\",\n \"sid\": \"\",\n \"sms_application_sid\": \"\",\n \"sms_fallback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"sms_fallback_url\": \"\",\n \"sms_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"sms_url\": \"\",\n \"status_callback\": \"\",\n \"status_callback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"trunk_sid\": \"\",\n \"uri\": \"\",\n \"voice_application_sid\": \"\",\n \"voice_caller_id_lookup\": {{faker 'datatype.boolean'}},\n \"voice_fallback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"voice_fallback_url\": \"\",\n \"voice_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"voice_url\": \"\"\n }\n ],\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f3654bf1-1067-4d24-a403-324150309fba", "documentation": "", "method": "delete", "endpoint": "2010-04-01/Accounts/:AccountSid/Addresses/:Sid.json", "responses": [ { "uuid": "fbf4a104-d335-4891-963d-59153f9075b9", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c3844f58-17dc-488d-8d31-8cbddd3ee04d", "documentation": "", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/Addresses/:Sid.json", "responses": [ { "uuid": "9c5e02e0-b3dc-4c04-88c4-0db61f1a2f76", "body": "{\n \"account_sid\": \"\",\n \"city\": \"\",\n \"customer_name\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"emergency_enabled\": {{faker 'datatype.boolean'}},\n \"friendly_name\": \"\",\n \"iso_country\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"sid\": \"\",\n \"street\": \"\",\n \"uri\": \"\",\n \"validated\": {{faker 'datatype.boolean'}},\n \"verified\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8703be21-562e-42e8-95db-5a1e5b5594cd", "documentation": "", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/Addresses/:Sid.json", "responses": [ { "uuid": "879a0692-bfc5-4b18-b5d1-72a5595a8615", "body": "{\n \"account_sid\": \"\",\n \"city\": \"\",\n \"customer_name\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"emergency_enabled\": {{faker 'datatype.boolean'}},\n \"friendly_name\": \"\",\n \"iso_country\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"sid\": \"\",\n \"street\": \"\",\n \"uri\": \"\",\n \"validated\": {{faker 'datatype.boolean'}},\n \"verified\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "35817252-f811-4078-a484-412fef217e55", "documentation": "Retrieve a list of applications representing an application within the requesting account", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/Applications.json", "responses": [ { "uuid": "4b7d7156-f5e7-4ab4-89eb-30699d22b5e1", "body": "{\n \"applications\": [\n {\n \"account_sid\": \"\",\n \"api_version\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"friendly_name\": \"\",\n \"message_status_callback\": \"\",\n \"sid\": \"\",\n \"sms_fallback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"sms_fallback_url\": \"\",\n \"sms_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"sms_status_callback\": \"\",\n \"sms_url\": \"\",\n \"status_callback\": \"\",\n \"status_callback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"uri\": \"\",\n \"voice_caller_id_lookup\": {{faker 'datatype.boolean'}},\n \"voice_fallback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"voice_fallback_url\": \"\",\n \"voice_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"voice_url\": \"\"\n }\n ],\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "22e1c3fc-8d93-4ffc-9e80-d2a2c2d08790", "documentation": "Create a new application within your account", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/Applications.json", "responses": [ { "uuid": "1c6c39a7-4cf1-4d91-b34a-116b37a62f4c", "body": "{\n \"account_sid\": \"\",\n \"api_version\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"friendly_name\": \"\",\n \"message_status_callback\": \"\",\n \"sid\": \"\",\n \"sms_fallback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"sms_fallback_url\": \"\",\n \"sms_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"sms_status_callback\": \"\",\n \"sms_url\": \"\",\n \"status_callback\": \"\",\n \"status_callback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"uri\": \"\",\n \"voice_caller_id_lookup\": {{faker 'datatype.boolean'}},\n \"voice_fallback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"voice_fallback_url\": \"\",\n \"voice_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"voice_url\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e28f3a76-7f91-46e4-ad46-f9fab91bb9c6", "documentation": "Delete the application by the specified application sid", "method": "delete", "endpoint": "2010-04-01/Accounts/:AccountSid/Applications/:Sid.json", "responses": [ { "uuid": "ba6b9a32-467e-4f0a-a5f2-f410c0123e7d", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bbf13b43-2a30-412c-9dba-2f4837239070", "documentation": "Fetch the application specified by the provided sid", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/Applications/:Sid.json", "responses": [ { "uuid": "622aecf5-3879-4a88-98b0-6f24f1f8f33f", "body": "{\n \"account_sid\": \"\",\n \"api_version\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"friendly_name\": \"\",\n \"message_status_callback\": \"\",\n \"sid\": \"\",\n \"sms_fallback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"sms_fallback_url\": \"\",\n \"sms_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"sms_status_callback\": \"\",\n \"sms_url\": \"\",\n \"status_callback\": \"\",\n \"status_callback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"uri\": \"\",\n \"voice_caller_id_lookup\": {{faker 'datatype.boolean'}},\n \"voice_fallback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"voice_fallback_url\": \"\",\n \"voice_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"voice_url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b63e9b5d-5a8a-4805-9e12-6a90fc952957", "documentation": "Updates the application's properties", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/Applications/:Sid.json", "responses": [ { "uuid": "4fcf0f10-0ebb-4d5e-a3f4-5381489d10a0", "body": "{\n \"account_sid\": \"\",\n \"api_version\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"friendly_name\": \"\",\n \"message_status_callback\": \"\",\n \"sid\": \"\",\n \"sms_fallback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"sms_fallback_url\": \"\",\n \"sms_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"sms_status_callback\": \"\",\n \"sms_url\": \"\",\n \"status_callback\": \"\",\n \"status_callback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"uri\": \"\",\n \"voice_caller_id_lookup\": {{faker 'datatype.boolean'}},\n \"voice_fallback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"voice_fallback_url\": \"\",\n \"voice_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"voice_url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "abf5b296-4c8b-4861-a8ca-c7e7a4f35213", "documentation": "Retrieve a list of authorized-connect-apps belonging to the account used to make the request", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/AuthorizedConnectApps.json", "responses": [ { "uuid": "d54f7686-9b1e-483a-bbdc-64502236448c", "body": "{\n \"authorized_connect_apps\": [\n {\n \"account_sid\": \"\",\n \"connect_app_company_name\": \"\",\n \"connect_app_description\": \"\",\n \"connect_app_friendly_name\": \"\",\n \"connect_app_homepage_url\": \"\",\n \"connect_app_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"permissions\": [\n \"{{oneOf (array 'get-all' 'post-all')}}\"\n ],\n \"uri\": \"\"\n }\n ],\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "30d9ab1e-22c5-4c93-913f-569b4c837460", "documentation": "Fetch an instance of an authorized-connect-app", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/AuthorizedConnectApps/:ConnectAppSid.json", "responses": [ { "uuid": "528dedfa-5c4c-4ec7-a279-50b4e02dd790", "body": "{\n \"account_sid\": \"\",\n \"connect_app_company_name\": \"\",\n \"connect_app_description\": \"\",\n \"connect_app_friendly_name\": \"\",\n \"connect_app_homepage_url\": \"\",\n \"connect_app_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"permissions\": [\n \"{{oneOf (array 'get-all' 'post-all')}}\"\n ],\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6f429736-3216-4156-9e86-7ad3c26aa4f0", "documentation": "", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/AvailablePhoneNumbers.json", "responses": [ { "uuid": "f91b59aa-06f8-4d98-b8a7-1e9aad3dbb5c", "body": "{\n \"countries\": [\n {\n \"beta\": {{faker 'datatype.boolean'}},\n \"country\": \"\",\n \"country_code\": \"\",\n \"subresource_uris\": {},\n \"uri\": \"\"\n }\n ],\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "943efba2-54d0-4989-8d1c-2ba82cfb8b59", "documentation": "", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/AvailablePhoneNumbers/:CountryCode.json", "responses": [ { "uuid": "15d46587-239f-4cc8-a3c8-97cbf9e05433", "body": "{\n \"beta\": {{faker 'datatype.boolean'}},\n \"country\": \"\",\n \"country_code\": \"\",\n \"subresource_uris\": {},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8e696184-9804-47ba-a083-bb81dfd9684e", "documentation": "", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/AvailablePhoneNumbers/:CountryCode/Local.json", "responses": [ { "uuid": "5536de92-ef73-4002-a5a1-c455b21a4c5b", "body": "{\n \"available_phone_numbers\": [\n {\n \"address_requirements\": \"\",\n \"beta\": {{faker 'datatype.boolean'}},\n \"capabilities\": {\n \"fax\": {{faker 'datatype.boolean'}},\n \"mms\": {{faker 'datatype.boolean'}},\n \"sms\": {{faker 'datatype.boolean'}},\n \"voice\": {{faker 'datatype.boolean'}}\n },\n \"friendly_name\": \"\",\n \"iso_country\": \"\",\n \"lata\": \"\",\n \"latitude\": {{faker 'number.int' max=99999}},\n \"locality\": \"\",\n \"longitude\": {{faker 'number.int' max=99999}},\n \"phone_number\": \"\",\n \"postal_code\": \"\",\n \"rate_center\": \"\",\n \"region\": \"\"\n }\n ],\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8ec89df2-d452-4f5d-9286-cdd9650b8761", "documentation": "", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/AvailablePhoneNumbers/:CountryCode/MachineToMachine.json", "responses": [ { "uuid": "4e84323f-c989-42eb-ba0d-d993abc70f00", "body": "{\n \"available_phone_numbers\": [\n {\n \"address_requirements\": \"\",\n \"beta\": {{faker 'datatype.boolean'}},\n \"capabilities\": {\n \"fax\": {{faker 'datatype.boolean'}},\n \"mms\": {{faker 'datatype.boolean'}},\n \"sms\": {{faker 'datatype.boolean'}},\n \"voice\": {{faker 'datatype.boolean'}}\n },\n \"friendly_name\": \"\",\n \"iso_country\": \"\",\n \"lata\": \"\",\n \"latitude\": {{faker 'number.int' max=99999}},\n \"locality\": \"\",\n \"longitude\": {{faker 'number.int' max=99999}},\n \"phone_number\": \"\",\n \"postal_code\": \"\",\n \"rate_center\": \"\",\n \"region\": \"\"\n }\n ],\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4fdf68ac-d58b-46bd-87f3-8c74da4c9589", "documentation": "", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/AvailablePhoneNumbers/:CountryCode/Mobile.json", "responses": [ { "uuid": "4705d772-0a33-4941-8762-a1b88756f77e", "body": "{\n \"available_phone_numbers\": [\n {\n \"address_requirements\": \"\",\n \"beta\": {{faker 'datatype.boolean'}},\n \"capabilities\": {\n \"fax\": {{faker 'datatype.boolean'}},\n \"mms\": {{faker 'datatype.boolean'}},\n \"sms\": {{faker 'datatype.boolean'}},\n \"voice\": {{faker 'datatype.boolean'}}\n },\n \"friendly_name\": \"\",\n \"iso_country\": \"\",\n \"lata\": \"\",\n \"latitude\": {{faker 'number.int' max=99999}},\n \"locality\": \"\",\n \"longitude\": {{faker 'number.int' max=99999}},\n \"phone_number\": \"\",\n \"postal_code\": \"\",\n \"rate_center\": \"\",\n \"region\": \"\"\n }\n ],\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e9e1d303-b44f-475e-a938-15a75acb2c40", "documentation": "", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/AvailablePhoneNumbers/:CountryCode/National.json", "responses": [ { "uuid": "58a93aa6-2eca-41d9-a1f0-c361d3c143a4", "body": "{\n \"available_phone_numbers\": [\n {\n \"address_requirements\": \"\",\n \"beta\": {{faker 'datatype.boolean'}},\n \"capabilities\": {\n \"fax\": {{faker 'datatype.boolean'}},\n \"mms\": {{faker 'datatype.boolean'}},\n \"sms\": {{faker 'datatype.boolean'}},\n \"voice\": {{faker 'datatype.boolean'}}\n },\n \"friendly_name\": \"\",\n \"iso_country\": \"\",\n \"lata\": \"\",\n \"latitude\": {{faker 'number.int' max=99999}},\n \"locality\": \"\",\n \"longitude\": {{faker 'number.int' max=99999}},\n \"phone_number\": \"\",\n \"postal_code\": \"\",\n \"rate_center\": \"\",\n \"region\": \"\"\n }\n ],\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8d2def2b-61cc-41b5-9eb5-d252d54de12a", "documentation": "", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/AvailablePhoneNumbers/:CountryCode/SharedCost.json", "responses": [ { "uuid": "1a9b4d4b-b2cc-4b8a-ac6d-d8461a9e61e0", "body": "{\n \"available_phone_numbers\": [\n {\n \"address_requirements\": \"\",\n \"beta\": {{faker 'datatype.boolean'}},\n \"capabilities\": {\n \"fax\": {{faker 'datatype.boolean'}},\n \"mms\": {{faker 'datatype.boolean'}},\n \"sms\": {{faker 'datatype.boolean'}},\n \"voice\": {{faker 'datatype.boolean'}}\n },\n \"friendly_name\": \"\",\n \"iso_country\": \"\",\n \"lata\": \"\",\n \"latitude\": {{faker 'number.int' max=99999}},\n \"locality\": \"\",\n \"longitude\": {{faker 'number.int' max=99999}},\n \"phone_number\": \"\",\n \"postal_code\": \"\",\n \"rate_center\": \"\",\n \"region\": \"\"\n }\n ],\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fd0bc3a9-d20f-4d68-8ce5-01b79238402e", "documentation": "", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/AvailablePhoneNumbers/:CountryCode/TollFree.json", "responses": [ { "uuid": "cb7310ad-a7ad-4228-be59-5b4d5bfcff51", "body": "{\n \"available_phone_numbers\": [\n {\n \"address_requirements\": \"\",\n \"beta\": {{faker 'datatype.boolean'}},\n \"capabilities\": {\n \"fax\": {{faker 'datatype.boolean'}},\n \"mms\": {{faker 'datatype.boolean'}},\n \"sms\": {{faker 'datatype.boolean'}},\n \"voice\": {{faker 'datatype.boolean'}}\n },\n \"friendly_name\": \"\",\n \"iso_country\": \"\",\n \"lata\": \"\",\n \"latitude\": {{faker 'number.int' max=99999}},\n \"locality\": \"\",\n \"longitude\": {{faker 'number.int' max=99999}},\n \"phone_number\": \"\",\n \"postal_code\": \"\",\n \"rate_center\": \"\",\n \"region\": \"\"\n }\n ],\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "44b3aa69-4451-442b-9604-57629dbb035c", "documentation": "", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/AvailablePhoneNumbers/:CountryCode/Voip.json", "responses": [ { "uuid": "1cc23a0f-ebea-405e-b1ca-cbe67b45d627", "body": "{\n \"available_phone_numbers\": [\n {\n \"address_requirements\": \"\",\n \"beta\": {{faker 'datatype.boolean'}},\n \"capabilities\": {\n \"fax\": {{faker 'datatype.boolean'}},\n \"mms\": {{faker 'datatype.boolean'}},\n \"sms\": {{faker 'datatype.boolean'}},\n \"voice\": {{faker 'datatype.boolean'}}\n },\n \"friendly_name\": \"\",\n \"iso_country\": \"\",\n \"lata\": \"\",\n \"latitude\": {{faker 'number.int' max=99999}},\n \"locality\": \"\",\n \"longitude\": {{faker 'number.int' max=99999}},\n \"phone_number\": \"\",\n \"postal_code\": \"\",\n \"rate_center\": \"\",\n \"region\": \"\"\n }\n ],\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4d9db4c9-cefc-45d1-8662-8059d038964d", "documentation": "Fetch the balance for an Account based on Account Sid. Balance changes may not be reflected immediately. Child accounts do not contain balance information", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/Balance.json", "responses": [ { "uuid": "d1e31101-4feb-4b94-945e-afec4b4b0b91", "body": "{\n \"account_sid\": \"\",\n \"balance\": \"\",\n \"currency\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3f80cd66-b9ab-457e-b959-6dd64b40e996", "documentation": "Retrieves a collection of calls made to and from your account", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/Calls.json", "responses": [ { "uuid": "85e22265-da2a-40b3-a710-8edecf8fbcc3", "body": "{\n \"calls\": [\n {\n \"account_sid\": \"\",\n \"answered_by\": \"\",\n \"api_version\": \"\",\n \"caller_name\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"direction\": \"\",\n \"duration\": \"\",\n \"end_time\": \"\",\n \"forwarded_from\": \"\",\n \"from\": \"\",\n \"from_formatted\": \"\",\n \"group_sid\": \"\",\n \"parent_call_sid\": \"\",\n \"phone_number_sid\": \"\",\n \"price\": \"\",\n \"price_unit\": \"\",\n \"queue_time\": \"\",\n \"sid\": \"\",\n \"start_time\": \"\",\n \"status\": \"{{oneOf (array 'queued' 'ringing' 'in-progress' 'completed' 'busy' 'failed' 'no-answer' 'canceled')}}\",\n \"subresource_uris\": {},\n \"to\": \"\",\n \"to_formatted\": \"\",\n \"trunk_sid\": \"\",\n \"uri\": \"\"\n }\n ],\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bdd47dc5-a73a-41c9-a8ea-6418fcd53bc9", "documentation": "Create a new outgoing call to phones, SIP-enabled endpoints or Twilio Client connections", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/Calls.json", "responses": [ { "uuid": "8f287d89-886a-4f08-b32f-a5f1d4fcc9b2", "body": "{\n \"account_sid\": \"\",\n \"answered_by\": \"\",\n \"api_version\": \"\",\n \"caller_name\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"direction\": \"\",\n \"duration\": \"\",\n \"end_time\": \"\",\n \"forwarded_from\": \"\",\n \"from\": \"\",\n \"from_formatted\": \"\",\n \"group_sid\": \"\",\n \"parent_call_sid\": \"\",\n \"phone_number_sid\": \"\",\n \"price\": \"\",\n \"price_unit\": \"\",\n \"queue_time\": \"\",\n \"sid\": \"\",\n \"start_time\": \"\",\n \"status\": \"{{oneOf (array 'queued' 'ringing' 'in-progress' 'completed' 'busy' 'failed' 'no-answer' 'canceled')}}\",\n \"subresource_uris\": {},\n \"to\": \"\",\n \"to_formatted\": \"\",\n \"trunk_sid\": \"\",\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "53dcdaa6-9e8c-4306-8829-058202ed3a7d", "documentation": "Create a FeedbackSummary resource for a call", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/Calls/FeedbackSummary.json", "responses": [ { "uuid": "f2a571b3-8237-49f5-895e-1b12874226a0", "body": "{\n \"account_sid\": \"\",\n \"call_count\": {{faker 'number.int' max=99999}},\n \"call_feedback_count\": {{faker 'number.int' max=99999}},\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"end_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"include_subaccounts\": {{faker 'datatype.boolean'}},\n \"issues\": [\n \"\"\n ],\n \"quality_score_average\": {{faker 'number.int' max=99999}},\n \"quality_score_median\": {{faker 'number.int' max=99999}},\n \"quality_score_standard_deviation\": {{faker 'number.int' max=99999}},\n \"sid\": \"\",\n \"start_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"status\": \"{{oneOf (array 'queued' 'in-progress' 'completed' 'failed')}}\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1ce85ea8-b80a-4e98-9301-56a9333fea64", "documentation": "Delete a FeedbackSummary resource from a call", "method": "delete", "endpoint": "2010-04-01/Accounts/:AccountSid/Calls/FeedbackSummary/:Sid.json", "responses": [ { "uuid": "5a5b8e27-02aa-4b1b-80cc-93dc5d2352ed", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6664336e-cb72-4593-9c76-e4e4d36c6dcd", "documentation": "Fetch a FeedbackSummary resource from a call", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/Calls/FeedbackSummary/:Sid.json", "responses": [ { "uuid": "d6ab02a2-352c-4d09-9ccf-0f21b61e86f6", "body": "{\n \"account_sid\": \"\",\n \"call_count\": {{faker 'number.int' max=99999}},\n \"call_feedback_count\": {{faker 'number.int' max=99999}},\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"end_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"include_subaccounts\": {{faker 'datatype.boolean'}},\n \"issues\": [\n \"\"\n ],\n \"quality_score_average\": {{faker 'number.int' max=99999}},\n \"quality_score_median\": {{faker 'number.int' max=99999}},\n \"quality_score_standard_deviation\": {{faker 'number.int' max=99999}},\n \"sid\": \"\",\n \"start_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"status\": \"{{oneOf (array 'queued' 'in-progress' 'completed' 'failed')}}\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5f2a5a2f-b21d-4086-a643-c451f77cbcda", "documentation": "Retrieve a list of all events for a call.", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/Calls/:CallSid/Events.json", "responses": [ { "uuid": "94757afa-90c2-40f1-9f35-0141233000c8", "body": "{\n \"end\": {{faker 'number.int' max=99999}},\n \"events\": [\n {\n \"request\": \"\",\n \"response\": \"\"\n }\n ],\n \"first_page_uri\": \"\",\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "60d3965f-4d2e-4d2b-bd6c-413091393f61", "documentation": "Fetch a Feedback resource from a call", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/Calls/:CallSid/Feedback.json", "responses": [ { "uuid": "7bb6795d-a862-4f26-b0d0-ec149f4fa35a", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"issues\": [\n \"{{oneOf (array 'audio-latency' 'digits-not-captured' 'dropped-call' 'imperfect-audio' 'incorrect-caller-id' 'one-way-audio' 'post-dial-delay' 'unsolicited-call')}}\"\n ],\n \"quality_score\": {{faker 'number.int' max=99999}},\n \"sid\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5e29aad0-311c-4b65-9db0-6d5835f6a5f1", "documentation": "Update a Feedback resource for a call", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/Calls/:CallSid/Feedback.json", "responses": [ { "uuid": "f0fb6b32-8e3e-4b3f-9413-609cf54ddc94", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"issues\": [\n \"{{oneOf (array 'audio-latency' 'digits-not-captured' 'dropped-call' 'imperfect-audio' 'incorrect-caller-id' 'one-way-audio' 'post-dial-delay' 'unsolicited-call')}}\"\n ],\n \"quality_score\": {{faker 'number.int' max=99999}},\n \"sid\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "08b8c55d-4d9f-4fec-aeee-b5d909dd0100", "documentation": "", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/Calls/:CallSid/Notifications.json", "responses": [ { "uuid": "dca88a0d-5ef7-475a-af78-45bdac98d5fc", "body": "{\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"next_page_uri\": \"\",\n \"notifications\": [\n {\n \"account_sid\": \"\",\n \"api_version\": \"\",\n \"call_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"error_code\": \"\",\n \"log\": \"\",\n \"message_date\": \"\",\n \"message_text\": \"\",\n \"more_info\": \"\",\n \"request_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"request_url\": \"\",\n \"sid\": \"\",\n \"uri\": \"\"\n }\n ],\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "debc951b-8ecc-436b-80c3-730dd1f9acd7", "documentation": "", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/Calls/:CallSid/Notifications/:Sid.json", "responses": [ { "uuid": "05d017f5-14ed-4bf6-9499-1951ed09e039", "body": "{\n \"account_sid\": \"\",\n \"api_version\": \"\",\n \"call_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"error_code\": \"\",\n \"log\": \"\",\n \"message_date\": \"\",\n \"message_text\": \"\",\n \"more_info\": \"\",\n \"request_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"request_url\": \"\",\n \"request_variables\": \"\",\n \"response_body\": \"\",\n \"response_headers\": \"\",\n \"sid\": \"\",\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2e0953b3-5438-4156-bf33-594d19e1a015", "documentation": "create an instance of payments. This will start a new payments session", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/Calls/:CallSid/Payments.json", "responses": [ { "uuid": "b6a694e1-3846-46dc-bf28-c6cb4e72cbc5", "body": "{\n \"account_sid\": \"\",\n \"call_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"sid\": \"\",\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1624ab83-40bd-46e6-abb2-8fea7004907b", "documentation": "update an instance of payments with different phases of payment flows.", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/Calls/:CallSid/Payments/:Sid.json", "responses": [ { "uuid": "da9b6eba-4c31-4be7-a24f-d1b220eaf2a0", "body": "{\n \"account_sid\": \"\",\n \"call_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"sid\": \"\",\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 202, "label": "Accepted", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "49cc685b-a31f-4bef-a56d-86a4740ebde0", "documentation": "Retrieve a list of recordings belonging to the call used to make the request", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/Calls/:CallSid/Recordings.json", "responses": [ { "uuid": "9427d063-2811-417f-9a39-486bdb440f14", "body": "{\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"recordings\": [\n {\n \"account_sid\": \"\",\n \"api_version\": \"\",\n \"call_sid\": \"\",\n \"channels\": {{faker 'number.int' max=99999}},\n \"conference_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"duration\": \"\",\n \"encryption_details\": \"\",\n \"error_code\": {{faker 'number.int' max=99999}},\n \"price\": {{faker 'number.int' max=99999}},\n \"price_unit\": \"\",\n \"sid\": \"\",\n \"source\": \"{{oneOf (array 'DialVerb' 'Conference' 'OutboundAPI' 'Trunking' 'RecordVerb' 'StartCallRecordingAPI' 'StartConferenceRecordingAPI')}}\",\n \"start_time\": \"\",\n \"status\": \"{{oneOf (array 'in-progress' 'paused' 'stopped' 'processing' 'completed' 'absent')}}\",\n \"track\": \"\",\n \"uri\": \"\"\n }\n ],\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "df589711-d727-42b3-9faa-931d200c1138", "documentation": "Create a recording for the call", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/Calls/:CallSid/Recordings.json", "responses": [ { "uuid": "21b44f34-8794-4e05-93ca-afa404f2521c", "body": "{\n \"account_sid\": \"\",\n \"api_version\": \"\",\n \"call_sid\": \"\",\n \"channels\": {{faker 'number.int' max=99999}},\n \"conference_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"duration\": \"\",\n \"encryption_details\": \"\",\n \"error_code\": {{faker 'number.int' max=99999}},\n \"price\": {{faker 'number.int' max=99999}},\n \"price_unit\": \"\",\n \"sid\": \"\",\n \"source\": \"{{oneOf (array 'DialVerb' 'Conference' 'OutboundAPI' 'Trunking' 'RecordVerb' 'StartCallRecordingAPI' 'StartConferenceRecordingAPI')}}\",\n \"start_time\": \"\",\n \"status\": \"{{oneOf (array 'in-progress' 'paused' 'stopped' 'processing' 'completed' 'absent')}}\",\n \"track\": \"\",\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "14f593b3-26ed-484d-b7a0-5c3d4996ce60", "documentation": "Delete a recording from your account", "method": "delete", "endpoint": "2010-04-01/Accounts/:AccountSid/Calls/:CallSid/Recordings/:Sid.json", "responses": [ { "uuid": "481523db-9b59-4d36-b36c-52657b3cc4c1", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4c7da934-d7cb-4a0c-b070-ca821dd0a6aa", "documentation": "Fetch an instance of a recording for a call", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/Calls/:CallSid/Recordings/:Sid.json", "responses": [ { "uuid": "0b4b00a4-1d23-47f1-8c1b-bbd82fd8b942", "body": "{\n \"account_sid\": \"\",\n \"api_version\": \"\",\n \"call_sid\": \"\",\n \"channels\": {{faker 'number.int' max=99999}},\n \"conference_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"duration\": \"\",\n \"encryption_details\": \"\",\n \"error_code\": {{faker 'number.int' max=99999}},\n \"price\": {{faker 'number.int' max=99999}},\n \"price_unit\": \"\",\n \"sid\": \"\",\n \"source\": \"{{oneOf (array 'DialVerb' 'Conference' 'OutboundAPI' 'Trunking' 'RecordVerb' 'StartCallRecordingAPI' 'StartConferenceRecordingAPI')}}\",\n \"start_time\": \"\",\n \"status\": \"{{oneOf (array 'in-progress' 'paused' 'stopped' 'processing' 'completed' 'absent')}}\",\n \"track\": \"\",\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9c151f4b-d2c9-410e-97f9-e060cb1e1c36", "documentation": "Changes the status of the recording to paused, stopped, or in-progress. Note: Pass `Twilio.CURRENT` instead of recording sid to reference current active recording.", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/Calls/:CallSid/Recordings/:Sid.json", "responses": [ { "uuid": "2582cead-5fcb-411a-b023-68f726c3cb74", "body": "{\n \"account_sid\": \"\",\n \"api_version\": \"\",\n \"call_sid\": \"\",\n \"channels\": {{faker 'number.int' max=99999}},\n \"conference_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"duration\": \"\",\n \"encryption_details\": \"\",\n \"error_code\": {{faker 'number.int' max=99999}},\n \"price\": {{faker 'number.int' max=99999}},\n \"price_unit\": \"\",\n \"sid\": \"\",\n \"source\": \"{{oneOf (array 'DialVerb' 'Conference' 'OutboundAPI' 'Trunking' 'RecordVerb' 'StartCallRecordingAPI' 'StartConferenceRecordingAPI')}}\",\n \"start_time\": \"\",\n \"status\": \"{{oneOf (array 'in-progress' 'paused' 'stopped' 'processing' 'completed' 'absent')}}\",\n \"track\": \"\",\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0f375fff-dad3-4e1a-a3f1-e20ff26770c3", "documentation": "Create a Siprec", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/Calls/:CallSid/Siprec.json", "responses": [ { "uuid": "297e1319-d99b-4e15-8975-c8462cc95fa8", "body": "{\n \"account_sid\": \"\",\n \"call_sid\": \"\",\n \"date_updated\": \"\",\n \"name\": \"\",\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'in-progress' 'stopped')}}\",\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "250457fb-a13d-4153-a8e0-8fbd6f08b0d3", "documentation": "Stop a Siprec using either the SID of the Siprec resource or the `name` used when creating the resource", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/Calls/:CallSid/Siprec/:Sid.json", "responses": [ { "uuid": "120b56ef-38f9-4eec-9cbb-3b80789e8ecf", "body": "{\n \"account_sid\": \"\",\n \"call_sid\": \"\",\n \"date_updated\": \"\",\n \"name\": \"\",\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'in-progress' 'stopped')}}\",\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e64cc191-60af-47d5-b415-8f5d4ab98b13", "documentation": "Create a Stream", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/Calls/:CallSid/Streams.json", "responses": [ { "uuid": "8d6f4ab9-3c69-4f44-bc61-2d029b1a8e63", "body": "{\n \"account_sid\": \"\",\n \"call_sid\": \"\",\n \"date_updated\": \"\",\n \"name\": \"\",\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'in-progress' 'stopped')}}\",\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "066b9781-1e76-4703-a868-37016f4f681e", "documentation": "Stop a Stream using either the SID of the Stream resource or the `name` used when creating the resource", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/Calls/:CallSid/Streams/:Sid.json", "responses": [ { "uuid": "9e668706-071c-4650-b0f6-2825b94ebd84", "body": "{\n \"account_sid\": \"\",\n \"call_sid\": \"\",\n \"date_updated\": \"\",\n \"name\": \"\",\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'in-progress' 'stopped')}}\",\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2c36947d-6c77-41e1-8afa-fdd5c7b5fa78", "documentation": "Delete a Call record from your account. Once the record is deleted, it will no longer appear in the API and Account Portal logs.", "method": "delete", "endpoint": "2010-04-01/Accounts/:AccountSid/Calls/:Sid.json", "responses": [ { "uuid": "bf17a644-b121-4ba2-a031-8d3113dee9b4", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b6e1bacc-b661-4fbd-aff5-90a241a13b97", "documentation": "Fetch the call specified by the provided Call SID", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/Calls/:Sid.json", "responses": [ { "uuid": "6b9c992f-d505-4e71-83ad-ca2fe8483b2c", "body": "{\n \"account_sid\": \"\",\n \"answered_by\": \"\",\n \"api_version\": \"\",\n \"caller_name\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"direction\": \"\",\n \"duration\": \"\",\n \"end_time\": \"\",\n \"forwarded_from\": \"\",\n \"from\": \"\",\n \"from_formatted\": \"\",\n \"group_sid\": \"\",\n \"parent_call_sid\": \"\",\n \"phone_number_sid\": \"\",\n \"price\": \"\",\n \"price_unit\": \"\",\n \"queue_time\": \"\",\n \"sid\": \"\",\n \"start_time\": \"\",\n \"status\": \"{{oneOf (array 'queued' 'ringing' 'in-progress' 'completed' 'busy' 'failed' 'no-answer' 'canceled')}}\",\n \"subresource_uris\": {},\n \"to\": \"\",\n \"to_formatted\": \"\",\n \"trunk_sid\": \"\",\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5e91b5ea-4535-40eb-aea8-9dd4a1524703", "documentation": "Initiates a call redirect or terminates a call", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/Calls/:Sid.json", "responses": [ { "uuid": "071a8223-35a1-4881-bf6b-81961047f5e8", "body": "{\n \"account_sid\": \"\",\n \"answered_by\": \"\",\n \"api_version\": \"\",\n \"caller_name\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"direction\": \"\",\n \"duration\": \"\",\n \"end_time\": \"\",\n \"forwarded_from\": \"\",\n \"from\": \"\",\n \"from_formatted\": \"\",\n \"group_sid\": \"\",\n \"parent_call_sid\": \"\",\n \"phone_number_sid\": \"\",\n \"price\": \"\",\n \"price_unit\": \"\",\n \"queue_time\": \"\",\n \"sid\": \"\",\n \"start_time\": \"\",\n \"status\": \"{{oneOf (array 'queued' 'ringing' 'in-progress' 'completed' 'busy' 'failed' 'no-answer' 'canceled')}}\",\n \"subresource_uris\": {},\n \"to\": \"\",\n \"to_formatted\": \"\",\n \"trunk_sid\": \"\",\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "684feea2-1ea5-4672-b107-a34ca7c90952", "documentation": "Retrieve a list of conferences belonging to the account used to make the request", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/Conferences.json", "responses": [ { "uuid": "b66f0840-4321-4c33-a015-79c75198089a", "body": "{\n \"conferences\": [\n {\n \"account_sid\": \"\",\n \"api_version\": \"\",\n \"call_sid_ending_conference\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"friendly_name\": \"\",\n \"reason_conference_ended\": \"{{oneOf (array 'conference-ended-via-api' 'participant-with-end-conference-on-exit-left' 'participant-with-end-conference-on-exit-kicked' 'last-participant-kicked' 'last-participant-left')}}\",\n \"region\": \"\",\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'init' 'in-progress' 'completed')}}\",\n \"subresource_uris\": {},\n \"uri\": \"\"\n }\n ],\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b17dd7aa-32e7-4fa2-98af-fb2a779a8b8c", "documentation": "Retrieve a list of participants belonging to the account used to make the request", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/Conferences/:ConferenceSid/Participants.json", "responses": [ { "uuid": "1f91181b-4325-4978-9454-acf0440cd5d6", "body": "{\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"participants\": [\n {\n \"account_sid\": \"\",\n \"call_sid\": \"\",\n \"call_sid_to_coach\": \"\",\n \"coaching\": {{faker 'datatype.boolean'}},\n \"conference_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"end_conference_on_exit\": {{faker 'datatype.boolean'}},\n \"hold\": {{faker 'datatype.boolean'}},\n \"label\": \"\",\n \"muted\": {{faker 'datatype.boolean'}},\n \"start_conference_on_enter\": {{faker 'datatype.boolean'}},\n \"status\": \"{{oneOf (array 'queued' 'connecting' 'ringing' 'connected' 'complete' 'failed')}}\",\n \"uri\": \"\"\n }\n ],\n \"previous_page_uri\": \"\",\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "23c2ede0-71b3-4db2-99f5-244fe14b0dcc", "documentation": "", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/Conferences/:ConferenceSid/Participants.json", "responses": [ { "uuid": "a2284d0e-ae0d-4439-bdb8-9b6f5b57e524", "body": "{\n \"account_sid\": \"\",\n \"call_sid\": \"\",\n \"call_sid_to_coach\": \"\",\n \"coaching\": {{faker 'datatype.boolean'}},\n \"conference_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"end_conference_on_exit\": {{faker 'datatype.boolean'}},\n \"hold\": {{faker 'datatype.boolean'}},\n \"label\": \"\",\n \"muted\": {{faker 'datatype.boolean'}},\n \"start_conference_on_enter\": {{faker 'datatype.boolean'}},\n \"status\": \"{{oneOf (array 'queued' 'connecting' 'ringing' 'connected' 'complete' 'failed')}}\",\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "082b5962-931b-4956-80a6-e4b40cdec4e6", "documentation": "Kick a participant from a given conference", "method": "delete", "endpoint": "2010-04-01/Accounts/:AccountSid/Conferences/:ConferenceSid/Participants/:CallSid.json", "responses": [ { "uuid": "77325961-328f-4db1-b3c5-6e513d152c15", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "854bcf27-bf6b-46d6-8e1d-d6ffeb28e48f", "documentation": "Fetch an instance of a participant", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/Conferences/:ConferenceSid/Participants/:CallSid.json", "responses": [ { "uuid": "bf73780f-d5c9-4aab-a44f-64c0599e7108", "body": "{\n \"account_sid\": \"\",\n \"call_sid\": \"\",\n \"call_sid_to_coach\": \"\",\n \"coaching\": {{faker 'datatype.boolean'}},\n \"conference_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"end_conference_on_exit\": {{faker 'datatype.boolean'}},\n \"hold\": {{faker 'datatype.boolean'}},\n \"label\": \"\",\n \"muted\": {{faker 'datatype.boolean'}},\n \"start_conference_on_enter\": {{faker 'datatype.boolean'}},\n \"status\": \"{{oneOf (array 'queued' 'connecting' 'ringing' 'connected' 'complete' 'failed')}}\",\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "699e4af5-e83e-4dca-9f6b-4e5951909371", "documentation": "Update the properties of the participant", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/Conferences/:ConferenceSid/Participants/:CallSid.json", "responses": [ { "uuid": "98e7a7e9-67dc-4579-a3ca-70d74e817f3c", "body": "{\n \"account_sid\": \"\",\n \"call_sid\": \"\",\n \"call_sid_to_coach\": \"\",\n \"coaching\": {{faker 'datatype.boolean'}},\n \"conference_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"end_conference_on_exit\": {{faker 'datatype.boolean'}},\n \"hold\": {{faker 'datatype.boolean'}},\n \"label\": \"\",\n \"muted\": {{faker 'datatype.boolean'}},\n \"start_conference_on_enter\": {{faker 'datatype.boolean'}},\n \"status\": \"{{oneOf (array 'queued' 'connecting' 'ringing' 'connected' 'complete' 'failed')}}\",\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ebbf306f-09ae-4dfc-ad36-c7b2ec7a08fb", "documentation": "Retrieve a list of recordings belonging to the call used to make the request", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/Conferences/:ConferenceSid/Recordings.json", "responses": [ { "uuid": "d20bdc1a-ad15-4f54-982a-9581c769979d", "body": "{\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"recordings\": [\n {\n \"account_sid\": \"\",\n \"api_version\": \"\",\n \"call_sid\": \"\",\n \"channels\": {{faker 'number.int' max=99999}},\n \"conference_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"duration\": \"\",\n \"encryption_details\": \"\",\n \"error_code\": {{faker 'number.int' max=99999}},\n \"price\": \"\",\n \"price_unit\": \"\",\n \"sid\": \"\",\n \"source\": \"{{oneOf (array 'DialVerb' 'Conference' 'OutboundAPI' 'Trunking' 'RecordVerb' 'StartCallRecordingAPI' 'StartConferenceRecordingAPI')}}\",\n \"start_time\": \"\",\n \"status\": \"{{oneOf (array 'in-progress' 'paused' 'stopped' 'processing' 'completed' 'absent')}}\",\n \"uri\": \"\"\n }\n ],\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b4daa81e-9509-4f99-ab34-c3674514d7a4", "documentation": "Delete a recording from your account", "method": "delete", "endpoint": "2010-04-01/Accounts/:AccountSid/Conferences/:ConferenceSid/Recordings/:Sid.json", "responses": [ { "uuid": "de2a67d2-5ae5-4d7d-a064-e562bd4d039c", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fffff82d-fccb-4768-bf27-375f699380e8", "documentation": "Fetch an instance of a recording for a call", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/Conferences/:ConferenceSid/Recordings/:Sid.json", "responses": [ { "uuid": "dbbd80c5-a09b-4e3c-9e35-4808c05308e0", "body": "{\n \"account_sid\": \"\",\n \"api_version\": \"\",\n \"call_sid\": \"\",\n \"channels\": {{faker 'number.int' max=99999}},\n \"conference_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"duration\": \"\",\n \"encryption_details\": \"\",\n \"error_code\": {{faker 'number.int' max=99999}},\n \"price\": \"\",\n \"price_unit\": \"\",\n \"sid\": \"\",\n \"source\": \"{{oneOf (array 'DialVerb' 'Conference' 'OutboundAPI' 'Trunking' 'RecordVerb' 'StartCallRecordingAPI' 'StartConferenceRecordingAPI')}}\",\n \"start_time\": \"\",\n \"status\": \"{{oneOf (array 'in-progress' 'paused' 'stopped' 'processing' 'completed' 'absent')}}\",\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f06ef47c-6059-448d-b2ef-7130a88adf84", "documentation": "Changes the status of the recording to paused, stopped, or in-progress. Note: To use `Twilio.CURRENT`, pass it as recording sid.", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/Conferences/:ConferenceSid/Recordings/:Sid.json", "responses": [ { "uuid": "c8d4f3b2-c59b-4120-9167-2de6eace308d", "body": "{\n \"account_sid\": \"\",\n \"api_version\": \"\",\n \"call_sid\": \"\",\n \"channels\": {{faker 'number.int' max=99999}},\n \"conference_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"duration\": \"\",\n \"encryption_details\": \"\",\n \"error_code\": {{faker 'number.int' max=99999}},\n \"price\": \"\",\n \"price_unit\": \"\",\n \"sid\": \"\",\n \"source\": \"{{oneOf (array 'DialVerb' 'Conference' 'OutboundAPI' 'Trunking' 'RecordVerb' 'StartCallRecordingAPI' 'StartConferenceRecordingAPI')}}\",\n \"start_time\": \"\",\n \"status\": \"{{oneOf (array 'in-progress' 'paused' 'stopped' 'processing' 'completed' 'absent')}}\",\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "86f8bcaf-f495-4751-8079-195e35bed32c", "documentation": "Fetch an instance of a conference", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/Conferences/:Sid.json", "responses": [ { "uuid": "5fd93353-b92b-454f-ad11-ecccc6da37c8", "body": "{\n \"account_sid\": \"\",\n \"api_version\": \"\",\n \"call_sid_ending_conference\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"friendly_name\": \"\",\n \"reason_conference_ended\": \"{{oneOf (array 'conference-ended-via-api' 'participant-with-end-conference-on-exit-left' 'participant-with-end-conference-on-exit-kicked' 'last-participant-kicked' 'last-participant-left')}}\",\n \"region\": \"\",\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'init' 'in-progress' 'completed')}}\",\n \"subresource_uris\": {},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6b0683e3-81b8-4144-905d-849903704bcb", "documentation": "", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/Conferences/:Sid.json", "responses": [ { "uuid": "2acd0970-1e99-41d0-a6fa-df4806ca91fe", "body": "{\n \"account_sid\": \"\",\n \"api_version\": \"\",\n \"call_sid_ending_conference\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"friendly_name\": \"\",\n \"reason_conference_ended\": \"{{oneOf (array 'conference-ended-via-api' 'participant-with-end-conference-on-exit-left' 'participant-with-end-conference-on-exit-kicked' 'last-participant-kicked' 'last-participant-left')}}\",\n \"region\": \"\",\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'init' 'in-progress' 'completed')}}\",\n \"subresource_uris\": {},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d7f956e5-e955-4c90-8efc-ba45b263f4b6", "documentation": "Retrieve a list of connect-apps belonging to the account used to make the request", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/ConnectApps.json", "responses": [ { "uuid": "6d12043e-029b-4883-be6b-6befd17378fd", "body": "{\n \"connect_apps\": [\n {\n \"account_sid\": \"\",\n \"authorize_redirect_url\": \"\",\n \"company_name\": \"\",\n \"deauthorize_callback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"deauthorize_callback_url\": \"\",\n \"description\": \"\",\n \"friendly_name\": \"\",\n \"homepage_url\": \"\",\n \"permissions\": [\n \"{{oneOf (array 'get-all' 'post-all')}}\"\n ],\n \"sid\": \"\",\n \"uri\": \"\"\n }\n ],\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "17fb700c-bbdf-48b6-aeae-e6d18c1ca3e9", "documentation": "Delete an instance of a connect-app", "method": "delete", "endpoint": "2010-04-01/Accounts/:AccountSid/ConnectApps/:Sid.json", "responses": [ { "uuid": "0505efb8-db10-4726-84a7-5475a21f905a", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6358cd01-2bbb-4b56-a06e-0a5676c25676", "documentation": "Fetch an instance of a connect-app", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/ConnectApps/:Sid.json", "responses": [ { "uuid": "5d53c567-92ab-49a6-8e85-de6ee8038005", "body": "{\n \"account_sid\": \"\",\n \"authorize_redirect_url\": \"\",\n \"company_name\": \"\",\n \"deauthorize_callback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"deauthorize_callback_url\": \"\",\n \"description\": \"\",\n \"friendly_name\": \"\",\n \"homepage_url\": \"\",\n \"permissions\": [\n \"{{oneOf (array 'get-all' 'post-all')}}\"\n ],\n \"sid\": \"\",\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "188a7330-8860-49ca-a815-4da682959110", "documentation": "Update a connect-app with the specified parameters", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/ConnectApps/:Sid.json", "responses": [ { "uuid": "3bc50809-987a-4de1-ab7f-6d1eecbd7fc2", "body": "{\n \"account_sid\": \"\",\n \"authorize_redirect_url\": \"\",\n \"company_name\": \"\",\n \"deauthorize_callback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"deauthorize_callback_url\": \"\",\n \"description\": \"\",\n \"friendly_name\": \"\",\n \"homepage_url\": \"\",\n \"permissions\": [\n \"{{oneOf (array 'get-all' 'post-all')}}\"\n ],\n \"sid\": \"\",\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "effbcd82-3fcc-4647-85fb-9d1d6d0c6f44", "documentation": "Retrieve a list of incoming-phone-numbers belonging to the account used to make the request.", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/IncomingPhoneNumbers.json", "responses": [ { "uuid": "93be52c0-1d64-4231-876b-0a452e5efaa3", "body": "{\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"incoming_phone_numbers\": [\n {\n \"account_sid\": \"\",\n \"address_requirements\": \"{{oneOf (array 'none' 'any' 'local' 'foreign')}}\",\n \"address_sid\": \"\",\n \"api_version\": \"\",\n \"beta\": {{faker 'datatype.boolean'}},\n \"bundle_sid\": \"\",\n \"capabilities\": {\n \"fax\": {{faker 'datatype.boolean'}},\n \"mms\": {{faker 'datatype.boolean'}},\n \"sms\": {{faker 'datatype.boolean'}},\n \"voice\": {{faker 'datatype.boolean'}}\n },\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"emergency_address_sid\": \"\",\n \"emergency_address_status\": \"{{oneOf (array 'registered' 'unregistered' 'pending-registration' 'registration-failure' 'pending-unregistration' 'unregistration-failure')}}\",\n \"emergency_status\": \"{{oneOf (array 'Active' 'Inactive')}}\",\n \"friendly_name\": \"\",\n \"identity_sid\": \"\",\n \"origin\": \"\",\n \"phone_number\": \"\",\n \"sid\": \"\",\n \"sms_application_sid\": \"\",\n \"sms_fallback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"sms_fallback_url\": \"\",\n \"sms_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"sms_url\": \"\",\n \"status\": \"\",\n \"status_callback\": \"\",\n \"status_callback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"trunk_sid\": \"\",\n \"uri\": \"\",\n \"voice_application_sid\": \"\",\n \"voice_caller_id_lookup\": {{faker 'datatype.boolean'}},\n \"voice_fallback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"voice_fallback_url\": \"\",\n \"voice_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"voice_receive_mode\": \"{{oneOf (array 'voice' 'fax')}}\",\n \"voice_url\": \"\"\n }\n ],\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "913aa740-2d48-40b5-af88-98061553ab68", "documentation": "Purchase a phone-number for the account.", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/IncomingPhoneNumbers.json", "responses": [ { "uuid": "0ceda47e-2992-43ad-979b-16a6c08e7512", "body": "{\n \"account_sid\": \"\",\n \"address_requirements\": \"{{oneOf (array 'none' 'any' 'local' 'foreign')}}\",\n \"address_sid\": \"\",\n \"api_version\": \"\",\n \"beta\": {{faker 'datatype.boolean'}},\n \"bundle_sid\": \"\",\n \"capabilities\": {\n \"fax\": {{faker 'datatype.boolean'}},\n \"mms\": {{faker 'datatype.boolean'}},\n \"sms\": {{faker 'datatype.boolean'}},\n \"voice\": {{faker 'datatype.boolean'}}\n },\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"emergency_address_sid\": \"\",\n \"emergency_address_status\": \"{{oneOf (array 'registered' 'unregistered' 'pending-registration' 'registration-failure' 'pending-unregistration' 'unregistration-failure')}}\",\n \"emergency_status\": \"{{oneOf (array 'Active' 'Inactive')}}\",\n \"friendly_name\": \"\",\n \"identity_sid\": \"\",\n \"origin\": \"\",\n \"phone_number\": \"\",\n \"sid\": \"\",\n \"sms_application_sid\": \"\",\n \"sms_fallback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"sms_fallback_url\": \"\",\n \"sms_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"sms_url\": \"\",\n \"status\": \"\",\n \"status_callback\": \"\",\n \"status_callback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"trunk_sid\": \"\",\n \"uri\": \"\",\n \"voice_application_sid\": \"\",\n \"voice_caller_id_lookup\": {{faker 'datatype.boolean'}},\n \"voice_fallback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"voice_fallback_url\": \"\",\n \"voice_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"voice_receive_mode\": \"{{oneOf (array 'voice' 'fax')}}\",\n \"voice_url\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "12637faf-a7c5-4a3d-883f-9d0b1287b8f1", "documentation": "", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/IncomingPhoneNumbers/Local.json", "responses": [ { "uuid": "1a593bbf-ebca-4a03-a19e-2269a16bfda1", "body": "{\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"incoming_phone_numbers\": [\n {\n \"account_sid\": \"\",\n \"address_requirements\": \"{{oneOf (array 'none' 'any' 'local' 'foreign')}}\",\n \"address_sid\": \"\",\n \"api_version\": \"\",\n \"beta\": {{faker 'datatype.boolean'}},\n \"bundle_sid\": \"\",\n \"capabilities\": {\n \"fax\": {{faker 'datatype.boolean'}},\n \"mms\": {{faker 'datatype.boolean'}},\n \"sms\": {{faker 'datatype.boolean'}},\n \"voice\": {{faker 'datatype.boolean'}}\n },\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"emergency_address_sid\": \"\",\n \"emergency_address_status\": \"{{oneOf (array 'registered' 'unregistered' 'pending-registration' 'registration-failure' 'pending-unregistration' 'unregistration-failure')}}\",\n \"emergency_status\": \"{{oneOf (array 'Active' 'Inactive')}}\",\n \"friendly_name\": \"\",\n \"identity_sid\": \"\",\n \"origin\": \"\",\n \"phone_number\": \"\",\n \"sid\": \"\",\n \"sms_application_sid\": \"\",\n \"sms_fallback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"sms_fallback_url\": \"\",\n \"sms_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"sms_url\": \"\",\n \"status\": \"\",\n \"status_callback\": \"\",\n \"status_callback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"trunk_sid\": \"\",\n \"uri\": \"\",\n \"voice_application_sid\": \"\",\n \"voice_caller_id_lookup\": {{faker 'datatype.boolean'}},\n \"voice_fallback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"voice_fallback_url\": \"\",\n \"voice_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"voice_receive_mode\": \"{{oneOf (array 'voice' 'fax')}}\",\n \"voice_url\": \"\"\n }\n ],\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ba78cc0b-b949-4bf4-9330-856980633de9", "documentation": "", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/IncomingPhoneNumbers/Local.json", "responses": [ { "uuid": "85895c45-e0c3-49bd-99c7-9b1419243c68", "body": "{\n \"account_sid\": \"\",\n \"address_requirements\": \"{{oneOf (array 'none' 'any' 'local' 'foreign')}}\",\n \"address_sid\": \"\",\n \"api_version\": \"\",\n \"beta\": {{faker 'datatype.boolean'}},\n \"bundle_sid\": \"\",\n \"capabilities\": {\n \"fax\": {{faker 'datatype.boolean'}},\n \"mms\": {{faker 'datatype.boolean'}},\n \"sms\": {{faker 'datatype.boolean'}},\n \"voice\": {{faker 'datatype.boolean'}}\n },\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"emergency_address_sid\": \"\",\n \"emergency_address_status\": \"{{oneOf (array 'registered' 'unregistered' 'pending-registration' 'registration-failure' 'pending-unregistration' 'unregistration-failure')}}\",\n \"emergency_status\": \"{{oneOf (array 'Active' 'Inactive')}}\",\n \"friendly_name\": \"\",\n \"identity_sid\": \"\",\n \"origin\": \"\",\n \"phone_number\": \"\",\n \"sid\": \"\",\n \"sms_application_sid\": \"\",\n \"sms_fallback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"sms_fallback_url\": \"\",\n \"sms_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"sms_url\": \"\",\n \"status\": \"\",\n \"status_callback\": \"\",\n \"status_callback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"trunk_sid\": \"\",\n \"uri\": \"\",\n \"voice_application_sid\": \"\",\n \"voice_caller_id_lookup\": {{faker 'datatype.boolean'}},\n \"voice_fallback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"voice_fallback_url\": \"\",\n \"voice_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"voice_receive_mode\": \"{{oneOf (array 'voice' 'fax')}}\",\n \"voice_url\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a39f43a8-1cbd-44f5-b0c3-a03922b88835", "documentation": "", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/IncomingPhoneNumbers/Mobile.json", "responses": [ { "uuid": "442e2288-0117-4c9d-8159-d85583e2ff23", "body": "{\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"incoming_phone_numbers\": [\n {\n \"account_sid\": \"\",\n \"address_requirements\": \"{{oneOf (array 'none' 'any' 'local' 'foreign')}}\",\n \"address_sid\": \"\",\n \"api_version\": \"\",\n \"beta\": {{faker 'datatype.boolean'}},\n \"bundle_sid\": \"\",\n \"capabilities\": {\n \"fax\": {{faker 'datatype.boolean'}},\n \"mms\": {{faker 'datatype.boolean'}},\n \"sms\": {{faker 'datatype.boolean'}},\n \"voice\": {{faker 'datatype.boolean'}}\n },\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"emergency_address_sid\": \"\",\n \"emergency_address_status\": \"{{oneOf (array 'registered' 'unregistered' 'pending-registration' 'registration-failure' 'pending-unregistration' 'unregistration-failure')}}\",\n \"emergency_status\": \"{{oneOf (array 'Active' 'Inactive')}}\",\n \"friendly_name\": \"\",\n \"identity_sid\": \"\",\n \"origin\": \"\",\n \"phone_number\": \"\",\n \"sid\": \"\",\n \"sms_application_sid\": \"\",\n \"sms_fallback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"sms_fallback_url\": \"\",\n \"sms_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"sms_url\": \"\",\n \"status\": \"\",\n \"status_callback\": \"\",\n \"status_callback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"trunk_sid\": \"\",\n \"uri\": \"\",\n \"voice_application_sid\": \"\",\n \"voice_caller_id_lookup\": {{faker 'datatype.boolean'}},\n \"voice_fallback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"voice_fallback_url\": \"\",\n \"voice_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"voice_receive_mode\": \"{{oneOf (array 'voice' 'fax')}}\",\n \"voice_url\": \"\"\n }\n ],\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "62b5a44a-94ac-4a98-aa31-42340dcbdc70", "documentation": "", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/IncomingPhoneNumbers/Mobile.json", "responses": [ { "uuid": "e90b4958-6fc8-43c6-91ff-3aad653f9e5d", "body": "{\n \"account_sid\": \"\",\n \"address_requirements\": \"{{oneOf (array 'none' 'any' 'local' 'foreign')}}\",\n \"address_sid\": \"\",\n \"api_version\": \"\",\n \"beta\": {{faker 'datatype.boolean'}},\n \"bundle_sid\": \"\",\n \"capabilities\": {\n \"fax\": {{faker 'datatype.boolean'}},\n \"mms\": {{faker 'datatype.boolean'}},\n \"sms\": {{faker 'datatype.boolean'}},\n \"voice\": {{faker 'datatype.boolean'}}\n },\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"emergency_address_sid\": \"\",\n \"emergency_address_status\": \"{{oneOf (array 'registered' 'unregistered' 'pending-registration' 'registration-failure' 'pending-unregistration' 'unregistration-failure')}}\",\n \"emergency_status\": \"{{oneOf (array 'Active' 'Inactive')}}\",\n \"friendly_name\": \"\",\n \"identity_sid\": \"\",\n \"origin\": \"\",\n \"phone_number\": \"\",\n \"sid\": \"\",\n \"sms_application_sid\": \"\",\n \"sms_fallback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"sms_fallback_url\": \"\",\n \"sms_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"sms_url\": \"\",\n \"status\": \"\",\n \"status_callback\": \"\",\n \"status_callback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"trunk_sid\": \"\",\n \"uri\": \"\",\n \"voice_application_sid\": \"\",\n \"voice_caller_id_lookup\": {{faker 'datatype.boolean'}},\n \"voice_fallback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"voice_fallback_url\": \"\",\n \"voice_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"voice_receive_mode\": \"{{oneOf (array 'voice' 'fax')}}\",\n \"voice_url\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ebc6656a-f842-4fa6-b00d-230db9eb0860", "documentation": "", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/IncomingPhoneNumbers/TollFree.json", "responses": [ { "uuid": "3e6abeed-4b80-4371-8ef6-9919e51ac842", "body": "{\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"incoming_phone_numbers\": [\n {\n \"account_sid\": \"\",\n \"address_requirements\": \"{{oneOf (array 'none' 'any' 'local' 'foreign')}}\",\n \"address_sid\": \"\",\n \"api_version\": \"\",\n \"beta\": {{faker 'datatype.boolean'}},\n \"bundle_sid\": \"\",\n \"capabilities\": {\n \"fax\": {{faker 'datatype.boolean'}},\n \"mms\": {{faker 'datatype.boolean'}},\n \"sms\": {{faker 'datatype.boolean'}},\n \"voice\": {{faker 'datatype.boolean'}}\n },\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"emergency_address_sid\": \"\",\n \"emergency_address_status\": \"{{oneOf (array 'registered' 'unregistered' 'pending-registration' 'registration-failure' 'pending-unregistration' 'unregistration-failure')}}\",\n \"emergency_status\": \"{{oneOf (array 'Active' 'Inactive')}}\",\n \"friendly_name\": \"\",\n \"identity_sid\": \"\",\n \"origin\": \"\",\n \"phone_number\": \"\",\n \"sid\": \"\",\n \"sms_application_sid\": \"\",\n \"sms_fallback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"sms_fallback_url\": \"\",\n \"sms_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"sms_url\": \"\",\n \"status\": \"\",\n \"status_callback\": \"\",\n \"status_callback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"trunk_sid\": \"\",\n \"uri\": \"\",\n \"voice_application_sid\": \"\",\n \"voice_caller_id_lookup\": {{faker 'datatype.boolean'}},\n \"voice_fallback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"voice_fallback_url\": \"\",\n \"voice_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"voice_receive_mode\": \"{{oneOf (array 'voice' 'fax')}}\",\n \"voice_url\": \"\"\n }\n ],\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "62d3ee7a-3765-48b6-9083-8510f83e4c9e", "documentation": "", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/IncomingPhoneNumbers/TollFree.json", "responses": [ { "uuid": "1501ca5e-7301-41ce-b9f1-ddf7fb141e2e", "body": "{\n \"account_sid\": \"\",\n \"address_requirements\": \"{{oneOf (array 'none' 'any' 'local' 'foreign')}}\",\n \"address_sid\": \"\",\n \"api_version\": \"\",\n \"beta\": {{faker 'datatype.boolean'}},\n \"bundle_sid\": \"\",\n \"capabilities\": {\n \"fax\": {{faker 'datatype.boolean'}},\n \"mms\": {{faker 'datatype.boolean'}},\n \"sms\": {{faker 'datatype.boolean'}},\n \"voice\": {{faker 'datatype.boolean'}}\n },\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"emergency_address_sid\": \"\",\n \"emergency_address_status\": \"{{oneOf (array 'registered' 'unregistered' 'pending-registration' 'registration-failure' 'pending-unregistration' 'unregistration-failure')}}\",\n \"emergency_status\": \"{{oneOf (array 'Active' 'Inactive')}}\",\n \"friendly_name\": \"\",\n \"identity_sid\": \"\",\n \"origin\": \"\",\n \"phone_number\": \"\",\n \"sid\": \"\",\n \"sms_application_sid\": \"\",\n \"sms_fallback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"sms_fallback_url\": \"\",\n \"sms_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"sms_url\": \"\",\n \"status\": \"\",\n \"status_callback\": \"\",\n \"status_callback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"trunk_sid\": \"\",\n \"uri\": \"\",\n \"voice_application_sid\": \"\",\n \"voice_caller_id_lookup\": {{faker 'datatype.boolean'}},\n \"voice_fallback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"voice_fallback_url\": \"\",\n \"voice_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"voice_receive_mode\": \"{{oneOf (array 'voice' 'fax')}}\",\n \"voice_url\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f5213c57-7d9f-4da0-8b44-5000f7140edf", "documentation": "Retrieve a list of Add-on installations currently assigned to this Number.", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/IncomingPhoneNumbers/:ResourceSid/AssignedAddOns.json", "responses": [ { "uuid": "3f4b32a4-2e5b-4b00-92c1-4c09057d1373", "body": "{\n \"assigned_add_ons\": [\n {\n \"account_sid\": \"\",\n \"configuration\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"description\": \"\",\n \"friendly_name\": \"\",\n \"resource_sid\": \"\",\n \"sid\": \"\",\n \"subresource_uris\": {},\n \"unique_name\": \"\",\n \"uri\": \"\"\n }\n ],\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a5543f3c-dac7-4afc-b312-063c9cde7b33", "documentation": "Assign an Add-on installation to the Number specified.", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/IncomingPhoneNumbers/:ResourceSid/AssignedAddOns.json", "responses": [ { "uuid": "6b981a54-24a5-46c9-adc8-c30aa76afa5a", "body": "{\n \"account_sid\": \"\",\n \"configuration\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"description\": \"\",\n \"friendly_name\": \"\",\n \"resource_sid\": \"\",\n \"sid\": \"\",\n \"subresource_uris\": {},\n \"unique_name\": \"\",\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7a5ddf1b-83fb-491b-ae12-51cab1533426", "documentation": "Retrieve a list of Extensions for the Assigned Add-on.", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/IncomingPhoneNumbers/:ResourceSid/AssignedAddOns/:AssignedAddOnSid/Extensions.json", "responses": [ { "uuid": "b42c61ff-5f44-4817-8f83-22cab051b5af", "body": "{\n \"end\": {{faker 'number.int' max=99999}},\n \"extensions\": [\n {\n \"account_sid\": \"\",\n \"assigned_add_on_sid\": \"\",\n \"enabled\": {{faker 'datatype.boolean'}},\n \"friendly_name\": \"\",\n \"product_name\": \"\",\n \"resource_sid\": \"\",\n \"sid\": \"\",\n \"unique_name\": \"\",\n \"uri\": \"\"\n }\n ],\n \"first_page_uri\": \"\",\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "72e1de5f-565b-4173-89d4-10a9cbb413b5", "documentation": "Fetch an instance of an Extension for the Assigned Add-on.", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/IncomingPhoneNumbers/:ResourceSid/AssignedAddOns/:AssignedAddOnSid/Extensions/:Sid.json", "responses": [ { "uuid": "1966cc65-83e0-48ce-b58d-a99f8d88d019", "body": "{\n \"account_sid\": \"\",\n \"assigned_add_on_sid\": \"\",\n \"enabled\": {{faker 'datatype.boolean'}},\n \"friendly_name\": \"\",\n \"product_name\": \"\",\n \"resource_sid\": \"\",\n \"sid\": \"\",\n \"unique_name\": \"\",\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "af5618ca-ccb9-49c6-a9de-59d0da40e539", "documentation": "Remove the assignment of an Add-on installation from the Number specified.", "method": "delete", "endpoint": "2010-04-01/Accounts/:AccountSid/IncomingPhoneNumbers/:ResourceSid/AssignedAddOns/:Sid.json", "responses": [ { "uuid": "bdfad096-8319-4d0a-9426-d907175998e1", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f8729949-be43-4489-877f-421b2401e896", "documentation": "Fetch an instance of an Add-on installation currently assigned to this Number.", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/IncomingPhoneNumbers/:ResourceSid/AssignedAddOns/:Sid.json", "responses": [ { "uuid": "6fe87556-2d91-4cf0-9079-28bab7d765c1", "body": "{\n \"account_sid\": \"\",\n \"configuration\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"description\": \"\",\n \"friendly_name\": \"\",\n \"resource_sid\": \"\",\n \"sid\": \"\",\n \"subresource_uris\": {},\n \"unique_name\": \"\",\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a4b844d4-b507-44f0-b2ef-26031ebd1cfa", "documentation": "Delete a phone-numbers belonging to the account used to make the request.", "method": "delete", "endpoint": "2010-04-01/Accounts/:AccountSid/IncomingPhoneNumbers/:Sid.json", "responses": [ { "uuid": "41a86cb3-7cc4-4722-b2f4-10afc1968623", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "037aae66-91ed-4c9d-94a6-b13e24031da4", "documentation": "Fetch an incoming-phone-number belonging to the account used to make the request.", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/IncomingPhoneNumbers/:Sid.json", "responses": [ { "uuid": "a63352eb-9b7b-4b0d-8ffe-3807c30556a6", "body": "{\n \"account_sid\": \"\",\n \"address_requirements\": \"{{oneOf (array 'none' 'any' 'local' 'foreign')}}\",\n \"address_sid\": \"\",\n \"api_version\": \"\",\n \"beta\": {{faker 'datatype.boolean'}},\n \"bundle_sid\": \"\",\n \"capabilities\": {\n \"fax\": {{faker 'datatype.boolean'}},\n \"mms\": {{faker 'datatype.boolean'}},\n \"sms\": {{faker 'datatype.boolean'}},\n \"voice\": {{faker 'datatype.boolean'}}\n },\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"emergency_address_sid\": \"\",\n \"emergency_address_status\": \"{{oneOf (array 'registered' 'unregistered' 'pending-registration' 'registration-failure' 'pending-unregistration' 'unregistration-failure')}}\",\n \"emergency_status\": \"{{oneOf (array 'Active' 'Inactive')}}\",\n \"friendly_name\": \"\",\n \"identity_sid\": \"\",\n \"origin\": \"\",\n \"phone_number\": \"\",\n \"sid\": \"\",\n \"sms_application_sid\": \"\",\n \"sms_fallback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"sms_fallback_url\": \"\",\n \"sms_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"sms_url\": \"\",\n \"status\": \"\",\n \"status_callback\": \"\",\n \"status_callback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"trunk_sid\": \"\",\n \"uri\": \"\",\n \"voice_application_sid\": \"\",\n \"voice_caller_id_lookup\": {{faker 'datatype.boolean'}},\n \"voice_fallback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"voice_fallback_url\": \"\",\n \"voice_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"voice_receive_mode\": \"{{oneOf (array 'voice' 'fax')}}\",\n \"voice_url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e76f4623-4211-4752-bdd7-d20e9cce76cb", "documentation": "Update an incoming-phone-number instance.", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/IncomingPhoneNumbers/:Sid.json", "responses": [ { "uuid": "9945d505-89b0-49ef-a35c-d8380f087c02", "body": "{\n \"account_sid\": \"\",\n \"address_requirements\": \"{{oneOf (array 'none' 'any' 'local' 'foreign')}}\",\n \"address_sid\": \"\",\n \"api_version\": \"\",\n \"beta\": {{faker 'datatype.boolean'}},\n \"bundle_sid\": \"\",\n \"capabilities\": {\n \"fax\": {{faker 'datatype.boolean'}},\n \"mms\": {{faker 'datatype.boolean'}},\n \"sms\": {{faker 'datatype.boolean'}},\n \"voice\": {{faker 'datatype.boolean'}}\n },\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"emergency_address_sid\": \"\",\n \"emergency_address_status\": \"{{oneOf (array 'registered' 'unregistered' 'pending-registration' 'registration-failure' 'pending-unregistration' 'unregistration-failure')}}\",\n \"emergency_status\": \"{{oneOf (array 'Active' 'Inactive')}}\",\n \"friendly_name\": \"\",\n \"identity_sid\": \"\",\n \"origin\": \"\",\n \"phone_number\": \"\",\n \"sid\": \"\",\n \"sms_application_sid\": \"\",\n \"sms_fallback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"sms_fallback_url\": \"\",\n \"sms_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"sms_url\": \"\",\n \"status\": \"\",\n \"status_callback\": \"\",\n \"status_callback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"trunk_sid\": \"\",\n \"uri\": \"\",\n \"voice_application_sid\": \"\",\n \"voice_caller_id_lookup\": {{faker 'datatype.boolean'}},\n \"voice_fallback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"voice_fallback_url\": \"\",\n \"voice_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"voice_receive_mode\": \"{{oneOf (array 'voice' 'fax')}}\",\n \"voice_url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "45769630-ab22-489b-96f6-714e03d6e663", "documentation": "", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/Keys.json", "responses": [ { "uuid": "4cab339e-c4f2-4429-90b7-c8fbf1361e47", "body": "{\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"keys\": [\n {\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"friendly_name\": \"\",\n \"sid\": \"\"\n }\n ],\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "709163f9-3c52-4a79-bef3-dd9ca239df68", "documentation": "", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/Keys.json", "responses": [ { "uuid": "3e034b00-c0f8-41fd-b165-3c1314d496a4", "body": "{\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"friendly_name\": \"\",\n \"secret\": \"\",\n \"sid\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "434ec25f-3320-47ed-9fa9-853b918138fb", "documentation": "", "method": "delete", "endpoint": "2010-04-01/Accounts/:AccountSid/Keys/:Sid.json", "responses": [ { "uuid": "7a887437-92de-46ab-9435-aadc31848a96", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ad323535-176a-4066-8de4-3e92a1753c2b", "documentation": "", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/Keys/:Sid.json", "responses": [ { "uuid": "93036a17-a7d9-4491-8c72-70d3172453fa", "body": "{\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"friendly_name\": \"\",\n \"sid\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d7f4d162-370a-4975-bcc7-ad5579d9456b", "documentation": "", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/Keys/:Sid.json", "responses": [ { "uuid": "b87e2e0c-55f7-4e4e-8af1-68f50e32cce5", "body": "{\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"friendly_name\": \"\",\n \"sid\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ed45bff6-d669-4e6e-9af0-7d5689653190", "documentation": "Retrieve a list of messages belonging to the account used to make the request", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/Messages.json", "responses": [ { "uuid": "8c9c27ec-6f47-4e0c-bbe6-ebd686f9ce3e", "body": "{\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"messages\": [\n {\n \"account_sid\": \"\",\n \"api_version\": \"\",\n \"body\": \"\",\n \"date_created\": \"\",\n \"date_sent\": \"\",\n \"date_updated\": \"\",\n \"direction\": \"{{oneOf (array 'inbound' 'outbound-api' 'outbound-call' 'outbound-reply')}}\",\n \"error_code\": {{faker 'number.int' max=99999}},\n \"error_message\": \"\",\n \"from\": \"\",\n \"messaging_service_sid\": \"\",\n \"num_media\": \"\",\n \"num_segments\": \"\",\n \"price\": \"\",\n \"price_unit\": \"\",\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'queued' 'sending' 'sent' 'failed' 'delivered' 'undelivered' 'receiving' 'received' 'accepted' 'scheduled' 'read' 'partially_delivered' 'canceled')}}\",\n \"subresource_uris\": {},\n \"to\": \"\",\n \"uri\": \"\"\n }\n ],\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "586fd6f9-f754-4cd4-9e76-6f142e80c169", "documentation": "Send a message from the account used to make the request", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/Messages.json", "responses": [ { "uuid": "703901ad-25c1-4909-9510-e93d72792853", "body": "{\n \"account_sid\": \"\",\n \"api_version\": \"\",\n \"body\": \"\",\n \"date_created\": \"\",\n \"date_sent\": \"\",\n \"date_updated\": \"\",\n \"direction\": \"{{oneOf (array 'inbound' 'outbound-api' 'outbound-call' 'outbound-reply')}}\",\n \"error_code\": {{faker 'number.int' max=99999}},\n \"error_message\": \"\",\n \"from\": \"\",\n \"messaging_service_sid\": \"\",\n \"num_media\": \"\",\n \"num_segments\": \"\",\n \"price\": \"\",\n \"price_unit\": \"\",\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'queued' 'sending' 'sent' 'failed' 'delivered' 'undelivered' 'receiving' 'received' 'accepted' 'scheduled' 'read' 'partially_delivered' 'canceled')}}\",\n \"subresource_uris\": {},\n \"to\": \"\",\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a1d71644-57aa-4998-bc33-c7c3b50e27a0", "documentation": "", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/Messages/:MessageSid/Feedback.json", "responses": [ { "uuid": "e8c1f5ba-58cb-4327-affe-fb0f1c1ab001", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"message_sid\": \"\",\n \"outcome\": \"{{oneOf (array 'confirmed' 'unconfirmed')}}\",\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7438a718-ada3-461a-88c3-6f64bbbb0bcc", "documentation": "Retrieve a list of Media resources belonging to the account used to make the request", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/Messages/:MessageSid/Media.json", "responses": [ { "uuid": "d5a7a837-71fd-4ea5-ab3a-f297d63d27ac", "body": "{\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"media_list\": [\n {\n \"account_sid\": \"\",\n \"content_type\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"parent_sid\": \"\",\n \"sid\": \"\",\n \"uri\": \"\"\n }\n ],\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "34de0b1b-b0f5-43e3-829a-014f99d8e508", "documentation": "Delete media from your account. Once delete, you will no longer be billed", "method": "delete", "endpoint": "2010-04-01/Accounts/:AccountSid/Messages/:MessageSid/Media/:Sid.json", "responses": [ { "uuid": "e86e82d8-cd96-4665-8b7a-f216cc70bbc2", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "574f963e-a266-42c2-940d-ae4ccd94c0f1", "documentation": "Fetch a single media instance belonging to the account used to make the request", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/Messages/:MessageSid/Media/:Sid.json", "responses": [ { "uuid": "b3e5c987-b131-4ca5-9563-92b239f34f91", "body": "{\n \"account_sid\": \"\",\n \"content_type\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"parent_sid\": \"\",\n \"sid\": \"\",\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c3662778-9a25-43d7-a870-e25bf3643947", "documentation": "Deletes a message record from your account", "method": "delete", "endpoint": "2010-04-01/Accounts/:AccountSid/Messages/:Sid.json", "responses": [ { "uuid": "43852cc6-39b6-484e-a1cf-6e6c473d972c", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "24fe1425-3d00-4744-8052-ab25b83fd641", "documentation": "Fetch a message belonging to the account used to make the request", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/Messages/:Sid.json", "responses": [ { "uuid": "8f4583db-7617-470d-ab44-ab3224926591", "body": "{\n \"account_sid\": \"\",\n \"api_version\": \"\",\n \"body\": \"\",\n \"date_created\": \"\",\n \"date_sent\": \"\",\n \"date_updated\": \"\",\n \"direction\": \"{{oneOf (array 'inbound' 'outbound-api' 'outbound-call' 'outbound-reply')}}\",\n \"error_code\": {{faker 'number.int' max=99999}},\n \"error_message\": \"\",\n \"from\": \"\",\n \"messaging_service_sid\": \"\",\n \"num_media\": \"\",\n \"num_segments\": \"\",\n \"price\": \"\",\n \"price_unit\": \"\",\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'queued' 'sending' 'sent' 'failed' 'delivered' 'undelivered' 'receiving' 'received' 'accepted' 'scheduled' 'read' 'partially_delivered' 'canceled')}}\",\n \"subresource_uris\": {},\n \"to\": \"\",\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "dedfce1a-ec15-4f65-97a6-7c29a8e42ee6", "documentation": "To redact a message-body from a post-flight message record, post to the message instance resource with an empty body", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/Messages/:Sid.json", "responses": [ { "uuid": "32785b06-b3ba-4f21-86be-5e461cb94d7b", "body": "{\n \"account_sid\": \"\",\n \"api_version\": \"\",\n \"body\": \"\",\n \"date_created\": \"\",\n \"date_sent\": \"\",\n \"date_updated\": \"\",\n \"direction\": \"{{oneOf (array 'inbound' 'outbound-api' 'outbound-call' 'outbound-reply')}}\",\n \"error_code\": {{faker 'number.int' max=99999}},\n \"error_message\": \"\",\n \"from\": \"\",\n \"messaging_service_sid\": \"\",\n \"num_media\": \"\",\n \"num_segments\": \"\",\n \"price\": \"\",\n \"price_unit\": \"\",\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'queued' 'sending' 'sent' 'failed' 'delivered' 'undelivered' 'receiving' 'received' 'accepted' 'scheduled' 'read' 'partially_delivered' 'canceled')}}\",\n \"subresource_uris\": {},\n \"to\": \"\",\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9afd364c-6a9d-4371-aae4-5f59767ddb9d", "documentation": "Retrieve a list of notifications belonging to the account used to make the request", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/Notifications.json", "responses": [ { "uuid": "29a1292d-f467-489e-841e-3897bb1f6522", "body": "{\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"next_page_uri\": \"\",\n \"notifications\": [\n {\n \"account_sid\": \"\",\n \"api_version\": \"\",\n \"call_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"error_code\": \"\",\n \"log\": \"\",\n \"message_date\": \"\",\n \"message_text\": \"\",\n \"more_info\": \"\",\n \"request_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"request_url\": \"\",\n \"sid\": \"\",\n \"uri\": \"\"\n }\n ],\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "905caaff-f7a0-404a-94ab-7c22cc4f4f4e", "documentation": "Fetch a notification belonging to the account used to make the request", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/Notifications/:Sid.json", "responses": [ { "uuid": "2c4cea94-14a8-4f1e-aa65-726af856d254", "body": "{\n \"account_sid\": \"\",\n \"api_version\": \"\",\n \"call_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"error_code\": \"\",\n \"log\": \"\",\n \"message_date\": \"\",\n \"message_text\": \"\",\n \"more_info\": \"\",\n \"request_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"request_url\": \"\",\n \"request_variables\": \"\",\n \"response_body\": \"\",\n \"response_headers\": \"\",\n \"sid\": \"\",\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7f68db7d-2a51-4197-9d79-566e5263fb8d", "documentation": "Retrieve a list of outgoing-caller-ids belonging to the account used to make the request", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/OutgoingCallerIds.json", "responses": [ { "uuid": "f682b36b-1e3c-4653-857b-41d57a6016ae", "body": "{\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"next_page_uri\": \"\",\n \"outgoing_caller_ids\": [\n {\n \"account_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"friendly_name\": \"\",\n \"phone_number\": \"\",\n \"sid\": \"\",\n \"uri\": \"\"\n }\n ],\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "afe22f76-23e0-4243-8c38-7440258dc2b4", "documentation": "", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/OutgoingCallerIds.json", "responses": [ { "uuid": "936d298e-10b8-43e3-a150-12c46819a455", "body": "{\n \"account_sid\": \"\",\n \"call_sid\": \"\",\n \"friendly_name\": \"\",\n \"phone_number\": \"\",\n \"validation_code\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a79f340f-f3bf-4d1b-a857-dcb481e5f60c", "documentation": "Delete the caller-id specified from the account", "method": "delete", "endpoint": "2010-04-01/Accounts/:AccountSid/OutgoingCallerIds/:Sid.json", "responses": [ { "uuid": "958ad67d-d088-430e-a73e-32b52fd1e4d5", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d3c42ceb-06f0-4a74-ad31-bcbe6e4e55ce", "documentation": "Fetch an outgoing-caller-id belonging to the account used to make the request", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/OutgoingCallerIds/:Sid.json", "responses": [ { "uuid": "d8fba42a-829b-43f0-a37a-49800d00a73a", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"friendly_name\": \"\",\n \"phone_number\": \"\",\n \"sid\": \"\",\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ab1d0092-b319-4efa-ac6d-7e8e43c3bbd8", "documentation": "Updates the caller-id", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/OutgoingCallerIds/:Sid.json", "responses": [ { "uuid": "2ec47fab-48da-43b1-a811-33c8f1babec6", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"friendly_name\": \"\",\n \"phone_number\": \"\",\n \"sid\": \"\",\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "91a4ab66-838d-40e3-96b7-b53fe4251f66", "documentation": "Retrieve a list of queues belonging to the account used to make the request", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/Queues.json", "responses": [ { "uuid": "a5fad59b-7fc5-4abe-934c-d3bac84aba9b", "body": "{\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"queues\": [\n {\n \"account_sid\": \"\",\n \"average_wait_time\": {{faker 'number.int' max=99999}},\n \"current_size\": {{faker 'number.int' max=99999}},\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"friendly_name\": \"\",\n \"max_size\": {{faker 'number.int' max=99999}},\n \"sid\": \"\",\n \"uri\": \"\"\n }\n ],\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "613eb8f8-a99b-4ec4-9a7c-4e3c024c5c3a", "documentation": "Create a queue", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/Queues.json", "responses": [ { "uuid": "3403ff02-6d30-4e61-9966-faf58dd4f011", "body": "{\n \"account_sid\": \"\",\n \"average_wait_time\": {{faker 'number.int' max=99999}},\n \"current_size\": {{faker 'number.int' max=99999}},\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"friendly_name\": \"\",\n \"max_size\": {{faker 'number.int' max=99999}},\n \"sid\": \"\",\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c796f0f6-d115-460d-bcb3-7ba96dbf227c", "documentation": "Retrieve the members of the queue", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/Queues/:QueueSid/Members.json", "responses": [ { "uuid": "3dab78b0-7e9f-4821-9e5a-fd2a0bc70f7c", "body": "{\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"queue_members\": [\n {\n \"call_sid\": \"\",\n \"date_enqueued\": \"\",\n \"position\": {{faker 'number.int' max=99999}},\n \"queue_sid\": \"\",\n \"uri\": \"\",\n \"wait_time\": {{faker 'number.int' max=99999}}\n }\n ],\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "23f9a896-7138-482e-8366-8e09f3317345", "documentation": "Fetch a specific member from the queue", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/Queues/:QueueSid/Members/:CallSid.json", "responses": [ { "uuid": "207e032e-2f45-490f-bb9c-15490b64c0f2", "body": "{\n \"call_sid\": \"\",\n \"date_enqueued\": \"\",\n \"position\": {{faker 'number.int' max=99999}},\n \"queue_sid\": \"\",\n \"uri\": \"\",\n \"wait_time\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0ffa9304-2344-47fe-884c-655419731e5e", "documentation": "Dequeue a member from a queue and have the member's call begin executing the TwiML document at that URL", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/Queues/:QueueSid/Members/:CallSid.json", "responses": [ { "uuid": "50bfdec2-0529-4ffb-acda-321739a5e5a9", "body": "{\n \"call_sid\": \"\",\n \"date_enqueued\": \"\",\n \"position\": {{faker 'number.int' max=99999}},\n \"queue_sid\": \"\",\n \"uri\": \"\",\n \"wait_time\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "70055761-c6f2-4dbe-af1c-aef3ce8e2c5a", "documentation": "Remove an empty queue", "method": "delete", "endpoint": "2010-04-01/Accounts/:AccountSid/Queues/:Sid.json", "responses": [ { "uuid": "652d343e-d90e-45a4-ae51-d514027cbcee", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e909c58f-1e79-4b3c-8436-d87853126e22", "documentation": "Fetch an instance of a queue identified by the QueueSid", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/Queues/:Sid.json", "responses": [ { "uuid": "3c1d5df5-bf88-42f1-8f2a-90dbba860d4c", "body": "{\n \"account_sid\": \"\",\n \"average_wait_time\": {{faker 'number.int' max=99999}},\n \"current_size\": {{faker 'number.int' max=99999}},\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"friendly_name\": \"\",\n \"max_size\": {{faker 'number.int' max=99999}},\n \"sid\": \"\",\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "37a06caf-13c1-4ca6-ad2d-bd05bd02e8c3", "documentation": "Update the queue with the new parameters", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/Queues/:Sid.json", "responses": [ { "uuid": "01e4d942-af70-44dc-a98c-df6918e5fb0f", "body": "{\n \"account_sid\": \"\",\n \"average_wait_time\": {{faker 'number.int' max=99999}},\n \"current_size\": {{faker 'number.int' max=99999}},\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"friendly_name\": \"\",\n \"max_size\": {{faker 'number.int' max=99999}},\n \"sid\": \"\",\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a00b8ae8-ca6d-4031-bad5-08536d236c7c", "documentation": "Retrieve a list of recordings belonging to the account used to make the request", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/Recordings.json", "responses": [ { "uuid": "995b538a-6745-4126-ba85-ff337dcc8f68", "body": "{\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"recordings\": [\n {\n \"account_sid\": \"\",\n \"api_version\": \"\",\n \"call_sid\": \"\",\n \"channels\": {{faker 'number.int' max=99999}},\n \"conference_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"duration\": \"\",\n \"encryption_details\": \"\",\n \"error_code\": {{faker 'number.int' max=99999}},\n \"media_url\": \"\",\n \"price\": \"\",\n \"price_unit\": \"\",\n \"sid\": \"\",\n \"source\": \"{{oneOf (array 'DialVerb' 'Conference' 'OutboundAPI' 'Trunking' 'RecordVerb' 'StartCallRecordingAPI' 'StartConferenceRecordingAPI')}}\",\n \"start_time\": \"\",\n \"status\": \"{{oneOf (array 'in-progress' 'paused' 'stopped' 'processing' 'completed' 'absent' 'deleted')}}\",\n \"subresource_uris\": {},\n \"uri\": \"\"\n }\n ],\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5589a8fa-c506-4307-b8ff-d2ea02537ee5", "documentation": "", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/Recordings/:RecordingSid/Transcriptions.json", "responses": [ { "uuid": "8309c5f8-5ae8-42b4-8512-e3c5e0d9a6df", "body": "{\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"start\": {{faker 'number.int' max=99999}},\n \"transcriptions\": [\n {\n \"account_sid\": \"\",\n \"api_version\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"duration\": \"\",\n \"price\": {{faker 'number.int' max=99999}},\n \"price_unit\": \"\",\n \"recording_sid\": \"\",\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'in-progress' 'completed' 'failed')}}\",\n \"transcription_text\": \"\",\n \"type\": \"\",\n \"uri\": \"\"\n }\n ],\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "14ece1a8-4dd2-46a0-9c77-7f44e88854b8", "documentation": "", "method": "delete", "endpoint": "2010-04-01/Accounts/:AccountSid/Recordings/:RecordingSid/Transcriptions/:Sid.json", "responses": [ { "uuid": "8a3c7f45-e4aa-4674-bad1-985987bf17b3", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e015ecfa-7188-4121-a88f-7ac97c14d99e", "documentation": "", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/Recordings/:RecordingSid/Transcriptions/:Sid.json", "responses": [ { "uuid": "a04ad289-58df-4741-b3f8-20feea3a0ce1", "body": "{\n \"account_sid\": \"\",\n \"api_version\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"duration\": \"\",\n \"price\": {{faker 'number.int' max=99999}},\n \"price_unit\": \"\",\n \"recording_sid\": \"\",\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'in-progress' 'completed' 'failed')}}\",\n \"transcription_text\": \"\",\n \"type\": \"\",\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4f3cbfc2-16fb-426d-b4de-5194dde54845", "documentation": "Retrieve a list of results belonging to the recording", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/Recordings/:ReferenceSid/AddOnResults.json", "responses": [ { "uuid": "4afcbab3-0e51-410f-a921-6021deb8c1d1", "body": "{\n \"add_on_results\": [\n {\n \"account_sid\": \"\",\n \"add_on_configuration_sid\": \"\",\n \"add_on_sid\": \"\",\n \"date_completed\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"reference_sid\": \"\",\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'canceled' 'completed' 'deleted' 'failed' 'in-progress' 'init' 'processing' 'queued')}}\",\n \"subresource_uris\": {}\n }\n ],\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f0a819eb-1e7f-4e48-b3d0-0b74713b3891", "documentation": "Retrieve a list of payloads belonging to the AddOnResult", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/Recordings/:ReferenceSid/AddOnResults/:AddOnResultSid/Payloads.json", "responses": [ { "uuid": "7e5b9154-58d2-4385-837e-e7efa9b457f9", "body": "{\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"payloads\": [\n {\n \"account_sid\": \"\",\n \"add_on_configuration_sid\": \"\",\n \"add_on_result_sid\": \"\",\n \"add_on_sid\": \"\",\n \"content_type\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"label\": \"\",\n \"reference_sid\": \"\",\n \"sid\": \"\",\n \"subresource_uris\": {}\n }\n ],\n \"previous_page_uri\": \"\",\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4ad59cf2-cd98-40f7-9e84-1004024418c2", "documentation": "Delete a payload from the result along with all associated Data", "method": "delete", "endpoint": "2010-04-01/Accounts/:AccountSid/Recordings/:ReferenceSid/AddOnResults/:AddOnResultSid/Payloads/:Sid.json", "responses": [ { "uuid": "a3726401-5954-4ff9-b7b6-b4a37628ca5f", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "29bdab1a-14e6-4b31-954b-afe5d6e2de22", "documentation": "Fetch an instance of a result payload", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/Recordings/:ReferenceSid/AddOnResults/:AddOnResultSid/Payloads/:Sid.json", "responses": [ { "uuid": "a9a4697d-d32c-4495-ad09-1da4bc2dd5fb", "body": "{\n \"account_sid\": \"\",\n \"add_on_configuration_sid\": \"\",\n \"add_on_result_sid\": \"\",\n \"add_on_sid\": \"\",\n \"content_type\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"label\": \"\",\n \"reference_sid\": \"\",\n \"sid\": \"\",\n \"subresource_uris\": {}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e6dbb6c8-141b-4ca9-945a-3f3586f32c6e", "documentation": "Delete a result and purge all associated Payloads", "method": "delete", "endpoint": "2010-04-01/Accounts/:AccountSid/Recordings/:ReferenceSid/AddOnResults/:Sid.json", "responses": [ { "uuid": "141070d0-db68-4432-a052-fa60aabef6a5", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "89a62879-53c5-4629-a31a-5f99d0eb158d", "documentation": "Fetch an instance of an AddOnResult", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/Recordings/:ReferenceSid/AddOnResults/:Sid.json", "responses": [ { "uuid": "a3be2600-203b-4ffd-8421-5c7874b3004a", "body": "{\n \"account_sid\": \"\",\n \"add_on_configuration_sid\": \"\",\n \"add_on_sid\": \"\",\n \"date_completed\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"reference_sid\": \"\",\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'canceled' 'completed' 'deleted' 'failed' 'in-progress' 'init' 'processing' 'queued')}}\",\n \"subresource_uris\": {}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "980ea549-fa28-4898-8cbd-8a12259329b3", "documentation": "Delete a recording from your account", "method": "delete", "endpoint": "2010-04-01/Accounts/:AccountSid/Recordings/:Sid.json", "responses": [ { "uuid": "27544949-2e80-4ba2-beaa-469247045e48", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c8b4ec67-1c5f-443f-9eb6-eb62eeed75bd", "documentation": "Fetch an instance of a recording", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/Recordings/:Sid.json", "responses": [ { "uuid": "9eb9fc72-ef8b-4ce5-8893-1edf44f1455c", "body": "{\n \"account_sid\": \"\",\n \"api_version\": \"\",\n \"call_sid\": \"\",\n \"channels\": {{faker 'number.int' max=99999}},\n \"conference_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"duration\": \"\",\n \"encryption_details\": \"\",\n \"error_code\": {{faker 'number.int' max=99999}},\n \"media_url\": \"\",\n \"price\": \"\",\n \"price_unit\": \"\",\n \"sid\": \"\",\n \"source\": \"{{oneOf (array 'DialVerb' 'Conference' 'OutboundAPI' 'Trunking' 'RecordVerb' 'StartCallRecordingAPI' 'StartConferenceRecordingAPI')}}\",\n \"start_time\": \"\",\n \"status\": \"{{oneOf (array 'in-progress' 'paused' 'stopped' 'processing' 'completed' 'absent' 'deleted')}}\",\n \"subresource_uris\": {},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f02a0692-fabc-4c36-9ea2-fa57394ef1f3", "documentation": "Get All Credential Lists", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/SIP/CredentialLists.json", "responses": [ { "uuid": "1389c5a1-4a03-43c6-aa44-70e79e518ed8", "body": "{\n \"credential_lists\": [\n {\n \"account_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"friendly_name\": \"\",\n \"sid\": \"\",\n \"subresource_uris\": {},\n \"uri\": \"\"\n }\n ],\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8a289843-d18c-43fa-88e3-daeea852a364", "documentation": "Create a Credential List", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/SIP/CredentialLists.json", "responses": [ { "uuid": "dcef7ca9-3954-49bf-b273-368a7dd62261", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"friendly_name\": \"\",\n \"sid\": \"\",\n \"subresource_uris\": {},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "97e773ae-193d-48a5-847b-555020b2a9f1", "documentation": "Retrieve a list of credentials.", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/SIP/CredentialLists/:CredentialListSid/Credentials.json", "responses": [ { "uuid": "c07a3348-2341-4988-b251-d5cb092b0a22", "body": "{\n \"credentials\": [\n {\n \"account_sid\": \"\",\n \"credential_list_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"sid\": \"\",\n \"uri\": \"\",\n \"username\": \"\"\n }\n ],\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0997e0cc-3766-44a1-9294-fb4ffe12fd32", "documentation": "Create a new credential resource.", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/SIP/CredentialLists/:CredentialListSid/Credentials.json", "responses": [ { "uuid": "55189d90-b75a-43fc-bba5-fbba025061ee", "body": "{\n \"account_sid\": \"\",\n \"credential_list_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"sid\": \"\",\n \"uri\": \"\",\n \"username\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "add136a1-08d8-484d-b1bb-d11820df80c8", "documentation": "Delete a credential resource.", "method": "delete", "endpoint": "2010-04-01/Accounts/:AccountSid/SIP/CredentialLists/:CredentialListSid/Credentials/:Sid.json", "responses": [ { "uuid": "18860d5b-b39c-45f5-b289-5a502225b447", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d36237d5-85db-48fe-8501-93d7a9cdb71b", "documentation": "Fetch a single credential.", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/SIP/CredentialLists/:CredentialListSid/Credentials/:Sid.json", "responses": [ { "uuid": "6e678404-2eb6-461b-bf00-2254010eb88d", "body": "{\n \"account_sid\": \"\",\n \"credential_list_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"sid\": \"\",\n \"uri\": \"\",\n \"username\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ed16560d-e2a4-49ef-84d7-5d1ac5ae3acb", "documentation": "Update a credential resource.", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/SIP/CredentialLists/:CredentialListSid/Credentials/:Sid.json", "responses": [ { "uuid": "22f15b26-ce80-45d3-ba46-ff2b2e620e5e", "body": "{\n \"account_sid\": \"\",\n \"credential_list_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"sid\": \"\",\n \"uri\": \"\",\n \"username\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1bd55e94-affe-48ca-ad46-dbf51023a4bf", "documentation": "Delete a Credential List", "method": "delete", "endpoint": "2010-04-01/Accounts/:AccountSid/SIP/CredentialLists/:Sid.json", "responses": [ { "uuid": "c261f4eb-10d2-44c9-b1a5-e57c29d90d93", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3d42f9c1-5c09-4085-b755-861455e5b8ed", "documentation": "Get a Credential List", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/SIP/CredentialLists/:Sid.json", "responses": [ { "uuid": "584e13fc-a5ff-4231-9cff-20a1822ecc3e", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"friendly_name\": \"\",\n \"sid\": \"\",\n \"subresource_uris\": {},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9c4b992d-f71f-493e-9745-f8ca753b5e99", "documentation": "Update a Credential List", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/SIP/CredentialLists/:Sid.json", "responses": [ { "uuid": "4883d627-d9f2-4934-880b-c6242a6f8128", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"friendly_name\": \"\",\n \"sid\": \"\",\n \"subresource_uris\": {},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b7ff4b5f-d518-46b9-b06d-3ccb373b97de", "documentation": "Retrieve a list of domains belonging to the account used to make the request", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/SIP/Domains.json", "responses": [ { "uuid": "2e416468-90ca-4df5-a840-7d273c128520", "body": "{\n \"domains\": [\n {\n \"account_sid\": \"\",\n \"api_version\": \"\",\n \"auth_type\": \"\",\n \"byoc_trunk_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"domain_name\": \"\",\n \"emergency_caller_sid\": \"\",\n \"emergency_calling_enabled\": {{faker 'datatype.boolean'}},\n \"friendly_name\": \"\",\n \"secure\": {{faker 'datatype.boolean'}},\n \"sid\": \"\",\n \"sip_registration\": {{faker 'datatype.boolean'}},\n \"subresource_uris\": {},\n \"uri\": \"\",\n \"voice_fallback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"voice_fallback_url\": \"\",\n \"voice_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"voice_status_callback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"voice_status_callback_url\": \"\",\n \"voice_url\": \"\"\n }\n ],\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "175fa86c-df4d-49b4-989e-653e806dba6a", "documentation": "Create a new Domain", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/SIP/Domains.json", "responses": [ { "uuid": "5aad4f8d-ad74-403b-bd1c-35dfe663edfd", "body": "{\n \"account_sid\": \"\",\n \"api_version\": \"\",\n \"auth_type\": \"\",\n \"byoc_trunk_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"domain_name\": \"\",\n \"emergency_caller_sid\": \"\",\n \"emergency_calling_enabled\": {{faker 'datatype.boolean'}},\n \"friendly_name\": \"\",\n \"secure\": {{faker 'datatype.boolean'}},\n \"sid\": \"\",\n \"sip_registration\": {{faker 'datatype.boolean'}},\n \"subresource_uris\": {},\n \"uri\": \"\",\n \"voice_fallback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"voice_fallback_url\": \"\",\n \"voice_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"voice_status_callback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"voice_status_callback_url\": \"\",\n \"voice_url\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a03351c0-c6ec-4ec7-bf03-effcefe6b4ee", "documentation": "Retrieve a list of credential list mappings belonging to the domain used in the request", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/SIP/Domains/:DomainSid/Auth/Calls/CredentialListMappings.json", "responses": [ { "uuid": "a6541bb0-d26f-41d3-95f9-76acc91454e3", "body": "{\n \"contents\": [\n {\n \"account_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"friendly_name\": \"\",\n \"sid\": \"\"\n }\n ],\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b0b81551-ae04-45f0-9466-05655c847738", "documentation": "Create a new credential list mapping resource", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/SIP/Domains/:DomainSid/Auth/Calls/CredentialListMappings.json", "responses": [ { "uuid": "2d8f02bb-a010-48ab-a0de-8106c15e9515", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"friendly_name\": \"\",\n \"sid\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "dc452fbb-9511-4f5d-ba85-db5cc8b7c857", "documentation": "Delete a credential list mapping from the requested domain", "method": "delete", "endpoint": "2010-04-01/Accounts/:AccountSid/SIP/Domains/:DomainSid/Auth/Calls/CredentialListMappings/:Sid.json", "responses": [ { "uuid": "92f32aee-fadd-453b-9e90-097bf49169e2", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3a090530-7e77-4c7b-a34d-0b94db49e359", "documentation": "Fetch a specific instance of a credential list mapping", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/SIP/Domains/:DomainSid/Auth/Calls/CredentialListMappings/:Sid.json", "responses": [ { "uuid": "49fcb81c-8d23-441b-8601-bd5c144452c5", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"friendly_name\": \"\",\n \"sid\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "64c6435d-ebdf-4856-abac-f749eb51ffac", "documentation": "Retrieve a list of IP Access Control List mappings belonging to the domain used in the request", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/SIP/Domains/:DomainSid/Auth/Calls/IpAccessControlListMappings.json", "responses": [ { "uuid": "eb552f16-daac-447f-8d61-15027506224c", "body": "{\n \"contents\": [\n {\n \"account_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"friendly_name\": \"\",\n \"sid\": \"\"\n }\n ],\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "30ac27fd-81df-4a06-bf12-a345edb22f78", "documentation": "Create a new IP Access Control List mapping", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/SIP/Domains/:DomainSid/Auth/Calls/IpAccessControlListMappings.json", "responses": [ { "uuid": "f85657e0-a09f-4155-b2ab-27312f928597", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"friendly_name\": \"\",\n \"sid\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3a2f4ccc-fa0e-43d0-aa91-7b591460bfe4", "documentation": "Delete an IP Access Control List mapping from the requested domain", "method": "delete", "endpoint": "2010-04-01/Accounts/:AccountSid/SIP/Domains/:DomainSid/Auth/Calls/IpAccessControlListMappings/:Sid.json", "responses": [ { "uuid": "8d2728d7-ef56-4ac1-a6bf-a08350b79f0e", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "059a88d2-45b0-41fe-b74f-3cbcaa64f83f", "documentation": "Fetch a specific instance of an IP Access Control List mapping", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/SIP/Domains/:DomainSid/Auth/Calls/IpAccessControlListMappings/:Sid.json", "responses": [ { "uuid": "af18ca8a-b166-4ba0-a2ce-7b6f79ba3190", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"friendly_name\": \"\",\n \"sid\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6f2f46a3-1518-4ccc-ba3b-79cd454c6d94", "documentation": "Retrieve a list of credential list mappings belonging to the domain used in the request", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/SIP/Domains/:DomainSid/Auth/Registrations/CredentialListMappings.json", "responses": [ { "uuid": "902ed402-a6d0-401f-9305-4a14345664c1", "body": "{\n \"contents\": [\n {\n \"account_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"friendly_name\": \"\",\n \"sid\": \"\"\n }\n ],\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ddaefd25-1047-4a60-9367-4088b0cb9ea8", "documentation": "Create a new credential list mapping resource", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/SIP/Domains/:DomainSid/Auth/Registrations/CredentialListMappings.json", "responses": [ { "uuid": "b7e7ba83-2060-4350-b3a1-833371b06d5a", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"friendly_name\": \"\",\n \"sid\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5cb0cdaa-495a-4844-9dec-0bf74e4a9991", "documentation": "Delete a credential list mapping from the requested domain", "method": "delete", "endpoint": "2010-04-01/Accounts/:AccountSid/SIP/Domains/:DomainSid/Auth/Registrations/CredentialListMappings/:Sid.json", "responses": [ { "uuid": "27151986-2d2d-4ad1-ad3d-5c8573ce3b3b", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "282bba5a-731c-443c-ae33-9a413734f370", "documentation": "Fetch a specific instance of a credential list mapping", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/SIP/Domains/:DomainSid/Auth/Registrations/CredentialListMappings/:Sid.json", "responses": [ { "uuid": "aa87c6d5-b85e-415a-b844-e4fd51f47ca8", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"friendly_name\": \"\",\n \"sid\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0745c6ac-b740-4977-b56a-3c807126e5ee", "documentation": "Read multiple CredentialListMapping resources from an account.", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/SIP/Domains/:DomainSid/CredentialListMappings.json", "responses": [ { "uuid": "3da00066-6b1f-40ea-853e-3a125b1f4db7", "body": "{\n \"credential_list_mappings\": [\n {\n \"account_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"domain_sid\": \"\",\n \"friendly_name\": \"\",\n \"sid\": \"\",\n \"uri\": \"\"\n }\n ],\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c147805d-7f19-4cf7-be7c-f6879b1079c1", "documentation": "Create a CredentialListMapping resource for an account.", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/SIP/Domains/:DomainSid/CredentialListMappings.json", "responses": [ { "uuid": "fa2a00d9-5a72-45a5-8278-3a3bf9a0fa39", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"domain_sid\": \"\",\n \"friendly_name\": \"\",\n \"sid\": \"\",\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "47e83ff1-6eea-45d2-93d8-aee40b75749f", "documentation": "Delete a CredentialListMapping resource from an account.", "method": "delete", "endpoint": "2010-04-01/Accounts/:AccountSid/SIP/Domains/:DomainSid/CredentialListMappings/:Sid.json", "responses": [ { "uuid": "cc62f690-cbc9-4f93-adc4-379eb9d9fff1", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e6cf59e6-8be9-4945-af5b-a71dbfedbd09", "documentation": "Fetch a single CredentialListMapping resource from an account.", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/SIP/Domains/:DomainSid/CredentialListMappings/:Sid.json", "responses": [ { "uuid": "deea304d-a279-428a-8bc2-2a5825c7b2de", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"domain_sid\": \"\",\n \"friendly_name\": \"\",\n \"sid\": \"\",\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "25278c68-59ee-4258-91b2-632fac933569", "documentation": "Retrieve a list of IpAccessControlListMapping resources.", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/SIP/Domains/:DomainSid/IpAccessControlListMappings.json", "responses": [ { "uuid": "8a2d6576-bd25-475a-8567-889511aae563", "body": "{\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"ip_access_control_list_mappings\": [\n {\n \"account_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"domain_sid\": \"\",\n \"friendly_name\": \"\",\n \"sid\": \"\",\n \"uri\": \"\"\n }\n ],\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7c160569-faa7-40b2-b88b-e15244c93be0", "documentation": "Create a new IpAccessControlListMapping resource.", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/SIP/Domains/:DomainSid/IpAccessControlListMappings.json", "responses": [ { "uuid": "b0257367-91ba-4487-a24e-5f2984498a37", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"domain_sid\": \"\",\n \"friendly_name\": \"\",\n \"sid\": \"\",\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "39560732-5c02-47a7-822a-af814db3a7ca", "documentation": "Delete an IpAccessControlListMapping resource.", "method": "delete", "endpoint": "2010-04-01/Accounts/:AccountSid/SIP/Domains/:DomainSid/IpAccessControlListMappings/:Sid.json", "responses": [ { "uuid": "f8e09da3-a4e6-4a1f-9181-812464b545d2", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0f8a03d2-35b4-4143-a7be-44b3879d6891", "documentation": "Fetch an IpAccessControlListMapping resource.", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/SIP/Domains/:DomainSid/IpAccessControlListMappings/:Sid.json", "responses": [ { "uuid": "54e27a68-672b-4a41-8aff-976f586752a3", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"domain_sid\": \"\",\n \"friendly_name\": \"\",\n \"sid\": \"\",\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b132eecd-2fb7-48b8-a442-097ecc842f15", "documentation": "Delete an instance of a Domain", "method": "delete", "endpoint": "2010-04-01/Accounts/:AccountSid/SIP/Domains/:Sid.json", "responses": [ { "uuid": "01b2171d-3f3b-4c7b-8d9e-eae7d50a45f5", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "76d64d57-68be-47ae-be48-a26d8d4cd099", "documentation": "Fetch an instance of a Domain", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/SIP/Domains/:Sid.json", "responses": [ { "uuid": "3a6a174a-8e05-485b-81d3-2c77375086fd", "body": "{\n \"account_sid\": \"\",\n \"api_version\": \"\",\n \"auth_type\": \"\",\n \"byoc_trunk_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"domain_name\": \"\",\n \"emergency_caller_sid\": \"\",\n \"emergency_calling_enabled\": {{faker 'datatype.boolean'}},\n \"friendly_name\": \"\",\n \"secure\": {{faker 'datatype.boolean'}},\n \"sid\": \"\",\n \"sip_registration\": {{faker 'datatype.boolean'}},\n \"subresource_uris\": {},\n \"uri\": \"\",\n \"voice_fallback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"voice_fallback_url\": \"\",\n \"voice_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"voice_status_callback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"voice_status_callback_url\": \"\",\n \"voice_url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "58c35a78-1803-4270-b3e0-044eaad5878d", "documentation": "Update the attributes of a domain", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/SIP/Domains/:Sid.json", "responses": [ { "uuid": "48ffd609-6d27-413f-a5fc-9dd243cd2f03", "body": "{\n \"account_sid\": \"\",\n \"api_version\": \"\",\n \"auth_type\": \"\",\n \"byoc_trunk_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"domain_name\": \"\",\n \"emergency_caller_sid\": \"\",\n \"emergency_calling_enabled\": {{faker 'datatype.boolean'}},\n \"friendly_name\": \"\",\n \"secure\": {{faker 'datatype.boolean'}},\n \"sid\": \"\",\n \"sip_registration\": {{faker 'datatype.boolean'}},\n \"subresource_uris\": {},\n \"uri\": \"\",\n \"voice_fallback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"voice_fallback_url\": \"\",\n \"voice_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"voice_status_callback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"voice_status_callback_url\": \"\",\n \"voice_url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b5cb1f5c-ff46-4ce3-b2ff-d6ccc5a860e4", "documentation": "Retrieve a list of IpAccessControlLists that belong to the account used to make the request", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/SIP/IpAccessControlLists.json", "responses": [ { "uuid": "b45963b7-085b-4dfb-b048-060ff3c09ba9", "body": "{\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"ip_access_control_lists\": [\n {\n \"account_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"friendly_name\": \"\",\n \"sid\": \"\",\n \"subresource_uris\": {},\n \"uri\": \"\"\n }\n ],\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e2180537-49ac-42ab-bd72-cf052e09f28a", "documentation": "Create a new IpAccessControlList resource", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/SIP/IpAccessControlLists.json", "responses": [ { "uuid": "290179d3-e4a5-4dee-b919-eba65fa7d10b", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"friendly_name\": \"\",\n \"sid\": \"\",\n \"subresource_uris\": {},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f0fdbf3f-0d2d-4362-a156-25bf637ae2ef", "documentation": "Read multiple IpAddress resources.", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/SIP/IpAccessControlLists/:IpAccessControlListSid/IpAddresses.json", "responses": [ { "uuid": "116defd5-f3aa-4986-bb43-55fb6f6988cb", "body": "{\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"ip_addresses\": [\n {\n \"account_sid\": \"\",\n \"cidr_prefix_length\": {{faker 'number.int' max=99999}},\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"friendly_name\": \"\",\n \"ip_access_control_list_sid\": \"\",\n \"ip_address\": \"\",\n \"sid\": \"\",\n \"uri\": \"\"\n }\n ],\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "18bac897-a776-4acb-99d9-e5f74f34a47d", "documentation": "Create a new IpAddress resource.", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/SIP/IpAccessControlLists/:IpAccessControlListSid/IpAddresses.json", "responses": [ { "uuid": "53bc7391-78e0-4899-917c-7156c1e8300b", "body": "{\n \"account_sid\": \"\",\n \"cidr_prefix_length\": {{faker 'number.int' max=99999}},\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"friendly_name\": \"\",\n \"ip_access_control_list_sid\": \"\",\n \"ip_address\": \"\",\n \"sid\": \"\",\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "10d8a550-079c-4b7c-9bee-31fd27737785", "documentation": "Delete an IpAddress resource.", "method": "delete", "endpoint": "2010-04-01/Accounts/:AccountSid/SIP/IpAccessControlLists/:IpAccessControlListSid/IpAddresses/:Sid.json", "responses": [ { "uuid": "7ac785ce-a074-460e-8ce9-4222caeafccd", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9c694886-3d0c-4152-8bef-e5d60e05ac3d", "documentation": "Read one IpAddress resource.", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/SIP/IpAccessControlLists/:IpAccessControlListSid/IpAddresses/:Sid.json", "responses": [ { "uuid": "789f0daa-1872-4ee0-8b60-a936fc54e70e", "body": "{\n \"account_sid\": \"\",\n \"cidr_prefix_length\": {{faker 'number.int' max=99999}},\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"friendly_name\": \"\",\n \"ip_access_control_list_sid\": \"\",\n \"ip_address\": \"\",\n \"sid\": \"\",\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ca37c4da-7d3a-4b90-89cc-e6f7a310e6df", "documentation": "Update an IpAddress resource.", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/SIP/IpAccessControlLists/:IpAccessControlListSid/IpAddresses/:Sid.json", "responses": [ { "uuid": "6571d44e-5cb4-4ba4-a69f-9082157ad053", "body": "{\n \"account_sid\": \"\",\n \"cidr_prefix_length\": {{faker 'number.int' max=99999}},\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"friendly_name\": \"\",\n \"ip_access_control_list_sid\": \"\",\n \"ip_address\": \"\",\n \"sid\": \"\",\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "69988512-dfa1-4b0c-9be4-099db81ac4ab", "documentation": "Delete an IpAccessControlList from the requested account", "method": "delete", "endpoint": "2010-04-01/Accounts/:AccountSid/SIP/IpAccessControlLists/:Sid.json", "responses": [ { "uuid": "e63239f5-23ff-4eff-8f0d-7b3fc5d2e662", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b5671fb4-a56d-4765-943d-bdffe7cae3b6", "documentation": "Fetch a specific instance of an IpAccessControlList", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/SIP/IpAccessControlLists/:Sid.json", "responses": [ { "uuid": "f5cce156-648c-48c7-acf0-ec548589987e", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"friendly_name\": \"\",\n \"sid\": \"\",\n \"subresource_uris\": {},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "744b9efc-3deb-4344-bb10-aa4475a258e2", "documentation": "Rename an IpAccessControlList", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/SIP/IpAccessControlLists/:Sid.json", "responses": [ { "uuid": "2681b8a6-a3e2-4462-bdad-0a38f459d7d9", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"friendly_name\": \"\",\n \"sid\": \"\",\n \"subresource_uris\": {},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "50b7131f-830a-4a59-9031-a0fae9e1e412", "documentation": "Retrieve a list of short-codes belonging to the account used to make the request", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/SMS/ShortCodes.json", "responses": [ { "uuid": "701ca1c8-4527-4ace-8598-bb4413742c75", "body": "{\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"short_codes\": [\n {\n \"account_sid\": \"\",\n \"api_version\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"friendly_name\": \"\",\n \"short_code\": \"\",\n \"sid\": \"\",\n \"sms_fallback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"sms_fallback_url\": \"\",\n \"sms_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"sms_url\": \"\",\n \"uri\": \"\"\n }\n ],\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "87122a6d-8897-451f-9c32-2e87d6137fc2", "documentation": "Fetch an instance of a short code", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/SMS/ShortCodes/:Sid.json", "responses": [ { "uuid": "81fe2f7f-6759-4ef8-a62c-3817da6be0cf", "body": "{\n \"account_sid\": \"\",\n \"api_version\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"friendly_name\": \"\",\n \"short_code\": \"\",\n \"sid\": \"\",\n \"sms_fallback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"sms_fallback_url\": \"\",\n \"sms_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"sms_url\": \"\",\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "69f56cda-d058-4030-a581-5ff5413b6215", "documentation": "Update a short code with the following parameters", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/SMS/ShortCodes/:Sid.json", "responses": [ { "uuid": "8647f525-4eb7-4238-af72-61ee0591a9a5", "body": "{\n \"account_sid\": \"\",\n \"api_version\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"friendly_name\": \"\",\n \"short_code\": \"\",\n \"sid\": \"\",\n \"sms_fallback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"sms_fallback_url\": \"\",\n \"sms_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"sms_url\": \"\",\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "dee39f68-9eb1-4488-a3f2-49c84fdfe163", "documentation": "", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/SigningKeys.json", "responses": [ { "uuid": "039c0016-8092-46e0-86a6-8bdf42d0dd27", "body": "{\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"signing_keys\": [\n {\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"friendly_name\": \"\",\n \"sid\": \"\"\n }\n ],\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a62f8477-06ac-497f-b3d4-81dbaf460f8b", "documentation": "Create a new Signing Key for the account making the request.", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/SigningKeys.json", "responses": [ { "uuid": "159bfdff-5154-45a6-b66f-cf93e72021d0", "body": "{\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"friendly_name\": \"\",\n \"secret\": \"\",\n \"sid\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ff660ffe-5386-4168-8951-d9cd9ecd0bf4", "documentation": "", "method": "delete", "endpoint": "2010-04-01/Accounts/:AccountSid/SigningKeys/:Sid.json", "responses": [ { "uuid": "2b5a6fcc-59d6-470f-8266-932b7d624fd3", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f40b3b47-7d41-4b99-95bf-b851149e0500", "documentation": "", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/SigningKeys/:Sid.json", "responses": [ { "uuid": "5b9c376c-b615-4404-b02a-17012122bd20", "body": "{\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"friendly_name\": \"\",\n \"sid\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e5cf1002-51c5-4c81-a63c-4b94745983a4", "documentation": "", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/SigningKeys/:Sid.json", "responses": [ { "uuid": "8e3155ad-a0f8-4e05-8be6-dc99d3de2e6f", "body": "{\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"friendly_name\": \"\",\n \"sid\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1bcc943a-204c-473c-a863-560e0f088574", "documentation": "Create a new token for ICE servers", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/Tokens.json", "responses": [ { "uuid": "1a98d9ef-aab5-42fb-a9d8-144c8e58be5c", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"ice_servers\": [\n {\n \"credential\": \"\",\n \"url\": \"\",\n \"urls\": \"\",\n \"username\": \"\"\n }\n ],\n \"password\": \"\",\n \"ttl\": \"\",\n \"username\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f239235e-e523-4674-b6d3-29fce078326c", "documentation": "Retrieve a list of transcriptions belonging to the account used to make the request", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/Transcriptions.json", "responses": [ { "uuid": "7bd00af6-bcf1-4b2f-89f9-11d6a1848d13", "body": "{\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"start\": {{faker 'number.int' max=99999}},\n \"transcriptions\": [\n {\n \"account_sid\": \"\",\n \"api_version\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"duration\": \"\",\n \"price\": {{faker 'number.int' max=99999}},\n \"price_unit\": \"\",\n \"recording_sid\": \"\",\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'in-progress' 'completed' 'failed')}}\",\n \"transcription_text\": \"\",\n \"type\": \"\",\n \"uri\": \"\"\n }\n ],\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "00a12277-72a5-4ec9-919c-13b9581e16fd", "documentation": "Delete a transcription from the account used to make the request", "method": "delete", "endpoint": "2010-04-01/Accounts/:AccountSid/Transcriptions/:Sid.json", "responses": [ { "uuid": "5bdad4ae-18ec-4c24-b9e7-af19e79ee4b2", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "869a7cc7-2c51-40ca-9869-6c4c1cb9d02b", "documentation": "Fetch an instance of a Transcription", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/Transcriptions/:Sid.json", "responses": [ { "uuid": "9d837ac3-3c44-4b69-a59a-d2f22a069984", "body": "{\n \"account_sid\": \"\",\n \"api_version\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"duration\": \"\",\n \"price\": {{faker 'number.int' max=99999}},\n \"price_unit\": \"\",\n \"recording_sid\": \"\",\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'in-progress' 'completed' 'failed')}}\",\n \"transcription_text\": \"\",\n \"type\": \"\",\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "38c7a256-c027-4a10-8e0a-7e4f5f520dd4", "documentation": "Retrieve a list of usage-records belonging to the account used to make the request", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/Usage/Records.json", "responses": [ { "uuid": "25dd421c-08df-4706-b97e-b75bd2d9d532", "body": "{\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\",\n \"usage_records\": [\n {\n \"account_sid\": \"\",\n \"api_version\": \"\",\n \"as_of\": \"\",\n \"category\": \"{{oneOf (array 'a2p-registration-fees' 'agent-conference' 'amazon-polly' 'answering-machine-detection' 'authy-authentications' 'authy-calls-outbound' 'authy-monthly-fees' 'authy-phone-intelligence' 'authy-phone-verifications' 'authy-sms-outbound' 'call-progess-events' 'calleridlookups' 'calls' 'calls-client' 'calls-globalconference' 'calls-inbound' 'calls-inbound-local' 'calls-inbound-mobile' 'calls-inbound-tollfree' 'calls-outbound' 'calls-pay-verb-transactions' 'calls-recordings' 'calls-sip' 'calls-sip-inbound' 'calls-sip-outbound' 'calls-transfers' 'carrier-lookups' 'conversations' 'conversations-api-requests' 'conversations-conversation-events' 'conversations-endpoint-connectivity' 'conversations-events' 'conversations-participant-events' 'conversations-participants' 'cps' 'flex-usage' 'fraud-lookups' 'group-rooms' 'group-rooms-data-track' 'group-rooms-encrypted-media-recorded' 'group-rooms-media-downloaded' 'group-rooms-media-recorded' 'group-rooms-media-routed' 'group-rooms-media-stored' 'group-rooms-participant-minutes' 'group-rooms-recorded-minutes' 'imp-v1-usage' 'lookups' 'marketplace' 'marketplace-algorithmia-named-entity-recognition' 'marketplace-cadence-transcription' 'marketplace-cadence-translation' 'marketplace-capio-speech-to-text' 'marketplace-convriza-ababa' 'marketplace-deepgram-phrase-detector' 'marketplace-digital-segment-business-info' 'marketplace-facebook-offline-conversions' 'marketplace-google-speech-to-text' 'marketplace-ibm-watson-message-insights' 'marketplace-ibm-watson-message-sentiment' 'marketplace-ibm-watson-recording-analysis' 'marketplace-ibm-watson-tone-analyzer' 'marketplace-icehook-systems-scout' 'marketplace-infogroup-dataaxle-bizinfo' 'marketplace-keen-io-contact-center-analytics' 'marketplace-marchex-cleancall' 'marketplace-marchex-sentiment-analysis-for-sms' 'marketplace-marketplace-nextcaller-social-id' 'marketplace-mobile-commons-opt-out-classifier' 'marketplace-nexiwave-voicemail-to-text' 'marketplace-nextcaller-advanced-caller-identification' 'marketplace-nomorobo-spam-score' 'marketplace-payfone-tcpa-compliance' 'marketplace-remeeting-automatic-speech-recognition' 'marketplace-tcpa-defense-solutions-blacklist-feed' 'marketplace-telo-opencnam' 'marketplace-truecnam-true-spam' 'marketplace-twilio-caller-name-lookup-us' 'marketplace-twilio-carrier-information-lookup' 'marketplace-voicebase-pci' 'marketplace-voicebase-transcription' 'marketplace-voicebase-transcription-custom-vocabulary' 'marketplace-whitepages-pro-caller-identification' 'marketplace-whitepages-pro-phone-intelligence' 'marketplace-whitepages-pro-phone-reputation' 'marketplace-wolfarm-spoken-results' 'marketplace-wolfram-short-answer' 'marketplace-ytica-contact-center-reporting-analytics' 'mediastorage' 'mms' 'mms-inbound' 'mms-inbound-longcode' 'mms-inbound-shortcode' 'mms-messages-carrierfees' 'mms-outbound' 'mms-outbound-longcode' 'mms-outbound-shortcode' 'monitor-reads' 'monitor-storage' 'monitor-writes' 'notify' 'notify-actions-attempts' 'notify-channels' 'number-format-lookups' 'pchat' 'pchat-users' 'peer-to-peer-rooms-participant-minutes' 'pfax' 'pfax-minutes' 'pfax-minutes-inbound' 'pfax-minutes-outbound' 'pfax-pages' 'phonenumbers' 'phonenumbers-cps' 'phonenumbers-emergency' 'phonenumbers-local' 'phonenumbers-mobile' 'phonenumbers-setups' 'phonenumbers-tollfree' 'premiumsupport' 'proxy' 'proxy-active-sessions' 'pstnconnectivity' 'pv' 'pv-composition-media-downloaded' 'pv-composition-media-encrypted' 'pv-composition-media-stored' 'pv-composition-minutes' 'pv-recording-compositions' 'pv-room-participants' 'pv-room-participants-au1' 'pv-room-participants-br1' 'pv-room-participants-ie1' 'pv-room-participants-jp1' 'pv-room-participants-sg1' 'pv-room-participants-us1' 'pv-room-participants-us2' 'pv-rooms' 'pv-sip-endpoint-registrations' 'recordings' 'recordingstorage' 'rooms-group-bandwidth' 'rooms-group-minutes' 'rooms-peer-to-peer-minutes' 'shortcodes' 'shortcodes-customerowned' 'shortcodes-mms-enablement' 'shortcodes-mps' 'shortcodes-random' 'shortcodes-uk' 'shortcodes-vanity' 'small-group-rooms' 'small-group-rooms-data-track' 'small-group-rooms-participant-minutes' 'sms' 'sms-inbound' 'sms-inbound-longcode' 'sms-inbound-shortcode' 'sms-messages-carrierfees' 'sms-messages-features' 'sms-messages-features-senderid' 'sms-outbound' 'sms-outbound-content-inspection' 'sms-outbound-longcode' 'sms-outbound-shortcode' 'speech-recognition' 'studio-engagements' 'sync' 'sync-actions' 'sync-endpoint-hours' 'sync-endpoint-hours-above-daily-cap' 'taskrouter-tasks' 'totalprice' 'transcriptions' 'trunking-cps' 'trunking-emergency-calls' 'trunking-origination' 'trunking-origination-local' 'trunking-origination-mobile' 'trunking-origination-tollfree' 'trunking-recordings' 'trunking-secure' 'trunking-termination' 'turnmegabytes' 'turnmegabytes-australia' 'turnmegabytes-brasil' 'turnmegabytes-germany' 'turnmegabytes-india' 'turnmegabytes-ireland' 'turnmegabytes-japan' 'turnmegabytes-singapore' 'turnmegabytes-useast' 'turnmegabytes-uswest' 'twilio-interconnect' 'verify-push' 'verify-totp' 'verify-whatsapp-conversations-business-initiated' 'video-recordings' 'virtual-agent' 'voice-insights' 'voice-insights-client-insights-on-demand-minute' 'voice-insights-ptsn-insights-on-demand-minute' 'voice-insights-sip-interface-insights-on-demand-minute' 'voice-insights-sip-trunking-insights-on-demand-minute' 'wireless' 'wireless-orders' 'wireless-orders-artwork' 'wireless-orders-bulk' 'wireless-orders-esim' 'wireless-orders-starter' 'wireless-usage' 'wireless-usage-commands' 'wireless-usage-commands-africa' 'wireless-usage-commands-asia' 'wireless-usage-commands-centralandsouthamerica' 'wireless-usage-commands-europe' 'wireless-usage-commands-home' 'wireless-usage-commands-northamerica' 'wireless-usage-commands-oceania' 'wireless-usage-commands-roaming' 'wireless-usage-data' 'wireless-usage-data-africa' 'wireless-usage-data-asia' 'wireless-usage-data-centralandsouthamerica' 'wireless-usage-data-custom-additionalmb' 'wireless-usage-data-custom-first5mb' 'wireless-usage-data-domestic-roaming' 'wireless-usage-data-europe' 'wireless-usage-data-individual-additionalgb' 'wireless-usage-data-individual-firstgb' 'wireless-usage-data-international-roaming-canada' 'wireless-usage-data-international-roaming-india' 'wireless-usage-data-international-roaming-mexico' 'wireless-usage-data-northamerica' 'wireless-usage-data-oceania' 'wireless-usage-data-pooled' 'wireless-usage-data-pooled-downlink' 'wireless-usage-data-pooled-uplink' 'wireless-usage-mrc' 'wireless-usage-mrc-custom' 'wireless-usage-mrc-individual' 'wireless-usage-mrc-pooled' 'wireless-usage-mrc-suspended' 'wireless-usage-sms' 'wireless-usage-voice')}}\",\n \"count\": \"\",\n \"count_unit\": \"\",\n \"description\": \"\",\n \"end_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"price\": {{faker 'number.int' max=99999}},\n \"price_unit\": \"\",\n \"start_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"subresource_uris\": {},\n \"uri\": \"\",\n \"usage\": \"\",\n \"usage_unit\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9d393449-474d-4779-b11f-414a793402e6", "documentation": "", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/Usage/Records/AllTime.json", "responses": [ { "uuid": "8823acb2-d2ba-46fe-adf5-d9ae8dd786d5", "body": "{\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\",\n \"usage_records\": [\n {\n \"account_sid\": \"\",\n \"api_version\": \"\",\n \"as_of\": \"\",\n \"category\": \"{{oneOf (array 'a2p-registration-fees' 'agent-conference' 'amazon-polly' 'answering-machine-detection' 'authy-authentications' 'authy-calls-outbound' 'authy-monthly-fees' 'authy-phone-intelligence' 'authy-phone-verifications' 'authy-sms-outbound' 'call-progess-events' 'calleridlookups' 'calls' 'calls-client' 'calls-globalconference' 'calls-inbound' 'calls-inbound-local' 'calls-inbound-mobile' 'calls-inbound-tollfree' 'calls-outbound' 'calls-pay-verb-transactions' 'calls-recordings' 'calls-sip' 'calls-sip-inbound' 'calls-sip-outbound' 'calls-transfers' 'carrier-lookups' 'conversations' 'conversations-api-requests' 'conversations-conversation-events' 'conversations-endpoint-connectivity' 'conversations-events' 'conversations-participant-events' 'conversations-participants' 'cps' 'flex-usage' 'fraud-lookups' 'group-rooms' 'group-rooms-data-track' 'group-rooms-encrypted-media-recorded' 'group-rooms-media-downloaded' 'group-rooms-media-recorded' 'group-rooms-media-routed' 'group-rooms-media-stored' 'group-rooms-participant-minutes' 'group-rooms-recorded-minutes' 'imp-v1-usage' 'lookups' 'marketplace' 'marketplace-algorithmia-named-entity-recognition' 'marketplace-cadence-transcription' 'marketplace-cadence-translation' 'marketplace-capio-speech-to-text' 'marketplace-convriza-ababa' 'marketplace-deepgram-phrase-detector' 'marketplace-digital-segment-business-info' 'marketplace-facebook-offline-conversions' 'marketplace-google-speech-to-text' 'marketplace-ibm-watson-message-insights' 'marketplace-ibm-watson-message-sentiment' 'marketplace-ibm-watson-recording-analysis' 'marketplace-ibm-watson-tone-analyzer' 'marketplace-icehook-systems-scout' 'marketplace-infogroup-dataaxle-bizinfo' 'marketplace-keen-io-contact-center-analytics' 'marketplace-marchex-cleancall' 'marketplace-marchex-sentiment-analysis-for-sms' 'marketplace-marketplace-nextcaller-social-id' 'marketplace-mobile-commons-opt-out-classifier' 'marketplace-nexiwave-voicemail-to-text' 'marketplace-nextcaller-advanced-caller-identification' 'marketplace-nomorobo-spam-score' 'marketplace-payfone-tcpa-compliance' 'marketplace-remeeting-automatic-speech-recognition' 'marketplace-tcpa-defense-solutions-blacklist-feed' 'marketplace-telo-opencnam' 'marketplace-truecnam-true-spam' 'marketplace-twilio-caller-name-lookup-us' 'marketplace-twilio-carrier-information-lookup' 'marketplace-voicebase-pci' 'marketplace-voicebase-transcription' 'marketplace-voicebase-transcription-custom-vocabulary' 'marketplace-whitepages-pro-caller-identification' 'marketplace-whitepages-pro-phone-intelligence' 'marketplace-whitepages-pro-phone-reputation' 'marketplace-wolfarm-spoken-results' 'marketplace-wolfram-short-answer' 'marketplace-ytica-contact-center-reporting-analytics' 'mediastorage' 'mms' 'mms-inbound' 'mms-inbound-longcode' 'mms-inbound-shortcode' 'mms-messages-carrierfees' 'mms-outbound' 'mms-outbound-longcode' 'mms-outbound-shortcode' 'monitor-reads' 'monitor-storage' 'monitor-writes' 'notify' 'notify-actions-attempts' 'notify-channels' 'number-format-lookups' 'pchat' 'pchat-users' 'peer-to-peer-rooms-participant-minutes' 'pfax' 'pfax-minutes' 'pfax-minutes-inbound' 'pfax-minutes-outbound' 'pfax-pages' 'phonenumbers' 'phonenumbers-cps' 'phonenumbers-emergency' 'phonenumbers-local' 'phonenumbers-mobile' 'phonenumbers-setups' 'phonenumbers-tollfree' 'premiumsupport' 'proxy' 'proxy-active-sessions' 'pstnconnectivity' 'pv' 'pv-composition-media-downloaded' 'pv-composition-media-encrypted' 'pv-composition-media-stored' 'pv-composition-minutes' 'pv-recording-compositions' 'pv-room-participants' 'pv-room-participants-au1' 'pv-room-participants-br1' 'pv-room-participants-ie1' 'pv-room-participants-jp1' 'pv-room-participants-sg1' 'pv-room-participants-us1' 'pv-room-participants-us2' 'pv-rooms' 'pv-sip-endpoint-registrations' 'recordings' 'recordingstorage' 'rooms-group-bandwidth' 'rooms-group-minutes' 'rooms-peer-to-peer-minutes' 'shortcodes' 'shortcodes-customerowned' 'shortcodes-mms-enablement' 'shortcodes-mps' 'shortcodes-random' 'shortcodes-uk' 'shortcodes-vanity' 'small-group-rooms' 'small-group-rooms-data-track' 'small-group-rooms-participant-minutes' 'sms' 'sms-inbound' 'sms-inbound-longcode' 'sms-inbound-shortcode' 'sms-messages-carrierfees' 'sms-messages-features' 'sms-messages-features-senderid' 'sms-outbound' 'sms-outbound-content-inspection' 'sms-outbound-longcode' 'sms-outbound-shortcode' 'speech-recognition' 'studio-engagements' 'sync' 'sync-actions' 'sync-endpoint-hours' 'sync-endpoint-hours-above-daily-cap' 'taskrouter-tasks' 'totalprice' 'transcriptions' 'trunking-cps' 'trunking-emergency-calls' 'trunking-origination' 'trunking-origination-local' 'trunking-origination-mobile' 'trunking-origination-tollfree' 'trunking-recordings' 'trunking-secure' 'trunking-termination' 'turnmegabytes' 'turnmegabytes-australia' 'turnmegabytes-brasil' 'turnmegabytes-germany' 'turnmegabytes-india' 'turnmegabytes-ireland' 'turnmegabytes-japan' 'turnmegabytes-singapore' 'turnmegabytes-useast' 'turnmegabytes-uswest' 'twilio-interconnect' 'verify-push' 'verify-totp' 'verify-whatsapp-conversations-business-initiated' 'video-recordings' 'virtual-agent' 'voice-insights' 'voice-insights-client-insights-on-demand-minute' 'voice-insights-ptsn-insights-on-demand-minute' 'voice-insights-sip-interface-insights-on-demand-minute' 'voice-insights-sip-trunking-insights-on-demand-minute' 'wireless' 'wireless-orders' 'wireless-orders-artwork' 'wireless-orders-bulk' 'wireless-orders-esim' 'wireless-orders-starter' 'wireless-usage' 'wireless-usage-commands' 'wireless-usage-commands-africa' 'wireless-usage-commands-asia' 'wireless-usage-commands-centralandsouthamerica' 'wireless-usage-commands-europe' 'wireless-usage-commands-home' 'wireless-usage-commands-northamerica' 'wireless-usage-commands-oceania' 'wireless-usage-commands-roaming' 'wireless-usage-data' 'wireless-usage-data-africa' 'wireless-usage-data-asia' 'wireless-usage-data-centralandsouthamerica' 'wireless-usage-data-custom-additionalmb' 'wireless-usage-data-custom-first5mb' 'wireless-usage-data-domestic-roaming' 'wireless-usage-data-europe' 'wireless-usage-data-individual-additionalgb' 'wireless-usage-data-individual-firstgb' 'wireless-usage-data-international-roaming-canada' 'wireless-usage-data-international-roaming-india' 'wireless-usage-data-international-roaming-mexico' 'wireless-usage-data-northamerica' 'wireless-usage-data-oceania' 'wireless-usage-data-pooled' 'wireless-usage-data-pooled-downlink' 'wireless-usage-data-pooled-uplink' 'wireless-usage-mrc' 'wireless-usage-mrc-custom' 'wireless-usage-mrc-individual' 'wireless-usage-mrc-pooled' 'wireless-usage-mrc-suspended' 'wireless-usage-sms' 'wireless-usage-voice')}}\",\n \"count\": \"\",\n \"count_unit\": \"\",\n \"description\": \"\",\n \"end_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"price\": {{faker 'number.int' max=99999}},\n \"price_unit\": \"\",\n \"start_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"subresource_uris\": {},\n \"uri\": \"\",\n \"usage\": \"\",\n \"usage_unit\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1dc23eff-f04b-462d-b282-bfff4a8ad82f", "documentation": "", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/Usage/Records/Daily.json", "responses": [ { "uuid": "5d2d1de1-6df3-44e1-b184-a20fc5172b92", "body": "{\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\",\n \"usage_records\": [\n {\n \"account_sid\": \"\",\n \"api_version\": \"\",\n \"as_of\": \"\",\n \"category\": \"{{oneOf (array 'a2p-registration-fees' 'agent-conference' 'amazon-polly' 'answering-machine-detection' 'authy-authentications' 'authy-calls-outbound' 'authy-monthly-fees' 'authy-phone-intelligence' 'authy-phone-verifications' 'authy-sms-outbound' 'call-progess-events' 'calleridlookups' 'calls' 'calls-client' 'calls-globalconference' 'calls-inbound' 'calls-inbound-local' 'calls-inbound-mobile' 'calls-inbound-tollfree' 'calls-outbound' 'calls-pay-verb-transactions' 'calls-recordings' 'calls-sip' 'calls-sip-inbound' 'calls-sip-outbound' 'calls-transfers' 'carrier-lookups' 'conversations' 'conversations-api-requests' 'conversations-conversation-events' 'conversations-endpoint-connectivity' 'conversations-events' 'conversations-participant-events' 'conversations-participants' 'cps' 'flex-usage' 'fraud-lookups' 'group-rooms' 'group-rooms-data-track' 'group-rooms-encrypted-media-recorded' 'group-rooms-media-downloaded' 'group-rooms-media-recorded' 'group-rooms-media-routed' 'group-rooms-media-stored' 'group-rooms-participant-minutes' 'group-rooms-recorded-minutes' 'imp-v1-usage' 'lookups' 'marketplace' 'marketplace-algorithmia-named-entity-recognition' 'marketplace-cadence-transcription' 'marketplace-cadence-translation' 'marketplace-capio-speech-to-text' 'marketplace-convriza-ababa' 'marketplace-deepgram-phrase-detector' 'marketplace-digital-segment-business-info' 'marketplace-facebook-offline-conversions' 'marketplace-google-speech-to-text' 'marketplace-ibm-watson-message-insights' 'marketplace-ibm-watson-message-sentiment' 'marketplace-ibm-watson-recording-analysis' 'marketplace-ibm-watson-tone-analyzer' 'marketplace-icehook-systems-scout' 'marketplace-infogroup-dataaxle-bizinfo' 'marketplace-keen-io-contact-center-analytics' 'marketplace-marchex-cleancall' 'marketplace-marchex-sentiment-analysis-for-sms' 'marketplace-marketplace-nextcaller-social-id' 'marketplace-mobile-commons-opt-out-classifier' 'marketplace-nexiwave-voicemail-to-text' 'marketplace-nextcaller-advanced-caller-identification' 'marketplace-nomorobo-spam-score' 'marketplace-payfone-tcpa-compliance' 'marketplace-remeeting-automatic-speech-recognition' 'marketplace-tcpa-defense-solutions-blacklist-feed' 'marketplace-telo-opencnam' 'marketplace-truecnam-true-spam' 'marketplace-twilio-caller-name-lookup-us' 'marketplace-twilio-carrier-information-lookup' 'marketplace-voicebase-pci' 'marketplace-voicebase-transcription' 'marketplace-voicebase-transcription-custom-vocabulary' 'marketplace-whitepages-pro-caller-identification' 'marketplace-whitepages-pro-phone-intelligence' 'marketplace-whitepages-pro-phone-reputation' 'marketplace-wolfarm-spoken-results' 'marketplace-wolfram-short-answer' 'marketplace-ytica-contact-center-reporting-analytics' 'mediastorage' 'mms' 'mms-inbound' 'mms-inbound-longcode' 'mms-inbound-shortcode' 'mms-messages-carrierfees' 'mms-outbound' 'mms-outbound-longcode' 'mms-outbound-shortcode' 'monitor-reads' 'monitor-storage' 'monitor-writes' 'notify' 'notify-actions-attempts' 'notify-channels' 'number-format-lookups' 'pchat' 'pchat-users' 'peer-to-peer-rooms-participant-minutes' 'pfax' 'pfax-minutes' 'pfax-minutes-inbound' 'pfax-minutes-outbound' 'pfax-pages' 'phonenumbers' 'phonenumbers-cps' 'phonenumbers-emergency' 'phonenumbers-local' 'phonenumbers-mobile' 'phonenumbers-setups' 'phonenumbers-tollfree' 'premiumsupport' 'proxy' 'proxy-active-sessions' 'pstnconnectivity' 'pv' 'pv-composition-media-downloaded' 'pv-composition-media-encrypted' 'pv-composition-media-stored' 'pv-composition-minutes' 'pv-recording-compositions' 'pv-room-participants' 'pv-room-participants-au1' 'pv-room-participants-br1' 'pv-room-participants-ie1' 'pv-room-participants-jp1' 'pv-room-participants-sg1' 'pv-room-participants-us1' 'pv-room-participants-us2' 'pv-rooms' 'pv-sip-endpoint-registrations' 'recordings' 'recordingstorage' 'rooms-group-bandwidth' 'rooms-group-minutes' 'rooms-peer-to-peer-minutes' 'shortcodes' 'shortcodes-customerowned' 'shortcodes-mms-enablement' 'shortcodes-mps' 'shortcodes-random' 'shortcodes-uk' 'shortcodes-vanity' 'small-group-rooms' 'small-group-rooms-data-track' 'small-group-rooms-participant-minutes' 'sms' 'sms-inbound' 'sms-inbound-longcode' 'sms-inbound-shortcode' 'sms-messages-carrierfees' 'sms-messages-features' 'sms-messages-features-senderid' 'sms-outbound' 'sms-outbound-content-inspection' 'sms-outbound-longcode' 'sms-outbound-shortcode' 'speech-recognition' 'studio-engagements' 'sync' 'sync-actions' 'sync-endpoint-hours' 'sync-endpoint-hours-above-daily-cap' 'taskrouter-tasks' 'totalprice' 'transcriptions' 'trunking-cps' 'trunking-emergency-calls' 'trunking-origination' 'trunking-origination-local' 'trunking-origination-mobile' 'trunking-origination-tollfree' 'trunking-recordings' 'trunking-secure' 'trunking-termination' 'turnmegabytes' 'turnmegabytes-australia' 'turnmegabytes-brasil' 'turnmegabytes-germany' 'turnmegabytes-india' 'turnmegabytes-ireland' 'turnmegabytes-japan' 'turnmegabytes-singapore' 'turnmegabytes-useast' 'turnmegabytes-uswest' 'twilio-interconnect' 'verify-push' 'verify-totp' 'verify-whatsapp-conversations-business-initiated' 'video-recordings' 'virtual-agent' 'voice-insights' 'voice-insights-client-insights-on-demand-minute' 'voice-insights-ptsn-insights-on-demand-minute' 'voice-insights-sip-interface-insights-on-demand-minute' 'voice-insights-sip-trunking-insights-on-demand-minute' 'wireless' 'wireless-orders' 'wireless-orders-artwork' 'wireless-orders-bulk' 'wireless-orders-esim' 'wireless-orders-starter' 'wireless-usage' 'wireless-usage-commands' 'wireless-usage-commands-africa' 'wireless-usage-commands-asia' 'wireless-usage-commands-centralandsouthamerica' 'wireless-usage-commands-europe' 'wireless-usage-commands-home' 'wireless-usage-commands-northamerica' 'wireless-usage-commands-oceania' 'wireless-usage-commands-roaming' 'wireless-usage-data' 'wireless-usage-data-africa' 'wireless-usage-data-asia' 'wireless-usage-data-centralandsouthamerica' 'wireless-usage-data-custom-additionalmb' 'wireless-usage-data-custom-first5mb' 'wireless-usage-data-domestic-roaming' 'wireless-usage-data-europe' 'wireless-usage-data-individual-additionalgb' 'wireless-usage-data-individual-firstgb' 'wireless-usage-data-international-roaming-canada' 'wireless-usage-data-international-roaming-india' 'wireless-usage-data-international-roaming-mexico' 'wireless-usage-data-northamerica' 'wireless-usage-data-oceania' 'wireless-usage-data-pooled' 'wireless-usage-data-pooled-downlink' 'wireless-usage-data-pooled-uplink' 'wireless-usage-mrc' 'wireless-usage-mrc-custom' 'wireless-usage-mrc-individual' 'wireless-usage-mrc-pooled' 'wireless-usage-mrc-suspended' 'wireless-usage-sms' 'wireless-usage-voice')}}\",\n \"count\": \"\",\n \"count_unit\": \"\",\n \"description\": \"\",\n \"end_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"price\": {{faker 'number.int' max=99999}},\n \"price_unit\": \"\",\n \"start_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"subresource_uris\": {},\n \"uri\": \"\",\n \"usage\": \"\",\n \"usage_unit\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "06a72bcc-d855-48b7-b946-3839602eda24", "documentation": "", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/Usage/Records/LastMonth.json", "responses": [ { "uuid": "b5affbab-f9e6-469a-9d20-a498f1602c1f", "body": "{\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\",\n \"usage_records\": [\n {\n \"account_sid\": \"\",\n \"api_version\": \"\",\n \"as_of\": \"\",\n \"category\": \"{{oneOf (array 'a2p-registration-fees' 'agent-conference' 'amazon-polly' 'answering-machine-detection' 'authy-authentications' 'authy-calls-outbound' 'authy-monthly-fees' 'authy-phone-intelligence' 'authy-phone-verifications' 'authy-sms-outbound' 'call-progess-events' 'calleridlookups' 'calls' 'calls-client' 'calls-globalconference' 'calls-inbound' 'calls-inbound-local' 'calls-inbound-mobile' 'calls-inbound-tollfree' 'calls-outbound' 'calls-pay-verb-transactions' 'calls-recordings' 'calls-sip' 'calls-sip-inbound' 'calls-sip-outbound' 'calls-transfers' 'carrier-lookups' 'conversations' 'conversations-api-requests' 'conversations-conversation-events' 'conversations-endpoint-connectivity' 'conversations-events' 'conversations-participant-events' 'conversations-participants' 'cps' 'flex-usage' 'fraud-lookups' 'group-rooms' 'group-rooms-data-track' 'group-rooms-encrypted-media-recorded' 'group-rooms-media-downloaded' 'group-rooms-media-recorded' 'group-rooms-media-routed' 'group-rooms-media-stored' 'group-rooms-participant-minutes' 'group-rooms-recorded-minutes' 'imp-v1-usage' 'lookups' 'marketplace' 'marketplace-algorithmia-named-entity-recognition' 'marketplace-cadence-transcription' 'marketplace-cadence-translation' 'marketplace-capio-speech-to-text' 'marketplace-convriza-ababa' 'marketplace-deepgram-phrase-detector' 'marketplace-digital-segment-business-info' 'marketplace-facebook-offline-conversions' 'marketplace-google-speech-to-text' 'marketplace-ibm-watson-message-insights' 'marketplace-ibm-watson-message-sentiment' 'marketplace-ibm-watson-recording-analysis' 'marketplace-ibm-watson-tone-analyzer' 'marketplace-icehook-systems-scout' 'marketplace-infogroup-dataaxle-bizinfo' 'marketplace-keen-io-contact-center-analytics' 'marketplace-marchex-cleancall' 'marketplace-marchex-sentiment-analysis-for-sms' 'marketplace-marketplace-nextcaller-social-id' 'marketplace-mobile-commons-opt-out-classifier' 'marketplace-nexiwave-voicemail-to-text' 'marketplace-nextcaller-advanced-caller-identification' 'marketplace-nomorobo-spam-score' 'marketplace-payfone-tcpa-compliance' 'marketplace-remeeting-automatic-speech-recognition' 'marketplace-tcpa-defense-solutions-blacklist-feed' 'marketplace-telo-opencnam' 'marketplace-truecnam-true-spam' 'marketplace-twilio-caller-name-lookup-us' 'marketplace-twilio-carrier-information-lookup' 'marketplace-voicebase-pci' 'marketplace-voicebase-transcription' 'marketplace-voicebase-transcription-custom-vocabulary' 'marketplace-whitepages-pro-caller-identification' 'marketplace-whitepages-pro-phone-intelligence' 'marketplace-whitepages-pro-phone-reputation' 'marketplace-wolfarm-spoken-results' 'marketplace-wolfram-short-answer' 'marketplace-ytica-contact-center-reporting-analytics' 'mediastorage' 'mms' 'mms-inbound' 'mms-inbound-longcode' 'mms-inbound-shortcode' 'mms-messages-carrierfees' 'mms-outbound' 'mms-outbound-longcode' 'mms-outbound-shortcode' 'monitor-reads' 'monitor-storage' 'monitor-writes' 'notify' 'notify-actions-attempts' 'notify-channels' 'number-format-lookups' 'pchat' 'pchat-users' 'peer-to-peer-rooms-participant-minutes' 'pfax' 'pfax-minutes' 'pfax-minutes-inbound' 'pfax-minutes-outbound' 'pfax-pages' 'phonenumbers' 'phonenumbers-cps' 'phonenumbers-emergency' 'phonenumbers-local' 'phonenumbers-mobile' 'phonenumbers-setups' 'phonenumbers-tollfree' 'premiumsupport' 'proxy' 'proxy-active-sessions' 'pstnconnectivity' 'pv' 'pv-composition-media-downloaded' 'pv-composition-media-encrypted' 'pv-composition-media-stored' 'pv-composition-minutes' 'pv-recording-compositions' 'pv-room-participants' 'pv-room-participants-au1' 'pv-room-participants-br1' 'pv-room-participants-ie1' 'pv-room-participants-jp1' 'pv-room-participants-sg1' 'pv-room-participants-us1' 'pv-room-participants-us2' 'pv-rooms' 'pv-sip-endpoint-registrations' 'recordings' 'recordingstorage' 'rooms-group-bandwidth' 'rooms-group-minutes' 'rooms-peer-to-peer-minutes' 'shortcodes' 'shortcodes-customerowned' 'shortcodes-mms-enablement' 'shortcodes-mps' 'shortcodes-random' 'shortcodes-uk' 'shortcodes-vanity' 'small-group-rooms' 'small-group-rooms-data-track' 'small-group-rooms-participant-minutes' 'sms' 'sms-inbound' 'sms-inbound-longcode' 'sms-inbound-shortcode' 'sms-messages-carrierfees' 'sms-messages-features' 'sms-messages-features-senderid' 'sms-outbound' 'sms-outbound-content-inspection' 'sms-outbound-longcode' 'sms-outbound-shortcode' 'speech-recognition' 'studio-engagements' 'sync' 'sync-actions' 'sync-endpoint-hours' 'sync-endpoint-hours-above-daily-cap' 'taskrouter-tasks' 'totalprice' 'transcriptions' 'trunking-cps' 'trunking-emergency-calls' 'trunking-origination' 'trunking-origination-local' 'trunking-origination-mobile' 'trunking-origination-tollfree' 'trunking-recordings' 'trunking-secure' 'trunking-termination' 'turnmegabytes' 'turnmegabytes-australia' 'turnmegabytes-brasil' 'turnmegabytes-germany' 'turnmegabytes-india' 'turnmegabytes-ireland' 'turnmegabytes-japan' 'turnmegabytes-singapore' 'turnmegabytes-useast' 'turnmegabytes-uswest' 'twilio-interconnect' 'verify-push' 'verify-totp' 'verify-whatsapp-conversations-business-initiated' 'video-recordings' 'virtual-agent' 'voice-insights' 'voice-insights-client-insights-on-demand-minute' 'voice-insights-ptsn-insights-on-demand-minute' 'voice-insights-sip-interface-insights-on-demand-minute' 'voice-insights-sip-trunking-insights-on-demand-minute' 'wireless' 'wireless-orders' 'wireless-orders-artwork' 'wireless-orders-bulk' 'wireless-orders-esim' 'wireless-orders-starter' 'wireless-usage' 'wireless-usage-commands' 'wireless-usage-commands-africa' 'wireless-usage-commands-asia' 'wireless-usage-commands-centralandsouthamerica' 'wireless-usage-commands-europe' 'wireless-usage-commands-home' 'wireless-usage-commands-northamerica' 'wireless-usage-commands-oceania' 'wireless-usage-commands-roaming' 'wireless-usage-data' 'wireless-usage-data-africa' 'wireless-usage-data-asia' 'wireless-usage-data-centralandsouthamerica' 'wireless-usage-data-custom-additionalmb' 'wireless-usage-data-custom-first5mb' 'wireless-usage-data-domestic-roaming' 'wireless-usage-data-europe' 'wireless-usage-data-individual-additionalgb' 'wireless-usage-data-individual-firstgb' 'wireless-usage-data-international-roaming-canada' 'wireless-usage-data-international-roaming-india' 'wireless-usage-data-international-roaming-mexico' 'wireless-usage-data-northamerica' 'wireless-usage-data-oceania' 'wireless-usage-data-pooled' 'wireless-usage-data-pooled-downlink' 'wireless-usage-data-pooled-uplink' 'wireless-usage-mrc' 'wireless-usage-mrc-custom' 'wireless-usage-mrc-individual' 'wireless-usage-mrc-pooled' 'wireless-usage-mrc-suspended' 'wireless-usage-sms' 'wireless-usage-voice')}}\",\n \"count\": \"\",\n \"count_unit\": \"\",\n \"description\": \"\",\n \"end_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"price\": {{faker 'number.int' max=99999}},\n \"price_unit\": \"\",\n \"start_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"subresource_uris\": {},\n \"uri\": \"\",\n \"usage\": \"\",\n \"usage_unit\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "566e88d0-2c67-45bb-8477-3c18337f3341", "documentation": "", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/Usage/Records/Monthly.json", "responses": [ { "uuid": "4181356d-9dc4-4d07-acba-d98f69bedd6e", "body": "{\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\",\n \"usage_records\": [\n {\n \"account_sid\": \"\",\n \"api_version\": \"\",\n \"as_of\": \"\",\n \"category\": \"{{oneOf (array 'a2p-registration-fees' 'agent-conference' 'amazon-polly' 'answering-machine-detection' 'authy-authentications' 'authy-calls-outbound' 'authy-monthly-fees' 'authy-phone-intelligence' 'authy-phone-verifications' 'authy-sms-outbound' 'call-progess-events' 'calleridlookups' 'calls' 'calls-client' 'calls-globalconference' 'calls-inbound' 'calls-inbound-local' 'calls-inbound-mobile' 'calls-inbound-tollfree' 'calls-outbound' 'calls-pay-verb-transactions' 'calls-recordings' 'calls-sip' 'calls-sip-inbound' 'calls-sip-outbound' 'calls-transfers' 'carrier-lookups' 'conversations' 'conversations-api-requests' 'conversations-conversation-events' 'conversations-endpoint-connectivity' 'conversations-events' 'conversations-participant-events' 'conversations-participants' 'cps' 'flex-usage' 'fraud-lookups' 'group-rooms' 'group-rooms-data-track' 'group-rooms-encrypted-media-recorded' 'group-rooms-media-downloaded' 'group-rooms-media-recorded' 'group-rooms-media-routed' 'group-rooms-media-stored' 'group-rooms-participant-minutes' 'group-rooms-recorded-minutes' 'imp-v1-usage' 'lookups' 'marketplace' 'marketplace-algorithmia-named-entity-recognition' 'marketplace-cadence-transcription' 'marketplace-cadence-translation' 'marketplace-capio-speech-to-text' 'marketplace-convriza-ababa' 'marketplace-deepgram-phrase-detector' 'marketplace-digital-segment-business-info' 'marketplace-facebook-offline-conversions' 'marketplace-google-speech-to-text' 'marketplace-ibm-watson-message-insights' 'marketplace-ibm-watson-message-sentiment' 'marketplace-ibm-watson-recording-analysis' 'marketplace-ibm-watson-tone-analyzer' 'marketplace-icehook-systems-scout' 'marketplace-infogroup-dataaxle-bizinfo' 'marketplace-keen-io-contact-center-analytics' 'marketplace-marchex-cleancall' 'marketplace-marchex-sentiment-analysis-for-sms' 'marketplace-marketplace-nextcaller-social-id' 'marketplace-mobile-commons-opt-out-classifier' 'marketplace-nexiwave-voicemail-to-text' 'marketplace-nextcaller-advanced-caller-identification' 'marketplace-nomorobo-spam-score' 'marketplace-payfone-tcpa-compliance' 'marketplace-remeeting-automatic-speech-recognition' 'marketplace-tcpa-defense-solutions-blacklist-feed' 'marketplace-telo-opencnam' 'marketplace-truecnam-true-spam' 'marketplace-twilio-caller-name-lookup-us' 'marketplace-twilio-carrier-information-lookup' 'marketplace-voicebase-pci' 'marketplace-voicebase-transcription' 'marketplace-voicebase-transcription-custom-vocabulary' 'marketplace-whitepages-pro-caller-identification' 'marketplace-whitepages-pro-phone-intelligence' 'marketplace-whitepages-pro-phone-reputation' 'marketplace-wolfarm-spoken-results' 'marketplace-wolfram-short-answer' 'marketplace-ytica-contact-center-reporting-analytics' 'mediastorage' 'mms' 'mms-inbound' 'mms-inbound-longcode' 'mms-inbound-shortcode' 'mms-messages-carrierfees' 'mms-outbound' 'mms-outbound-longcode' 'mms-outbound-shortcode' 'monitor-reads' 'monitor-storage' 'monitor-writes' 'notify' 'notify-actions-attempts' 'notify-channels' 'number-format-lookups' 'pchat' 'pchat-users' 'peer-to-peer-rooms-participant-minutes' 'pfax' 'pfax-minutes' 'pfax-minutes-inbound' 'pfax-minutes-outbound' 'pfax-pages' 'phonenumbers' 'phonenumbers-cps' 'phonenumbers-emergency' 'phonenumbers-local' 'phonenumbers-mobile' 'phonenumbers-setups' 'phonenumbers-tollfree' 'premiumsupport' 'proxy' 'proxy-active-sessions' 'pstnconnectivity' 'pv' 'pv-composition-media-downloaded' 'pv-composition-media-encrypted' 'pv-composition-media-stored' 'pv-composition-minutes' 'pv-recording-compositions' 'pv-room-participants' 'pv-room-participants-au1' 'pv-room-participants-br1' 'pv-room-participants-ie1' 'pv-room-participants-jp1' 'pv-room-participants-sg1' 'pv-room-participants-us1' 'pv-room-participants-us2' 'pv-rooms' 'pv-sip-endpoint-registrations' 'recordings' 'recordingstorage' 'rooms-group-bandwidth' 'rooms-group-minutes' 'rooms-peer-to-peer-minutes' 'shortcodes' 'shortcodes-customerowned' 'shortcodes-mms-enablement' 'shortcodes-mps' 'shortcodes-random' 'shortcodes-uk' 'shortcodes-vanity' 'small-group-rooms' 'small-group-rooms-data-track' 'small-group-rooms-participant-minutes' 'sms' 'sms-inbound' 'sms-inbound-longcode' 'sms-inbound-shortcode' 'sms-messages-carrierfees' 'sms-messages-features' 'sms-messages-features-senderid' 'sms-outbound' 'sms-outbound-content-inspection' 'sms-outbound-longcode' 'sms-outbound-shortcode' 'speech-recognition' 'studio-engagements' 'sync' 'sync-actions' 'sync-endpoint-hours' 'sync-endpoint-hours-above-daily-cap' 'taskrouter-tasks' 'totalprice' 'transcriptions' 'trunking-cps' 'trunking-emergency-calls' 'trunking-origination' 'trunking-origination-local' 'trunking-origination-mobile' 'trunking-origination-tollfree' 'trunking-recordings' 'trunking-secure' 'trunking-termination' 'turnmegabytes' 'turnmegabytes-australia' 'turnmegabytes-brasil' 'turnmegabytes-germany' 'turnmegabytes-india' 'turnmegabytes-ireland' 'turnmegabytes-japan' 'turnmegabytes-singapore' 'turnmegabytes-useast' 'turnmegabytes-uswest' 'twilio-interconnect' 'verify-push' 'verify-totp' 'verify-whatsapp-conversations-business-initiated' 'video-recordings' 'virtual-agent' 'voice-insights' 'voice-insights-client-insights-on-demand-minute' 'voice-insights-ptsn-insights-on-demand-minute' 'voice-insights-sip-interface-insights-on-demand-minute' 'voice-insights-sip-trunking-insights-on-demand-minute' 'wireless' 'wireless-orders' 'wireless-orders-artwork' 'wireless-orders-bulk' 'wireless-orders-esim' 'wireless-orders-starter' 'wireless-usage' 'wireless-usage-commands' 'wireless-usage-commands-africa' 'wireless-usage-commands-asia' 'wireless-usage-commands-centralandsouthamerica' 'wireless-usage-commands-europe' 'wireless-usage-commands-home' 'wireless-usage-commands-northamerica' 'wireless-usage-commands-oceania' 'wireless-usage-commands-roaming' 'wireless-usage-data' 'wireless-usage-data-africa' 'wireless-usage-data-asia' 'wireless-usage-data-centralandsouthamerica' 'wireless-usage-data-custom-additionalmb' 'wireless-usage-data-custom-first5mb' 'wireless-usage-data-domestic-roaming' 'wireless-usage-data-europe' 'wireless-usage-data-individual-additionalgb' 'wireless-usage-data-individual-firstgb' 'wireless-usage-data-international-roaming-canada' 'wireless-usage-data-international-roaming-india' 'wireless-usage-data-international-roaming-mexico' 'wireless-usage-data-northamerica' 'wireless-usage-data-oceania' 'wireless-usage-data-pooled' 'wireless-usage-data-pooled-downlink' 'wireless-usage-data-pooled-uplink' 'wireless-usage-mrc' 'wireless-usage-mrc-custom' 'wireless-usage-mrc-individual' 'wireless-usage-mrc-pooled' 'wireless-usage-mrc-suspended' 'wireless-usage-sms' 'wireless-usage-voice')}}\",\n \"count\": \"\",\n \"count_unit\": \"\",\n \"description\": \"\",\n \"end_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"price\": {{faker 'number.int' max=99999}},\n \"price_unit\": \"\",\n \"start_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"subresource_uris\": {},\n \"uri\": \"\",\n \"usage\": \"\",\n \"usage_unit\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3d8ba8b2-1a1c-4571-b1df-dc2f229aac0a", "documentation": "", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/Usage/Records/ThisMonth.json", "responses": [ { "uuid": "50200b5c-fdcd-46e7-8657-141eaa17040c", "body": "{\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\",\n \"usage_records\": [\n {\n \"account_sid\": \"\",\n \"api_version\": \"\",\n \"as_of\": \"\",\n \"category\": \"{{oneOf (array 'a2p-registration-fees' 'agent-conference' 'amazon-polly' 'answering-machine-detection' 'authy-authentications' 'authy-calls-outbound' 'authy-monthly-fees' 'authy-phone-intelligence' 'authy-phone-verifications' 'authy-sms-outbound' 'call-progess-events' 'calleridlookups' 'calls' 'calls-client' 'calls-globalconference' 'calls-inbound' 'calls-inbound-local' 'calls-inbound-mobile' 'calls-inbound-tollfree' 'calls-outbound' 'calls-pay-verb-transactions' 'calls-recordings' 'calls-sip' 'calls-sip-inbound' 'calls-sip-outbound' 'calls-transfers' 'carrier-lookups' 'conversations' 'conversations-api-requests' 'conversations-conversation-events' 'conversations-endpoint-connectivity' 'conversations-events' 'conversations-participant-events' 'conversations-participants' 'cps' 'flex-usage' 'fraud-lookups' 'group-rooms' 'group-rooms-data-track' 'group-rooms-encrypted-media-recorded' 'group-rooms-media-downloaded' 'group-rooms-media-recorded' 'group-rooms-media-routed' 'group-rooms-media-stored' 'group-rooms-participant-minutes' 'group-rooms-recorded-minutes' 'imp-v1-usage' 'lookups' 'marketplace' 'marketplace-algorithmia-named-entity-recognition' 'marketplace-cadence-transcription' 'marketplace-cadence-translation' 'marketplace-capio-speech-to-text' 'marketplace-convriza-ababa' 'marketplace-deepgram-phrase-detector' 'marketplace-digital-segment-business-info' 'marketplace-facebook-offline-conversions' 'marketplace-google-speech-to-text' 'marketplace-ibm-watson-message-insights' 'marketplace-ibm-watson-message-sentiment' 'marketplace-ibm-watson-recording-analysis' 'marketplace-ibm-watson-tone-analyzer' 'marketplace-icehook-systems-scout' 'marketplace-infogroup-dataaxle-bizinfo' 'marketplace-keen-io-contact-center-analytics' 'marketplace-marchex-cleancall' 'marketplace-marchex-sentiment-analysis-for-sms' 'marketplace-marketplace-nextcaller-social-id' 'marketplace-mobile-commons-opt-out-classifier' 'marketplace-nexiwave-voicemail-to-text' 'marketplace-nextcaller-advanced-caller-identification' 'marketplace-nomorobo-spam-score' 'marketplace-payfone-tcpa-compliance' 'marketplace-remeeting-automatic-speech-recognition' 'marketplace-tcpa-defense-solutions-blacklist-feed' 'marketplace-telo-opencnam' 'marketplace-truecnam-true-spam' 'marketplace-twilio-caller-name-lookup-us' 'marketplace-twilio-carrier-information-lookup' 'marketplace-voicebase-pci' 'marketplace-voicebase-transcription' 'marketplace-voicebase-transcription-custom-vocabulary' 'marketplace-whitepages-pro-caller-identification' 'marketplace-whitepages-pro-phone-intelligence' 'marketplace-whitepages-pro-phone-reputation' 'marketplace-wolfarm-spoken-results' 'marketplace-wolfram-short-answer' 'marketplace-ytica-contact-center-reporting-analytics' 'mediastorage' 'mms' 'mms-inbound' 'mms-inbound-longcode' 'mms-inbound-shortcode' 'mms-messages-carrierfees' 'mms-outbound' 'mms-outbound-longcode' 'mms-outbound-shortcode' 'monitor-reads' 'monitor-storage' 'monitor-writes' 'notify' 'notify-actions-attempts' 'notify-channels' 'number-format-lookups' 'pchat' 'pchat-users' 'peer-to-peer-rooms-participant-minutes' 'pfax' 'pfax-minutes' 'pfax-minutes-inbound' 'pfax-minutes-outbound' 'pfax-pages' 'phonenumbers' 'phonenumbers-cps' 'phonenumbers-emergency' 'phonenumbers-local' 'phonenumbers-mobile' 'phonenumbers-setups' 'phonenumbers-tollfree' 'premiumsupport' 'proxy' 'proxy-active-sessions' 'pstnconnectivity' 'pv' 'pv-composition-media-downloaded' 'pv-composition-media-encrypted' 'pv-composition-media-stored' 'pv-composition-minutes' 'pv-recording-compositions' 'pv-room-participants' 'pv-room-participants-au1' 'pv-room-participants-br1' 'pv-room-participants-ie1' 'pv-room-participants-jp1' 'pv-room-participants-sg1' 'pv-room-participants-us1' 'pv-room-participants-us2' 'pv-rooms' 'pv-sip-endpoint-registrations' 'recordings' 'recordingstorage' 'rooms-group-bandwidth' 'rooms-group-minutes' 'rooms-peer-to-peer-minutes' 'shortcodes' 'shortcodes-customerowned' 'shortcodes-mms-enablement' 'shortcodes-mps' 'shortcodes-random' 'shortcodes-uk' 'shortcodes-vanity' 'small-group-rooms' 'small-group-rooms-data-track' 'small-group-rooms-participant-minutes' 'sms' 'sms-inbound' 'sms-inbound-longcode' 'sms-inbound-shortcode' 'sms-messages-carrierfees' 'sms-messages-features' 'sms-messages-features-senderid' 'sms-outbound' 'sms-outbound-content-inspection' 'sms-outbound-longcode' 'sms-outbound-shortcode' 'speech-recognition' 'studio-engagements' 'sync' 'sync-actions' 'sync-endpoint-hours' 'sync-endpoint-hours-above-daily-cap' 'taskrouter-tasks' 'totalprice' 'transcriptions' 'trunking-cps' 'trunking-emergency-calls' 'trunking-origination' 'trunking-origination-local' 'trunking-origination-mobile' 'trunking-origination-tollfree' 'trunking-recordings' 'trunking-secure' 'trunking-termination' 'turnmegabytes' 'turnmegabytes-australia' 'turnmegabytes-brasil' 'turnmegabytes-germany' 'turnmegabytes-india' 'turnmegabytes-ireland' 'turnmegabytes-japan' 'turnmegabytes-singapore' 'turnmegabytes-useast' 'turnmegabytes-uswest' 'twilio-interconnect' 'verify-push' 'verify-totp' 'verify-whatsapp-conversations-business-initiated' 'video-recordings' 'virtual-agent' 'voice-insights' 'voice-insights-client-insights-on-demand-minute' 'voice-insights-ptsn-insights-on-demand-minute' 'voice-insights-sip-interface-insights-on-demand-minute' 'voice-insights-sip-trunking-insights-on-demand-minute' 'wireless' 'wireless-orders' 'wireless-orders-artwork' 'wireless-orders-bulk' 'wireless-orders-esim' 'wireless-orders-starter' 'wireless-usage' 'wireless-usage-commands' 'wireless-usage-commands-africa' 'wireless-usage-commands-asia' 'wireless-usage-commands-centralandsouthamerica' 'wireless-usage-commands-europe' 'wireless-usage-commands-home' 'wireless-usage-commands-northamerica' 'wireless-usage-commands-oceania' 'wireless-usage-commands-roaming' 'wireless-usage-data' 'wireless-usage-data-africa' 'wireless-usage-data-asia' 'wireless-usage-data-centralandsouthamerica' 'wireless-usage-data-custom-additionalmb' 'wireless-usage-data-custom-first5mb' 'wireless-usage-data-domestic-roaming' 'wireless-usage-data-europe' 'wireless-usage-data-individual-additionalgb' 'wireless-usage-data-individual-firstgb' 'wireless-usage-data-international-roaming-canada' 'wireless-usage-data-international-roaming-india' 'wireless-usage-data-international-roaming-mexico' 'wireless-usage-data-northamerica' 'wireless-usage-data-oceania' 'wireless-usage-data-pooled' 'wireless-usage-data-pooled-downlink' 'wireless-usage-data-pooled-uplink' 'wireless-usage-mrc' 'wireless-usage-mrc-custom' 'wireless-usage-mrc-individual' 'wireless-usage-mrc-pooled' 'wireless-usage-mrc-suspended' 'wireless-usage-sms' 'wireless-usage-voice')}}\",\n \"count\": \"\",\n \"count_unit\": \"\",\n \"description\": \"\",\n \"end_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"price\": {{faker 'number.int' max=99999}},\n \"price_unit\": \"\",\n \"start_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"subresource_uris\": {},\n \"uri\": \"\",\n \"usage\": \"\",\n \"usage_unit\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "48f7998b-a330-4a44-ad1c-5f74bd330f82", "documentation": "", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/Usage/Records/Today.json", "responses": [ { "uuid": "348c4a94-8c9b-4514-86ff-7f214c9f20cf", "body": "{\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\",\n \"usage_records\": [\n {\n \"account_sid\": \"\",\n \"api_version\": \"\",\n \"as_of\": \"\",\n \"category\": \"{{oneOf (array 'a2p-registration-fees' 'agent-conference' 'amazon-polly' 'answering-machine-detection' 'authy-authentications' 'authy-calls-outbound' 'authy-monthly-fees' 'authy-phone-intelligence' 'authy-phone-verifications' 'authy-sms-outbound' 'call-progess-events' 'calleridlookups' 'calls' 'calls-client' 'calls-globalconference' 'calls-inbound' 'calls-inbound-local' 'calls-inbound-mobile' 'calls-inbound-tollfree' 'calls-outbound' 'calls-pay-verb-transactions' 'calls-recordings' 'calls-sip' 'calls-sip-inbound' 'calls-sip-outbound' 'calls-transfers' 'carrier-lookups' 'conversations' 'conversations-api-requests' 'conversations-conversation-events' 'conversations-endpoint-connectivity' 'conversations-events' 'conversations-participant-events' 'conversations-participants' 'cps' 'flex-usage' 'fraud-lookups' 'group-rooms' 'group-rooms-data-track' 'group-rooms-encrypted-media-recorded' 'group-rooms-media-downloaded' 'group-rooms-media-recorded' 'group-rooms-media-routed' 'group-rooms-media-stored' 'group-rooms-participant-minutes' 'group-rooms-recorded-minutes' 'imp-v1-usage' 'lookups' 'marketplace' 'marketplace-algorithmia-named-entity-recognition' 'marketplace-cadence-transcription' 'marketplace-cadence-translation' 'marketplace-capio-speech-to-text' 'marketplace-convriza-ababa' 'marketplace-deepgram-phrase-detector' 'marketplace-digital-segment-business-info' 'marketplace-facebook-offline-conversions' 'marketplace-google-speech-to-text' 'marketplace-ibm-watson-message-insights' 'marketplace-ibm-watson-message-sentiment' 'marketplace-ibm-watson-recording-analysis' 'marketplace-ibm-watson-tone-analyzer' 'marketplace-icehook-systems-scout' 'marketplace-infogroup-dataaxle-bizinfo' 'marketplace-keen-io-contact-center-analytics' 'marketplace-marchex-cleancall' 'marketplace-marchex-sentiment-analysis-for-sms' 'marketplace-marketplace-nextcaller-social-id' 'marketplace-mobile-commons-opt-out-classifier' 'marketplace-nexiwave-voicemail-to-text' 'marketplace-nextcaller-advanced-caller-identification' 'marketplace-nomorobo-spam-score' 'marketplace-payfone-tcpa-compliance' 'marketplace-remeeting-automatic-speech-recognition' 'marketplace-tcpa-defense-solutions-blacklist-feed' 'marketplace-telo-opencnam' 'marketplace-truecnam-true-spam' 'marketplace-twilio-caller-name-lookup-us' 'marketplace-twilio-carrier-information-lookup' 'marketplace-voicebase-pci' 'marketplace-voicebase-transcription' 'marketplace-voicebase-transcription-custom-vocabulary' 'marketplace-whitepages-pro-caller-identification' 'marketplace-whitepages-pro-phone-intelligence' 'marketplace-whitepages-pro-phone-reputation' 'marketplace-wolfarm-spoken-results' 'marketplace-wolfram-short-answer' 'marketplace-ytica-contact-center-reporting-analytics' 'mediastorage' 'mms' 'mms-inbound' 'mms-inbound-longcode' 'mms-inbound-shortcode' 'mms-messages-carrierfees' 'mms-outbound' 'mms-outbound-longcode' 'mms-outbound-shortcode' 'monitor-reads' 'monitor-storage' 'monitor-writes' 'notify' 'notify-actions-attempts' 'notify-channels' 'number-format-lookups' 'pchat' 'pchat-users' 'peer-to-peer-rooms-participant-minutes' 'pfax' 'pfax-minutes' 'pfax-minutes-inbound' 'pfax-minutes-outbound' 'pfax-pages' 'phonenumbers' 'phonenumbers-cps' 'phonenumbers-emergency' 'phonenumbers-local' 'phonenumbers-mobile' 'phonenumbers-setups' 'phonenumbers-tollfree' 'premiumsupport' 'proxy' 'proxy-active-sessions' 'pstnconnectivity' 'pv' 'pv-composition-media-downloaded' 'pv-composition-media-encrypted' 'pv-composition-media-stored' 'pv-composition-minutes' 'pv-recording-compositions' 'pv-room-participants' 'pv-room-participants-au1' 'pv-room-participants-br1' 'pv-room-participants-ie1' 'pv-room-participants-jp1' 'pv-room-participants-sg1' 'pv-room-participants-us1' 'pv-room-participants-us2' 'pv-rooms' 'pv-sip-endpoint-registrations' 'recordings' 'recordingstorage' 'rooms-group-bandwidth' 'rooms-group-minutes' 'rooms-peer-to-peer-minutes' 'shortcodes' 'shortcodes-customerowned' 'shortcodes-mms-enablement' 'shortcodes-mps' 'shortcodes-random' 'shortcodes-uk' 'shortcodes-vanity' 'small-group-rooms' 'small-group-rooms-data-track' 'small-group-rooms-participant-minutes' 'sms' 'sms-inbound' 'sms-inbound-longcode' 'sms-inbound-shortcode' 'sms-messages-carrierfees' 'sms-messages-features' 'sms-messages-features-senderid' 'sms-outbound' 'sms-outbound-content-inspection' 'sms-outbound-longcode' 'sms-outbound-shortcode' 'speech-recognition' 'studio-engagements' 'sync' 'sync-actions' 'sync-endpoint-hours' 'sync-endpoint-hours-above-daily-cap' 'taskrouter-tasks' 'totalprice' 'transcriptions' 'trunking-cps' 'trunking-emergency-calls' 'trunking-origination' 'trunking-origination-local' 'trunking-origination-mobile' 'trunking-origination-tollfree' 'trunking-recordings' 'trunking-secure' 'trunking-termination' 'turnmegabytes' 'turnmegabytes-australia' 'turnmegabytes-brasil' 'turnmegabytes-germany' 'turnmegabytes-india' 'turnmegabytes-ireland' 'turnmegabytes-japan' 'turnmegabytes-singapore' 'turnmegabytes-useast' 'turnmegabytes-uswest' 'twilio-interconnect' 'verify-push' 'verify-totp' 'verify-whatsapp-conversations-business-initiated' 'video-recordings' 'virtual-agent' 'voice-insights' 'voice-insights-client-insights-on-demand-minute' 'voice-insights-ptsn-insights-on-demand-minute' 'voice-insights-sip-interface-insights-on-demand-minute' 'voice-insights-sip-trunking-insights-on-demand-minute' 'wireless' 'wireless-orders' 'wireless-orders-artwork' 'wireless-orders-bulk' 'wireless-orders-esim' 'wireless-orders-starter' 'wireless-usage' 'wireless-usage-commands' 'wireless-usage-commands-africa' 'wireless-usage-commands-asia' 'wireless-usage-commands-centralandsouthamerica' 'wireless-usage-commands-europe' 'wireless-usage-commands-home' 'wireless-usage-commands-northamerica' 'wireless-usage-commands-oceania' 'wireless-usage-commands-roaming' 'wireless-usage-data' 'wireless-usage-data-africa' 'wireless-usage-data-asia' 'wireless-usage-data-centralandsouthamerica' 'wireless-usage-data-custom-additionalmb' 'wireless-usage-data-custom-first5mb' 'wireless-usage-data-domestic-roaming' 'wireless-usage-data-europe' 'wireless-usage-data-individual-additionalgb' 'wireless-usage-data-individual-firstgb' 'wireless-usage-data-international-roaming-canada' 'wireless-usage-data-international-roaming-india' 'wireless-usage-data-international-roaming-mexico' 'wireless-usage-data-northamerica' 'wireless-usage-data-oceania' 'wireless-usage-data-pooled' 'wireless-usage-data-pooled-downlink' 'wireless-usage-data-pooled-uplink' 'wireless-usage-mrc' 'wireless-usage-mrc-custom' 'wireless-usage-mrc-individual' 'wireless-usage-mrc-pooled' 'wireless-usage-mrc-suspended' 'wireless-usage-sms' 'wireless-usage-voice')}}\",\n \"count\": \"\",\n \"count_unit\": \"\",\n \"description\": \"\",\n \"end_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"price\": {{faker 'number.int' max=99999}},\n \"price_unit\": \"\",\n \"start_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"subresource_uris\": {},\n \"uri\": \"\",\n \"usage\": \"\",\n \"usage_unit\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "58cb5f52-7287-449f-a593-45f4d8ec20da", "documentation": "", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/Usage/Records/Yearly.json", "responses": [ { "uuid": "b8e2757a-efdd-413e-848d-33a0829b2bf4", "body": "{\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\",\n \"usage_records\": [\n {\n \"account_sid\": \"\",\n \"api_version\": \"\",\n \"as_of\": \"\",\n \"category\": \"{{oneOf (array 'a2p-registration-fees' 'agent-conference' 'amazon-polly' 'answering-machine-detection' 'authy-authentications' 'authy-calls-outbound' 'authy-monthly-fees' 'authy-phone-intelligence' 'authy-phone-verifications' 'authy-sms-outbound' 'call-progess-events' 'calleridlookups' 'calls' 'calls-client' 'calls-globalconference' 'calls-inbound' 'calls-inbound-local' 'calls-inbound-mobile' 'calls-inbound-tollfree' 'calls-outbound' 'calls-pay-verb-transactions' 'calls-recordings' 'calls-sip' 'calls-sip-inbound' 'calls-sip-outbound' 'calls-transfers' 'carrier-lookups' 'conversations' 'conversations-api-requests' 'conversations-conversation-events' 'conversations-endpoint-connectivity' 'conversations-events' 'conversations-participant-events' 'conversations-participants' 'cps' 'flex-usage' 'fraud-lookups' 'group-rooms' 'group-rooms-data-track' 'group-rooms-encrypted-media-recorded' 'group-rooms-media-downloaded' 'group-rooms-media-recorded' 'group-rooms-media-routed' 'group-rooms-media-stored' 'group-rooms-participant-minutes' 'group-rooms-recorded-minutes' 'imp-v1-usage' 'lookups' 'marketplace' 'marketplace-algorithmia-named-entity-recognition' 'marketplace-cadence-transcription' 'marketplace-cadence-translation' 'marketplace-capio-speech-to-text' 'marketplace-convriza-ababa' 'marketplace-deepgram-phrase-detector' 'marketplace-digital-segment-business-info' 'marketplace-facebook-offline-conversions' 'marketplace-google-speech-to-text' 'marketplace-ibm-watson-message-insights' 'marketplace-ibm-watson-message-sentiment' 'marketplace-ibm-watson-recording-analysis' 'marketplace-ibm-watson-tone-analyzer' 'marketplace-icehook-systems-scout' 'marketplace-infogroup-dataaxle-bizinfo' 'marketplace-keen-io-contact-center-analytics' 'marketplace-marchex-cleancall' 'marketplace-marchex-sentiment-analysis-for-sms' 'marketplace-marketplace-nextcaller-social-id' 'marketplace-mobile-commons-opt-out-classifier' 'marketplace-nexiwave-voicemail-to-text' 'marketplace-nextcaller-advanced-caller-identification' 'marketplace-nomorobo-spam-score' 'marketplace-payfone-tcpa-compliance' 'marketplace-remeeting-automatic-speech-recognition' 'marketplace-tcpa-defense-solutions-blacklist-feed' 'marketplace-telo-opencnam' 'marketplace-truecnam-true-spam' 'marketplace-twilio-caller-name-lookup-us' 'marketplace-twilio-carrier-information-lookup' 'marketplace-voicebase-pci' 'marketplace-voicebase-transcription' 'marketplace-voicebase-transcription-custom-vocabulary' 'marketplace-whitepages-pro-caller-identification' 'marketplace-whitepages-pro-phone-intelligence' 'marketplace-whitepages-pro-phone-reputation' 'marketplace-wolfarm-spoken-results' 'marketplace-wolfram-short-answer' 'marketplace-ytica-contact-center-reporting-analytics' 'mediastorage' 'mms' 'mms-inbound' 'mms-inbound-longcode' 'mms-inbound-shortcode' 'mms-messages-carrierfees' 'mms-outbound' 'mms-outbound-longcode' 'mms-outbound-shortcode' 'monitor-reads' 'monitor-storage' 'monitor-writes' 'notify' 'notify-actions-attempts' 'notify-channels' 'number-format-lookups' 'pchat' 'pchat-users' 'peer-to-peer-rooms-participant-minutes' 'pfax' 'pfax-minutes' 'pfax-minutes-inbound' 'pfax-minutes-outbound' 'pfax-pages' 'phonenumbers' 'phonenumbers-cps' 'phonenumbers-emergency' 'phonenumbers-local' 'phonenumbers-mobile' 'phonenumbers-setups' 'phonenumbers-tollfree' 'premiumsupport' 'proxy' 'proxy-active-sessions' 'pstnconnectivity' 'pv' 'pv-composition-media-downloaded' 'pv-composition-media-encrypted' 'pv-composition-media-stored' 'pv-composition-minutes' 'pv-recording-compositions' 'pv-room-participants' 'pv-room-participants-au1' 'pv-room-participants-br1' 'pv-room-participants-ie1' 'pv-room-participants-jp1' 'pv-room-participants-sg1' 'pv-room-participants-us1' 'pv-room-participants-us2' 'pv-rooms' 'pv-sip-endpoint-registrations' 'recordings' 'recordingstorage' 'rooms-group-bandwidth' 'rooms-group-minutes' 'rooms-peer-to-peer-minutes' 'shortcodes' 'shortcodes-customerowned' 'shortcodes-mms-enablement' 'shortcodes-mps' 'shortcodes-random' 'shortcodes-uk' 'shortcodes-vanity' 'small-group-rooms' 'small-group-rooms-data-track' 'small-group-rooms-participant-minutes' 'sms' 'sms-inbound' 'sms-inbound-longcode' 'sms-inbound-shortcode' 'sms-messages-carrierfees' 'sms-messages-features' 'sms-messages-features-senderid' 'sms-outbound' 'sms-outbound-content-inspection' 'sms-outbound-longcode' 'sms-outbound-shortcode' 'speech-recognition' 'studio-engagements' 'sync' 'sync-actions' 'sync-endpoint-hours' 'sync-endpoint-hours-above-daily-cap' 'taskrouter-tasks' 'totalprice' 'transcriptions' 'trunking-cps' 'trunking-emergency-calls' 'trunking-origination' 'trunking-origination-local' 'trunking-origination-mobile' 'trunking-origination-tollfree' 'trunking-recordings' 'trunking-secure' 'trunking-termination' 'turnmegabytes' 'turnmegabytes-australia' 'turnmegabytes-brasil' 'turnmegabytes-germany' 'turnmegabytes-india' 'turnmegabytes-ireland' 'turnmegabytes-japan' 'turnmegabytes-singapore' 'turnmegabytes-useast' 'turnmegabytes-uswest' 'twilio-interconnect' 'verify-push' 'verify-totp' 'verify-whatsapp-conversations-business-initiated' 'video-recordings' 'virtual-agent' 'voice-insights' 'voice-insights-client-insights-on-demand-minute' 'voice-insights-ptsn-insights-on-demand-minute' 'voice-insights-sip-interface-insights-on-demand-minute' 'voice-insights-sip-trunking-insights-on-demand-minute' 'wireless' 'wireless-orders' 'wireless-orders-artwork' 'wireless-orders-bulk' 'wireless-orders-esim' 'wireless-orders-starter' 'wireless-usage' 'wireless-usage-commands' 'wireless-usage-commands-africa' 'wireless-usage-commands-asia' 'wireless-usage-commands-centralandsouthamerica' 'wireless-usage-commands-europe' 'wireless-usage-commands-home' 'wireless-usage-commands-northamerica' 'wireless-usage-commands-oceania' 'wireless-usage-commands-roaming' 'wireless-usage-data' 'wireless-usage-data-africa' 'wireless-usage-data-asia' 'wireless-usage-data-centralandsouthamerica' 'wireless-usage-data-custom-additionalmb' 'wireless-usage-data-custom-first5mb' 'wireless-usage-data-domestic-roaming' 'wireless-usage-data-europe' 'wireless-usage-data-individual-additionalgb' 'wireless-usage-data-individual-firstgb' 'wireless-usage-data-international-roaming-canada' 'wireless-usage-data-international-roaming-india' 'wireless-usage-data-international-roaming-mexico' 'wireless-usage-data-northamerica' 'wireless-usage-data-oceania' 'wireless-usage-data-pooled' 'wireless-usage-data-pooled-downlink' 'wireless-usage-data-pooled-uplink' 'wireless-usage-mrc' 'wireless-usage-mrc-custom' 'wireless-usage-mrc-individual' 'wireless-usage-mrc-pooled' 'wireless-usage-mrc-suspended' 'wireless-usage-sms' 'wireless-usage-voice')}}\",\n \"count\": \"\",\n \"count_unit\": \"\",\n \"description\": \"\",\n \"end_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"price\": {{faker 'number.int' max=99999}},\n \"price_unit\": \"\",\n \"start_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"subresource_uris\": {},\n \"uri\": \"\",\n \"usage\": \"\",\n \"usage_unit\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5f945293-5dbd-4250-91dd-0819cf36014f", "documentation": "", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/Usage/Records/Yesterday.json", "responses": [ { "uuid": "3e567a44-a63f-4791-a680-2e0f7f782383", "body": "{\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\",\n \"usage_records\": [\n {\n \"account_sid\": \"\",\n \"api_version\": \"\",\n \"as_of\": \"\",\n \"category\": \"{{oneOf (array 'a2p-registration-fees' 'agent-conference' 'amazon-polly' 'answering-machine-detection' 'authy-authentications' 'authy-calls-outbound' 'authy-monthly-fees' 'authy-phone-intelligence' 'authy-phone-verifications' 'authy-sms-outbound' 'call-progess-events' 'calleridlookups' 'calls' 'calls-client' 'calls-globalconference' 'calls-inbound' 'calls-inbound-local' 'calls-inbound-mobile' 'calls-inbound-tollfree' 'calls-outbound' 'calls-pay-verb-transactions' 'calls-recordings' 'calls-sip' 'calls-sip-inbound' 'calls-sip-outbound' 'calls-transfers' 'carrier-lookups' 'conversations' 'conversations-api-requests' 'conversations-conversation-events' 'conversations-endpoint-connectivity' 'conversations-events' 'conversations-participant-events' 'conversations-participants' 'cps' 'flex-usage' 'fraud-lookups' 'group-rooms' 'group-rooms-data-track' 'group-rooms-encrypted-media-recorded' 'group-rooms-media-downloaded' 'group-rooms-media-recorded' 'group-rooms-media-routed' 'group-rooms-media-stored' 'group-rooms-participant-minutes' 'group-rooms-recorded-minutes' 'imp-v1-usage' 'lookups' 'marketplace' 'marketplace-algorithmia-named-entity-recognition' 'marketplace-cadence-transcription' 'marketplace-cadence-translation' 'marketplace-capio-speech-to-text' 'marketplace-convriza-ababa' 'marketplace-deepgram-phrase-detector' 'marketplace-digital-segment-business-info' 'marketplace-facebook-offline-conversions' 'marketplace-google-speech-to-text' 'marketplace-ibm-watson-message-insights' 'marketplace-ibm-watson-message-sentiment' 'marketplace-ibm-watson-recording-analysis' 'marketplace-ibm-watson-tone-analyzer' 'marketplace-icehook-systems-scout' 'marketplace-infogroup-dataaxle-bizinfo' 'marketplace-keen-io-contact-center-analytics' 'marketplace-marchex-cleancall' 'marketplace-marchex-sentiment-analysis-for-sms' 'marketplace-marketplace-nextcaller-social-id' 'marketplace-mobile-commons-opt-out-classifier' 'marketplace-nexiwave-voicemail-to-text' 'marketplace-nextcaller-advanced-caller-identification' 'marketplace-nomorobo-spam-score' 'marketplace-payfone-tcpa-compliance' 'marketplace-remeeting-automatic-speech-recognition' 'marketplace-tcpa-defense-solutions-blacklist-feed' 'marketplace-telo-opencnam' 'marketplace-truecnam-true-spam' 'marketplace-twilio-caller-name-lookup-us' 'marketplace-twilio-carrier-information-lookup' 'marketplace-voicebase-pci' 'marketplace-voicebase-transcription' 'marketplace-voicebase-transcription-custom-vocabulary' 'marketplace-whitepages-pro-caller-identification' 'marketplace-whitepages-pro-phone-intelligence' 'marketplace-whitepages-pro-phone-reputation' 'marketplace-wolfarm-spoken-results' 'marketplace-wolfram-short-answer' 'marketplace-ytica-contact-center-reporting-analytics' 'mediastorage' 'mms' 'mms-inbound' 'mms-inbound-longcode' 'mms-inbound-shortcode' 'mms-messages-carrierfees' 'mms-outbound' 'mms-outbound-longcode' 'mms-outbound-shortcode' 'monitor-reads' 'monitor-storage' 'monitor-writes' 'notify' 'notify-actions-attempts' 'notify-channels' 'number-format-lookups' 'pchat' 'pchat-users' 'peer-to-peer-rooms-participant-minutes' 'pfax' 'pfax-minutes' 'pfax-minutes-inbound' 'pfax-minutes-outbound' 'pfax-pages' 'phonenumbers' 'phonenumbers-cps' 'phonenumbers-emergency' 'phonenumbers-local' 'phonenumbers-mobile' 'phonenumbers-setups' 'phonenumbers-tollfree' 'premiumsupport' 'proxy' 'proxy-active-sessions' 'pstnconnectivity' 'pv' 'pv-composition-media-downloaded' 'pv-composition-media-encrypted' 'pv-composition-media-stored' 'pv-composition-minutes' 'pv-recording-compositions' 'pv-room-participants' 'pv-room-participants-au1' 'pv-room-participants-br1' 'pv-room-participants-ie1' 'pv-room-participants-jp1' 'pv-room-participants-sg1' 'pv-room-participants-us1' 'pv-room-participants-us2' 'pv-rooms' 'pv-sip-endpoint-registrations' 'recordings' 'recordingstorage' 'rooms-group-bandwidth' 'rooms-group-minutes' 'rooms-peer-to-peer-minutes' 'shortcodes' 'shortcodes-customerowned' 'shortcodes-mms-enablement' 'shortcodes-mps' 'shortcodes-random' 'shortcodes-uk' 'shortcodes-vanity' 'small-group-rooms' 'small-group-rooms-data-track' 'small-group-rooms-participant-minutes' 'sms' 'sms-inbound' 'sms-inbound-longcode' 'sms-inbound-shortcode' 'sms-messages-carrierfees' 'sms-messages-features' 'sms-messages-features-senderid' 'sms-outbound' 'sms-outbound-content-inspection' 'sms-outbound-longcode' 'sms-outbound-shortcode' 'speech-recognition' 'studio-engagements' 'sync' 'sync-actions' 'sync-endpoint-hours' 'sync-endpoint-hours-above-daily-cap' 'taskrouter-tasks' 'totalprice' 'transcriptions' 'trunking-cps' 'trunking-emergency-calls' 'trunking-origination' 'trunking-origination-local' 'trunking-origination-mobile' 'trunking-origination-tollfree' 'trunking-recordings' 'trunking-secure' 'trunking-termination' 'turnmegabytes' 'turnmegabytes-australia' 'turnmegabytes-brasil' 'turnmegabytes-germany' 'turnmegabytes-india' 'turnmegabytes-ireland' 'turnmegabytes-japan' 'turnmegabytes-singapore' 'turnmegabytes-useast' 'turnmegabytes-uswest' 'twilio-interconnect' 'verify-push' 'verify-totp' 'verify-whatsapp-conversations-business-initiated' 'video-recordings' 'virtual-agent' 'voice-insights' 'voice-insights-client-insights-on-demand-minute' 'voice-insights-ptsn-insights-on-demand-minute' 'voice-insights-sip-interface-insights-on-demand-minute' 'voice-insights-sip-trunking-insights-on-demand-minute' 'wireless' 'wireless-orders' 'wireless-orders-artwork' 'wireless-orders-bulk' 'wireless-orders-esim' 'wireless-orders-starter' 'wireless-usage' 'wireless-usage-commands' 'wireless-usage-commands-africa' 'wireless-usage-commands-asia' 'wireless-usage-commands-centralandsouthamerica' 'wireless-usage-commands-europe' 'wireless-usage-commands-home' 'wireless-usage-commands-northamerica' 'wireless-usage-commands-oceania' 'wireless-usage-commands-roaming' 'wireless-usage-data' 'wireless-usage-data-africa' 'wireless-usage-data-asia' 'wireless-usage-data-centralandsouthamerica' 'wireless-usage-data-custom-additionalmb' 'wireless-usage-data-custom-first5mb' 'wireless-usage-data-domestic-roaming' 'wireless-usage-data-europe' 'wireless-usage-data-individual-additionalgb' 'wireless-usage-data-individual-firstgb' 'wireless-usage-data-international-roaming-canada' 'wireless-usage-data-international-roaming-india' 'wireless-usage-data-international-roaming-mexico' 'wireless-usage-data-northamerica' 'wireless-usage-data-oceania' 'wireless-usage-data-pooled' 'wireless-usage-data-pooled-downlink' 'wireless-usage-data-pooled-uplink' 'wireless-usage-mrc' 'wireless-usage-mrc-custom' 'wireless-usage-mrc-individual' 'wireless-usage-mrc-pooled' 'wireless-usage-mrc-suspended' 'wireless-usage-sms' 'wireless-usage-voice')}}\",\n \"count\": \"\",\n \"count_unit\": \"\",\n \"description\": \"\",\n \"end_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"price\": {{faker 'number.int' max=99999}},\n \"price_unit\": \"\",\n \"start_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"subresource_uris\": {},\n \"uri\": \"\",\n \"usage\": \"\",\n \"usage_unit\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "448c0902-d3ac-4721-8350-1f6f5b565c60", "documentation": "Retrieve a list of usage-triggers belonging to the account used to make the request", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/Usage/Triggers.json", "responses": [ { "uuid": "396dfb09-49c2-49cd-82a0-69ccfa32838e", "body": "{\n \"end\": {{faker 'number.int' max=99999}},\n \"first_page_uri\": \"\",\n \"next_page_uri\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_uri\": \"\",\n \"start\": {{faker 'number.int' max=99999}},\n \"uri\": \"\",\n \"usage_triggers\": [\n {\n \"account_sid\": \"\",\n \"api_version\": \"\",\n \"callback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"callback_url\": \"\",\n \"current_value\": \"\",\n \"date_created\": \"\",\n \"date_fired\": \"\",\n \"date_updated\": \"\",\n \"friendly_name\": \"\",\n \"recurring\": \"{{oneOf (array 'daily' 'monthly' 'yearly' 'alltime')}}\",\n \"sid\": \"\",\n \"trigger_by\": \"{{oneOf (array 'count' 'usage' 'price')}}\",\n \"trigger_value\": \"\",\n \"uri\": \"\",\n \"usage_category\": \"{{oneOf (array 'a2p-registration-fees' 'agent-conference' 'amazon-polly' 'answering-machine-detection' 'authy-authentications' 'authy-calls-outbound' 'authy-monthly-fees' 'authy-phone-intelligence' 'authy-phone-verifications' 'authy-sms-outbound' 'call-progess-events' 'calleridlookups' 'calls' 'calls-client' 'calls-globalconference' 'calls-inbound' 'calls-inbound-local' 'calls-inbound-mobile' 'calls-inbound-tollfree' 'calls-outbound' 'calls-pay-verb-transactions' 'calls-recordings' 'calls-sip' 'calls-sip-inbound' 'calls-sip-outbound' 'calls-transfers' 'carrier-lookups' 'conversations' 'conversations-api-requests' 'conversations-conversation-events' 'conversations-endpoint-connectivity' 'conversations-events' 'conversations-participant-events' 'conversations-participants' 'cps' 'flex-usage' 'fraud-lookups' 'group-rooms' 'group-rooms-data-track' 'group-rooms-encrypted-media-recorded' 'group-rooms-media-downloaded' 'group-rooms-media-recorded' 'group-rooms-media-routed' 'group-rooms-media-stored' 'group-rooms-participant-minutes' 'group-rooms-recorded-minutes' 'imp-v1-usage' 'lookups' 'marketplace' 'marketplace-algorithmia-named-entity-recognition' 'marketplace-cadence-transcription' 'marketplace-cadence-translation' 'marketplace-capio-speech-to-text' 'marketplace-convriza-ababa' 'marketplace-deepgram-phrase-detector' 'marketplace-digital-segment-business-info' 'marketplace-facebook-offline-conversions' 'marketplace-google-speech-to-text' 'marketplace-ibm-watson-message-insights' 'marketplace-ibm-watson-message-sentiment' 'marketplace-ibm-watson-recording-analysis' 'marketplace-ibm-watson-tone-analyzer' 'marketplace-icehook-systems-scout' 'marketplace-infogroup-dataaxle-bizinfo' 'marketplace-keen-io-contact-center-analytics' 'marketplace-marchex-cleancall' 'marketplace-marchex-sentiment-analysis-for-sms' 'marketplace-marketplace-nextcaller-social-id' 'marketplace-mobile-commons-opt-out-classifier' 'marketplace-nexiwave-voicemail-to-text' 'marketplace-nextcaller-advanced-caller-identification' 'marketplace-nomorobo-spam-score' 'marketplace-payfone-tcpa-compliance' 'marketplace-remeeting-automatic-speech-recognition' 'marketplace-tcpa-defense-solutions-blacklist-feed' 'marketplace-telo-opencnam' 'marketplace-truecnam-true-spam' 'marketplace-twilio-caller-name-lookup-us' 'marketplace-twilio-carrier-information-lookup' 'marketplace-voicebase-pci' 'marketplace-voicebase-transcription' 'marketplace-voicebase-transcription-custom-vocabulary' 'marketplace-whitepages-pro-caller-identification' 'marketplace-whitepages-pro-phone-intelligence' 'marketplace-whitepages-pro-phone-reputation' 'marketplace-wolfarm-spoken-results' 'marketplace-wolfram-short-answer' 'marketplace-ytica-contact-center-reporting-analytics' 'mediastorage' 'mms' 'mms-inbound' 'mms-inbound-longcode' 'mms-inbound-shortcode' 'mms-messages-carrierfees' 'mms-outbound' 'mms-outbound-longcode' 'mms-outbound-shortcode' 'monitor-reads' 'monitor-storage' 'monitor-writes' 'notify' 'notify-actions-attempts' 'notify-channels' 'number-format-lookups' 'pchat' 'pchat-users' 'peer-to-peer-rooms-participant-minutes' 'pfax' 'pfax-minutes' 'pfax-minutes-inbound' 'pfax-minutes-outbound' 'pfax-pages' 'phonenumbers' 'phonenumbers-cps' 'phonenumbers-emergency' 'phonenumbers-local' 'phonenumbers-mobile' 'phonenumbers-setups' 'phonenumbers-tollfree' 'premiumsupport' 'proxy' 'proxy-active-sessions' 'pstnconnectivity' 'pv' 'pv-composition-media-downloaded' 'pv-composition-media-encrypted' 'pv-composition-media-stored' 'pv-composition-minutes' 'pv-recording-compositions' 'pv-room-participants' 'pv-room-participants-au1' 'pv-room-participants-br1' 'pv-room-participants-ie1' 'pv-room-participants-jp1' 'pv-room-participants-sg1' 'pv-room-participants-us1' 'pv-room-participants-us2' 'pv-rooms' 'pv-sip-endpoint-registrations' 'recordings' 'recordingstorage' 'rooms-group-bandwidth' 'rooms-group-minutes' 'rooms-peer-to-peer-minutes' 'shortcodes' 'shortcodes-customerowned' 'shortcodes-mms-enablement' 'shortcodes-mps' 'shortcodes-random' 'shortcodes-uk' 'shortcodes-vanity' 'small-group-rooms' 'small-group-rooms-data-track' 'small-group-rooms-participant-minutes' 'sms' 'sms-inbound' 'sms-inbound-longcode' 'sms-inbound-shortcode' 'sms-messages-carrierfees' 'sms-messages-features' 'sms-messages-features-senderid' 'sms-outbound' 'sms-outbound-content-inspection' 'sms-outbound-longcode' 'sms-outbound-shortcode' 'speech-recognition' 'studio-engagements' 'sync' 'sync-actions' 'sync-endpoint-hours' 'sync-endpoint-hours-above-daily-cap' 'taskrouter-tasks' 'totalprice' 'transcriptions' 'trunking-cps' 'trunking-emergency-calls' 'trunking-origination' 'trunking-origination-local' 'trunking-origination-mobile' 'trunking-origination-tollfree' 'trunking-recordings' 'trunking-secure' 'trunking-termination' 'turnmegabytes' 'turnmegabytes-australia' 'turnmegabytes-brasil' 'turnmegabytes-germany' 'turnmegabytes-india' 'turnmegabytes-ireland' 'turnmegabytes-japan' 'turnmegabytes-singapore' 'turnmegabytes-useast' 'turnmegabytes-uswest' 'twilio-interconnect' 'verify-push' 'verify-totp' 'verify-whatsapp-conversations-business-initiated' 'video-recordings' 'virtual-agent' 'voice-insights' 'voice-insights-client-insights-on-demand-minute' 'voice-insights-ptsn-insights-on-demand-minute' 'voice-insights-sip-interface-insights-on-demand-minute' 'voice-insights-sip-trunking-insights-on-demand-minute' 'wireless' 'wireless-orders' 'wireless-orders-artwork' 'wireless-orders-bulk' 'wireless-orders-esim' 'wireless-orders-starter' 'wireless-usage' 'wireless-usage-commands' 'wireless-usage-commands-africa' 'wireless-usage-commands-asia' 'wireless-usage-commands-centralandsouthamerica' 'wireless-usage-commands-europe' 'wireless-usage-commands-home' 'wireless-usage-commands-northamerica' 'wireless-usage-commands-oceania' 'wireless-usage-commands-roaming' 'wireless-usage-data' 'wireless-usage-data-africa' 'wireless-usage-data-asia' 'wireless-usage-data-centralandsouthamerica' 'wireless-usage-data-custom-additionalmb' 'wireless-usage-data-custom-first5mb' 'wireless-usage-data-domestic-roaming' 'wireless-usage-data-europe' 'wireless-usage-data-individual-additionalgb' 'wireless-usage-data-individual-firstgb' 'wireless-usage-data-international-roaming-canada' 'wireless-usage-data-international-roaming-india' 'wireless-usage-data-international-roaming-mexico' 'wireless-usage-data-northamerica' 'wireless-usage-data-oceania' 'wireless-usage-data-pooled' 'wireless-usage-data-pooled-downlink' 'wireless-usage-data-pooled-uplink' 'wireless-usage-mrc' 'wireless-usage-mrc-custom' 'wireless-usage-mrc-individual' 'wireless-usage-mrc-pooled' 'wireless-usage-mrc-suspended' 'wireless-usage-sms' 'wireless-usage-voice')}}\",\n \"usage_record_uri\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "adea7d05-b8b2-4644-86ad-ff8d7818f81a", "documentation": "Create a new UsageTrigger", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/Usage/Triggers.json", "responses": [ { "uuid": "17732c92-3ae5-4d1f-90b4-73daf7921d74", "body": "{\n \"account_sid\": \"\",\n \"api_version\": \"\",\n \"callback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"callback_url\": \"\",\n \"current_value\": \"\",\n \"date_created\": \"\",\n \"date_fired\": \"\",\n \"date_updated\": \"\",\n \"friendly_name\": \"\",\n \"recurring\": \"{{oneOf (array 'daily' 'monthly' 'yearly' 'alltime')}}\",\n \"sid\": \"\",\n \"trigger_by\": \"{{oneOf (array 'count' 'usage' 'price')}}\",\n \"trigger_value\": \"\",\n \"uri\": \"\",\n \"usage_category\": \"{{oneOf (array 'a2p-registration-fees' 'agent-conference' 'amazon-polly' 'answering-machine-detection' 'authy-authentications' 'authy-calls-outbound' 'authy-monthly-fees' 'authy-phone-intelligence' 'authy-phone-verifications' 'authy-sms-outbound' 'call-progess-events' 'calleridlookups' 'calls' 'calls-client' 'calls-globalconference' 'calls-inbound' 'calls-inbound-local' 'calls-inbound-mobile' 'calls-inbound-tollfree' 'calls-outbound' 'calls-pay-verb-transactions' 'calls-recordings' 'calls-sip' 'calls-sip-inbound' 'calls-sip-outbound' 'calls-transfers' 'carrier-lookups' 'conversations' 'conversations-api-requests' 'conversations-conversation-events' 'conversations-endpoint-connectivity' 'conversations-events' 'conversations-participant-events' 'conversations-participants' 'cps' 'flex-usage' 'fraud-lookups' 'group-rooms' 'group-rooms-data-track' 'group-rooms-encrypted-media-recorded' 'group-rooms-media-downloaded' 'group-rooms-media-recorded' 'group-rooms-media-routed' 'group-rooms-media-stored' 'group-rooms-participant-minutes' 'group-rooms-recorded-minutes' 'imp-v1-usage' 'lookups' 'marketplace' 'marketplace-algorithmia-named-entity-recognition' 'marketplace-cadence-transcription' 'marketplace-cadence-translation' 'marketplace-capio-speech-to-text' 'marketplace-convriza-ababa' 'marketplace-deepgram-phrase-detector' 'marketplace-digital-segment-business-info' 'marketplace-facebook-offline-conversions' 'marketplace-google-speech-to-text' 'marketplace-ibm-watson-message-insights' 'marketplace-ibm-watson-message-sentiment' 'marketplace-ibm-watson-recording-analysis' 'marketplace-ibm-watson-tone-analyzer' 'marketplace-icehook-systems-scout' 'marketplace-infogroup-dataaxle-bizinfo' 'marketplace-keen-io-contact-center-analytics' 'marketplace-marchex-cleancall' 'marketplace-marchex-sentiment-analysis-for-sms' 'marketplace-marketplace-nextcaller-social-id' 'marketplace-mobile-commons-opt-out-classifier' 'marketplace-nexiwave-voicemail-to-text' 'marketplace-nextcaller-advanced-caller-identification' 'marketplace-nomorobo-spam-score' 'marketplace-payfone-tcpa-compliance' 'marketplace-remeeting-automatic-speech-recognition' 'marketplace-tcpa-defense-solutions-blacklist-feed' 'marketplace-telo-opencnam' 'marketplace-truecnam-true-spam' 'marketplace-twilio-caller-name-lookup-us' 'marketplace-twilio-carrier-information-lookup' 'marketplace-voicebase-pci' 'marketplace-voicebase-transcription' 'marketplace-voicebase-transcription-custom-vocabulary' 'marketplace-whitepages-pro-caller-identification' 'marketplace-whitepages-pro-phone-intelligence' 'marketplace-whitepages-pro-phone-reputation' 'marketplace-wolfarm-spoken-results' 'marketplace-wolfram-short-answer' 'marketplace-ytica-contact-center-reporting-analytics' 'mediastorage' 'mms' 'mms-inbound' 'mms-inbound-longcode' 'mms-inbound-shortcode' 'mms-messages-carrierfees' 'mms-outbound' 'mms-outbound-longcode' 'mms-outbound-shortcode' 'monitor-reads' 'monitor-storage' 'monitor-writes' 'notify' 'notify-actions-attempts' 'notify-channels' 'number-format-lookups' 'pchat' 'pchat-users' 'peer-to-peer-rooms-participant-minutes' 'pfax' 'pfax-minutes' 'pfax-minutes-inbound' 'pfax-minutes-outbound' 'pfax-pages' 'phonenumbers' 'phonenumbers-cps' 'phonenumbers-emergency' 'phonenumbers-local' 'phonenumbers-mobile' 'phonenumbers-setups' 'phonenumbers-tollfree' 'premiumsupport' 'proxy' 'proxy-active-sessions' 'pstnconnectivity' 'pv' 'pv-composition-media-downloaded' 'pv-composition-media-encrypted' 'pv-composition-media-stored' 'pv-composition-minutes' 'pv-recording-compositions' 'pv-room-participants' 'pv-room-participants-au1' 'pv-room-participants-br1' 'pv-room-participants-ie1' 'pv-room-participants-jp1' 'pv-room-participants-sg1' 'pv-room-participants-us1' 'pv-room-participants-us2' 'pv-rooms' 'pv-sip-endpoint-registrations' 'recordings' 'recordingstorage' 'rooms-group-bandwidth' 'rooms-group-minutes' 'rooms-peer-to-peer-minutes' 'shortcodes' 'shortcodes-customerowned' 'shortcodes-mms-enablement' 'shortcodes-mps' 'shortcodes-random' 'shortcodes-uk' 'shortcodes-vanity' 'small-group-rooms' 'small-group-rooms-data-track' 'small-group-rooms-participant-minutes' 'sms' 'sms-inbound' 'sms-inbound-longcode' 'sms-inbound-shortcode' 'sms-messages-carrierfees' 'sms-messages-features' 'sms-messages-features-senderid' 'sms-outbound' 'sms-outbound-content-inspection' 'sms-outbound-longcode' 'sms-outbound-shortcode' 'speech-recognition' 'studio-engagements' 'sync' 'sync-actions' 'sync-endpoint-hours' 'sync-endpoint-hours-above-daily-cap' 'taskrouter-tasks' 'totalprice' 'transcriptions' 'trunking-cps' 'trunking-emergency-calls' 'trunking-origination' 'trunking-origination-local' 'trunking-origination-mobile' 'trunking-origination-tollfree' 'trunking-recordings' 'trunking-secure' 'trunking-termination' 'turnmegabytes' 'turnmegabytes-australia' 'turnmegabytes-brasil' 'turnmegabytes-germany' 'turnmegabytes-india' 'turnmegabytes-ireland' 'turnmegabytes-japan' 'turnmegabytes-singapore' 'turnmegabytes-useast' 'turnmegabytes-uswest' 'twilio-interconnect' 'verify-push' 'verify-totp' 'verify-whatsapp-conversations-business-initiated' 'video-recordings' 'virtual-agent' 'voice-insights' 'voice-insights-client-insights-on-demand-minute' 'voice-insights-ptsn-insights-on-demand-minute' 'voice-insights-sip-interface-insights-on-demand-minute' 'voice-insights-sip-trunking-insights-on-demand-minute' 'wireless' 'wireless-orders' 'wireless-orders-artwork' 'wireless-orders-bulk' 'wireless-orders-esim' 'wireless-orders-starter' 'wireless-usage' 'wireless-usage-commands' 'wireless-usage-commands-africa' 'wireless-usage-commands-asia' 'wireless-usage-commands-centralandsouthamerica' 'wireless-usage-commands-europe' 'wireless-usage-commands-home' 'wireless-usage-commands-northamerica' 'wireless-usage-commands-oceania' 'wireless-usage-commands-roaming' 'wireless-usage-data' 'wireless-usage-data-africa' 'wireless-usage-data-asia' 'wireless-usage-data-centralandsouthamerica' 'wireless-usage-data-custom-additionalmb' 'wireless-usage-data-custom-first5mb' 'wireless-usage-data-domestic-roaming' 'wireless-usage-data-europe' 'wireless-usage-data-individual-additionalgb' 'wireless-usage-data-individual-firstgb' 'wireless-usage-data-international-roaming-canada' 'wireless-usage-data-international-roaming-india' 'wireless-usage-data-international-roaming-mexico' 'wireless-usage-data-northamerica' 'wireless-usage-data-oceania' 'wireless-usage-data-pooled' 'wireless-usage-data-pooled-downlink' 'wireless-usage-data-pooled-uplink' 'wireless-usage-mrc' 'wireless-usage-mrc-custom' 'wireless-usage-mrc-individual' 'wireless-usage-mrc-pooled' 'wireless-usage-mrc-suspended' 'wireless-usage-sms' 'wireless-usage-voice')}}\",\n \"usage_record_uri\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fb6da220-7ea1-4bdb-bbe8-4f79982afa5c", "documentation": "", "method": "delete", "endpoint": "2010-04-01/Accounts/:AccountSid/Usage/Triggers/:Sid.json", "responses": [ { "uuid": "b5dcac83-323a-448f-98df-0b71a192f63a", "body": "", "latency": 0, "statusCode": 204, "label": "The resource was deleted successfully.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "767bd41f-6241-4166-a0b6-8866983c56f6", "documentation": "Fetch and instance of a usage-trigger", "method": "get", "endpoint": "2010-04-01/Accounts/:AccountSid/Usage/Triggers/:Sid.json", "responses": [ { "uuid": "25ced0e7-4039-44cd-883d-3ff2a7114993", "body": "{\n \"account_sid\": \"\",\n \"api_version\": \"\",\n \"callback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"callback_url\": \"\",\n \"current_value\": \"\",\n \"date_created\": \"\",\n \"date_fired\": \"\",\n \"date_updated\": \"\",\n \"friendly_name\": \"\",\n \"recurring\": \"{{oneOf (array 'daily' 'monthly' 'yearly' 'alltime')}}\",\n \"sid\": \"\",\n \"trigger_by\": \"{{oneOf (array 'count' 'usage' 'price')}}\",\n \"trigger_value\": \"\",\n \"uri\": \"\",\n \"usage_category\": \"{{oneOf (array 'a2p-registration-fees' 'agent-conference' 'amazon-polly' 'answering-machine-detection' 'authy-authentications' 'authy-calls-outbound' 'authy-monthly-fees' 'authy-phone-intelligence' 'authy-phone-verifications' 'authy-sms-outbound' 'call-progess-events' 'calleridlookups' 'calls' 'calls-client' 'calls-globalconference' 'calls-inbound' 'calls-inbound-local' 'calls-inbound-mobile' 'calls-inbound-tollfree' 'calls-outbound' 'calls-pay-verb-transactions' 'calls-recordings' 'calls-sip' 'calls-sip-inbound' 'calls-sip-outbound' 'calls-transfers' 'carrier-lookups' 'conversations' 'conversations-api-requests' 'conversations-conversation-events' 'conversations-endpoint-connectivity' 'conversations-events' 'conversations-participant-events' 'conversations-participants' 'cps' 'flex-usage' 'fraud-lookups' 'group-rooms' 'group-rooms-data-track' 'group-rooms-encrypted-media-recorded' 'group-rooms-media-downloaded' 'group-rooms-media-recorded' 'group-rooms-media-routed' 'group-rooms-media-stored' 'group-rooms-participant-minutes' 'group-rooms-recorded-minutes' 'imp-v1-usage' 'lookups' 'marketplace' 'marketplace-algorithmia-named-entity-recognition' 'marketplace-cadence-transcription' 'marketplace-cadence-translation' 'marketplace-capio-speech-to-text' 'marketplace-convriza-ababa' 'marketplace-deepgram-phrase-detector' 'marketplace-digital-segment-business-info' 'marketplace-facebook-offline-conversions' 'marketplace-google-speech-to-text' 'marketplace-ibm-watson-message-insights' 'marketplace-ibm-watson-message-sentiment' 'marketplace-ibm-watson-recording-analysis' 'marketplace-ibm-watson-tone-analyzer' 'marketplace-icehook-systems-scout' 'marketplace-infogroup-dataaxle-bizinfo' 'marketplace-keen-io-contact-center-analytics' 'marketplace-marchex-cleancall' 'marketplace-marchex-sentiment-analysis-for-sms' 'marketplace-marketplace-nextcaller-social-id' 'marketplace-mobile-commons-opt-out-classifier' 'marketplace-nexiwave-voicemail-to-text' 'marketplace-nextcaller-advanced-caller-identification' 'marketplace-nomorobo-spam-score' 'marketplace-payfone-tcpa-compliance' 'marketplace-remeeting-automatic-speech-recognition' 'marketplace-tcpa-defense-solutions-blacklist-feed' 'marketplace-telo-opencnam' 'marketplace-truecnam-true-spam' 'marketplace-twilio-caller-name-lookup-us' 'marketplace-twilio-carrier-information-lookup' 'marketplace-voicebase-pci' 'marketplace-voicebase-transcription' 'marketplace-voicebase-transcription-custom-vocabulary' 'marketplace-whitepages-pro-caller-identification' 'marketplace-whitepages-pro-phone-intelligence' 'marketplace-whitepages-pro-phone-reputation' 'marketplace-wolfarm-spoken-results' 'marketplace-wolfram-short-answer' 'marketplace-ytica-contact-center-reporting-analytics' 'mediastorage' 'mms' 'mms-inbound' 'mms-inbound-longcode' 'mms-inbound-shortcode' 'mms-messages-carrierfees' 'mms-outbound' 'mms-outbound-longcode' 'mms-outbound-shortcode' 'monitor-reads' 'monitor-storage' 'monitor-writes' 'notify' 'notify-actions-attempts' 'notify-channels' 'number-format-lookups' 'pchat' 'pchat-users' 'peer-to-peer-rooms-participant-minutes' 'pfax' 'pfax-minutes' 'pfax-minutes-inbound' 'pfax-minutes-outbound' 'pfax-pages' 'phonenumbers' 'phonenumbers-cps' 'phonenumbers-emergency' 'phonenumbers-local' 'phonenumbers-mobile' 'phonenumbers-setups' 'phonenumbers-tollfree' 'premiumsupport' 'proxy' 'proxy-active-sessions' 'pstnconnectivity' 'pv' 'pv-composition-media-downloaded' 'pv-composition-media-encrypted' 'pv-composition-media-stored' 'pv-composition-minutes' 'pv-recording-compositions' 'pv-room-participants' 'pv-room-participants-au1' 'pv-room-participants-br1' 'pv-room-participants-ie1' 'pv-room-participants-jp1' 'pv-room-participants-sg1' 'pv-room-participants-us1' 'pv-room-participants-us2' 'pv-rooms' 'pv-sip-endpoint-registrations' 'recordings' 'recordingstorage' 'rooms-group-bandwidth' 'rooms-group-minutes' 'rooms-peer-to-peer-minutes' 'shortcodes' 'shortcodes-customerowned' 'shortcodes-mms-enablement' 'shortcodes-mps' 'shortcodes-random' 'shortcodes-uk' 'shortcodes-vanity' 'small-group-rooms' 'small-group-rooms-data-track' 'small-group-rooms-participant-minutes' 'sms' 'sms-inbound' 'sms-inbound-longcode' 'sms-inbound-shortcode' 'sms-messages-carrierfees' 'sms-messages-features' 'sms-messages-features-senderid' 'sms-outbound' 'sms-outbound-content-inspection' 'sms-outbound-longcode' 'sms-outbound-shortcode' 'speech-recognition' 'studio-engagements' 'sync' 'sync-actions' 'sync-endpoint-hours' 'sync-endpoint-hours-above-daily-cap' 'taskrouter-tasks' 'totalprice' 'transcriptions' 'trunking-cps' 'trunking-emergency-calls' 'trunking-origination' 'trunking-origination-local' 'trunking-origination-mobile' 'trunking-origination-tollfree' 'trunking-recordings' 'trunking-secure' 'trunking-termination' 'turnmegabytes' 'turnmegabytes-australia' 'turnmegabytes-brasil' 'turnmegabytes-germany' 'turnmegabytes-india' 'turnmegabytes-ireland' 'turnmegabytes-japan' 'turnmegabytes-singapore' 'turnmegabytes-useast' 'turnmegabytes-uswest' 'twilio-interconnect' 'verify-push' 'verify-totp' 'verify-whatsapp-conversations-business-initiated' 'video-recordings' 'virtual-agent' 'voice-insights' 'voice-insights-client-insights-on-demand-minute' 'voice-insights-ptsn-insights-on-demand-minute' 'voice-insights-sip-interface-insights-on-demand-minute' 'voice-insights-sip-trunking-insights-on-demand-minute' 'wireless' 'wireless-orders' 'wireless-orders-artwork' 'wireless-orders-bulk' 'wireless-orders-esim' 'wireless-orders-starter' 'wireless-usage' 'wireless-usage-commands' 'wireless-usage-commands-africa' 'wireless-usage-commands-asia' 'wireless-usage-commands-centralandsouthamerica' 'wireless-usage-commands-europe' 'wireless-usage-commands-home' 'wireless-usage-commands-northamerica' 'wireless-usage-commands-oceania' 'wireless-usage-commands-roaming' 'wireless-usage-data' 'wireless-usage-data-africa' 'wireless-usage-data-asia' 'wireless-usage-data-centralandsouthamerica' 'wireless-usage-data-custom-additionalmb' 'wireless-usage-data-custom-first5mb' 'wireless-usage-data-domestic-roaming' 'wireless-usage-data-europe' 'wireless-usage-data-individual-additionalgb' 'wireless-usage-data-individual-firstgb' 'wireless-usage-data-international-roaming-canada' 'wireless-usage-data-international-roaming-india' 'wireless-usage-data-international-roaming-mexico' 'wireless-usage-data-northamerica' 'wireless-usage-data-oceania' 'wireless-usage-data-pooled' 'wireless-usage-data-pooled-downlink' 'wireless-usage-data-pooled-uplink' 'wireless-usage-mrc' 'wireless-usage-mrc-custom' 'wireless-usage-mrc-individual' 'wireless-usage-mrc-pooled' 'wireless-usage-mrc-suspended' 'wireless-usage-sms' 'wireless-usage-voice')}}\",\n \"usage_record_uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "73444ddc-335f-4cfc-875d-e8af9531cf24", "documentation": "Update an instance of a usage trigger", "method": "post", "endpoint": "2010-04-01/Accounts/:AccountSid/Usage/Triggers/:Sid.json", "responses": [ { "uuid": "4992df6f-3e7a-46c8-8c8d-70d0f274bea0", "body": "{\n \"account_sid\": \"\",\n \"api_version\": \"\",\n \"callback_method\": \"{{oneOf (array 'HEAD' 'GET' 'POST' 'PATCH' 'PUT' 'DELETE')}}\",\n \"callback_url\": \"\",\n \"current_value\": \"\",\n \"date_created\": \"\",\n \"date_fired\": \"\",\n \"date_updated\": \"\",\n \"friendly_name\": \"\",\n \"recurring\": \"{{oneOf (array 'daily' 'monthly' 'yearly' 'alltime')}}\",\n \"sid\": \"\",\n \"trigger_by\": \"{{oneOf (array 'count' 'usage' 'price')}}\",\n \"trigger_value\": \"\",\n \"uri\": \"\",\n \"usage_category\": \"{{oneOf (array 'a2p-registration-fees' 'agent-conference' 'amazon-polly' 'answering-machine-detection' 'authy-authentications' 'authy-calls-outbound' 'authy-monthly-fees' 'authy-phone-intelligence' 'authy-phone-verifications' 'authy-sms-outbound' 'call-progess-events' 'calleridlookups' 'calls' 'calls-client' 'calls-globalconference' 'calls-inbound' 'calls-inbound-local' 'calls-inbound-mobile' 'calls-inbound-tollfree' 'calls-outbound' 'calls-pay-verb-transactions' 'calls-recordings' 'calls-sip' 'calls-sip-inbound' 'calls-sip-outbound' 'calls-transfers' 'carrier-lookups' 'conversations' 'conversations-api-requests' 'conversations-conversation-events' 'conversations-endpoint-connectivity' 'conversations-events' 'conversations-participant-events' 'conversations-participants' 'cps' 'flex-usage' 'fraud-lookups' 'group-rooms' 'group-rooms-data-track' 'group-rooms-encrypted-media-recorded' 'group-rooms-media-downloaded' 'group-rooms-media-recorded' 'group-rooms-media-routed' 'group-rooms-media-stored' 'group-rooms-participant-minutes' 'group-rooms-recorded-minutes' 'imp-v1-usage' 'lookups' 'marketplace' 'marketplace-algorithmia-named-entity-recognition' 'marketplace-cadence-transcription' 'marketplace-cadence-translation' 'marketplace-capio-speech-to-text' 'marketplace-convriza-ababa' 'marketplace-deepgram-phrase-detector' 'marketplace-digital-segment-business-info' 'marketplace-facebook-offline-conversions' 'marketplace-google-speech-to-text' 'marketplace-ibm-watson-message-insights' 'marketplace-ibm-watson-message-sentiment' 'marketplace-ibm-watson-recording-analysis' 'marketplace-ibm-watson-tone-analyzer' 'marketplace-icehook-systems-scout' 'marketplace-infogroup-dataaxle-bizinfo' 'marketplace-keen-io-contact-center-analytics' 'marketplace-marchex-cleancall' 'marketplace-marchex-sentiment-analysis-for-sms' 'marketplace-marketplace-nextcaller-social-id' 'marketplace-mobile-commons-opt-out-classifier' 'marketplace-nexiwave-voicemail-to-text' 'marketplace-nextcaller-advanced-caller-identification' 'marketplace-nomorobo-spam-score' 'marketplace-payfone-tcpa-compliance' 'marketplace-remeeting-automatic-speech-recognition' 'marketplace-tcpa-defense-solutions-blacklist-feed' 'marketplace-telo-opencnam' 'marketplace-truecnam-true-spam' 'marketplace-twilio-caller-name-lookup-us' 'marketplace-twilio-carrier-information-lookup' 'marketplace-voicebase-pci' 'marketplace-voicebase-transcription' 'marketplace-voicebase-transcription-custom-vocabulary' 'marketplace-whitepages-pro-caller-identification' 'marketplace-whitepages-pro-phone-intelligence' 'marketplace-whitepages-pro-phone-reputation' 'marketplace-wolfarm-spoken-results' 'marketplace-wolfram-short-answer' 'marketplace-ytica-contact-center-reporting-analytics' 'mediastorage' 'mms' 'mms-inbound' 'mms-inbound-longcode' 'mms-inbound-shortcode' 'mms-messages-carrierfees' 'mms-outbound' 'mms-outbound-longcode' 'mms-outbound-shortcode' 'monitor-reads' 'monitor-storage' 'monitor-writes' 'notify' 'notify-actions-attempts' 'notify-channels' 'number-format-lookups' 'pchat' 'pchat-users' 'peer-to-peer-rooms-participant-minutes' 'pfax' 'pfax-minutes' 'pfax-minutes-inbound' 'pfax-minutes-outbound' 'pfax-pages' 'phonenumbers' 'phonenumbers-cps' 'phonenumbers-emergency' 'phonenumbers-local' 'phonenumbers-mobile' 'phonenumbers-setups' 'phonenumbers-tollfree' 'premiumsupport' 'proxy' 'proxy-active-sessions' 'pstnconnectivity' 'pv' 'pv-composition-media-downloaded' 'pv-composition-media-encrypted' 'pv-composition-media-stored' 'pv-composition-minutes' 'pv-recording-compositions' 'pv-room-participants' 'pv-room-participants-au1' 'pv-room-participants-br1' 'pv-room-participants-ie1' 'pv-room-participants-jp1' 'pv-room-participants-sg1' 'pv-room-participants-us1' 'pv-room-participants-us2' 'pv-rooms' 'pv-sip-endpoint-registrations' 'recordings' 'recordingstorage' 'rooms-group-bandwidth' 'rooms-group-minutes' 'rooms-peer-to-peer-minutes' 'shortcodes' 'shortcodes-customerowned' 'shortcodes-mms-enablement' 'shortcodes-mps' 'shortcodes-random' 'shortcodes-uk' 'shortcodes-vanity' 'small-group-rooms' 'small-group-rooms-data-track' 'small-group-rooms-participant-minutes' 'sms' 'sms-inbound' 'sms-inbound-longcode' 'sms-inbound-shortcode' 'sms-messages-carrierfees' 'sms-messages-features' 'sms-messages-features-senderid' 'sms-outbound' 'sms-outbound-content-inspection' 'sms-outbound-longcode' 'sms-outbound-shortcode' 'speech-recognition' 'studio-engagements' 'sync' 'sync-actions' 'sync-endpoint-hours' 'sync-endpoint-hours-above-daily-cap' 'taskrouter-tasks' 'totalprice' 'transcriptions' 'trunking-cps' 'trunking-emergency-calls' 'trunking-origination' 'trunking-origination-local' 'trunking-origination-mobile' 'trunking-origination-tollfree' 'trunking-recordings' 'trunking-secure' 'trunking-termination' 'turnmegabytes' 'turnmegabytes-australia' 'turnmegabytes-brasil' 'turnmegabytes-germany' 'turnmegabytes-india' 'turnmegabytes-ireland' 'turnmegabytes-japan' 'turnmegabytes-singapore' 'turnmegabytes-useast' 'turnmegabytes-uswest' 'twilio-interconnect' 'verify-push' 'verify-totp' 'verify-whatsapp-conversations-business-initiated' 'video-recordings' 'virtual-agent' 'voice-insights' 'voice-insights-client-insights-on-demand-minute' 'voice-insights-ptsn-insights-on-demand-minute' 'voice-insights-sip-interface-insights-on-demand-minute' 'voice-insights-sip-trunking-insights-on-demand-minute' 'wireless' 'wireless-orders' 'wireless-orders-artwork' 'wireless-orders-bulk' 'wireless-orders-esim' 'wireless-orders-starter' 'wireless-usage' 'wireless-usage-commands' 'wireless-usage-commands-africa' 'wireless-usage-commands-asia' 'wireless-usage-commands-centralandsouthamerica' 'wireless-usage-commands-europe' 'wireless-usage-commands-home' 'wireless-usage-commands-northamerica' 'wireless-usage-commands-oceania' 'wireless-usage-commands-roaming' 'wireless-usage-data' 'wireless-usage-data-africa' 'wireless-usage-data-asia' 'wireless-usage-data-centralandsouthamerica' 'wireless-usage-data-custom-additionalmb' 'wireless-usage-data-custom-first5mb' 'wireless-usage-data-domestic-roaming' 'wireless-usage-data-europe' 'wireless-usage-data-individual-additionalgb' 'wireless-usage-data-individual-firstgb' 'wireless-usage-data-international-roaming-canada' 'wireless-usage-data-international-roaming-india' 'wireless-usage-data-international-roaming-mexico' 'wireless-usage-data-northamerica' 'wireless-usage-data-oceania' 'wireless-usage-data-pooled' 'wireless-usage-data-pooled-downlink' 'wireless-usage-data-pooled-uplink' 'wireless-usage-mrc' 'wireless-usage-mrc-custom' 'wireless-usage-mrc-individual' 'wireless-usage-mrc-pooled' 'wireless-usage-mrc-suspended' 'wireless-usage-sms' 'wireless-usage-voice')}}\",\n \"usage_record_uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "65f1590e-bb12-487c-ad5e-2f0173a776a7", "documentation": "Fetch the account specified by the provided Account Sid", "method": "get", "endpoint": "2010-04-01/Accounts/:Sid.json", "responses": [ { "uuid": "7196e64c-413b-4b1a-86ec-c78b81ffc38a", "body": "{\n \"auth_token\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"friendly_name\": \"\",\n \"owner_account_sid\": \"\",\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'active' 'suspended' 'closed')}}\",\n \"subresource_uris\": {},\n \"type\": \"{{oneOf (array 'Trial' 'Full')}}\",\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0dcd9f21-e2bf-4e6f-b66d-1e159d89b9b9", "documentation": "Modify the properties of a given Account", "method": "post", "endpoint": "2010-04-01/Accounts/:Sid.json", "responses": [ { "uuid": "830a457f-09e9-4edb-8a78-144a649b3a0e", "body": "{\n \"auth_token\": \"\",\n \"date_created\": \"\",\n \"date_updated\": \"\",\n \"friendly_name\": \"\",\n \"owner_account_sid\": \"\",\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'active' 'suspended' 'closed')}}\",\n \"subresource_uris\": {},\n \"type\": \"{{oneOf (array 'Trial' 'Full')}}\",\n \"uri\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "30cd292c-71ab-4822-a68e-2a286b765016" }, { "type": "route", "uuid": "603b43c0-a81b-433e-924b-0c6d77551be6" }, { "type": "route", "uuid": "0eb0d061-5ffd-4997-b94c-e5a8c38341e0" }, { "type": "route", "uuid": "513dd623-5eb7-434a-9516-8dc90555406d" }, { "type": "route", "uuid": "8d32688c-01b3-4a4f-b22b-c2bf318ace87" }, { "type": "route", "uuid": "f3654bf1-1067-4d24-a403-324150309fba" }, { "type": "route", "uuid": "c3844f58-17dc-488d-8d31-8cbddd3ee04d" }, { "type": "route", "uuid": "8703be21-562e-42e8-95db-5a1e5b5594cd" }, { "type": "route", "uuid": "35817252-f811-4078-a484-412fef217e55" }, { "type": "route", "uuid": "22e1c3fc-8d93-4ffc-9e80-d2a2c2d08790" }, { "type": "route", "uuid": "e28f3a76-7f91-46e4-ad46-f9fab91bb9c6" }, { "type": "route", "uuid": "bbf13b43-2a30-412c-9dba-2f4837239070" }, { "type": "route", "uuid": "b63e9b5d-5a8a-4805-9e12-6a90fc952957" }, { "type": "route", "uuid": "abf5b296-4c8b-4861-a8ca-c7e7a4f35213" }, { "type": "route", "uuid": "30d9ab1e-22c5-4c93-913f-569b4c837460" }, { "type": "route", "uuid": "6f429736-3216-4156-9e86-7ad3c26aa4f0" }, { "type": "route", "uuid": "943efba2-54d0-4989-8d1c-2ba82cfb8b59" }, { "type": "route", "uuid": "8e696184-9804-47ba-a083-bb81dfd9684e" }, { "type": "route", "uuid": "8ec89df2-d452-4f5d-9286-cdd9650b8761" }, { "type": "route", "uuid": "4fdf68ac-d58b-46bd-87f3-8c74da4c9589" }, { "type": "route", "uuid": "e9e1d303-b44f-475e-a938-15a75acb2c40" }, { "type": "route", "uuid": "8d2def2b-61cc-41b5-9eb5-d252d54de12a" }, { "type": "route", "uuid": "fd0bc3a9-d20f-4d68-8ce5-01b79238402e" }, { "type": "route", "uuid": "44b3aa69-4451-442b-9604-57629dbb035c" }, { "type": "route", "uuid": "4d9db4c9-cefc-45d1-8662-8059d038964d" }, { "type": "route", "uuid": "3f80cd66-b9ab-457e-b959-6dd64b40e996" }, { "type": "route", "uuid": "bdd47dc5-a73a-41c9-a8ea-6418fcd53bc9" }, { "type": "route", "uuid": "53dcdaa6-9e8c-4306-8829-058202ed3a7d" }, { "type": "route", "uuid": "1ce85ea8-b80a-4e98-9301-56a9333fea64" }, { "type": "route", "uuid": "6664336e-cb72-4593-9c76-e4e4d36c6dcd" }, { "type": "route", "uuid": "5f2a5a2f-b21d-4086-a643-c451f77cbcda" }, { "type": "route", "uuid": "60d3965f-4d2e-4d2b-bd6c-413091393f61" }, { "type": "route", "uuid": "5e29aad0-311c-4b65-9db0-6d5835f6a5f1" }, { "type": "route", "uuid": "08b8c55d-4d9f-4fec-aeee-b5d909dd0100" }, { "type": "route", "uuid": "debc951b-8ecc-436b-80c3-730dd1f9acd7" }, { "type": "route", "uuid": "2e0953b3-5438-4156-bf33-594d19e1a015" }, { "type": "route", "uuid": "1624ab83-40bd-46e6-abb2-8fea7004907b" }, { "type": "route", "uuid": "49cc685b-a31f-4bef-a56d-86a4740ebde0" }, { "type": "route", "uuid": "df589711-d727-42b3-9faa-931d200c1138" }, { "type": "route", "uuid": "14f593b3-26ed-484d-b7a0-5c3d4996ce60" }, { "type": "route", "uuid": "4c7da934-d7cb-4a0c-b070-ca821dd0a6aa" }, { "type": "route", "uuid": "9c151f4b-d2c9-410e-97f9-e060cb1e1c36" }, { "type": "route", "uuid": "0f375fff-dad3-4e1a-a3f1-e20ff26770c3" }, { "type": "route", "uuid": "250457fb-a13d-4153-a8e0-8fbd6f08b0d3" }, { "type": "route", "uuid": "e64cc191-60af-47d5-b415-8f5d4ab98b13" }, { "type": "route", "uuid": "066b9781-1e76-4703-a868-37016f4f681e" }, { "type": "route", "uuid": "2c36947d-6c77-41e1-8afa-fdd5c7b5fa78" }, { "type": "route", "uuid": "b6e1bacc-b661-4fbd-aff5-90a241a13b97" }, { "type": "route", "uuid": "5e91b5ea-4535-40eb-aea8-9dd4a1524703" }, { "type": "route", "uuid": "684feea2-1ea5-4672-b107-a34ca7c90952" }, { "type": "route", "uuid": "b17dd7aa-32e7-4fa2-98af-fb2a779a8b8c" }, { "type": "route", "uuid": "23c2ede0-71b3-4db2-99f5-244fe14b0dcc" }, { "type": "route", "uuid": "082b5962-931b-4956-80a6-e4b40cdec4e6" }, { "type": "route", "uuid": "854bcf27-bf6b-46d6-8e1d-d6ffeb28e48f" }, { "type": "route", "uuid": "699e4af5-e83e-4dca-9f6b-4e5951909371" }, { "type": "route", "uuid": "ebbf306f-09ae-4dfc-ad36-c7b2ec7a08fb" }, { "type": "route", "uuid": "b4daa81e-9509-4f99-ab34-c3674514d7a4" }, { "type": "route", "uuid": "fffff82d-fccb-4768-bf27-375f699380e8" }, { "type": "route", "uuid": "f06ef47c-6059-448d-b2ef-7130a88adf84" }, { "type": "route", "uuid": "86f8bcaf-f495-4751-8079-195e35bed32c" }, { "type": "route", "uuid": "6b0683e3-81b8-4144-905d-849903704bcb" }, { "type": "route", "uuid": "d7f956e5-e955-4c90-8efc-ba45b263f4b6" }, { "type": "route", "uuid": "17fb700c-bbdf-48b6-aeae-e6d18c1ca3e9" }, { "type": "route", "uuid": "6358cd01-2bbb-4b56-a06e-0a5676c25676" }, { "type": "route", "uuid": "188a7330-8860-49ca-a815-4da682959110" }, { "type": "route", "uuid": "effbcd82-3fcc-4647-85fb-9d1d6d0c6f44" }, { "type": "route", "uuid": "913aa740-2d48-40b5-af88-98061553ab68" }, { "type": "route", "uuid": "12637faf-a7c5-4a3d-883f-9d0b1287b8f1" }, { "type": "route", "uuid": "ba78cc0b-b949-4bf4-9330-856980633de9" }, { "type": "route", "uuid": "a39f43a8-1cbd-44f5-b0c3-a03922b88835" }, { "type": "route", "uuid": "62b5a44a-94ac-4a98-aa31-42340dcbdc70" }, { "type": "route", "uuid": "ebc6656a-f842-4fa6-b00d-230db9eb0860" }, { "type": "route", "uuid": "62d3ee7a-3765-48b6-9083-8510f83e4c9e" }, { "type": "route", "uuid": "f5213c57-7d9f-4da0-8b44-5000f7140edf" }, { "type": "route", "uuid": "a5543f3c-dac7-4afc-b312-063c9cde7b33" }, { "type": "route", "uuid": "7a5ddf1b-83fb-491b-ae12-51cab1533426" }, { "type": "route", "uuid": "72e1de5f-565b-4173-89d4-10a9cbb413b5" }, { "type": "route", "uuid": "af5618ca-ccb9-49c6-a9de-59d0da40e539" }, { "type": "route", "uuid": "f8729949-be43-4489-877f-421b2401e896" }, { "type": "route", "uuid": "a4b844d4-b507-44f0-b2ef-26031ebd1cfa" }, { "type": "route", "uuid": "037aae66-91ed-4c9d-94a6-b13e24031da4" }, { "type": "route", "uuid": "e76f4623-4211-4752-bdd7-d20e9cce76cb" }, { "type": "route", "uuid": "45769630-ab22-489b-96f6-714e03d6e663" }, { "type": "route", "uuid": "709163f9-3c52-4a79-bef3-dd9ca239df68" }, { "type": "route", "uuid": "434ec25f-3320-47ed-9fa9-853b918138fb" }, { "type": "route", "uuid": "ad323535-176a-4066-8de4-3e92a1753c2b" }, { "type": "route", "uuid": "d7f4d162-370a-4975-bcc7-ad5579d9456b" }, { "type": "route", "uuid": "ed45bff6-d669-4e6e-9af0-7d5689653190" }, { "type": "route", "uuid": "586fd6f9-f754-4cd4-9e76-6f142e80c169" }, { "type": "route", "uuid": "a1d71644-57aa-4998-bc33-c7c3b50e27a0" }, { "type": "route", "uuid": "7438a718-ada3-461a-88c3-6f64bbbb0bcc" }, { "type": "route", "uuid": "34de0b1b-b0f5-43e3-829a-014f99d8e508" }, { "type": "route", "uuid": "574f963e-a266-42c2-940d-ae4ccd94c0f1" }, { "type": "route", "uuid": "c3662778-9a25-43d7-a870-e25bf3643947" }, { "type": "route", "uuid": "24fe1425-3d00-4744-8052-ab25b83fd641" }, { "type": "route", "uuid": "dedfce1a-ec15-4f65-97a6-7c29a8e42ee6" }, { "type": "route", "uuid": "9afd364c-6a9d-4371-aae4-5f59767ddb9d" }, { "type": "route", "uuid": "905caaff-f7a0-404a-94ab-7c22cc4f4f4e" }, { "type": "route", "uuid": "7f68db7d-2a51-4197-9d79-566e5263fb8d" }, { "type": "route", "uuid": "afe22f76-23e0-4243-8c38-7440258dc2b4" }, { "type": "route", "uuid": "a79f340f-f3bf-4d1b-a857-dcb481e5f60c" }, { "type": "route", "uuid": "d3c42ceb-06f0-4a74-ad31-bcbe6e4e55ce" }, { "type": "route", "uuid": "ab1d0092-b319-4efa-ac6d-7e8e43c3bbd8" }, { "type": "route", "uuid": "91a4ab66-838d-40e3-96b7-b53fe4251f66" }, { "type": "route", "uuid": "613eb8f8-a99b-4ec4-9a7c-4e3c024c5c3a" }, { "type": "route", "uuid": "c796f0f6-d115-460d-bcb3-7ba96dbf227c" }, { "type": "route", "uuid": "23f9a896-7138-482e-8366-8e09f3317345" }, { "type": "route", "uuid": "0ffa9304-2344-47fe-884c-655419731e5e" }, { "type": "route", "uuid": "70055761-c6f2-4dbe-af1c-aef3ce8e2c5a" }, { "type": "route", "uuid": "e909c58f-1e79-4b3c-8436-d87853126e22" }, { "type": "route", "uuid": "37a06caf-13c1-4ca6-ad2d-bd05bd02e8c3" }, { "type": "route", "uuid": "a00b8ae8-ca6d-4031-bad5-08536d236c7c" }, { "type": "route", "uuid": "5589a8fa-c506-4307-b8ff-d2ea02537ee5" }, { "type": "route", "uuid": "14ece1a8-4dd2-46a0-9c77-7f44e88854b8" }, { "type": "route", "uuid": "e015ecfa-7188-4121-a88f-7ac97c14d99e" }, { "type": "route", "uuid": "4f3cbfc2-16fb-426d-b4de-5194dde54845" }, { "type": "route", "uuid": "f0a819eb-1e7f-4e48-b3d0-0b74713b3891" }, { "type": "route", "uuid": "4ad59cf2-cd98-40f7-9e84-1004024418c2" }, { "type": "route", "uuid": "29bdab1a-14e6-4b31-954b-afe5d6e2de22" }, { "type": "route", "uuid": "e6dbb6c8-141b-4ca9-945a-3f3586f32c6e" }, { "type": "route", "uuid": "89a62879-53c5-4629-a31a-5f99d0eb158d" }, { "type": "route", "uuid": "980ea549-fa28-4898-8cbd-8a12259329b3" }, { "type": "route", "uuid": "c8b4ec67-1c5f-443f-9eb6-eb62eeed75bd" }, { "type": "route", "uuid": "f02a0692-fabc-4c36-9ea2-fa57394ef1f3" }, { "type": "route", "uuid": "8a289843-d18c-43fa-88e3-daeea852a364" }, { "type": "route", "uuid": "97e773ae-193d-48a5-847b-555020b2a9f1" }, { "type": "route", "uuid": "0997e0cc-3766-44a1-9294-fb4ffe12fd32" }, { "type": "route", "uuid": "add136a1-08d8-484d-b1bb-d11820df80c8" }, { "type": "route", "uuid": "d36237d5-85db-48fe-8501-93d7a9cdb71b" }, { "type": "route", "uuid": "ed16560d-e2a4-49ef-84d7-5d1ac5ae3acb" }, { "type": "route", "uuid": "1bd55e94-affe-48ca-ad46-dbf51023a4bf" }, { "type": "route", "uuid": "3d42f9c1-5c09-4085-b755-861455e5b8ed" }, { "type": "route", "uuid": "9c4b992d-f71f-493e-9745-f8ca753b5e99" }, { "type": "route", "uuid": "b7ff4b5f-d518-46b9-b06d-3ccb373b97de" }, { "type": "route", "uuid": "175fa86c-df4d-49b4-989e-653e806dba6a" }, { "type": "route", "uuid": "a03351c0-c6ec-4ec7-bf03-effcefe6b4ee" }, { "type": "route", "uuid": "b0b81551-ae04-45f0-9466-05655c847738" }, { "type": "route", "uuid": "dc452fbb-9511-4f5d-ba85-db5cc8b7c857" }, { "type": "route", "uuid": "3a090530-7e77-4c7b-a34d-0b94db49e359" }, { "type": "route", "uuid": "64c6435d-ebdf-4856-abac-f749eb51ffac" }, { "type": "route", "uuid": "30ac27fd-81df-4a06-bf12-a345edb22f78" }, { "type": "route", "uuid": "3a2f4ccc-fa0e-43d0-aa91-7b591460bfe4" }, { "type": "route", "uuid": "059a88d2-45b0-41fe-b74f-3cbcaa64f83f" }, { "type": "route", "uuid": "6f2f46a3-1518-4ccc-ba3b-79cd454c6d94" }, { "type": "route", "uuid": "ddaefd25-1047-4a60-9367-4088b0cb9ea8" }, { "type": "route", "uuid": "5cb0cdaa-495a-4844-9dec-0bf74e4a9991" }, { "type": "route", "uuid": "282bba5a-731c-443c-ae33-9a413734f370" }, { "type": "route", "uuid": "0745c6ac-b740-4977-b56a-3c807126e5ee" }, { "type": "route", "uuid": "c147805d-7f19-4cf7-be7c-f6879b1079c1" }, { "type": "route", "uuid": "47e83ff1-6eea-45d2-93d8-aee40b75749f" }, { "type": "route", "uuid": "e6cf59e6-8be9-4945-af5b-a71dbfedbd09" }, { "type": "route", "uuid": "25278c68-59ee-4258-91b2-632fac933569" }, { "type": "route", "uuid": "7c160569-faa7-40b2-b88b-e15244c93be0" }, { "type": "route", "uuid": "39560732-5c02-47a7-822a-af814db3a7ca" }, { "type": "route", "uuid": "0f8a03d2-35b4-4143-a7be-44b3879d6891" }, { "type": "route", "uuid": "b132eecd-2fb7-48b8-a442-097ecc842f15" }, { "type": "route", "uuid": "76d64d57-68be-47ae-be48-a26d8d4cd099" }, { "type": "route", "uuid": "58c35a78-1803-4270-b3e0-044eaad5878d" }, { "type": "route", "uuid": "b5cb1f5c-ff46-4ce3-b2ff-d6ccc5a860e4" }, { "type": "route", "uuid": "e2180537-49ac-42ab-bd72-cf052e09f28a" }, { "type": "route", "uuid": "f0fdbf3f-0d2d-4362-a156-25bf637ae2ef" }, { "type": "route", "uuid": "18bac897-a776-4acb-99d9-e5f74f34a47d" }, { "type": "route", "uuid": "10d8a550-079c-4b7c-9bee-31fd27737785" }, { "type": "route", "uuid": "9c694886-3d0c-4152-8bef-e5d60e05ac3d" }, { "type": "route", "uuid": "ca37c4da-7d3a-4b90-89cc-e6f7a310e6df" }, { "type": "route", "uuid": "69988512-dfa1-4b0c-9be4-099db81ac4ab" }, { "type": "route", "uuid": "b5671fb4-a56d-4765-943d-bdffe7cae3b6" }, { "type": "route", "uuid": "744b9efc-3deb-4344-bb10-aa4475a258e2" }, { "type": "route", "uuid": "50b7131f-830a-4a59-9031-a0fae9e1e412" }, { "type": "route", "uuid": "87122a6d-8897-451f-9c32-2e87d6137fc2" }, { "type": "route", "uuid": "69f56cda-d058-4030-a581-5ff5413b6215" }, { "type": "route", "uuid": "dee39f68-9eb1-4488-a3f2-49c84fdfe163" }, { "type": "route", "uuid": "a62f8477-06ac-497f-b3d4-81dbaf460f8b" }, { "type": "route", "uuid": "ff660ffe-5386-4168-8951-d9cd9ecd0bf4" }, { "type": "route", "uuid": "f40b3b47-7d41-4b99-95bf-b851149e0500" }, { "type": "route", "uuid": "e5cf1002-51c5-4c81-a63c-4b94745983a4" }, { "type": "route", "uuid": "1bcc943a-204c-473c-a863-560e0f088574" }, { "type": "route", "uuid": "f239235e-e523-4674-b6d3-29fce078326c" }, { "type": "route", "uuid": "00a12277-72a5-4ec9-919c-13b9581e16fd" }, { "type": "route", "uuid": "869a7cc7-2c51-40ca-9869-6c4c1cb9d02b" }, { "type": "route", "uuid": "38c7a256-c027-4a10-8e0a-7e4f5f520dd4" }, { "type": "route", "uuid": "9d393449-474d-4779-b11f-414a793402e6" }, { "type": "route", "uuid": "1dc23eff-f04b-462d-b282-bfff4a8ad82f" }, { "type": "route", "uuid": "06a72bcc-d855-48b7-b946-3839602eda24" }, { "type": "route", "uuid": "566e88d0-2c67-45bb-8477-3c18337f3341" }, { "type": "route", "uuid": "3d8ba8b2-1a1c-4571-b1df-dc2f229aac0a" }, { "type": "route", "uuid": "48f7998b-a330-4a44-ad1c-5f74bd330f82" }, { "type": "route", "uuid": "58cb5f52-7287-449f-a593-45f4d8ec20da" }, { "type": "route", "uuid": "5f945293-5dbd-4250-91dd-0819cf36014f" }, { "type": "route", "uuid": "448c0902-d3ac-4721-8350-1f6f5b565c60" }, { "type": "route", "uuid": "adea7d05-b8b2-4644-86ad-ff8d7818f81a" }, { "type": "route", "uuid": "fb6da220-7ea1-4bdb-bbe8-4f79982afa5c" }, { "type": "route", "uuid": "767bd41f-6241-4166-a0b6-8866983c56f6" }, { "type": "route", "uuid": "73444ddc-335f-4cfc-875d-e8af9531cf24" }, { "type": "route", "uuid": "65f1590e-bb12-487c-ad5e-2f0173a776a7" }, { "type": "route", "uuid": "0dcd9f21-e2bf-4e6f-b66d-1e159d89b9b9" } ] }