{ "uuid": "d6fd7f97-34d2-47ef-a17f-2949b35b4b01", "lastMigration": 29, "name": "Twilio - Preview", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "9042dfe1-243b-4a65-8f36-c95be71176b5", "documentation": "Retrieve a list of all Fleets belonging to your account.", "method": "get", "endpoint": "DeployedDevices/Fleets", "responses": [ { "uuid": "2b917785-8a3b-4b2a-98ba-c44ad231aff7", "body": "{\n \"fleets\": [\n {\n \"account_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"default_deployment_sid\": \"\",\n \"friendly_name\": \"\",\n \"links\": {},\n \"sid\": \"\",\n \"unique_name\": \"\",\n \"url\": \"\"\n }\n ],\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\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": "3d00fb4c-8d6f-4aad-a231-1cdfd92512a2", "documentation": "Create a new Fleet for scoping of deployed devices within your account.", "method": "post", "endpoint": "DeployedDevices/Fleets", "responses": [ { "uuid": "5b869081-9bd0-4756-9b7f-4a9d8ff55a7a", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"default_deployment_sid\": \"\",\n \"friendly_name\": \"\",\n \"links\": {},\n \"sid\": \"\",\n \"unique_name\": \"\",\n \"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": "23f8406a-31a4-4833-ad56-9bb40124a407", "documentation": "Retrieve a list of all Certificate credentials belonging to the Fleet.", "method": "get", "endpoint": "DeployedDevices/Fleets/:FleetSid/Certificates", "responses": [ { "uuid": "3cd12fa5-1c42-4783-b047-2e4682181747", "body": "{\n \"certificates\": [\n {\n \"account_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"device_sid\": \"\",\n \"fleet_sid\": \"\",\n \"friendly_name\": \"\",\n \"sid\": \"\",\n \"thumbprint\": \"\",\n \"url\": \"\"\n }\n ],\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\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": "0ed2df65-789f-4fb1-8ceb-6e2dfe27fbb3", "documentation": "Enroll a new Certificate credential to the Fleet, optionally giving it a friendly name and assigning to a Device.", "method": "post", "endpoint": "DeployedDevices/Fleets/:FleetSid/Certificates", "responses": [ { "uuid": "729f2b6e-44bd-49d3-90ee-498bfb4d267f", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"device_sid\": \"\",\n \"fleet_sid\": \"\",\n \"friendly_name\": \"\",\n \"sid\": \"\",\n \"thumbprint\": \"\",\n \"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": "fd79580a-9b43-460d-aa86-cfcf658cebeb", "documentation": "Unregister a specific Certificate credential from the Fleet, effectively disallowing any inbound client connections that are presenting it.", "method": "delete", "endpoint": "DeployedDevices/Fleets/:FleetSid/Certificates/:Sid", "responses": [ { "uuid": "ce194b00-8cb8-418c-943e-0340da4b4f4b", "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": "2d9e44a3-4721-4e84-98c9-f4d8160e603c", "documentation": "Fetch information about a specific Certificate credential in the Fleet.", "method": "get", "endpoint": "DeployedDevices/Fleets/:FleetSid/Certificates/:Sid", "responses": [ { "uuid": "b6a94cb7-a5f0-4e5b-83d4-0e425c0a8a32", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"device_sid\": \"\",\n \"fleet_sid\": \"\",\n \"friendly_name\": \"\",\n \"sid\": \"\",\n \"thumbprint\": \"\",\n \"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": "51f5c640-3468-4f33-ad19-cf9775caedb9", "documentation": "Update the given properties of a specific Certificate credential in the Fleet, giving it a friendly name or assigning to a Device.", "method": "post", "endpoint": "DeployedDevices/Fleets/:FleetSid/Certificates/:Sid", "responses": [ { "uuid": "a2826cec-698c-4b7d-b153-a46269b10891", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"device_sid\": \"\",\n \"fleet_sid\": \"\",\n \"friendly_name\": \"\",\n \"sid\": \"\",\n \"thumbprint\": \"\",\n \"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": "e20270ff-a0af-4195-ad28-625a96b99c71", "documentation": "Retrieve a list of all Deployments belonging to the Fleet.", "method": "get", "endpoint": "DeployedDevices/Fleets/:FleetSid/Deployments", "responses": [ { "uuid": "d998c325-99e0-467b-a781-2d1314cba326", "body": "{\n \"deployments\": [\n {\n \"account_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"fleet_sid\": \"\",\n \"friendly_name\": \"\",\n \"sid\": \"\",\n \"sync_service_sid\": \"\",\n \"url\": \"\"\n }\n ],\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\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": "be65da96-656a-4c43-947e-814fd6bbb334", "documentation": "Create a new Deployment in the Fleet, optionally giving it a friendly name and linking to a specific Twilio Sync service instance.", "method": "post", "endpoint": "DeployedDevices/Fleets/:FleetSid/Deployments", "responses": [ { "uuid": "d7524a75-53fe-4dae-b32d-da7adc6249f3", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"fleet_sid\": \"\",\n \"friendly_name\": \"\",\n \"sid\": \"\",\n \"sync_service_sid\": \"\",\n \"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": "14ec63c4-878a-4f50-9715-3afe1f713f4b", "documentation": "Delete a specific Deployment from the Fleet, leaving associated devices effectively undeployed.", "method": "delete", "endpoint": "DeployedDevices/Fleets/:FleetSid/Deployments/:Sid", "responses": [ { "uuid": "8b51d987-1077-4576-a69c-abd7c46e5178", "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": "70b97ba1-1fb5-474d-8791-fd1830dc3aae", "documentation": "Fetch information about a specific Deployment in the Fleet.", "method": "get", "endpoint": "DeployedDevices/Fleets/:FleetSid/Deployments/:Sid", "responses": [ { "uuid": "43f9b6ae-60d9-4a69-b1de-23c46a46999e", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"fleet_sid\": \"\",\n \"friendly_name\": \"\",\n \"sid\": \"\",\n \"sync_service_sid\": \"\",\n \"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": "b90da282-f250-45f5-92f5-05f9355ba800", "documentation": "Update the given properties of a specific Deployment credential in the Fleet, giving it a friendly name or linking to a specific Twilio Sync service instance.", "method": "post", "endpoint": "DeployedDevices/Fleets/:FleetSid/Deployments/:Sid", "responses": [ { "uuid": "5c256cbf-9508-4d47-a133-24b3d836b387", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"fleet_sid\": \"\",\n \"friendly_name\": \"\",\n \"sid\": \"\",\n \"sync_service_sid\": \"\",\n \"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": "7bd85e1d-fd1e-4825-a255-743c1dd9b51c", "documentation": "Retrieve a list of all Devices belonging to the Fleet.", "method": "get", "endpoint": "DeployedDevices/Fleets/:FleetSid/Devices", "responses": [ { "uuid": "c3237a98-4cca-458f-a9c4-460130ab939c", "body": "{\n \"devices\": [\n {\n \"account_sid\": \"\",\n \"date_authenticated\": \"{{faker 'date.recent' 365}}\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"deployment_sid\": \"\",\n \"enabled\": {{faker 'datatype.boolean'}},\n \"fleet_sid\": \"\",\n \"friendly_name\": \"\",\n \"identity\": \"\",\n \"sid\": \"\",\n \"unique_name\": \"\",\n \"url\": \"\"\n }\n ],\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\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": "c8baa816-b7e0-43d9-9d01-a3ad66f02ec6", "documentation": "Create a new Device in the Fleet, optionally giving it a unique name, friendly name, and assigning to a Deployment and/or human identity.", "method": "post", "endpoint": "DeployedDevices/Fleets/:FleetSid/Devices", "responses": [ { "uuid": "0eaecf50-680c-4cb8-a09b-ebf3cb152d9d", "body": "{\n \"account_sid\": \"\",\n \"date_authenticated\": \"{{faker 'date.recent' 365}}\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"deployment_sid\": \"\",\n \"enabled\": {{faker 'datatype.boolean'}},\n \"fleet_sid\": \"\",\n \"friendly_name\": \"\",\n \"identity\": \"\",\n \"sid\": \"\",\n \"unique_name\": \"\",\n \"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": "ca772632-482a-42d6-a29a-a4d653ecf195", "documentation": "Delete a specific Device from the Fleet, also removing it from associated Deployments.", "method": "delete", "endpoint": "DeployedDevices/Fleets/:FleetSid/Devices/:Sid", "responses": [ { "uuid": "81693349-fb37-484d-9110-ec3b7829f7a9", "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": "f38c26d1-f093-498b-977f-c5c75e1a9960", "documentation": "Fetch information about a specific Device in the Fleet.", "method": "get", "endpoint": "DeployedDevices/Fleets/:FleetSid/Devices/:Sid", "responses": [ { "uuid": "38c92e75-dd08-4ea5-9f3f-f49d58429d6f", "body": "{\n \"account_sid\": \"\",\n \"date_authenticated\": \"{{faker 'date.recent' 365}}\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"deployment_sid\": \"\",\n \"enabled\": {{faker 'datatype.boolean'}},\n \"fleet_sid\": \"\",\n \"friendly_name\": \"\",\n \"identity\": \"\",\n \"sid\": \"\",\n \"unique_name\": \"\",\n \"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": "a703b931-6b7e-4a87-b907-33c72f9722e1", "documentation": "Update the given properties of a specific Device in the Fleet, giving it a friendly name, assigning to a Deployment, or a human identity.", "method": "post", "endpoint": "DeployedDevices/Fleets/:FleetSid/Devices/:Sid", "responses": [ { "uuid": "48d97a55-e05b-4baa-988a-2c3f162c5355", "body": "{\n \"account_sid\": \"\",\n \"date_authenticated\": \"{{faker 'date.recent' 365}}\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"deployment_sid\": \"\",\n \"enabled\": {{faker 'datatype.boolean'}},\n \"fleet_sid\": \"\",\n \"friendly_name\": \"\",\n \"identity\": \"\",\n \"sid\": \"\",\n \"unique_name\": \"\",\n \"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": "964b9c85-b05f-4477-b039-c1e28b4ebba9", "documentation": "Retrieve a list of all Keys credentials belonging to the Fleet.", "method": "get", "endpoint": "DeployedDevices/Fleets/:FleetSid/Keys", "responses": [ { "uuid": "435f64f5-c387-4b9c-ae94-b044cb8441aa", "body": "{\n \"keys\": [\n {\n \"account_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"device_sid\": \"\",\n \"fleet_sid\": \"\",\n \"friendly_name\": \"\",\n \"secret\": \"\",\n \"sid\": \"\",\n \"url\": \"\"\n }\n ],\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\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": "aacf32aa-a339-46cd-8cad-f59224243439", "documentation": "Create a new Key credential in the Fleet, optionally giving it a friendly name and assigning to a Device.", "method": "post", "endpoint": "DeployedDevices/Fleets/:FleetSid/Keys", "responses": [ { "uuid": "85ee1e04-59fc-4c0b-b8cf-2f9f60a70ead", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"device_sid\": \"\",\n \"fleet_sid\": \"\",\n \"friendly_name\": \"\",\n \"secret\": \"\",\n \"sid\": \"\",\n \"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": "94f0af38-6853-430d-8e12-da9f935bf79f", "documentation": "Delete a specific Key credential from the Fleet, effectively disallowing any inbound client connections that are presenting it.", "method": "delete", "endpoint": "DeployedDevices/Fleets/:FleetSid/Keys/:Sid", "responses": [ { "uuid": "84cd310b-de46-483b-b397-cc60c33aaf17", "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": "e83dd461-75d4-49ad-b8cc-32f47e1b9968", "documentation": "Fetch information about a specific Key credential in the Fleet.", "method": "get", "endpoint": "DeployedDevices/Fleets/:FleetSid/Keys/:Sid", "responses": [ { "uuid": "fda58674-13e1-41eb-b891-800ff8028d0c", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"device_sid\": \"\",\n \"fleet_sid\": \"\",\n \"friendly_name\": \"\",\n \"secret\": \"\",\n \"sid\": \"\",\n \"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": "3ab02490-cd65-4c89-930c-7f7029c1f588", "documentation": "Update the given properties of a specific Key credential in the Fleet, giving it a friendly name or assigning to a Device.", "method": "post", "endpoint": "DeployedDevices/Fleets/:FleetSid/Keys/:Sid", "responses": [ { "uuid": "d99df532-6a48-4637-99aa-ae55214b1f1c", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"device_sid\": \"\",\n \"fleet_sid\": \"\",\n \"friendly_name\": \"\",\n \"secret\": \"\",\n \"sid\": \"\",\n \"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": "d3c520ff-765a-4fb7-b99a-f37a682d5e74", "documentation": "Delete a specific Fleet from your account, also destroys all nested resources: Devices, Deployments, Certificates, Keys.", "method": "delete", "endpoint": "DeployedDevices/Fleets/:Sid", "responses": [ { "uuid": "ae97d221-77d0-40e6-9543-687ffa6d3284", "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": "6a664d08-4697-4a78-b8a3-3b01c1ed6591", "documentation": "Fetch information about a specific Fleet in your account.", "method": "get", "endpoint": "DeployedDevices/Fleets/:Sid", "responses": [ { "uuid": "11c65519-39c8-4fdd-8359-4da4304f8b40", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"default_deployment_sid\": \"\",\n \"friendly_name\": \"\",\n \"links\": {},\n \"sid\": \"\",\n \"unique_name\": \"\",\n \"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": "f66b5c5b-e64d-4c31-9668-e8ea6a36077c", "documentation": "Update the friendly name property of a specific Fleet in your account.", "method": "post", "endpoint": "DeployedDevices/Fleets/:Sid", "responses": [ { "uuid": "cd3214c5-4417-4c42-bd75-6bbb08b3045d", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"default_deployment_sid\": \"\",\n \"friendly_name\": \"\",\n \"links\": {},\n \"sid\": \"\",\n \"unique_name\": \"\",\n \"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": "5faf3315-d911-4e45-9c00-babfea249283", "documentation": "Retrieve a list of AuthorizationDocuments belonging to the account initiating the request.", "method": "get", "endpoint": "HostedNumbers/AuthorizationDocuments", "responses": [ { "uuid": "e0a6eabd-b9cc-49ff-b4f5-00e9d9e2d3ed", "body": "{\n \"items\": [\n {\n \"address_sid\": \"\",\n \"cc_emails\": [\n \"\"\n ],\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"email\": \"\",\n \"links\": {},\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'opened' 'signing' 'signed' 'canceled' 'failed')}}\",\n \"url\": \"\"\n }\n ],\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\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": "37ef2d01-73a6-4d53-a279-ae90e5ed3ea7", "documentation": "Create an AuthorizationDocument for authorizing the hosting of phone number capabilities on Twilio's platform.", "method": "post", "endpoint": "HostedNumbers/AuthorizationDocuments", "responses": [ { "uuid": "ff357c6a-d4d4-47e7-b48f-9d346d93ae4c", "body": "{\n \"address_sid\": \"\",\n \"cc_emails\": [\n \"\"\n ],\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"email\": \"\",\n \"links\": {},\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'opened' 'signing' 'signed' 'canceled' 'failed')}}\",\n \"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": "5e9d3a30-41c7-4eb0-96a3-5f172e3cced5", "documentation": "Fetch a specific AuthorizationDocument.", "method": "get", "endpoint": "HostedNumbers/AuthorizationDocuments/:Sid", "responses": [ { "uuid": "6afb54a7-5af2-4cbf-852e-7376cd6b32b0", "body": "{\n \"address_sid\": \"\",\n \"cc_emails\": [\n \"\"\n ],\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"email\": \"\",\n \"links\": {},\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'opened' 'signing' 'signed' 'canceled' 'failed')}}\",\n \"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": "1c71a366-de3e-4595-a8e6-e279d42cbf0f", "documentation": "Updates a specific AuthorizationDocument.", "method": "post", "endpoint": "HostedNumbers/AuthorizationDocuments/:Sid", "responses": [ { "uuid": "1d85d722-3038-4589-8d96-fd114c54c147", "body": "{\n \"address_sid\": \"\",\n \"cc_emails\": [\n \"\"\n ],\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"email\": \"\",\n \"links\": {},\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'opened' 'signing' 'signed' 'canceled' 'failed')}}\",\n \"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": "eee3ce05-d414-412a-b975-825fbdeac5d5", "documentation": "Retrieve a list of dependent HostedNumberOrders belonging to the AuthorizationDocument.", "method": "get", "endpoint": "HostedNumbers/AuthorizationDocuments/:SigningDocumentSid/DependentHostedNumberOrders", "responses": [ { "uuid": "c1f1c1b1-ceef-4476-99c8-6f9a3a75f4ae", "body": "{\n \"items\": [\n {\n \"account_sid\": \"\",\n \"address_sid\": \"\",\n \"call_delay\": {{faker 'number.int' max=99999}},\n \"capabilities\": {\n \"fax\": {{faker 'datatype.boolean'}},\n \"mms\": {{faker 'datatype.boolean'}},\n \"sms\": {{faker 'datatype.boolean'}},\n \"voice\": {{faker 'datatype.boolean'}}\n },\n \"cc_emails\": [\n \"\"\n ],\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"email\": \"\",\n \"extension\": \"\",\n \"failure_reason\": \"\",\n \"friendly_name\": \"\",\n \"incoming_phone_number_sid\": \"\",\n \"phone_number\": \"\",\n \"sid\": \"\",\n \"signing_document_sid\": \"\",\n \"status\": \"{{oneOf (array 'received' 'pending-verification' 'verified' 'pending-loa' 'carrier-processing' 'testing' 'completed' 'failed' 'action-required')}}\",\n \"unique_name\": \"\",\n \"verification_attempts\": {{faker 'number.int' max=99999}},\n \"verification_call_sids\": [\n \"\"\n ],\n \"verification_code\": \"\",\n \"verification_document_sid\": \"\",\n \"verification_type\": \"{{oneOf (array 'phone-call' 'phone-bill')}}\"\n }\n ],\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\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": "6a23a4d0-13ac-4a6d-adb1-74bafaf642e7", "documentation": "Retrieve a list of HostedNumberOrders belonging to the account initiating the request.", "method": "get", "endpoint": "HostedNumbers/HostedNumberOrders", "responses": [ { "uuid": "43e9fb68-f441-42f2-8fec-b9a7ab9e4488", "body": "{\n \"items\": [\n {\n \"account_sid\": \"\",\n \"address_sid\": \"\",\n \"call_delay\": {{faker 'number.int' max=99999}},\n \"capabilities\": {\n \"fax\": {{faker 'datatype.boolean'}},\n \"mms\": {{faker 'datatype.boolean'}},\n \"sms\": {{faker 'datatype.boolean'}},\n \"voice\": {{faker 'datatype.boolean'}}\n },\n \"cc_emails\": [\n \"\"\n ],\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"email\": \"\",\n \"extension\": \"\",\n \"failure_reason\": \"\",\n \"friendly_name\": \"\",\n \"incoming_phone_number_sid\": \"\",\n \"phone_number\": \"\",\n \"sid\": \"\",\n \"signing_document_sid\": \"\",\n \"status\": \"{{oneOf (array 'received' 'pending-verification' 'verified' 'pending-loa' 'carrier-processing' 'testing' 'completed' 'failed' 'action-required')}}\",\n \"unique_name\": \"\",\n \"url\": \"\",\n \"verification_attempts\": {{faker 'number.int' max=99999}},\n \"verification_call_sids\": [\n \"\"\n ],\n \"verification_code\": \"\",\n \"verification_document_sid\": \"\",\n \"verification_type\": \"{{oneOf (array 'phone-call' 'phone-bill')}}\"\n }\n ],\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\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": "3f122154-4c17-44cb-9160-c26134f30540", "documentation": "Host a phone number's capability on Twilio's platform.", "method": "post", "endpoint": "HostedNumbers/HostedNumberOrders", "responses": [ { "uuid": "c8c51cfb-ae81-437e-8672-ea160b8da21c", "body": "{\n \"account_sid\": \"\",\n \"address_sid\": \"\",\n \"call_delay\": {{faker 'number.int' max=99999}},\n \"capabilities\": {\n \"fax\": {{faker 'datatype.boolean'}},\n \"mms\": {{faker 'datatype.boolean'}},\n \"sms\": {{faker 'datatype.boolean'}},\n \"voice\": {{faker 'datatype.boolean'}}\n },\n \"cc_emails\": [\n \"\"\n ],\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"email\": \"\",\n \"extension\": \"\",\n \"failure_reason\": \"\",\n \"friendly_name\": \"\",\n \"incoming_phone_number_sid\": \"\",\n \"phone_number\": \"\",\n \"sid\": \"\",\n \"signing_document_sid\": \"\",\n \"status\": \"{{oneOf (array 'received' 'pending-verification' 'verified' 'pending-loa' 'carrier-processing' 'testing' 'completed' 'failed' 'action-required')}}\",\n \"unique_name\": \"\",\n \"url\": \"\",\n \"verification_attempts\": {{faker 'number.int' max=99999}},\n \"verification_call_sids\": [\n \"\"\n ],\n \"verification_code\": \"\",\n \"verification_document_sid\": \"\",\n \"verification_type\": \"{{oneOf (array 'phone-call' 'phone-bill')}}\"\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": "20c7ed2d-7059-49b7-aa5f-94c76d141e79", "documentation": "Cancel the HostedNumberOrder (only available when the status is in `received`).", "method": "delete", "endpoint": "HostedNumbers/HostedNumberOrders/:Sid", "responses": [ { "uuid": "d2e87a5b-9f03-40e9-b8c9-2088c1c104d0", "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": "aed805b1-4a49-4ce6-9c16-5cbdad6c8039", "documentation": "Fetch a specific HostedNumberOrder.", "method": "get", "endpoint": "HostedNumbers/HostedNumberOrders/:Sid", "responses": [ { "uuid": "353c579e-a9b3-4826-a685-c68e4632ae76", "body": "{\n \"account_sid\": \"\",\n \"address_sid\": \"\",\n \"call_delay\": {{faker 'number.int' max=99999}},\n \"capabilities\": {\n \"fax\": {{faker 'datatype.boolean'}},\n \"mms\": {{faker 'datatype.boolean'}},\n \"sms\": {{faker 'datatype.boolean'}},\n \"voice\": {{faker 'datatype.boolean'}}\n },\n \"cc_emails\": [\n \"\"\n ],\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"email\": \"\",\n \"extension\": \"\",\n \"failure_reason\": \"\",\n \"friendly_name\": \"\",\n \"incoming_phone_number_sid\": \"\",\n \"phone_number\": \"\",\n \"sid\": \"\",\n \"signing_document_sid\": \"\",\n \"status\": \"{{oneOf (array 'received' 'pending-verification' 'verified' 'pending-loa' 'carrier-processing' 'testing' 'completed' 'failed' 'action-required')}}\",\n \"unique_name\": \"\",\n \"url\": \"\",\n \"verification_attempts\": {{faker 'number.int' max=99999}},\n \"verification_call_sids\": [\n \"\"\n ],\n \"verification_code\": \"\",\n \"verification_document_sid\": \"\",\n \"verification_type\": \"{{oneOf (array 'phone-call' 'phone-bill')}}\"\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": "44b90c12-2249-4b71-8104-98f03a056a44", "documentation": "Updates a specific HostedNumberOrder.", "method": "post", "endpoint": "HostedNumbers/HostedNumberOrders/:Sid", "responses": [ { "uuid": "7e5d60a7-a664-464b-957a-9cce19e213f6", "body": "{\n \"account_sid\": \"\",\n \"address_sid\": \"\",\n \"call_delay\": {{faker 'number.int' max=99999}},\n \"capabilities\": {\n \"fax\": {{faker 'datatype.boolean'}},\n \"mms\": {{faker 'datatype.boolean'}},\n \"sms\": {{faker 'datatype.boolean'}},\n \"voice\": {{faker 'datatype.boolean'}}\n },\n \"cc_emails\": [\n \"\"\n ],\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"email\": \"\",\n \"extension\": \"\",\n \"failure_reason\": \"\",\n \"friendly_name\": \"\",\n \"incoming_phone_number_sid\": \"\",\n \"phone_number\": \"\",\n \"sid\": \"\",\n \"signing_document_sid\": \"\",\n \"status\": \"{{oneOf (array 'received' 'pending-verification' 'verified' 'pending-loa' 'carrier-processing' 'testing' 'completed' 'failed' 'action-required')}}\",\n \"unique_name\": \"\",\n \"url\": \"\",\n \"verification_attempts\": {{faker 'number.int' max=99999}},\n \"verification_call_sids\": [\n \"\"\n ],\n \"verification_code\": \"\",\n \"verification_document_sid\": \"\",\n \"verification_type\": \"{{oneOf (array 'phone-call' 'phone-bill')}}\"\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": "0c11f819-774c-4fb6-a65a-271023565d05", "documentation": "", "method": "get", "endpoint": "Sync/Services", "responses": [ { "uuid": "108d88d3-17e4-4fc4-af78-3d6604036da4", "body": "{\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n },\n \"services\": [\n {\n \"account_sid\": \"\",\n \"acl_enabled\": {{faker 'datatype.boolean'}},\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"links\": {},\n \"reachability_webhooks_enabled\": {{faker 'datatype.boolean'}},\n \"sid\": \"\",\n \"url\": \"\",\n \"webhook_url\": \"\"\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": "7699ec41-0f1d-4dc3-9dbe-67b3fa582497", "documentation": "", "method": "post", "endpoint": "Sync/Services", "responses": [ { "uuid": "9b37e598-db65-4d30-b207-5dbc8acf30a1", "body": "{\n \"account_sid\": \"\",\n \"acl_enabled\": {{faker 'datatype.boolean'}},\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"links\": {},\n \"reachability_webhooks_enabled\": {{faker 'datatype.boolean'}},\n \"sid\": \"\",\n \"url\": \"\",\n \"webhook_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": "22177d90-4555-4769-ab75-7eba7b6eb13f", "documentation": "", "method": "get", "endpoint": "Sync/Services/:ServiceSid/Documents", "responses": [ { "uuid": "da1c73e9-59bf-430a-b1bf-8457adb9cbeb", "body": "{\n \"documents\": [\n {\n \"account_sid\": \"\",\n \"created_by\": \"\",\n \"data\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"links\": {},\n \"revision\": \"\",\n \"service_sid\": \"\",\n \"sid\": \"\",\n \"unique_name\": \"\",\n \"url\": \"\"\n }\n ],\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\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": "454ce15a-210a-4476-b22d-eece4ec4ce81", "documentation": "", "method": "post", "endpoint": "Sync/Services/:ServiceSid/Documents", "responses": [ { "uuid": "88ba4f56-8616-4833-ae45-b74b014e0885", "body": "{\n \"account_sid\": \"\",\n \"created_by\": \"\",\n \"data\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"links\": {},\n \"revision\": \"\",\n \"service_sid\": \"\",\n \"sid\": \"\",\n \"unique_name\": \"\",\n \"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": "df91cf30-bab7-4f68-976f-9ef224846a8f", "documentation": "Retrieve a list of all Permissions applying to a Sync Document.", "method": "get", "endpoint": "Sync/Services/:ServiceSid/Documents/:DocumentSid/Permissions", "responses": [ { "uuid": "275fd1b6-a69c-45a8-957d-450c7caaf893", "body": "{\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n },\n \"permissions\": [\n {\n \"account_sid\": \"\",\n \"document_sid\": \"\",\n \"identity\": \"\",\n \"manage\": {{faker 'datatype.boolean'}},\n \"read\": {{faker 'datatype.boolean'}},\n \"service_sid\": \"\",\n \"url\": \"\",\n \"write\": {{faker 'datatype.boolean'}}\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": "e139fc1d-b024-4efa-a8c7-63f678b8519f", "documentation": "Delete a specific Sync Document Permission.", "method": "delete", "endpoint": "Sync/Services/:ServiceSid/Documents/:DocumentSid/Permissions/:Identity", "responses": [ { "uuid": "3db3b276-ac14-4b35-ace7-4f5021b28ca5", "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": "f84a3c33-2f21-42cf-b280-c3ea05fe7edc", "documentation": "Fetch a specific Sync Document Permission.", "method": "get", "endpoint": "Sync/Services/:ServiceSid/Documents/:DocumentSid/Permissions/:Identity", "responses": [ { "uuid": "61d4b751-cf4f-4ba7-83f4-f031d0026cd3", "body": "{\n \"account_sid\": \"\",\n \"document_sid\": \"\",\n \"identity\": \"\",\n \"manage\": {{faker 'datatype.boolean'}},\n \"read\": {{faker 'datatype.boolean'}},\n \"service_sid\": \"\",\n \"url\": \"\",\n \"write\": {{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": "c0bd1473-9b41-4525-b539-0f2dbbc3cbb3", "documentation": "Update an identity's access to a specific Sync Document.", "method": "post", "endpoint": "Sync/Services/:ServiceSid/Documents/:DocumentSid/Permissions/:Identity", "responses": [ { "uuid": "3f3800b0-0c98-443d-b1d5-140f7deb6aca", "body": "{\n \"account_sid\": \"\",\n \"document_sid\": \"\",\n \"identity\": \"\",\n \"manage\": {{faker 'datatype.boolean'}},\n \"read\": {{faker 'datatype.boolean'}},\n \"service_sid\": \"\",\n \"url\": \"\",\n \"write\": {{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": "6849b83d-20b0-4d72-91aa-03b50e1a0ef2", "documentation": "", "method": "delete", "endpoint": "Sync/Services/:ServiceSid/Documents/:Sid", "responses": [ { "uuid": "2927349f-6b00-4f1c-ab48-e69298765aab", "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": "4413a593-af19-48dd-883c-585f99c994f5", "documentation": "", "method": "get", "endpoint": "Sync/Services/:ServiceSid/Documents/:Sid", "responses": [ { "uuid": "1b5a4da9-c51e-473e-b2b8-95ec32c9498e", "body": "{\n \"account_sid\": \"\",\n \"created_by\": \"\",\n \"data\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"links\": {},\n \"revision\": \"\",\n \"service_sid\": \"\",\n \"sid\": \"\",\n \"unique_name\": \"\",\n \"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": "7518d512-64bb-46c0-b7f6-cfaac67a92ae", "documentation": "", "method": "post", "endpoint": "Sync/Services/:ServiceSid/Documents/:Sid", "responses": [ { "uuid": "33d5570a-500d-40e5-a5d8-a53c7ba062c7", "body": "{\n \"account_sid\": \"\",\n \"created_by\": \"\",\n \"data\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"links\": {},\n \"revision\": \"\",\n \"service_sid\": \"\",\n \"sid\": \"\",\n \"unique_name\": \"\",\n \"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": "240a0ed8-7383-4c7f-b8a3-d7601e4fb1e3", "documentation": "", "method": "get", "endpoint": "Sync/Services/:ServiceSid/Lists", "responses": [ { "uuid": "d693e516-020f-4353-b8f0-1bae25f44a6c", "body": "{\n \"lists\": [\n {\n \"account_sid\": \"\",\n \"created_by\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"links\": {},\n \"revision\": \"\",\n \"service_sid\": \"\",\n \"sid\": \"\",\n \"unique_name\": \"\",\n \"url\": \"\"\n }\n ],\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\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": "f56e6867-01f9-4d1d-915f-782980863ef1", "documentation": "", "method": "post", "endpoint": "Sync/Services/:ServiceSid/Lists", "responses": [ { "uuid": "d9883432-6e69-4ec4-8cb7-6c60acd2f98b", "body": "{\n \"account_sid\": \"\",\n \"created_by\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"links\": {},\n \"revision\": \"\",\n \"service_sid\": \"\",\n \"sid\": \"\",\n \"unique_name\": \"\",\n \"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": "cdea5374-afc4-4460-87ab-b58d637e3542", "documentation": "", "method": "get", "endpoint": "Sync/Services/:ServiceSid/Lists/:ListSid/Items", "responses": [ { "uuid": "cbea36bf-4162-4a42-8bf5-2e7a2daaf0a5", "body": "{\n \"items\": [\n {\n \"account_sid\": \"\",\n \"created_by\": \"\",\n \"data\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"index\": {{faker 'number.int' max=99999}},\n \"list_sid\": \"\",\n \"revision\": \"\",\n \"service_sid\": \"\",\n \"url\": \"\"\n }\n ],\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\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": "27b160aa-b2d5-40c8-a3d7-c339412de8a0", "documentation": "", "method": "post", "endpoint": "Sync/Services/:ServiceSid/Lists/:ListSid/Items", "responses": [ { "uuid": "0386546d-d75c-498c-928b-7f9e8f94b972", "body": "{\n \"account_sid\": \"\",\n \"created_by\": \"\",\n \"data\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"index\": {{faker 'number.int' max=99999}},\n \"list_sid\": \"\",\n \"revision\": \"\",\n \"service_sid\": \"\",\n \"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": "03a5f3d5-f1ff-46fd-93a9-a02bada392c3", "documentation": "", "method": "delete", "endpoint": "Sync/Services/:ServiceSid/Lists/:ListSid/Items/:Index", "responses": [ { "uuid": "cfe80fe4-adb6-4034-a3ff-57e8a536ce6a", "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": "8bc49b61-4041-4d9e-8960-b0f7ee1e1b65", "documentation": "", "method": "get", "endpoint": "Sync/Services/:ServiceSid/Lists/:ListSid/Items/:Index", "responses": [ { "uuid": "2d1977f6-239a-4e01-bcab-010287284959", "body": "{\n \"account_sid\": \"\",\n \"created_by\": \"\",\n \"data\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"index\": {{faker 'number.int' max=99999}},\n \"list_sid\": \"\",\n \"revision\": \"\",\n \"service_sid\": \"\",\n \"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": "625f34d8-d302-470a-a8e6-ab2439417ffd", "documentation": "", "method": "post", "endpoint": "Sync/Services/:ServiceSid/Lists/:ListSid/Items/:Index", "responses": [ { "uuid": "a7e4b7e6-b616-4141-b79a-5b7d749aed12", "body": "{\n \"account_sid\": \"\",\n \"created_by\": \"\",\n \"data\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"index\": {{faker 'number.int' max=99999}},\n \"list_sid\": \"\",\n \"revision\": \"\",\n \"service_sid\": \"\",\n \"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": "b79c58e6-ef3b-4e3c-b6aa-54a8c5fdb934", "documentation": "Retrieve a list of all Permissions applying to a Sync List.", "method": "get", "endpoint": "Sync/Services/:ServiceSid/Lists/:ListSid/Permissions", "responses": [ { "uuid": "a5d9d3af-e490-41ee-b12c-fac709db898a", "body": "{\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n },\n \"permissions\": [\n {\n \"account_sid\": \"\",\n \"identity\": \"\",\n \"list_sid\": \"\",\n \"manage\": {{faker 'datatype.boolean'}},\n \"read\": {{faker 'datatype.boolean'}},\n \"service_sid\": \"\",\n \"url\": \"\",\n \"write\": {{faker 'datatype.boolean'}}\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": "bb21d867-56a1-4cb6-a141-17020744f0be", "documentation": "Delete a specific Sync List Permission.", "method": "delete", "endpoint": "Sync/Services/:ServiceSid/Lists/:ListSid/Permissions/:Identity", "responses": [ { "uuid": "2d90b0d6-4251-46be-b7c8-dc88a2d4df27", "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": "ef8da4a4-64b6-473e-a8a1-6563343a6e6b", "documentation": "Fetch a specific Sync List Permission.", "method": "get", "endpoint": "Sync/Services/:ServiceSid/Lists/:ListSid/Permissions/:Identity", "responses": [ { "uuid": "21138274-d4e2-4c5e-9013-8bd1967788ec", "body": "{\n \"account_sid\": \"\",\n \"identity\": \"\",\n \"list_sid\": \"\",\n \"manage\": {{faker 'datatype.boolean'}},\n \"read\": {{faker 'datatype.boolean'}},\n \"service_sid\": \"\",\n \"url\": \"\",\n \"write\": {{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": "81565b1a-50fc-462c-9833-c558166549ca", "documentation": "Update an identity's access to a specific Sync List.", "method": "post", "endpoint": "Sync/Services/:ServiceSid/Lists/:ListSid/Permissions/:Identity", "responses": [ { "uuid": "c48b4afd-bc6e-4a3a-b1bf-0988ab27ccb6", "body": "{\n \"account_sid\": \"\",\n \"identity\": \"\",\n \"list_sid\": \"\",\n \"manage\": {{faker 'datatype.boolean'}},\n \"read\": {{faker 'datatype.boolean'}},\n \"service_sid\": \"\",\n \"url\": \"\",\n \"write\": {{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": "b97d81d1-f33f-4f47-8c92-988d2c974d1f", "documentation": "", "method": "delete", "endpoint": "Sync/Services/:ServiceSid/Lists/:Sid", "responses": [ { "uuid": "08d9b8e5-b42e-404e-8387-7c737fd8398c", "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": "54b2131d-8802-42b2-a18e-c52e5fc934cf", "documentation": "", "method": "get", "endpoint": "Sync/Services/:ServiceSid/Lists/:Sid", "responses": [ { "uuid": "63fb048f-9823-48e6-a5e5-73cb2f07a890", "body": "{\n \"account_sid\": \"\",\n \"created_by\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"links\": {},\n \"revision\": \"\",\n \"service_sid\": \"\",\n \"sid\": \"\",\n \"unique_name\": \"\",\n \"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": "449c5e09-483e-404d-83d0-54fc55babee3", "documentation": "", "method": "get", "endpoint": "Sync/Services/:ServiceSid/Maps", "responses": [ { "uuid": "47f7d386-491c-4cc7-b945-f218a8b5a461", "body": "{\n \"maps\": [\n {\n \"account_sid\": \"\",\n \"created_by\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"links\": {},\n \"revision\": \"\",\n \"service_sid\": \"\",\n \"sid\": \"\",\n \"unique_name\": \"\",\n \"url\": \"\"\n }\n ],\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\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": "42a57e90-5425-4e2a-91f4-b1804d2b7bd0", "documentation": "", "method": "post", "endpoint": "Sync/Services/:ServiceSid/Maps", "responses": [ { "uuid": "9d1aeafe-d704-45c4-9ff0-33403d5cacf6", "body": "{\n \"account_sid\": \"\",\n \"created_by\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"links\": {},\n \"revision\": \"\",\n \"service_sid\": \"\",\n \"sid\": \"\",\n \"unique_name\": \"\",\n \"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": "3faeb0c6-6d9f-4b5b-a47b-40f10eb4b1fd", "documentation": "", "method": "get", "endpoint": "Sync/Services/:ServiceSid/Maps/:MapSid/Items", "responses": [ { "uuid": "96a77590-12c5-419a-9ce7-3df8ef60577b", "body": "{\n \"items\": [\n {\n \"account_sid\": \"\",\n \"created_by\": \"\",\n \"data\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"key\": \"\",\n \"map_sid\": \"\",\n \"revision\": \"\",\n \"service_sid\": \"\",\n \"url\": \"\"\n }\n ],\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\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": "3f540cb4-0573-4cdf-8ea4-63db2e41eabe", "documentation": "", "method": "post", "endpoint": "Sync/Services/:ServiceSid/Maps/:MapSid/Items", "responses": [ { "uuid": "00f04e14-6a39-4816-a845-85b09a376cf6", "body": "{\n \"account_sid\": \"\",\n \"created_by\": \"\",\n \"data\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"key\": \"\",\n \"map_sid\": \"\",\n \"revision\": \"\",\n \"service_sid\": \"\",\n \"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": "5d7c6ae8-5a94-4f03-a7a4-0e23614ab98f", "documentation": "", "method": "delete", "endpoint": "Sync/Services/:ServiceSid/Maps/:MapSid/Items/:Key", "responses": [ { "uuid": "4b675344-4aee-4d98-afea-63c02a1f2dbe", "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": "e6b858dc-9546-4462-b853-73afd0c197a1", "documentation": "", "method": "get", "endpoint": "Sync/Services/:ServiceSid/Maps/:MapSid/Items/:Key", "responses": [ { "uuid": "95b0e039-04c9-427b-9823-bde73eb48062", "body": "{\n \"account_sid\": \"\",\n \"created_by\": \"\",\n \"data\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"key\": \"\",\n \"map_sid\": \"\",\n \"revision\": \"\",\n \"service_sid\": \"\",\n \"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": "58ecb751-2af3-4982-850d-7eccae62abf3", "documentation": "", "method": "post", "endpoint": "Sync/Services/:ServiceSid/Maps/:MapSid/Items/:Key", "responses": [ { "uuid": "324404e9-4095-46bd-8a9c-de278875fa87", "body": "{\n \"account_sid\": \"\",\n \"created_by\": \"\",\n \"data\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"key\": \"\",\n \"map_sid\": \"\",\n \"revision\": \"\",\n \"service_sid\": \"\",\n \"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": "57b6fdb4-bf48-468a-bd4b-0497c317dc2a", "documentation": "Retrieve a list of all Permissions applying to a Sync Map.", "method": "get", "endpoint": "Sync/Services/:ServiceSid/Maps/:MapSid/Permissions", "responses": [ { "uuid": "cab61292-c4b5-4b64-86f4-90315e42756d", "body": "{\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n },\n \"permissions\": [\n {\n \"account_sid\": \"\",\n \"identity\": \"\",\n \"manage\": {{faker 'datatype.boolean'}},\n \"map_sid\": \"\",\n \"read\": {{faker 'datatype.boolean'}},\n \"service_sid\": \"\",\n \"url\": \"\",\n \"write\": {{faker 'datatype.boolean'}}\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": "03320080-89cd-4f28-b022-38adeaf81bbf", "documentation": "Delete a specific Sync Map Permission.", "method": "delete", "endpoint": "Sync/Services/:ServiceSid/Maps/:MapSid/Permissions/:Identity", "responses": [ { "uuid": "52afe567-4895-4c3e-911e-d005d8ac64eb", "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": "e6f03065-1292-4611-af44-45dfe4760ad1", "documentation": "Fetch a specific Sync Map Permission.", "method": "get", "endpoint": "Sync/Services/:ServiceSid/Maps/:MapSid/Permissions/:Identity", "responses": [ { "uuid": "58aac63f-9cbb-4900-a861-ae9c61f08b8a", "body": "{\n \"account_sid\": \"\",\n \"identity\": \"\",\n \"manage\": {{faker 'datatype.boolean'}},\n \"map_sid\": \"\",\n \"read\": {{faker 'datatype.boolean'}},\n \"service_sid\": \"\",\n \"url\": \"\",\n \"write\": {{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": "7aa59ae3-5757-47fd-9cd0-a53006a7f7d0", "documentation": "Update an identity's access to a specific Sync Map.", "method": "post", "endpoint": "Sync/Services/:ServiceSid/Maps/:MapSid/Permissions/:Identity", "responses": [ { "uuid": "7e9cdebe-df66-4d9f-bc50-399bbb00f326", "body": "{\n \"account_sid\": \"\",\n \"identity\": \"\",\n \"manage\": {{faker 'datatype.boolean'}},\n \"map_sid\": \"\",\n \"read\": {{faker 'datatype.boolean'}},\n \"service_sid\": \"\",\n \"url\": \"\",\n \"write\": {{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": "eb443c86-585e-49c6-8d1c-3da1e4621d2c", "documentation": "", "method": "delete", "endpoint": "Sync/Services/:ServiceSid/Maps/:Sid", "responses": [ { "uuid": "7c39890f-90e6-4808-8ef7-3dacf3681f5b", "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": "0c74ae01-7e29-4e0e-a5e7-419dcee2674d", "documentation": "", "method": "get", "endpoint": "Sync/Services/:ServiceSid/Maps/:Sid", "responses": [ { "uuid": "12648e1b-070b-4408-835b-3314d6f53fa6", "body": "{\n \"account_sid\": \"\",\n \"created_by\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"links\": {},\n \"revision\": \"\",\n \"service_sid\": \"\",\n \"sid\": \"\",\n \"unique_name\": \"\",\n \"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": "7aef8eb4-633f-4e2d-9bd4-3fd05f1e6698", "documentation": "", "method": "delete", "endpoint": "Sync/Services/:Sid", "responses": [ { "uuid": "31586283-c8b6-439b-9243-8c19e454a71d", "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": "6df0ea29-7482-48e5-90ef-049e3033dc27", "documentation": "", "method": "get", "endpoint": "Sync/Services/:Sid", "responses": [ { "uuid": "e3f43322-bd88-4192-ae8a-86371faaa844", "body": "{\n \"account_sid\": \"\",\n \"acl_enabled\": {{faker 'datatype.boolean'}},\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"links\": {},\n \"reachability_webhooks_enabled\": {{faker 'datatype.boolean'}},\n \"sid\": \"\",\n \"url\": \"\",\n \"webhook_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": "8a7e63c9-20b5-49bf-b2d2-376a8ae2486c", "documentation": "", "method": "post", "endpoint": "Sync/Services/:Sid", "responses": [ { "uuid": "f0e90284-ee68-48cf-82d2-c8efa743862a", "body": "{\n \"account_sid\": \"\",\n \"acl_enabled\": {{faker 'datatype.boolean'}},\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"links\": {},\n \"reachability_webhooks_enabled\": {{faker 'datatype.boolean'}},\n \"sid\": \"\",\n \"url\": \"\",\n \"webhook_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": "b57e56f4-bd38-4020-89e2-b0417b8d14f7", "documentation": "Associate a channel to a branded channel", "method": "post", "endpoint": "TrustedComms/BrandedChannels/:BrandedChannelSid/Channels", "responses": [ { "uuid": "fc48d98d-3c20-4473-bbbc-ad1e5b4166b0", "body": "{\n \"account_sid\": \"\",\n \"brand_sid\": \"\",\n \"branded_channel_sid\": \"\",\n \"business_sid\": \"\",\n \"phone_number\": \"\",\n \"phone_number_sid\": \"\",\n \"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": "8dcbbc6c-83a9-4930-9960-ec6062922dae", "documentation": "Fetch a specific Branded Channel.", "method": "get", "endpoint": "TrustedComms/BrandedChannels/:Sid", "responses": [ { "uuid": "4b6cff09-70fc-432a-87cf-6344edd4d829", "body": "{\n \"account_sid\": \"\",\n \"brand_sid\": \"\",\n \"business_sid\": \"\",\n \"links\": {},\n \"sid\": \"\",\n \"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": "748ca514-9e2c-4f42-8e1a-7f6780b28835", "documentation": "Retrieve the newest available BrandInformation", "method": "get", "endpoint": "TrustedComms/BrandsInformation", "responses": [ { "uuid": "95363c09-e7b9-4b6b-af64-c445e6c72b69", "body": "{\n \"file_link\": \"\",\n \"file_link_ttl_in_seconds\": \"\",\n \"update_time\": \"{{faker 'date.recent' 365}}\",\n \"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": "93cb9f6f-d16b-44de-8347-d5eacccddee4", "documentation": "Fetch a specific Call Placement Service (CPS) given a phone number via `X-XCNAM-Sensitive-Phone-Number` header.", "method": "get", "endpoint": "TrustedComms/CPS", "responses": [ { "uuid": "b6de377f-4c5a-4fe0-90b6-f2d9f6637550", "body": "{\n \"cps_url\": \"\",\n \"phone_number\": \"\",\n \"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": "8cab27d2-e325-4fa0-afe4-d681f388560e", "documentation": "Retrieve a current call given the originating and terminating number via `X-XCNAM-Sensitive-Phone-Number-From` and `X-XCNAM-Sensitive-Phone-Number-To` headers.", "method": "get", "endpoint": "TrustedComms/CurrentCall", "responses": [ { "uuid": "f4f7689b-1ff8-4bbf-a1d9-f94f0646bf77", "body": "{\n \"bg_color\": \"\",\n \"caller\": \"\",\n \"created_at\": \"{{faker 'date.recent' 365}}\",\n \"font_color\": \"\",\n \"from\": \"\",\n \"logo\": \"\",\n \"manager\": \"\",\n \"reason\": \"\",\n \"shield_img\": \"\",\n \"sid\": \"\",\n \"status\": \"\",\n \"to\": \"\",\n \"url\": \"\",\n \"use_case\": \"\"\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": "364d1de3-ed2c-4b08-bc3d-b526aae63f3c", "documentation": "Retrieve a list of Add-ons currently available to be installed.", "method": "get", "endpoint": "marketplace/AvailableAddOns", "responses": [ { "uuid": "ba4545b1-8bb4-494f-987a-780258d47910", "body": "{\n \"available_add_ons\": [\n {\n \"configuration_schema\": \"\",\n \"description\": \"\",\n \"friendly_name\": \"\",\n \"links\": {},\n \"pricing_type\": \"\",\n \"sid\": \"\",\n \"url\": \"\"\n }\n ],\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\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": "cb1ac8ae-7cfd-465f-9887-ff8dfdb1f46a", "documentation": "Retrieve a list of Extensions for the Available Add-on.", "method": "get", "endpoint": "marketplace/AvailableAddOns/:AvailableAddOnSid/Extensions", "responses": [ { "uuid": "f076f679-7107-41a5-a000-9b9f3b242274", "body": "{\n \"extensions\": [\n {\n \"available_add_on_sid\": \"\",\n \"friendly_name\": \"\",\n \"product_name\": \"\",\n \"sid\": \"\",\n \"unique_name\": \"\",\n \"url\": \"\"\n }\n ],\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\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": "8a36b90c-d2e9-43d0-acb6-57521b7b3c70", "documentation": "Fetch an instance of an Extension for the Available Add-on.", "method": "get", "endpoint": "marketplace/AvailableAddOns/:AvailableAddOnSid/Extensions/:Sid", "responses": [ { "uuid": "6a8ab82c-3809-48b8-8e8c-993303e3ac79", "body": "{\n \"available_add_on_sid\": \"\",\n \"friendly_name\": \"\",\n \"product_name\": \"\",\n \"sid\": \"\",\n \"unique_name\": \"\",\n \"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": "7c800a99-6ed2-4f72-a5e2-865ddbf2d56a", "documentation": "Fetch an instance of an Add-on currently available to be installed.", "method": "get", "endpoint": "marketplace/AvailableAddOns/:Sid", "responses": [ { "uuid": "19091c1a-8460-44eb-815b-d2265351519b", "body": "{\n \"configuration_schema\": \"\",\n \"description\": \"\",\n \"friendly_name\": \"\",\n \"links\": {},\n \"pricing_type\": \"\",\n \"sid\": \"\",\n \"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": "e7b04e28-2016-424d-af50-ee6d5654b21b", "documentation": "Retrieve a list of Add-ons currently installed on this Account.", "method": "get", "endpoint": "marketplace/InstalledAddOns", "responses": [ { "uuid": "21893a22-7fc2-4785-a348-6a065c4fb18a", "body": "{\n \"installed_add_ons\": [\n {\n \"account_sid\": \"\",\n \"configuration\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"description\": \"\",\n \"friendly_name\": \"\",\n \"links\": {},\n \"sid\": \"\",\n \"unique_name\": \"\",\n \"url\": \"\"\n }\n ],\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\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": "401a051e-e5af-44b8-a0b7-35b81ed8400a", "documentation": "Install an Add-on for the Account specified.", "method": "post", "endpoint": "marketplace/InstalledAddOns", "responses": [ { "uuid": "b453a4dc-a8e8-4cee-9535-3f9c4e34bab0", "body": "{\n \"account_sid\": \"\",\n \"configuration\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"description\": \"\",\n \"friendly_name\": \"\",\n \"links\": {},\n \"sid\": \"\",\n \"unique_name\": \"\",\n \"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": "2b028b38-c544-47b2-b5a8-d9ac3b04dff2", "documentation": "Retrieve a list of Extensions for the Installed Add-on.", "method": "get", "endpoint": "marketplace/InstalledAddOns/:InstalledAddOnSid/Extensions", "responses": [ { "uuid": "d0bf3f8c-0b66-4519-a286-42d39bd1ab11", "body": "{\n \"extensions\": [\n {\n \"enabled\": {{faker 'datatype.boolean'}},\n \"friendly_name\": \"\",\n \"installed_add_on_sid\": \"\",\n \"product_name\": \"\",\n \"sid\": \"\",\n \"unique_name\": \"\",\n \"url\": \"\"\n }\n ],\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\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": "d2643161-b8ef-4f9e-9ac2-3a24a371a9aa", "documentation": "Fetch an instance of an Extension for the Installed Add-on.", "method": "get", "endpoint": "marketplace/InstalledAddOns/:InstalledAddOnSid/Extensions/:Sid", "responses": [ { "uuid": "ae61cc1e-81ce-4a9c-9d49-6cafa54cbf03", "body": "{\n \"enabled\": {{faker 'datatype.boolean'}},\n \"friendly_name\": \"\",\n \"installed_add_on_sid\": \"\",\n \"product_name\": \"\",\n \"sid\": \"\",\n \"unique_name\": \"\",\n \"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": "a4b7d9d2-cc11-4b3d-9f7e-9eef6d76d3fa", "documentation": "Update an Extension for an Add-on installation.", "method": "post", "endpoint": "marketplace/InstalledAddOns/:InstalledAddOnSid/Extensions/:Sid", "responses": [ { "uuid": "3b8158c4-ac37-4c2d-90f4-9048543cbc22", "body": "{\n \"enabled\": {{faker 'datatype.boolean'}},\n \"friendly_name\": \"\",\n \"installed_add_on_sid\": \"\",\n \"product_name\": \"\",\n \"sid\": \"\",\n \"unique_name\": \"\",\n \"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": "11e5fee2-c942-4700-9d36-1155739adb65", "documentation": "Remove an Add-on installation from your account", "method": "delete", "endpoint": "marketplace/InstalledAddOns/:Sid", "responses": [ { "uuid": "8e2604d8-08dc-4355-9b04-3655b43e2c7a", "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": "71e5e4a5-da59-4687-943b-d4b4872f8646", "documentation": "Fetch an instance of an Add-on currently installed on this Account.", "method": "get", "endpoint": "marketplace/InstalledAddOns/:Sid", "responses": [ { "uuid": "9379c049-c895-41fe-803d-ffd0e4816429", "body": "{\n \"account_sid\": \"\",\n \"configuration\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"description\": \"\",\n \"friendly_name\": \"\",\n \"links\": {},\n \"sid\": \"\",\n \"unique_name\": \"\",\n \"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": "d56c6ac9-be6a-4b53-a5c4-d307a0c2ffb3", "documentation": "Update an Add-on installation for the Account specified.", "method": "post", "endpoint": "marketplace/InstalledAddOns/:Sid", "responses": [ { "uuid": "60c1fed1-507e-4e01-8947-a6f91b54e21b", "body": "{\n \"account_sid\": \"\",\n \"configuration\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"description\": \"\",\n \"friendly_name\": \"\",\n \"links\": {},\n \"sid\": \"\",\n \"unique_name\": \"\",\n \"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": "631f3346-a9f2-46ba-a85b-74608ff6bf62", "documentation": "", "method": "get", "endpoint": "understand/Assistants", "responses": [ { "uuid": "fdc5c898-991d-4db7-ab0c-c6e82a385691", "body": "{\n \"assistants\": [\n {\n \"account_sid\": \"\",\n \"callback_events\": \"\",\n \"callback_url\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"latest_model_build_sid\": \"\",\n \"links\": {},\n \"log_queries\": {{faker 'datatype.boolean'}},\n \"sid\": \"\",\n \"unique_name\": \"\",\n \"url\": \"\"\n }\n ],\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\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": "40962c5a-53f8-4e01-9f1d-e4929a3d1b53", "documentation": "", "method": "post", "endpoint": "understand/Assistants", "responses": [ { "uuid": "db60f4ee-5deb-4e3b-bbb2-7221c8163f06", "body": "{\n \"account_sid\": \"\",\n \"callback_events\": \"\",\n \"callback_url\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"latest_model_build_sid\": \"\",\n \"links\": {},\n \"log_queries\": {{faker 'datatype.boolean'}},\n \"sid\": \"\",\n \"unique_name\": \"\",\n \"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": "0389b8d0-85cb-43ad-a9fa-270578594d95", "documentation": "", "method": "get", "endpoint": "understand/Assistants/:AssistantSid/Dialogues/:Sid", "responses": [ { "uuid": "78adf762-69d4-41e8-aa66-7f9663cecc4e", "body": "{\n \"account_sid\": \"\",\n \"assistant_sid\": \"\",\n \"data\": \"\",\n \"sid\": \"\",\n \"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": "592bd11d-af6f-4b97-9def-5ae49905b9c6", "documentation": "", "method": "get", "endpoint": "understand/Assistants/:AssistantSid/FallbackActions", "responses": [ { "uuid": "28d8f3a1-9cf6-46a6-abdb-609a3552f4d3", "body": "{\n \"account_sid\": \"\",\n \"assistant_sid\": \"\",\n \"data\": \"\",\n \"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": "3fb4d4b2-1b35-40e0-b910-7ddf701de743", "documentation": "", "method": "post", "endpoint": "understand/Assistants/:AssistantSid/FallbackActions", "responses": [ { "uuid": "62db06b4-7273-4727-8876-eabd3fa73a72", "body": "{\n \"account_sid\": \"\",\n \"assistant_sid\": \"\",\n \"data\": \"\",\n \"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": "7e77ba5a-9c57-4749-bcd6-33c2360b0b3a", "documentation": "", "method": "get", "endpoint": "understand/Assistants/:AssistantSid/FieldTypes", "responses": [ { "uuid": "01b10025-d975-4c81-9908-c23203d8c18e", "body": "{\n \"field_types\": [\n {\n \"account_sid\": \"\",\n \"assistant_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"links\": {},\n \"sid\": \"\",\n \"unique_name\": \"\",\n \"url\": \"\"\n }\n ],\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\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": "39f1b26c-f435-4a4a-a5df-1d24f5c517f0", "documentation": "", "method": "post", "endpoint": "understand/Assistants/:AssistantSid/FieldTypes", "responses": [ { "uuid": "7747ccee-9b83-42bc-b640-34844f861aed", "body": "{\n \"account_sid\": \"\",\n \"assistant_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"links\": {},\n \"sid\": \"\",\n \"unique_name\": \"\",\n \"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": "c36a7fea-a4a3-43c7-84b1-574618a5edcc", "documentation": "", "method": "get", "endpoint": "understand/Assistants/:AssistantSid/FieldTypes/:FieldTypeSid/FieldValues", "responses": [ { "uuid": "a335bd63-8153-46a8-a9fb-63b7819afd04", "body": "{\n \"field_values\": [\n {\n \"account_sid\": \"\",\n \"assistant_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"field_type_sid\": \"\",\n \"language\": \"\",\n \"sid\": \"\",\n \"synonym_of\": \"\",\n \"url\": \"\",\n \"value\": \"\"\n }\n ],\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\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": "304878f2-3c25-4c8d-9fd1-dbc19da63fab", "documentation": "", "method": "post", "endpoint": "understand/Assistants/:AssistantSid/FieldTypes/:FieldTypeSid/FieldValues", "responses": [ { "uuid": "18fdae57-e0e8-4d3b-81be-0b4e5f399986", "body": "{\n \"account_sid\": \"\",\n \"assistant_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"field_type_sid\": \"\",\n \"language\": \"\",\n \"sid\": \"\",\n \"synonym_of\": \"\",\n \"url\": \"\",\n \"value\": \"\"\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": "5c9fe275-9760-4d31-aa3c-a88b5b62035e", "documentation": "", "method": "delete", "endpoint": "understand/Assistants/:AssistantSid/FieldTypes/:FieldTypeSid/FieldValues/:Sid", "responses": [ { "uuid": "d1687eab-3811-4b22-b88a-975dd09f7659", "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": "ce82ce5f-bf9c-49b5-a60b-9f60ff3b0978", "documentation": "", "method": "get", "endpoint": "understand/Assistants/:AssistantSid/FieldTypes/:FieldTypeSid/FieldValues/:Sid", "responses": [ { "uuid": "1a165bb6-0a96-4362-8cd1-5415db96866a", "body": "{\n \"account_sid\": \"\",\n \"assistant_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"field_type_sid\": \"\",\n \"language\": \"\",\n \"sid\": \"\",\n \"synonym_of\": \"\",\n \"url\": \"\",\n \"value\": \"\"\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": "98a107a3-b840-4821-87db-0a31db1def77", "documentation": "", "method": "delete", "endpoint": "understand/Assistants/:AssistantSid/FieldTypes/:Sid", "responses": [ { "uuid": "07296885-f218-487c-b65f-deee2edc4d42", "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": "fe10f16f-4fc5-430f-a005-0298c343299a", "documentation": "", "method": "get", "endpoint": "understand/Assistants/:AssistantSid/FieldTypes/:Sid", "responses": [ { "uuid": "a74917f8-d5c9-42ba-83d9-3ace378b0784", "body": "{\n \"account_sid\": \"\",\n \"assistant_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"links\": {},\n \"sid\": \"\",\n \"unique_name\": \"\",\n \"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": "7654cbaf-dec4-47f9-a91a-4189f6fc4ae4", "documentation": "", "method": "post", "endpoint": "understand/Assistants/:AssistantSid/FieldTypes/:Sid", "responses": [ { "uuid": "f87f3a77-c5f1-408e-8258-a8140b3d589e", "body": "{\n \"account_sid\": \"\",\n \"assistant_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"links\": {},\n \"sid\": \"\",\n \"unique_name\": \"\",\n \"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": "d867c143-97dd-4bcc-bb09-e23152decd6f", "documentation": "", "method": "get", "endpoint": "understand/Assistants/:AssistantSid/InitiationActions", "responses": [ { "uuid": "4f0d0ef3-56ff-40ff-b881-539186160044", "body": "{\n \"account_sid\": \"\",\n \"assistant_sid\": \"\",\n \"data\": \"\",\n \"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": "d8d89784-ecec-48a6-8992-cd12e08679a8", "documentation": "", "method": "post", "endpoint": "understand/Assistants/:AssistantSid/InitiationActions", "responses": [ { "uuid": "153f60ec-c6c8-4fd2-b78a-bec62af42600", "body": "{\n \"account_sid\": \"\",\n \"assistant_sid\": \"\",\n \"data\": \"\",\n \"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": "3a8e20ea-6be4-458a-9c66-ddcb69656a7a", "documentation": "", "method": "get", "endpoint": "understand/Assistants/:AssistantSid/ModelBuilds", "responses": [ { "uuid": "b9ae711c-d4fb-4204-a98e-d5e56adf2153", "body": "{\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n },\n \"model_builds\": [\n {\n \"account_sid\": \"\",\n \"assistant_sid\": \"\",\n \"build_duration\": {{faker 'number.int' max=99999}},\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"error_code\": {{faker 'number.int' max=99999}},\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'enqueued' 'building' 'completed' 'failed' 'canceled')}}\",\n \"unique_name\": \"\",\n \"url\": \"\"\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": "87f162c3-4b6c-49ef-9964-8294fb3ce37d", "documentation": "", "method": "post", "endpoint": "understand/Assistants/:AssistantSid/ModelBuilds", "responses": [ { "uuid": "19ac2451-d586-4e11-84eb-bb7050d692ff", "body": "{\n \"account_sid\": \"\",\n \"assistant_sid\": \"\",\n \"build_duration\": {{faker 'number.int' max=99999}},\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"error_code\": {{faker 'number.int' max=99999}},\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'enqueued' 'building' 'completed' 'failed' 'canceled')}}\",\n \"unique_name\": \"\",\n \"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": "131d821b-7302-46f1-ad9d-56e99cbd1905", "documentation": "", "method": "delete", "endpoint": "understand/Assistants/:AssistantSid/ModelBuilds/:Sid", "responses": [ { "uuid": "0438739b-8e0d-420c-b825-6dd7005f4958", "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": "1dd6440e-4905-4922-a353-6e168cc4ae41", "documentation": "", "method": "get", "endpoint": "understand/Assistants/:AssistantSid/ModelBuilds/:Sid", "responses": [ { "uuid": "a6b319fb-470c-4a2e-a1c7-d6e720731a66", "body": "{\n \"account_sid\": \"\",\n \"assistant_sid\": \"\",\n \"build_duration\": {{faker 'number.int' max=99999}},\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"error_code\": {{faker 'number.int' max=99999}},\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'enqueued' 'building' 'completed' 'failed' 'canceled')}}\",\n \"unique_name\": \"\",\n \"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": "b3969949-242c-4034-be17-5510829a4398", "documentation": "", "method": "post", "endpoint": "understand/Assistants/:AssistantSid/ModelBuilds/:Sid", "responses": [ { "uuid": "a2c36a7c-6ebe-4c7e-801f-59f5c1660408", "body": "{\n \"account_sid\": \"\",\n \"assistant_sid\": \"\",\n \"build_duration\": {{faker 'number.int' max=99999}},\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"error_code\": {{faker 'number.int' max=99999}},\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'enqueued' 'building' 'completed' 'failed' 'canceled')}}\",\n \"unique_name\": \"\",\n \"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": "d3165140-2a8b-4a38-910c-ebdc9a683ea4", "documentation": "", "method": "get", "endpoint": "understand/Assistants/:AssistantSid/Queries", "responses": [ { "uuid": "d0ce75c9-6b6e-4378-bf98-c4056d1e8966", "body": "{\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n },\n \"queries\": [\n {\n \"account_sid\": \"\",\n \"assistant_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"language\": \"\",\n \"model_build_sid\": \"\",\n \"query\": \"\",\n \"results\": \"\",\n \"sample_sid\": \"\",\n \"sid\": \"\",\n \"source_channel\": \"\",\n \"status\": \"\",\n \"url\": \"\"\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": "757dd0da-c88e-4e12-9dbb-9ef5d46151e5", "documentation": "", "method": "post", "endpoint": "understand/Assistants/:AssistantSid/Queries", "responses": [ { "uuid": "180de309-fd80-4ae6-ad12-a7b7a8441eb6", "body": "{\n \"account_sid\": \"\",\n \"assistant_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"language\": \"\",\n \"model_build_sid\": \"\",\n \"query\": \"\",\n \"results\": \"\",\n \"sample_sid\": \"\",\n \"sid\": \"\",\n \"source_channel\": \"\",\n \"status\": \"\",\n \"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": "8b52354a-c0a2-43fb-bf49-1570a5e0d510", "documentation": "", "method": "delete", "endpoint": "understand/Assistants/:AssistantSid/Queries/:Sid", "responses": [ { "uuid": "c9add24d-036d-420b-a980-3c3abe1391e7", "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": "3f287741-0127-40a0-931c-82a8ab7ca28b", "documentation": "", "method": "get", "endpoint": "understand/Assistants/:AssistantSid/Queries/:Sid", "responses": [ { "uuid": "b22ac707-5c5b-4b7f-858c-1b5e7a311699", "body": "{\n \"account_sid\": \"\",\n \"assistant_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"language\": \"\",\n \"model_build_sid\": \"\",\n \"query\": \"\",\n \"results\": \"\",\n \"sample_sid\": \"\",\n \"sid\": \"\",\n \"source_channel\": \"\",\n \"status\": \"\",\n \"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": "7c550d69-524c-4d2b-be71-5b8e1814ac75", "documentation": "", "method": "post", "endpoint": "understand/Assistants/:AssistantSid/Queries/:Sid", "responses": [ { "uuid": "a554c41e-45f0-460f-8f7a-b95526adc673", "body": "{\n \"account_sid\": \"\",\n \"assistant_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"language\": \"\",\n \"model_build_sid\": \"\",\n \"query\": \"\",\n \"results\": \"\",\n \"sample_sid\": \"\",\n \"sid\": \"\",\n \"source_channel\": \"\",\n \"status\": \"\",\n \"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": "a823104b-f327-458c-a215-b17f0648ae1c", "documentation": "Returns Style sheet JSON object for this Assistant", "method": "get", "endpoint": "understand/Assistants/:AssistantSid/StyleSheet", "responses": [ { "uuid": "60a89639-36eb-403c-94e2-b2f3f07c62df", "body": "{\n \"account_sid\": \"\",\n \"assistant_sid\": \"\",\n \"data\": \"\",\n \"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": "f2d074ef-d67c-49c3-b494-a3e634cfebc4", "documentation": "Updates the style sheet for an assistant identified by {AssistantSid} or {AssistantUniqueName}.", "method": "post", "endpoint": "understand/Assistants/:AssistantSid/StyleSheet", "responses": [ { "uuid": "fb5fd58c-ae74-434e-af06-f0826a10d4ab", "body": "{\n \"account_sid\": \"\",\n \"assistant_sid\": \"\",\n \"data\": \"\",\n \"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": "7fc677b8-b193-469b-a9d4-579ed2c1d84b", "documentation": "", "method": "get", "endpoint": "understand/Assistants/:AssistantSid/Tasks", "responses": [ { "uuid": "2d70c6c6-31e3-4028-bb86-4ea60b82f6dd", "body": "{\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n },\n \"tasks\": [\n {\n \"account_sid\": \"\",\n \"actions_url\": \"\",\n \"assistant_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"links\": {},\n \"sid\": \"\",\n \"unique_name\": \"\",\n \"url\": \"\"\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": "b8ef975b-7a8b-43b2-a341-b9beb4b233d7", "documentation": "", "method": "post", "endpoint": "understand/Assistants/:AssistantSid/Tasks", "responses": [ { "uuid": "bff381e0-c275-4d1f-92d3-77327e8d9d7f", "body": "{\n \"account_sid\": \"\",\n \"actions_url\": \"\",\n \"assistant_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"links\": {},\n \"sid\": \"\",\n \"unique_name\": \"\",\n \"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": "f8e25f10-cd62-48a8-93c2-4aa57237289d", "documentation": "", "method": "delete", "endpoint": "understand/Assistants/:AssistantSid/Tasks/:Sid", "responses": [ { "uuid": "2fd01fcd-cbbe-47b8-8c0c-5bb26f919c2c", "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": "9514e832-4c21-4f9b-a410-03875198446a", "documentation": "", "method": "get", "endpoint": "understand/Assistants/:AssistantSid/Tasks/:Sid", "responses": [ { "uuid": "5070e4ec-cfd8-4553-aad6-fee132972ef8", "body": "{\n \"account_sid\": \"\",\n \"actions_url\": \"\",\n \"assistant_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"links\": {},\n \"sid\": \"\",\n \"unique_name\": \"\",\n \"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": "2f06136c-0130-42a6-838d-bf3ec0c72375", "documentation": "", "method": "post", "endpoint": "understand/Assistants/:AssistantSid/Tasks/:Sid", "responses": [ { "uuid": "792946c1-e88b-47fa-be24-69f029e8d6a5", "body": "{\n \"account_sid\": \"\",\n \"actions_url\": \"\",\n \"assistant_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"links\": {},\n \"sid\": \"\",\n \"unique_name\": \"\",\n \"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": "300d9499-7ced-42d3-9cc0-3b1854466572", "documentation": "Returns JSON actions for this Task.", "method": "get", "endpoint": "understand/Assistants/:AssistantSid/Tasks/:TaskSid/Actions", "responses": [ { "uuid": "31595416-cab6-4b6d-95e8-818dc584546a", "body": "{\n \"account_sid\": \"\",\n \"assistant_sid\": \"\",\n \"data\": \"\",\n \"task_sid\": \"\",\n \"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": "b85873ec-b4b8-46e9-90a3-153b696c4eb8", "documentation": "Updates the actions of an Task identified by {TaskSid} or {TaskUniqueName}.", "method": "post", "endpoint": "understand/Assistants/:AssistantSid/Tasks/:TaskSid/Actions", "responses": [ { "uuid": "bc02e62a-6737-4a88-ade7-e9b4b37aa3c9", "body": "{\n \"account_sid\": \"\",\n \"assistant_sid\": \"\",\n \"data\": \"\",\n \"task_sid\": \"\",\n \"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": "607c3465-6fc9-49da-883d-f91e7f6a4399", "documentation": "", "method": "get", "endpoint": "understand/Assistants/:AssistantSid/Tasks/:TaskSid/Fields", "responses": [ { "uuid": "548fc227-ad1b-4249-9a3c-f169a41403cc", "body": "{\n \"fields\": [\n {\n \"account_sid\": \"\",\n \"assistant_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"field_type\": \"\",\n \"sid\": \"\",\n \"task_sid\": \"\",\n \"unique_name\": \"\",\n \"url\": \"\"\n }\n ],\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\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": "93fe2267-7487-451e-b1b3-fcafee553680", "documentation": "", "method": "post", "endpoint": "understand/Assistants/:AssistantSid/Tasks/:TaskSid/Fields", "responses": [ { "uuid": "aa06ce81-08fc-4fcf-8f61-f635943a1996", "body": "{\n \"account_sid\": \"\",\n \"assistant_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"field_type\": \"\",\n \"sid\": \"\",\n \"task_sid\": \"\",\n \"unique_name\": \"\",\n \"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": "80bd8cb0-e5bf-402c-a8f1-e7d8170f36e0", "documentation": "", "method": "delete", "endpoint": "understand/Assistants/:AssistantSid/Tasks/:TaskSid/Fields/:Sid", "responses": [ { "uuid": "6255e096-4dc0-4dd1-9ce6-80e02233968f", "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": "64df1cd1-c8da-41b1-8041-02d1c0bd16a5", "documentation": "", "method": "get", "endpoint": "understand/Assistants/:AssistantSid/Tasks/:TaskSid/Fields/:Sid", "responses": [ { "uuid": "fd379a1d-d8ec-4a4e-a3bd-4555c186da94", "body": "{\n \"account_sid\": \"\",\n \"assistant_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"field_type\": \"\",\n \"sid\": \"\",\n \"task_sid\": \"\",\n \"unique_name\": \"\",\n \"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": "aa94f17d-ebfb-4eba-b0bc-aee0d9bec2da", "documentation": "", "method": "get", "endpoint": "understand/Assistants/:AssistantSid/Tasks/:TaskSid/Samples", "responses": [ { "uuid": "cad63162-9610-4cd9-a76d-969c554cede5", "body": "{\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n },\n \"samples\": [\n {\n \"account_sid\": \"\",\n \"assistant_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"language\": \"\",\n \"sid\": \"\",\n \"source_channel\": \"\",\n \"tagged_text\": \"\",\n \"task_sid\": \"\",\n \"url\": \"\"\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": "8c066e92-e99e-445f-8586-45f60864fe0c", "documentation": "", "method": "post", "endpoint": "understand/Assistants/:AssistantSid/Tasks/:TaskSid/Samples", "responses": [ { "uuid": "03ccb2c2-b3bf-445c-93aa-84b8c9b71ed4", "body": "{\n \"account_sid\": \"\",\n \"assistant_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"language\": \"\",\n \"sid\": \"\",\n \"source_channel\": \"\",\n \"tagged_text\": \"\",\n \"task_sid\": \"\",\n \"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": "f015759d-f62f-496d-b414-59c532e7c7bc", "documentation": "", "method": "delete", "endpoint": "understand/Assistants/:AssistantSid/Tasks/:TaskSid/Samples/:Sid", "responses": [ { "uuid": "2e9f2d83-1668-427d-a702-db6a567117d8", "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": "a92ec3f4-b06c-46fe-bc90-cf669714faf3", "documentation": "", "method": "get", "endpoint": "understand/Assistants/:AssistantSid/Tasks/:TaskSid/Samples/:Sid", "responses": [ { "uuid": "6a102c1c-b081-4e60-82ab-760df04ad77b", "body": "{\n \"account_sid\": \"\",\n \"assistant_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"language\": \"\",\n \"sid\": \"\",\n \"source_channel\": \"\",\n \"tagged_text\": \"\",\n \"task_sid\": \"\",\n \"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": "294f0151-b1f1-4b01-893b-c4700e84d71e", "documentation": "", "method": "post", "endpoint": "understand/Assistants/:AssistantSid/Tasks/:TaskSid/Samples/:Sid", "responses": [ { "uuid": "249d4058-fd0d-410e-ac08-aedc1012442a", "body": "{\n \"account_sid\": \"\",\n \"assistant_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"language\": \"\",\n \"sid\": \"\",\n \"source_channel\": \"\",\n \"tagged_text\": \"\",\n \"task_sid\": \"\",\n \"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": "ba3e4f55-f0a3-413d-afb7-15dd31ec608c", "documentation": "", "method": "get", "endpoint": "understand/Assistants/:AssistantSid/Tasks/:TaskSid/Statistics", "responses": [ { "uuid": "667b3757-465e-4555-a6cd-421b3ee04197", "body": "{\n \"account_sid\": \"\",\n \"assistant_sid\": \"\",\n \"fields_count\": {{faker 'number.int' max=99999}},\n \"samples_count\": {{faker 'number.int' max=99999}},\n \"task_sid\": \"\",\n \"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": "2a37bf2b-d20f-40cd-a433-946bae096bfb", "documentation": "", "method": "delete", "endpoint": "understand/Assistants/:Sid", "responses": [ { "uuid": "8d54f16a-d6ea-42f5-976b-049afd1cce4d", "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": "c8234fa1-f76d-4150-be37-fddb78ea4d22", "documentation": "", "method": "get", "endpoint": "understand/Assistants/:Sid", "responses": [ { "uuid": "f427f659-03f1-4b41-8c86-d10fd79e1285", "body": "{\n \"account_sid\": \"\",\n \"callback_events\": \"\",\n \"callback_url\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"latest_model_build_sid\": \"\",\n \"links\": {},\n \"log_queries\": {{faker 'datatype.boolean'}},\n \"sid\": \"\",\n \"unique_name\": \"\",\n \"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": "48b07665-9193-42ab-9a9e-77217bd7afbb", "documentation": "", "method": "post", "endpoint": "understand/Assistants/:Sid", "responses": [ { "uuid": "d6f42e01-cf96-4a93-a93d-79ff2cd67cd1", "body": "{\n \"account_sid\": \"\",\n \"callback_events\": \"\",\n \"callback_url\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"latest_model_build_sid\": \"\",\n \"links\": {},\n \"log_queries\": {{faker 'datatype.boolean'}},\n \"sid\": \"\",\n \"unique_name\": \"\",\n \"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": "c68590c8-ceee-4dcf-911a-419e99d6045d", "documentation": "", "method": "get", "endpoint": "wireless/Commands", "responses": [ { "uuid": "07259041-b755-4bb0-98b9-db6e78b6b1f0", "body": "{\n \"commands\": [\n {\n \"account_sid\": \"\",\n \"command\": \"\",\n \"command_mode\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"device_sid\": \"\",\n \"direction\": \"\",\n \"sid\": \"\",\n \"sim_sid\": \"\",\n \"status\": \"\",\n \"url\": \"\"\n }\n ],\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\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": "16c6a0e3-115c-49d3-9eeb-48e9358f6140", "documentation": "", "method": "post", "endpoint": "wireless/Commands", "responses": [ { "uuid": "21ba0db1-294f-4502-ad96-c2e63cbe220c", "body": "{\n \"account_sid\": \"\",\n \"command\": \"\",\n \"command_mode\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"device_sid\": \"\",\n \"direction\": \"\",\n \"sid\": \"\",\n \"sim_sid\": \"\",\n \"status\": \"\",\n \"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": "0078e0e8-664f-4808-a37c-560c0bc84dea", "documentation": "", "method": "get", "endpoint": "wireless/Commands/:Sid", "responses": [ { "uuid": "f8b0011a-6f21-4630-8173-ad18898db1c3", "body": "{\n \"account_sid\": \"\",\n \"command\": \"\",\n \"command_mode\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"device_sid\": \"\",\n \"direction\": \"\",\n \"sid\": \"\",\n \"sim_sid\": \"\",\n \"status\": \"\",\n \"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": "d70a2270-813b-43d3-b397-af13a5cbb109", "documentation": "", "method": "get", "endpoint": "wireless/RatePlans", "responses": [ { "uuid": "0b9e7b2e-6f70-470c-84db-e013a109eef1", "body": "{\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n },\n \"rate_plans\": [\n {\n \"account_sid\": \"\",\n \"data_enabled\": {{faker 'datatype.boolean'}},\n \"data_limit\": {{faker 'number.int' max=99999}},\n \"data_metering\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"international_roaming\": [\n \"\"\n ],\n \"messaging_enabled\": {{faker 'datatype.boolean'}},\n \"national_roaming_enabled\": {{faker 'datatype.boolean'}},\n \"sid\": \"\",\n \"unique_name\": \"\",\n \"url\": \"\",\n \"voice_enabled\": {{faker 'datatype.boolean'}}\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": "1477d719-479c-4d4f-8dc5-7fc7d5313fae", "documentation": "", "method": "post", "endpoint": "wireless/RatePlans", "responses": [ { "uuid": "c71b761b-306f-4a2f-83df-a5a73ff036f7", "body": "{\n \"account_sid\": \"\",\n \"data_enabled\": {{faker 'datatype.boolean'}},\n \"data_limit\": {{faker 'number.int' max=99999}},\n \"data_metering\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"international_roaming\": [\n \"\"\n ],\n \"messaging_enabled\": {{faker 'datatype.boolean'}},\n \"national_roaming_enabled\": {{faker 'datatype.boolean'}},\n \"sid\": \"\",\n \"unique_name\": \"\",\n \"url\": \"\",\n \"voice_enabled\": {{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": "ac56b21c-4f4e-49ff-a3f8-96844bdf83f3", "documentation": "", "method": "delete", "endpoint": "wireless/RatePlans/:Sid", "responses": [ { "uuid": "5798cda8-75b0-42ec-94c5-40e75f942e48", "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": "fca9a3a6-059d-42db-b421-3f874309faa1", "documentation": "", "method": "get", "endpoint": "wireless/RatePlans/:Sid", "responses": [ { "uuid": "5012b540-e860-4326-ba95-f3a7fa764151", "body": "{\n \"account_sid\": \"\",\n \"data_enabled\": {{faker 'datatype.boolean'}},\n \"data_limit\": {{faker 'number.int' max=99999}},\n \"data_metering\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"international_roaming\": [\n \"\"\n ],\n \"messaging_enabled\": {{faker 'datatype.boolean'}},\n \"national_roaming_enabled\": {{faker 'datatype.boolean'}},\n \"sid\": \"\",\n \"unique_name\": \"\",\n \"url\": \"\",\n \"voice_enabled\": {{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": "ec8068c4-49ae-4873-9e33-7ee0b8c6a1dc", "documentation": "", "method": "post", "endpoint": "wireless/RatePlans/:Sid", "responses": [ { "uuid": "019c66f1-0309-460e-95db-71225168aacd", "body": "{\n \"account_sid\": \"\",\n \"data_enabled\": {{faker 'datatype.boolean'}},\n \"data_limit\": {{faker 'number.int' max=99999}},\n \"data_metering\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\n \"international_roaming\": [\n \"\"\n ],\n \"messaging_enabled\": {{faker 'datatype.boolean'}},\n \"national_roaming_enabled\": {{faker 'datatype.boolean'}},\n \"sid\": \"\",\n \"unique_name\": \"\",\n \"url\": \"\",\n \"voice_enabled\": {{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": "a8a37639-61d3-40b1-b56e-2b0aa9e8fec7", "documentation": "", "method": "get", "endpoint": "wireless/Sims", "responses": [ { "uuid": "3da7bec4-d3b8-414f-a78a-51dfd6dbef6c", "body": "{\n \"meta\": {\n \"first_page_url\": \"\",\n \"key\": \"\",\n \"next_page_url\": \"\",\n \"page\": {{faker 'number.int' max=99999}},\n \"page_size\": {{faker 'number.int' max=99999}},\n \"previous_page_url\": \"\",\n \"url\": \"\"\n },\n \"sims\": [\n {\n \"account_sid\": \"\",\n \"commands_callback_method\": \"\",\n \"commands_callback_url\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"e_id\": \"\",\n \"friendly_name\": \"\",\n \"iccid\": \"\",\n \"links\": {},\n \"rate_plan_sid\": \"\",\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 \"status\": \"\",\n \"unique_name\": \"\",\n \"url\": \"\",\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}", "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": "da9d03c9-f0bd-4a44-afa5-08e7cc953e1e", "documentation": "", "method": "get", "endpoint": "wireless/Sims/:Sid", "responses": [ { "uuid": "86ac4e0b-665f-433c-9fdd-1f76aeca9d94", "body": "{\n \"account_sid\": \"\",\n \"commands_callback_method\": \"\",\n \"commands_callback_url\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"e_id\": \"\",\n \"friendly_name\": \"\",\n \"iccid\": \"\",\n \"links\": {},\n \"rate_plan_sid\": \"\",\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 \"status\": \"\",\n \"unique_name\": \"\",\n \"url\": \"\",\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": "e53da1e5-b83f-4358-a609-5c61c3f71824", "documentation": "", "method": "post", "endpoint": "wireless/Sims/:Sid", "responses": [ { "uuid": "bb1b3558-f003-4015-bdc7-ae4906f8a1e1", "body": "{\n \"account_sid\": \"\",\n \"commands_callback_method\": \"\",\n \"commands_callback_url\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"e_id\": \"\",\n \"friendly_name\": \"\",\n \"iccid\": \"\",\n \"links\": {},\n \"rate_plan_sid\": \"\",\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 \"status\": \"\",\n \"unique_name\": \"\",\n \"url\": \"\",\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": "a38c6e55-1409-48e7-a33a-49121362ffb4", "documentation": "", "method": "get", "endpoint": "wireless/Sims/:SimSid/Usage", "responses": [ { "uuid": "ab034798-61b4-4a3b-a186-3c22a586e092", "body": "{\n \"account_sid\": \"\",\n \"commands_costs\": \"\",\n \"commands_usage\": \"\",\n \"data_costs\": \"\",\n \"data_usage\": \"\",\n \"period\": \"\",\n \"sim_sid\": \"\",\n \"sim_unique_name\": \"\",\n \"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" } ], "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": "9042dfe1-243b-4a65-8f36-c95be71176b5" }, { "type": "route", "uuid": "3d00fb4c-8d6f-4aad-a231-1cdfd92512a2" }, { "type": "route", "uuid": "23f8406a-31a4-4833-ad56-9bb40124a407" }, { "type": "route", "uuid": "0ed2df65-789f-4fb1-8ceb-6e2dfe27fbb3" }, { "type": "route", "uuid": "fd79580a-9b43-460d-aa86-cfcf658cebeb" }, { "type": "route", "uuid": "2d9e44a3-4721-4e84-98c9-f4d8160e603c" }, { "type": "route", "uuid": "51f5c640-3468-4f33-ad19-cf9775caedb9" }, { "type": "route", "uuid": "e20270ff-a0af-4195-ad28-625a96b99c71" }, { "type": "route", "uuid": "be65da96-656a-4c43-947e-814fd6bbb334" }, { "type": "route", "uuid": "14ec63c4-878a-4f50-9715-3afe1f713f4b" }, { "type": "route", "uuid": "70b97ba1-1fb5-474d-8791-fd1830dc3aae" }, { "type": "route", "uuid": "b90da282-f250-45f5-92f5-05f9355ba800" }, { "type": "route", "uuid": "7bd85e1d-fd1e-4825-a255-743c1dd9b51c" }, { "type": "route", "uuid": "c8baa816-b7e0-43d9-9d01-a3ad66f02ec6" }, { "type": "route", "uuid": "ca772632-482a-42d6-a29a-a4d653ecf195" }, { "type": "route", "uuid": "f38c26d1-f093-498b-977f-c5c75e1a9960" }, { "type": "route", "uuid": "a703b931-6b7e-4a87-b907-33c72f9722e1" }, { "type": "route", "uuid": "964b9c85-b05f-4477-b039-c1e28b4ebba9" }, { "type": "route", "uuid": "aacf32aa-a339-46cd-8cad-f59224243439" }, { "type": "route", "uuid": "94f0af38-6853-430d-8e12-da9f935bf79f" }, { "type": "route", "uuid": "e83dd461-75d4-49ad-b8cc-32f47e1b9968" }, { "type": "route", "uuid": "3ab02490-cd65-4c89-930c-7f7029c1f588" }, { "type": "route", "uuid": "d3c520ff-765a-4fb7-b99a-f37a682d5e74" }, { "type": "route", "uuid": "6a664d08-4697-4a78-b8a3-3b01c1ed6591" }, { "type": "route", "uuid": "f66b5c5b-e64d-4c31-9668-e8ea6a36077c" }, { "type": "route", "uuid": "5faf3315-d911-4e45-9c00-babfea249283" }, { "type": "route", "uuid": "37ef2d01-73a6-4d53-a279-ae90e5ed3ea7" }, { "type": "route", "uuid": "5e9d3a30-41c7-4eb0-96a3-5f172e3cced5" }, { "type": "route", "uuid": "1c71a366-de3e-4595-a8e6-e279d42cbf0f" }, { "type": "route", "uuid": "eee3ce05-d414-412a-b975-825fbdeac5d5" }, { "type": "route", "uuid": "6a23a4d0-13ac-4a6d-adb1-74bafaf642e7" }, { "type": "route", "uuid": "3f122154-4c17-44cb-9160-c26134f30540" }, { "type": "route", "uuid": "20c7ed2d-7059-49b7-aa5f-94c76d141e79" }, { "type": "route", "uuid": "aed805b1-4a49-4ce6-9c16-5cbdad6c8039" }, { "type": "route", "uuid": "44b90c12-2249-4b71-8104-98f03a056a44" }, { "type": "route", "uuid": "0c11f819-774c-4fb6-a65a-271023565d05" }, { "type": "route", "uuid": "7699ec41-0f1d-4dc3-9dbe-67b3fa582497" }, { "type": "route", "uuid": "22177d90-4555-4769-ab75-7eba7b6eb13f" }, { "type": "route", "uuid": "454ce15a-210a-4476-b22d-eece4ec4ce81" }, { "type": "route", "uuid": "df91cf30-bab7-4f68-976f-9ef224846a8f" }, { "type": "route", "uuid": "e139fc1d-b024-4efa-a8c7-63f678b8519f" }, { "type": "route", "uuid": "f84a3c33-2f21-42cf-b280-c3ea05fe7edc" }, { "type": "route", "uuid": "c0bd1473-9b41-4525-b539-0f2dbbc3cbb3" }, { "type": "route", "uuid": "6849b83d-20b0-4d72-91aa-03b50e1a0ef2" }, { "type": "route", "uuid": "4413a593-af19-48dd-883c-585f99c994f5" }, { "type": "route", "uuid": "7518d512-64bb-46c0-b7f6-cfaac67a92ae" }, { "type": "route", "uuid": "240a0ed8-7383-4c7f-b8a3-d7601e4fb1e3" }, { "type": "route", "uuid": "f56e6867-01f9-4d1d-915f-782980863ef1" }, { "type": "route", "uuid": "cdea5374-afc4-4460-87ab-b58d637e3542" }, { "type": "route", "uuid": "27b160aa-b2d5-40c8-a3d7-c339412de8a0" }, { "type": "route", "uuid": "03a5f3d5-f1ff-46fd-93a9-a02bada392c3" }, { "type": "route", "uuid": "8bc49b61-4041-4d9e-8960-b0f7ee1e1b65" }, { "type": "route", "uuid": "625f34d8-d302-470a-a8e6-ab2439417ffd" }, { "type": "route", "uuid": "b79c58e6-ef3b-4e3c-b6aa-54a8c5fdb934" }, { "type": "route", "uuid": "bb21d867-56a1-4cb6-a141-17020744f0be" }, { "type": "route", "uuid": "ef8da4a4-64b6-473e-a8a1-6563343a6e6b" }, { "type": "route", "uuid": "81565b1a-50fc-462c-9833-c558166549ca" }, { "type": "route", "uuid": "b97d81d1-f33f-4f47-8c92-988d2c974d1f" }, { "type": "route", "uuid": "54b2131d-8802-42b2-a18e-c52e5fc934cf" }, { "type": "route", "uuid": "449c5e09-483e-404d-83d0-54fc55babee3" }, { "type": "route", "uuid": "42a57e90-5425-4e2a-91f4-b1804d2b7bd0" }, { "type": "route", "uuid": "3faeb0c6-6d9f-4b5b-a47b-40f10eb4b1fd" }, { "type": "route", "uuid": "3f540cb4-0573-4cdf-8ea4-63db2e41eabe" }, { "type": "route", "uuid": "5d7c6ae8-5a94-4f03-a7a4-0e23614ab98f" }, { "type": "route", "uuid": "e6b858dc-9546-4462-b853-73afd0c197a1" }, { "type": "route", "uuid": "58ecb751-2af3-4982-850d-7eccae62abf3" }, { "type": "route", "uuid": "57b6fdb4-bf48-468a-bd4b-0497c317dc2a" }, { "type": "route", "uuid": "03320080-89cd-4f28-b022-38adeaf81bbf" }, { "type": "route", "uuid": "e6f03065-1292-4611-af44-45dfe4760ad1" }, { "type": "route", "uuid": "7aa59ae3-5757-47fd-9cd0-a53006a7f7d0" }, { "type": "route", "uuid": "eb443c86-585e-49c6-8d1c-3da1e4621d2c" }, { "type": "route", "uuid": "0c74ae01-7e29-4e0e-a5e7-419dcee2674d" }, { "type": "route", "uuid": "7aef8eb4-633f-4e2d-9bd4-3fd05f1e6698" }, { "type": "route", "uuid": "6df0ea29-7482-48e5-90ef-049e3033dc27" }, { "type": "route", "uuid": "8a7e63c9-20b5-49bf-b2d2-376a8ae2486c" }, { "type": "route", "uuid": "b57e56f4-bd38-4020-89e2-b0417b8d14f7" }, { "type": "route", "uuid": "8dcbbc6c-83a9-4930-9960-ec6062922dae" }, { "type": "route", "uuid": "748ca514-9e2c-4f42-8e1a-7f6780b28835" }, { "type": "route", "uuid": "93cb9f6f-d16b-44de-8347-d5eacccddee4" }, { "type": "route", "uuid": "8cab27d2-e325-4fa0-afe4-d681f388560e" }, { "type": "route", "uuid": "364d1de3-ed2c-4b08-bc3d-b526aae63f3c" }, { "type": "route", "uuid": "cb1ac8ae-7cfd-465f-9887-ff8dfdb1f46a" }, { "type": "route", "uuid": "8a36b90c-d2e9-43d0-acb6-57521b7b3c70" }, { "type": "route", "uuid": "7c800a99-6ed2-4f72-a5e2-865ddbf2d56a" }, { "type": "route", "uuid": "e7b04e28-2016-424d-af50-ee6d5654b21b" }, { "type": "route", "uuid": "401a051e-e5af-44b8-a0b7-35b81ed8400a" }, { "type": "route", "uuid": "2b028b38-c544-47b2-b5a8-d9ac3b04dff2" }, { "type": "route", "uuid": "d2643161-b8ef-4f9e-9ac2-3a24a371a9aa" }, { "type": "route", "uuid": "a4b7d9d2-cc11-4b3d-9f7e-9eef6d76d3fa" }, { "type": "route", "uuid": "11e5fee2-c942-4700-9d36-1155739adb65" }, { "type": "route", "uuid": "71e5e4a5-da59-4687-943b-d4b4872f8646" }, { "type": "route", "uuid": "d56c6ac9-be6a-4b53-a5c4-d307a0c2ffb3" }, { "type": "route", "uuid": "631f3346-a9f2-46ba-a85b-74608ff6bf62" }, { "type": "route", "uuid": "40962c5a-53f8-4e01-9f1d-e4929a3d1b53" }, { "type": "route", "uuid": "0389b8d0-85cb-43ad-a9fa-270578594d95" }, { "type": "route", "uuid": "592bd11d-af6f-4b97-9def-5ae49905b9c6" }, { "type": "route", "uuid": "3fb4d4b2-1b35-40e0-b910-7ddf701de743" }, { "type": "route", "uuid": "7e77ba5a-9c57-4749-bcd6-33c2360b0b3a" }, { "type": "route", "uuid": "39f1b26c-f435-4a4a-a5df-1d24f5c517f0" }, { "type": "route", "uuid": "c36a7fea-a4a3-43c7-84b1-574618a5edcc" }, { "type": "route", "uuid": "304878f2-3c25-4c8d-9fd1-dbc19da63fab" }, { "type": "route", "uuid": "5c9fe275-9760-4d31-aa3c-a88b5b62035e" }, { "type": "route", "uuid": "ce82ce5f-bf9c-49b5-a60b-9f60ff3b0978" }, { "type": "route", "uuid": "98a107a3-b840-4821-87db-0a31db1def77" }, { "type": "route", "uuid": "fe10f16f-4fc5-430f-a005-0298c343299a" }, { "type": "route", "uuid": "7654cbaf-dec4-47f9-a91a-4189f6fc4ae4" }, { "type": "route", "uuid": "d867c143-97dd-4bcc-bb09-e23152decd6f" }, { "type": "route", "uuid": "d8d89784-ecec-48a6-8992-cd12e08679a8" }, { "type": "route", "uuid": "3a8e20ea-6be4-458a-9c66-ddcb69656a7a" }, { "type": "route", "uuid": "87f162c3-4b6c-49ef-9964-8294fb3ce37d" }, { "type": "route", "uuid": "131d821b-7302-46f1-ad9d-56e99cbd1905" }, { "type": "route", "uuid": "1dd6440e-4905-4922-a353-6e168cc4ae41" }, { "type": "route", "uuid": "b3969949-242c-4034-be17-5510829a4398" }, { "type": "route", "uuid": "d3165140-2a8b-4a38-910c-ebdc9a683ea4" }, { "type": "route", "uuid": "757dd0da-c88e-4e12-9dbb-9ef5d46151e5" }, { "type": "route", "uuid": "8b52354a-c0a2-43fb-bf49-1570a5e0d510" }, { "type": "route", "uuid": "3f287741-0127-40a0-931c-82a8ab7ca28b" }, { "type": "route", "uuid": "7c550d69-524c-4d2b-be71-5b8e1814ac75" }, { "type": "route", "uuid": "a823104b-f327-458c-a215-b17f0648ae1c" }, { "type": "route", "uuid": "f2d074ef-d67c-49c3-b494-a3e634cfebc4" }, { "type": "route", "uuid": "7fc677b8-b193-469b-a9d4-579ed2c1d84b" }, { "type": "route", "uuid": "b8ef975b-7a8b-43b2-a341-b9beb4b233d7" }, { "type": "route", "uuid": "f8e25f10-cd62-48a8-93c2-4aa57237289d" }, { "type": "route", "uuid": "9514e832-4c21-4f9b-a410-03875198446a" }, { "type": "route", "uuid": "2f06136c-0130-42a6-838d-bf3ec0c72375" }, { "type": "route", "uuid": "300d9499-7ced-42d3-9cc0-3b1854466572" }, { "type": "route", "uuid": "b85873ec-b4b8-46e9-90a3-153b696c4eb8" }, { "type": "route", "uuid": "607c3465-6fc9-49da-883d-f91e7f6a4399" }, { "type": "route", "uuid": "93fe2267-7487-451e-b1b3-fcafee553680" }, { "type": "route", "uuid": "80bd8cb0-e5bf-402c-a8f1-e7d8170f36e0" }, { "type": "route", "uuid": "64df1cd1-c8da-41b1-8041-02d1c0bd16a5" }, { "type": "route", "uuid": "aa94f17d-ebfb-4eba-b0bc-aee0d9bec2da" }, { "type": "route", "uuid": "8c066e92-e99e-445f-8586-45f60864fe0c" }, { "type": "route", "uuid": "f015759d-f62f-496d-b414-59c532e7c7bc" }, { "type": "route", "uuid": "a92ec3f4-b06c-46fe-bc90-cf669714faf3" }, { "type": "route", "uuid": "294f0151-b1f1-4b01-893b-c4700e84d71e" }, { "type": "route", "uuid": "ba3e4f55-f0a3-413d-afb7-15dd31ec608c" }, { "type": "route", "uuid": "2a37bf2b-d20f-40cd-a433-946bae096bfb" }, { "type": "route", "uuid": "c8234fa1-f76d-4150-be37-fddb78ea4d22" }, { "type": "route", "uuid": "48b07665-9193-42ab-9a9e-77217bd7afbb" }, { "type": "route", "uuid": "c68590c8-ceee-4dcf-911a-419e99d6045d" }, { "type": "route", "uuid": "16c6a0e3-115c-49d3-9eeb-48e9358f6140" }, { "type": "route", "uuid": "0078e0e8-664f-4808-a37c-560c0bc84dea" }, { "type": "route", "uuid": "d70a2270-813b-43d3-b397-af13a5cbb109" }, { "type": "route", "uuid": "1477d719-479c-4d4f-8dc5-7fc7d5313fae" }, { "type": "route", "uuid": "ac56b21c-4f4e-49ff-a3f8-96844bdf83f3" }, { "type": "route", "uuid": "fca9a3a6-059d-42db-b421-3f874309faa1" }, { "type": "route", "uuid": "ec8068c4-49ae-4873-9e33-7ee0b8c6a1dc" }, { "type": "route", "uuid": "a8a37639-61d3-40b1-b56e-2b0aa9e8fec7" }, { "type": "route", "uuid": "da9d03c9-f0bd-4a44-afa5-08e7cc953e1e" }, { "type": "route", "uuid": "e53da1e5-b83f-4358-a609-5c61c3f71824" }, { "type": "route", "uuid": "a38c6e55-1409-48e7-a33a-49121362ffb4" } ] }