{ "uuid": "c7b1c90d-f85e-4830-a919-6f9e88cbbf46", "lastMigration": 29, "name": "Twilio - Fax", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "c794523f-c3a6-4fe6-aee9-9b057886361f", "documentation": "Retrieve a list of all faxes.", "method": "get", "endpoint": "v1/Faxes", "responses": [ { "uuid": "dc72e58d-5fbf-4515-8213-55bee86056b0", "body": "{\n \"faxes\": [\n {\n \"account_sid\": \"\",\n \"api_version\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"direction\": \"{{oneOf (array 'inbound' 'outbound')}}\",\n \"duration\": {{faker 'number.int' max=99999}},\n \"from\": \"\",\n \"links\": {},\n \"media_sid\": \"\",\n \"media_url\": \"\",\n \"num_pages\": {{faker 'number.int' max=99999}},\n \"price\": {{faker 'number.int' max=99999}},\n \"price_unit\": \"\",\n \"quality\": \"{{oneOf (array 'standard' 'fine' 'superfine')}}\",\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'queued' 'processing' 'sending' 'delivered' 'receiving' 'received' 'no-answer' 'busy' 'failed' 'canceled')}}\",\n \"to\": \"\",\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": "97607030-ba75-4ae3-a020-cac3909614f8", "documentation": "Retrieve a list of all fax media instances for the specified fax.", "method": "get", "endpoint": "v1/Faxes/:FaxSid/Media", "responses": [ { "uuid": "6ac34a2e-ab9f-49e1-8707-5eaed3fcf978", "body": "{\n \"media\": [\n {\n \"account_sid\": \"\",\n \"content_type\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"fax_sid\": \"\",\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": "e5c1fba4-317b-45cd-b74b-5ceb25e89701", "documentation": "Delete a specific fax media instance.", "method": "delete", "endpoint": "v1/Faxes/:FaxSid/Media/:Sid", "responses": [ { "uuid": "1d09775d-a282-4d65-90bd-4b81b62ba533", "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": "ecba232e-2dc3-4cbb-9ec4-222e0612325b", "documentation": "Fetch a specific fax media instance.", "method": "get", "endpoint": "v1/Faxes/:FaxSid/Media/:Sid", "responses": [ { "uuid": "a5b1ab44-7350-4515-a431-bd50643074b1", "body": "{\n \"account_sid\": \"\",\n \"content_type\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"fax_sid\": \"\",\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": "a3710a71-d92a-4041-be6a-c23ed30d1b6a", "documentation": "Delete a specific fax and its associated media.", "method": "delete", "endpoint": "v1/Faxes/:Sid", "responses": [ { "uuid": "af9044b8-c617-4133-a982-11776274ab8c", "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": "683a6f4f-32e7-4727-a566-cf36b09c7455", "documentation": "Fetch a specific fax.", "method": "get", "endpoint": "v1/Faxes/:Sid", "responses": [ { "uuid": "c705df7b-70c1-466e-b6a4-83c99da95d21", "body": "{\n \"account_sid\": \"\",\n \"api_version\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"direction\": \"{{oneOf (array 'inbound' 'outbound')}}\",\n \"duration\": {{faker 'number.int' max=99999}},\n \"from\": \"\",\n \"links\": {},\n \"media_sid\": \"\",\n \"media_url\": \"\",\n \"num_pages\": {{faker 'number.int' max=99999}},\n \"price\": {{faker 'number.int' max=99999}},\n \"price_unit\": \"\",\n \"quality\": \"{{oneOf (array 'standard' 'fine' 'superfine')}}\",\n \"sid\": \"\",\n \"status\": \"{{oneOf (array 'queued' 'processing' 'sending' 'delivered' 'receiving' 'received' 'no-answer' 'busy' 'failed' 'canceled')}}\",\n \"to\": \"\",\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": "c794523f-c3a6-4fe6-aee9-9b057886361f" }, { "type": "route", "uuid": "97607030-ba75-4ae3-a020-cac3909614f8" }, { "type": "route", "uuid": "e5c1fba4-317b-45cd-b74b-5ceb25e89701" }, { "type": "route", "uuid": "ecba232e-2dc3-4cbb-9ec4-222e0612325b" }, { "type": "route", "uuid": "a3710a71-d92a-4041-be6a-c23ed30d1b6a" }, { "type": "route", "uuid": "683a6f4f-32e7-4727-a566-cf36b09c7455" } ] }