{ "uuid": "88947183-d1a7-47ca-a7b7-3e8319638178", "lastMigration": 29, "name": "Twilio - Accounts", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "fc00367b-d75a-427d-9f0d-7e4cd3b30f70", "documentation": "Promote the secondary Auth Token to primary. After promoting the new token, all requests to Twilio using your old primary Auth Token will result in an error.", "method": "post", "endpoint": "v1/AuthTokens/Promote", "responses": [ { "uuid": "4b64291f-d317-428a-a2a2-9aa902fe085c", "body": "{\n \"account_sid\": \"\",\n \"auth_token\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{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": "df78172e-1fd0-49bb-a9cf-5cf4517f2a7a", "documentation": "Delete the secondary Auth Token from your account", "method": "delete", "endpoint": "v1/AuthTokens/Secondary", "responses": [ { "uuid": "7de089b0-1c70-4313-bfa8-41f141e70768", "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": "83564d3b-2526-4d62-b12a-bd27a0e691a1", "documentation": "Create a new secondary Auth Token", "method": "post", "endpoint": "v1/AuthTokens/Secondary", "responses": [ { "uuid": "1f0284b3-5f4d-493b-a39f-807577fd4b58", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"secondary_auth_token\": \"\",\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": "b369d598-0dbd-4ec1-9ae0-7b780cb24ed2", "documentation": "Retrieves a collection of AWS Credentials belonging to the account used to make the request", "method": "get", "endpoint": "v1/Credentials/AWS", "responses": [ { "uuid": "7b12fcf6-9668-43f9-8ea9-e07364938414", "body": "{\n \"credentials\": [\n {\n \"account_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\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": "83d2162b-7d86-4acf-8526-e36f03dc73ec", "documentation": "Create a new AWS Credential", "method": "post", "endpoint": "v1/Credentials/AWS", "responses": [ { "uuid": "fe6c3492-6a0f-4633-ba60-19f1a0640c53", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\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": "8aa92db9-6d0b-446b-9d1b-511eb2c4be17", "documentation": "Delete a Credential from your account", "method": "delete", "endpoint": "v1/Credentials/AWS/:Sid", "responses": [ { "uuid": "cdc4ec64-34ee-4e1c-aa75-b1eaa7d54bb2", "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": "f4183e52-e3f9-411a-b01a-398034625350", "documentation": "Fetch the AWS credentials specified by the provided Credential Sid", "method": "get", "endpoint": "v1/Credentials/AWS/:Sid", "responses": [ { "uuid": "5e929fb0-2f9c-49df-a62d-1a8a66e0849a", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\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": "dd6f922d-0ca0-4498-89b3-884374203ef7", "documentation": "Modify the properties of a given Account", "method": "post", "endpoint": "v1/Credentials/AWS/:Sid", "responses": [ { "uuid": "1869ea9f-324a-4fea-93bd-f89b3aec64f7", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\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": "2f075049-8065-4f64-a133-381f5cf4c6e4", "documentation": "Retrieves a collection of Public Key Credentials belonging to the account used to make the request", "method": "get", "endpoint": "v1/Credentials/PublicKeys", "responses": [ { "uuid": "3571963b-8ed0-4d89-afc7-14aa9d679fe6", "body": "{\n \"credentials\": [\n {\n \"account_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\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": "a9f60707-2a52-4d61-b2c8-fd952633e6d0", "documentation": "Create a new Public Key Credential", "method": "post", "endpoint": "v1/Credentials/PublicKeys", "responses": [ { "uuid": "19e1eb34-f114-418f-af02-b6e423497dab", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\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": "e0e1fb0b-c250-4b9f-b857-692eb1c930ab", "documentation": "Delete a Credential from your account", "method": "delete", "endpoint": "v1/Credentials/PublicKeys/:Sid", "responses": [ { "uuid": "66cb87c4-1233-4e58-8e4f-1f0392182182", "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": "e02577e3-79c7-4ed8-a16b-a7e51c56a2e2", "documentation": "Fetch the public key specified by the provided Credential Sid", "method": "get", "endpoint": "v1/Credentials/PublicKeys/:Sid", "responses": [ { "uuid": "4e782821-8ec8-4562-a84d-567453775205", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\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": "d015269b-0695-4428-97c1-9f2ec09d25cf", "documentation": "Modify the properties of a given Account", "method": "post", "endpoint": "v1/Credentials/PublicKeys/:Sid", "responses": [ { "uuid": "057d97ea-d332-4730-abff-e976e863b8bc", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"friendly_name\": \"\",\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" } ], "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": "fc00367b-d75a-427d-9f0d-7e4cd3b30f70" }, { "type": "route", "uuid": "df78172e-1fd0-49bb-a9cf-5cf4517f2a7a" }, { "type": "route", "uuid": "83564d3b-2526-4d62-b12a-bd27a0e691a1" }, { "type": "route", "uuid": "b369d598-0dbd-4ec1-9ae0-7b780cb24ed2" }, { "type": "route", "uuid": "83d2162b-7d86-4acf-8526-e36f03dc73ec" }, { "type": "route", "uuid": "8aa92db9-6d0b-446b-9d1b-511eb2c4be17" }, { "type": "route", "uuid": "f4183e52-e3f9-411a-b01a-398034625350" }, { "type": "route", "uuid": "dd6f922d-0ca0-4498-89b3-884374203ef7" }, { "type": "route", "uuid": "2f075049-8065-4f64-a133-381f5cf4c6e4" }, { "type": "route", "uuid": "a9f60707-2a52-4d61-b2c8-fd952633e6d0" }, { "type": "route", "uuid": "e0e1fb0b-c250-4b9f-b857-692eb1c930ab" }, { "type": "route", "uuid": "e02577e3-79c7-4ed8-a16b-a7e51c56a2e2" }, { "type": "route", "uuid": "d015269b-0695-4428-97c1-9f2ec09d25cf" } ] }