{ "uuid": "4120e276-ec7e-4330-abbf-de51e2530338", "lastMigration": 29, "name": "Twilio - Events", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "0a289a31-b184-41c1-bb4c-2c60b7f863d5", "documentation": "Fetch a specific schema with its nested versions.", "method": "get", "endpoint": "v1/Schemas/:Id", "responses": [ { "uuid": "f478c7d2-2129-41ec-9130-6c806fe7b47d", "body": "{\n \"id\": \"\",\n \"latest_version\": {{faker 'number.int' max=99999}},\n \"latest_version_date_created\": \"{{faker 'date.recent' 365}}\",\n \"links\": {},\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": "0e13d429-e45a-48f1-9843-99708695da24", "documentation": "Retrieve a paginated list of versions of the schema.", "method": "get", "endpoint": "v1/Schemas/:Id/Versions", "responses": [ { "uuid": "72a32b1d-7287-499d-96a6-cc0404447e17", "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 \"schema_versions\": [\n {\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"id\": \"\",\n \"raw\": \"\",\n \"schema_version\": {{faker 'number.int' max=99999}},\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": "07adc7a1-f4f9-44ef-975b-9b80cd413276", "documentation": "Fetch a specific schema and version.", "method": "get", "endpoint": "v1/Schemas/:Id/Versions/:SchemaVersion", "responses": [ { "uuid": "7de21e6d-34e8-455b-9264-b512b36e44f8", "body": "{\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"id\": \"\",\n \"raw\": \"\",\n \"schema_version\": {{faker 'number.int' max=99999}},\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": "fd21fce7-2baf-4c3d-be5d-90a2a8c1ee6c", "documentation": "Retrieve a paginated list of Sinks belonging to the account used to make the request.", "method": "get", "endpoint": "v1/Sinks", "responses": [ { "uuid": "4a41b29d-51a2-4dab-88e9-8af0e37d8340", "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 \"sinks\": [\n {\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"description\": \"\",\n \"links\": {},\n \"sid\": \"\",\n \"sink_configuration\": \"\",\n \"sink_type\": \"{{oneOf (array 'kinesis' 'webhook' 'segment')}}\",\n \"status\": \"{{oneOf (array 'initialized' 'validating' 'active' 'failed')}}\",\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": "75809aa1-8710-46fb-afb1-112fbaf085ae", "documentation": "Create a new Sink", "method": "post", "endpoint": "v1/Sinks", "responses": [ { "uuid": "d13caccc-30e3-4aa7-bebb-a127bb41465c", "body": "{\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"description\": \"\",\n \"links\": {},\n \"sid\": \"\",\n \"sink_configuration\": \"\",\n \"sink_type\": \"{{oneOf (array 'kinesis' 'webhook' 'segment')}}\",\n \"status\": \"{{oneOf (array 'initialized' 'validating' 'active' '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": "0819c9a6-ea31-49e1-8482-a1f946e941b6", "documentation": "Delete a specific Sink.", "method": "delete", "endpoint": "v1/Sinks/:Sid", "responses": [ { "uuid": "7f184b03-7dda-4a6a-b2d3-fab212613179", "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": "6651e252-863b-4436-871f-34ae9b3f6cdd", "documentation": "Fetch a specific Sink.", "method": "get", "endpoint": "v1/Sinks/:Sid", "responses": [ { "uuid": "03cc7971-a4dd-44a9-b143-209ce45efcf7", "body": "{\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"description\": \"\",\n \"links\": {},\n \"sid\": \"\",\n \"sink_configuration\": \"\",\n \"sink_type\": \"{{oneOf (array 'kinesis' 'webhook' 'segment')}}\",\n \"status\": \"{{oneOf (array 'initialized' 'validating' 'active' '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": "74071731-95ef-4ab6-a9e4-102178821fd3", "documentation": "Update a specific Sink", "method": "post", "endpoint": "v1/Sinks/:Sid", "responses": [ { "uuid": "128de5b1-b924-4834-bad3-63415a741703", "body": "{\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"description\": \"\",\n \"links\": {},\n \"sid\": \"\",\n \"sink_configuration\": \"\",\n \"sink_type\": \"{{oneOf (array 'kinesis' 'webhook' 'segment')}}\",\n \"status\": \"{{oneOf (array 'initialized' 'validating' 'active' '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": "21c64072-9d53-4915-9b85-0e629c905a06", "documentation": "Create a new Sink Test Event for the given Sink.", "method": "post", "endpoint": "v1/Sinks/:Sid/Test", "responses": [ { "uuid": "5e2d7069-2f08-498b-926e-f01f7a3ba21c", "body": "{\n \"result\": \"\"\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": "2e60da0e-0e8c-409e-a54c-b7359b807e47", "documentation": "Validate that a test event for a Sink was received.", "method": "post", "endpoint": "v1/Sinks/:Sid/Validate", "responses": [ { "uuid": "0e6c612f-a352-4781-96ed-85339c401465", "body": "{\n \"result\": \"\"\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": "6b013389-ae95-4404-b872-4678e0c5772c", "documentation": "Retrieve a paginated list of Subscriptions belonging to the account used to make the request.", "method": "get", "endpoint": "v1/Subscriptions", "responses": [ { "uuid": "41e06e6c-880f-4fb2-88f8-c96608709a98", "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 \"subscriptions\": [\n {\n \"account_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"description\": \"\",\n \"links\": {},\n \"sid\": \"\",\n \"sink_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": "d20ba188-ec9b-4fb1-85ae-644ffc5e877d", "documentation": "Create a new Subscription.", "method": "post", "endpoint": "v1/Subscriptions", "responses": [ { "uuid": "df95da25-1e04-4f74-a287-cf1b1ba94a84", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"description\": \"\",\n \"links\": {},\n \"sid\": \"\",\n \"sink_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": "adba000d-b435-478a-82de-802983f19c62", "documentation": "Delete a specific Subscription.", "method": "delete", "endpoint": "v1/Subscriptions/:Sid", "responses": [ { "uuid": "bcfb4ece-e2bc-4097-9b16-0783dfdb4567", "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": "abbabb73-95f0-42cd-9ef5-43252bf1d4e6", "documentation": "Fetch a specific Subscription.", "method": "get", "endpoint": "v1/Subscriptions/:Sid", "responses": [ { "uuid": "0d2becd9-c35c-4e58-8dd2-4e715dfbf508", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"description\": \"\",\n \"links\": {},\n \"sid\": \"\",\n \"sink_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": "80fc54b9-41c0-417a-80ea-30b78a6f1496", "documentation": "Update a Subscription.", "method": "post", "endpoint": "v1/Subscriptions/:Sid", "responses": [ { "uuid": "a4c594eb-e20b-4c4d-ab18-3318c098c012", "body": "{\n \"account_sid\": \"\",\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"description\": \"\",\n \"links\": {},\n \"sid\": \"\",\n \"sink_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": "4006be89-867e-4b6c-aa66-2b8a50260183", "documentation": "Retrieve a list of all Subscribed Event types for a Subscription.", "method": "get", "endpoint": "v1/Subscriptions/:SubscriptionSid/SubscribedEvents", "responses": [ { "uuid": "dea213df-555f-44b8-a9cd-dcef051ecc3d", "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 \"types\": [\n {\n \"account_sid\": \"\",\n \"schema_version\": {{faker 'number.int' max=99999}},\n \"subscription_sid\": \"\",\n \"type\": \"\",\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": "94aa0563-14ce-40cb-a03b-19e7a20b21e7", "documentation": "Create a new Subscribed Event type for the subscription", "method": "post", "endpoint": "v1/Subscriptions/:SubscriptionSid/SubscribedEvents", "responses": [ { "uuid": "5d9ff48e-cfbc-4977-b402-42f7ec2454f3", "body": "{\n \"account_sid\": \"\",\n \"schema_version\": {{faker 'number.int' max=99999}},\n \"subscription_sid\": \"\",\n \"type\": \"\",\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": "d8715a8f-1963-4a5b-8bc3-6b3ace6fc77a", "documentation": "Remove an event type from a subscription.", "method": "delete", "endpoint": "v1/Subscriptions/:SubscriptionSid/SubscribedEvents/:Type", "responses": [ { "uuid": "e9dd132e-b81f-47b3-9763-99754d24e79e", "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": "8389ef16-0e8a-4341-98b3-dcd3f8c5bde4", "documentation": "Read an Event for a Subscription.", "method": "get", "endpoint": "v1/Subscriptions/:SubscriptionSid/SubscribedEvents/:Type", "responses": [ { "uuid": "427f1496-7aeb-4386-a7e0-28cefb76f28f", "body": "{\n \"account_sid\": \"\",\n \"schema_version\": {{faker 'number.int' max=99999}},\n \"subscription_sid\": \"\",\n \"type\": \"\",\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": "b35eedfb-7373-4284-ba0c-6aa3b8a2f1ba", "documentation": "Update an Event for a Subscription.", "method": "post", "endpoint": "v1/Subscriptions/:SubscriptionSid/SubscribedEvents/:Type", "responses": [ { "uuid": "101b22c4-c377-45ea-8501-ff1300b25f0d", "body": "{\n \"account_sid\": \"\",\n \"schema_version\": {{faker 'number.int' max=99999}},\n \"subscription_sid\": \"\",\n \"type\": \"\",\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": "196b5b12-c091-41c1-a2dc-1e8ff129a7c6", "documentation": "Retrieve a paginated list of all the available Event Types.", "method": "get", "endpoint": "v1/Types", "responses": [ { "uuid": "f7c6043e-88bd-4209-8fcb-b8bb5176bf5c", "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 \"types\": [\n {\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"description\": \"\",\n \"links\": {},\n \"schema_id\": \"\",\n \"type\": \"\",\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": "f988eb91-6a15-4580-8a46-cf0e20238c97", "documentation": "Fetch a specific Event Type.", "method": "get", "endpoint": "v1/Types/:Type", "responses": [ { "uuid": "91142fb2-848e-4645-9629-b8e830e74953", "body": "{\n \"date_created\": \"{{faker 'date.recent' 365}}\",\n \"date_updated\": \"{{faker 'date.recent' 365}}\",\n \"description\": \"\",\n \"links\": {},\n \"schema_id\": \"\",\n \"type\": \"\",\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": "0a289a31-b184-41c1-bb4c-2c60b7f863d5" }, { "type": "route", "uuid": "0e13d429-e45a-48f1-9843-99708695da24" }, { "type": "route", "uuid": "07adc7a1-f4f9-44ef-975b-9b80cd413276" }, { "type": "route", "uuid": "fd21fce7-2baf-4c3d-be5d-90a2a8c1ee6c" }, { "type": "route", "uuid": "75809aa1-8710-46fb-afb1-112fbaf085ae" }, { "type": "route", "uuid": "0819c9a6-ea31-49e1-8482-a1f946e941b6" }, { "type": "route", "uuid": "6651e252-863b-4436-871f-34ae9b3f6cdd" }, { "type": "route", "uuid": "74071731-95ef-4ab6-a9e4-102178821fd3" }, { "type": "route", "uuid": "21c64072-9d53-4915-9b85-0e629c905a06" }, { "type": "route", "uuid": "2e60da0e-0e8c-409e-a54c-b7359b807e47" }, { "type": "route", "uuid": "6b013389-ae95-4404-b872-4678e0c5772c" }, { "type": "route", "uuid": "d20ba188-ec9b-4fb1-85ae-644ffc5e877d" }, { "type": "route", "uuid": "adba000d-b435-478a-82de-802983f19c62" }, { "type": "route", "uuid": "abbabb73-95f0-42cd-9ef5-43252bf1d4e6" }, { "type": "route", "uuid": "80fc54b9-41c0-417a-80ea-30b78a6f1496" }, { "type": "route", "uuid": "4006be89-867e-4b6c-aa66-2b8a50260183" }, { "type": "route", "uuid": "94aa0563-14ce-40cb-a03b-19e7a20b21e7" }, { "type": "route", "uuid": "d8715a8f-1963-4a5b-8bc3-6b3ace6fc77a" }, { "type": "route", "uuid": "8389ef16-0e8a-4341-98b3-dcd3f8c5bde4" }, { "type": "route", "uuid": "b35eedfb-7373-4284-ba0c-6aa3b8a2f1ba" }, { "type": "route", "uuid": "196b5b12-c091-41c1-a2dc-1e8ff129a7c6" }, { "type": "route", "uuid": "f988eb91-6a15-4580-8a46-cf0e20238c97" } ] }