{ "uuid": "437a01ee-dcdf-43da-b75b-254c76ed3bde", "lastMigration": 29, "name": "Recommendations AI (Beta)", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "e4f93d5b-90b8-4482-9690-c24b66951a1c", "documentation": "Unregister an apiKey from using for predict method.", "method": "delete", "endpoint": "v1beta1/:name", "responses": [ { "uuid": "4cebb147-e81a-477e-8821-01ba0cc95799", "body": "{}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "26d7606d-862f-42c6-8543-1031e0b31bf0", "documentation": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", "method": "get", "endpoint": "v1beta1/:name", "responses": [ { "uuid": "8f510555-e8ab-488a-98fa-9a5136d0fa81", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "46efb9a1-71eb-49bc-bb4b-ed99355f2682", "documentation": "Updates a catalog item. Partial updating is supported. Non-existing items will be created.", "method": "patch", "endpoint": "v1beta1/:name", "responses": [ { "uuid": "073805fc-06d5-4550-ab66-e0ef65c81cec", "body": "{\n \"categoryHierarchies\": [\n {\n \"categories\": [\n \"\"\n ]\n }\n ],\n \"description\": \"\",\n \"id\": \"\",\n \"itemAttributes\": {\n \"categoricalFeatures\": {},\n \"numericalFeatures\": {}\n },\n \"itemGroupId\": \"\",\n \"languageCode\": \"\",\n \"productMetadata\": {\n \"availableQuantity\": \"\",\n \"canonicalProductUri\": \"\",\n \"costs\": {},\n \"currencyCode\": \"\",\n \"exactPrice\": {\n \"displayPrice\": {{faker 'number.float'}},\n \"originalPrice\": {{faker 'number.float'}}\n },\n \"images\": [\n {\n \"height\": {{faker 'number.int' max=99999}},\n \"uri\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"priceRange\": {\n \"max\": {{faker 'number.float'}},\n \"min\": {{faker 'number.float'}}\n },\n \"stockState\": \"{{oneOf (array 'STOCK_STATE_UNSPECIFIED' 'IN_STOCK' 'OUT_OF_STOCK' 'PREORDER' 'BACKORDER')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"title\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b5f26ff8-db5a-42c9-ba01-64af1bb19b98", "documentation": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding allows API services to override the binding to use different resource name schemes, such as `users/*/operations`. To override the binding, API services can add a binding such as `\"/v1/{name=users/*}/operations\"` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.", "method": "get", "endpoint": "v1beta1/:name/operations", "responses": [ { "uuid": "cbbb6a9d-6574-4c9e-b704-5197a2ced4aa", "body": "{\n \"nextPageToken\": \"\",\n \"operations\": [\n {\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "26de8b30-7e45-4a54-8804-71105a68dbfe", "documentation": "Makes a recommendation prediction. If using API Key based authentication, the API Key must be registered using the PredictionApiKeyRegistry service. [Learn more](https://cloud.google.com/recommendations-ai/docs/setting-up#register-key).", "method": "post", "endpoint": "v1beta1/:name:predict", "responses": [ { "uuid": "9e373fd6-985a-47aa-86a1-6bbb278b6783", "body": "{\n \"dryRun\": {{faker 'datatype.boolean'}},\n \"itemsMissingInCatalog\": [\n \"\"\n ],\n \"metadata\": {},\n \"nextPageToken\": \"\",\n \"recommendationToken\": \"\",\n \"results\": [\n {\n \"id\": \"\",\n \"itemMetadata\": {}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "687b179e-3473-4222-bf4f-5c0d52324316", "documentation": "Gets a list of catalog items.", "method": "get", "endpoint": "v1beta1/:parent/catalogItems", "responses": [ { "uuid": "93e34b2c-5706-4ace-b3ba-b5715067b2f0", "body": "{\n \"catalogItems\": [\n {\n \"categoryHierarchies\": [\n {\n \"categories\": [\n \"\"\n ]\n }\n ],\n \"description\": \"\",\n \"id\": \"\",\n \"itemAttributes\": {\n \"categoricalFeatures\": {},\n \"numericalFeatures\": {}\n },\n \"itemGroupId\": \"\",\n \"languageCode\": \"\",\n \"productMetadata\": {\n \"availableQuantity\": \"\",\n \"canonicalProductUri\": \"\",\n \"costs\": {},\n \"currencyCode\": \"\",\n \"exactPrice\": {\n \"displayPrice\": {{faker 'number.float'}},\n \"originalPrice\": {{faker 'number.float'}}\n },\n \"images\": [\n {\n \"height\": {{faker 'number.int' max=99999}},\n \"uri\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"priceRange\": {\n \"max\": {{faker 'number.float'}},\n \"min\": {{faker 'number.float'}}\n },\n \"stockState\": \"{{oneOf (array 'STOCK_STATE_UNSPECIFIED' 'IN_STOCK' 'OUT_OF_STOCK' 'PREORDER' 'BACKORDER')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"title\": \"\"\n }\n ],\n \"nextPageToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7ad086a4-351d-45c5-aa9c-a291fb2c9313", "documentation": "Creates a catalog item.", "method": "post", "endpoint": "v1beta1/:parent/catalogItems", "responses": [ { "uuid": "cf1c56c1-0b8c-4e4a-8e61-4968f02873de", "body": "{\n \"categoryHierarchies\": [\n {\n \"categories\": [\n \"\"\n ]\n }\n ],\n \"description\": \"\",\n \"id\": \"\",\n \"itemAttributes\": {\n \"categoricalFeatures\": {},\n \"numericalFeatures\": {}\n },\n \"itemGroupId\": \"\",\n \"languageCode\": \"\",\n \"productMetadata\": {\n \"availableQuantity\": \"\",\n \"canonicalProductUri\": \"\",\n \"costs\": {},\n \"currencyCode\": \"\",\n \"exactPrice\": {\n \"displayPrice\": {{faker 'number.float'}},\n \"originalPrice\": {{faker 'number.float'}}\n },\n \"images\": [\n {\n \"height\": {{faker 'number.int' max=99999}},\n \"uri\": \"\",\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"priceRange\": {\n \"max\": {{faker 'number.float'}},\n \"min\": {{faker 'number.float'}}\n },\n \"stockState\": \"{{oneOf (array 'STOCK_STATE_UNSPECIFIED' 'IN_STOCK' 'OUT_OF_STOCK' 'PREORDER' 'BACKORDER')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"title\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c0081611-60dc-4756-bae5-32e7a2cc892c", "documentation": "Bulk import of multiple catalog items. Request processing may be synchronous. No partial updating supported. Non-existing items will be created. Operation.response is of type ImportResponse. Note that it is possible for a subset of the items to be successfully updated.", "method": "post", "endpoint": "v1beta1/:parent/catalogItems:import", "responses": [ { "uuid": "10366c73-6006-49b0-8f5c-6e5765f41b89", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bc883ee2-d92d-459d-b8e3-b7439298daf3", "documentation": "Lists all the catalog configurations associated with the project.", "method": "get", "endpoint": "v1beta1/:parent/catalogs", "responses": [ { "uuid": "f144f8b9-86b4-408a-b55e-5b411ffb39ae", "body": "{\n \"catalogs\": [\n {\n \"catalogItemLevelConfig\": {\n \"eventItemLevel\": \"{{oneOf (array 'CATALOG_ITEM_LEVEL_UNSPECIFIED' 'VARIANT' 'MASTER')}}\",\n \"predictItemLevel\": \"{{oneOf (array 'CATALOG_ITEM_LEVEL_UNSPECIFIED' 'VARIANT' 'MASTER')}}\"\n },\n \"defaultEventStoreId\": \"\",\n \"displayName\": \"\",\n \"name\": \"\"\n }\n ],\n \"nextPageToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8b35f8bb-a3af-41f4-8d9e-338715b28451", "documentation": "List the registered apiKeys for use with predict method.", "method": "get", "endpoint": "v1beta1/:parent/predictionApiKeyRegistrations", "responses": [ { "uuid": "1a26d57f-59ba-405f-8971-e6db339a50d5", "body": "{\n \"nextPageToken\": \"\",\n \"predictionApiKeyRegistrations\": [\n {\n \"apiKey\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9e931e00-c6ce-43db-8681-c576ae4e0147", "documentation": "Register an API key for use with predict method.", "method": "post", "endpoint": "v1beta1/:parent/predictionApiKeyRegistrations", "responses": [ { "uuid": "18e3bebf-063b-4c7d-add8-c4825ef4854c", "body": "{\n \"apiKey\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "85999777-1dd7-4283-b983-c4d2b27b1e5f", "documentation": "Gets a list of user events within a time range, with potential filtering. The method does not list unjoined user events. Unjoined user event definition: when a user event is ingested from Recommendations AI User Event APIs, the catalog item included in the user event is connected with the current catalog. If a catalog item of the ingested event is not in the current catalog, it could lead to degraded model quality. This is called an unjoined event.", "method": "get", "endpoint": "v1beta1/:parent/userEvents", "responses": [ { "uuid": "9d461006-8cc7-4663-8bc3-294b9b133322", "body": "{\n \"nextPageToken\": \"\",\n \"userEvents\": [\n {\n \"eventDetail\": {\n \"eventAttributes\": {\n \"categoricalFeatures\": {},\n \"numericalFeatures\": {}\n },\n \"experimentIds\": [\n \"\"\n ],\n \"pageViewId\": \"\",\n \"recommendationToken\": \"\",\n \"referrerUri\": \"\",\n \"uri\": \"\"\n },\n \"eventSource\": \"{{oneOf (array 'EVENT_SOURCE_UNSPECIFIED' 'AUTOML' 'ECOMMERCE' 'BATCH_UPLOAD')}}\",\n \"eventTime\": \"\",\n \"eventType\": \"\",\n \"productEventDetail\": {\n \"cartId\": \"\",\n \"listId\": \"\",\n \"pageCategories\": [\n {\n \"categories\": [\n \"\"\n ]\n }\n ],\n \"productDetails\": [\n {\n \"availableQuantity\": {{faker 'number.int' max=99999}},\n \"currencyCode\": \"\",\n \"displayPrice\": {{faker 'number.float'}},\n \"id\": \"\",\n \"itemAttributes\": {\n \"categoricalFeatures\": {},\n \"numericalFeatures\": {}\n },\n \"originalPrice\": {{faker 'number.float'}},\n \"quantity\": {{faker 'number.int' max=99999}},\n \"stockState\": \"{{oneOf (array 'STOCK_STATE_UNSPECIFIED' 'IN_STOCK' 'OUT_OF_STOCK' 'PREORDER' 'BACKORDER')}}\"\n }\n ],\n \"purchaseTransaction\": {\n \"costs\": {},\n \"currencyCode\": \"\",\n \"id\": \"\",\n \"revenue\": {{faker 'number.float'}},\n \"taxes\": {}\n },\n \"searchQuery\": \"\"\n },\n \"userInfo\": {\n \"directUserRequest\": {{faker 'datatype.boolean'}},\n \"ipAddress\": \"\",\n \"userAgent\": \"\",\n \"userId\": \"\",\n \"visitorId\": \"\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ae959751-b241-411d-8c27-b681e7f53eb3", "documentation": "Writes a single user event from the browser. This uses a GET request to due to browser restriction of POST-ing to a 3rd party domain. This method is used only by the Recommendations AI JavaScript pixel. Users should not call this method directly.", "method": "get", "endpoint": "v1beta1/:parent/userEvents:collect", "responses": [ { "uuid": "6e56f1db-2039-4915-afc4-e1c20dfd7575", "body": "{\n \"contentType\": \"\",\n \"data\": \"\",\n \"extensions\": [\n {}\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "536f5d50-11b9-4905-af63-df5bc2419782", "documentation": "Bulk import of User events. Request processing might be synchronous. Events that already exist are skipped. Use this method for backfilling historical user events. Operation.response is of type ImportResponse. Note that it is possible for a subset of the items to be successfully inserted. Operation.metadata is of type ImportMetadata.", "method": "post", "endpoint": "v1beta1/:parent/userEvents:import", "responses": [ { "uuid": "24c8afc6-fba4-499f-9426-a526bad27f2b", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c32f8352-f8b9-4536-83a7-d275898af8c5", "documentation": "Deletes permanently all user events specified by the filter provided. Depending on the number of events specified by the filter, this operation could take hours or days to complete. To test a filter, use the list command first.", "method": "post", "endpoint": "v1beta1/:parent/userEvents:purge", "responses": [ { "uuid": "e77eb8c3-41a8-4ec4-b297-858f315308b8", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "696438f2-bc65-4808-96b4-318f8e812064", "documentation": "Triggers a user event rejoin operation with latest catalog data. Events will not be annotated with detailed catalog information if catalog item is missing at the time the user event is ingested, and these events are stored as unjoined events with a limited usage on training and serving. This API can be used to trigger a 'join' operation on specified events with latest version of catalog items. It can also be used to correct events joined with wrong catalog items.", "method": "post", "endpoint": "v1beta1/:parent/userEvents:rejoin", "responses": [ { "uuid": "1570d51b-fe41-4c38-9a74-5e9c69b99915", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8b27e6f4-c995-445f-9a11-daf48ae4273f", "documentation": "Writes a single user event.", "method": "post", "endpoint": "v1beta1/:parent/userEvents:write", "responses": [ { "uuid": "987609a2-86d4-44b4-84f5-58e028422570", "body": "{\n \"eventDetail\": {\n \"eventAttributes\": {\n \"categoricalFeatures\": {},\n \"numericalFeatures\": {}\n },\n \"experimentIds\": [\n \"\"\n ],\n \"pageViewId\": \"\",\n \"recommendationToken\": \"\",\n \"referrerUri\": \"\",\n \"uri\": \"\"\n },\n \"eventSource\": \"{{oneOf (array 'EVENT_SOURCE_UNSPECIFIED' 'AUTOML' 'ECOMMERCE' 'BATCH_UPLOAD')}}\",\n \"eventTime\": \"\",\n \"eventType\": \"\",\n \"productEventDetail\": {\n \"cartId\": \"\",\n \"listId\": \"\",\n \"pageCategories\": [\n {\n \"categories\": [\n \"\"\n ]\n }\n ],\n \"productDetails\": [\n {\n \"availableQuantity\": {{faker 'number.int' max=99999}},\n \"currencyCode\": \"\",\n \"displayPrice\": {{faker 'number.float'}},\n \"id\": \"\",\n \"itemAttributes\": {\n \"categoricalFeatures\": {},\n \"numericalFeatures\": {}\n },\n \"originalPrice\": {{faker 'number.float'}},\n \"quantity\": {{faker 'number.int' max=99999}},\n \"stockState\": \"{{oneOf (array 'STOCK_STATE_UNSPECIFIED' 'IN_STOCK' 'OUT_OF_STOCK' 'PREORDER' 'BACKORDER')}}\"\n }\n ],\n \"purchaseTransaction\": {\n \"costs\": {},\n \"currencyCode\": \"\",\n \"id\": \"\",\n \"revenue\": {{faker 'number.float'}},\n \"taxes\": {}\n },\n \"searchQuery\": \"\"\n },\n \"userInfo\": {\n \"directUserRequest\": {{faker 'datatype.boolean'}},\n \"ipAddress\": \"\",\n \"userAgent\": \"\",\n \"userId\": \"\",\n \"visitorId\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/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": "e4f93d5b-90b8-4482-9690-c24b66951a1c" }, { "type": "route", "uuid": "26d7606d-862f-42c6-8543-1031e0b31bf0" }, { "type": "route", "uuid": "46efb9a1-71eb-49bc-bb4b-ed99355f2682" }, { "type": "route", "uuid": "b5f26ff8-db5a-42c9-ba01-64af1bb19b98" }, { "type": "route", "uuid": "26de8b30-7e45-4a54-8804-71105a68dbfe" }, { "type": "route", "uuid": "687b179e-3473-4222-bf4f-5c0d52324316" }, { "type": "route", "uuid": "7ad086a4-351d-45c5-aa9c-a291fb2c9313" }, { "type": "route", "uuid": "c0081611-60dc-4756-bae5-32e7a2cc892c" }, { "type": "route", "uuid": "bc883ee2-d92d-459d-b8e3-b7439298daf3" }, { "type": "route", "uuid": "8b35f8bb-a3af-41f4-8d9e-338715b28451" }, { "type": "route", "uuid": "9e931e00-c6ce-43db-8681-c576ae4e0147" }, { "type": "route", "uuid": "85999777-1dd7-4283-b983-c4d2b27b1e5f" }, { "type": "route", "uuid": "ae959751-b241-411d-8c27-b681e7f53eb3" }, { "type": "route", "uuid": "536f5d50-11b9-4905-af63-df5bc2419782" }, { "type": "route", "uuid": "c32f8352-f8b9-4536-83a7-d275898af8c5" }, { "type": "route", "uuid": "696438f2-bc65-4808-96b4-318f8e812064" }, { "type": "route", "uuid": "8b27e6f4-c995-445f-9a11-daf48ae4273f" } ] }