{ "info": { "_postman_id": "08424d63-c600-45eb-b137-be30c5308f7c", "name": "external/applications/applications.proto ApplicationsService SecretsService API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:20:34.000Z", "updatedAt": "2026-07-28T01:20:34.000Z", "lastUpdatedBy": "35240", "uid": "35240-08424d63-c600-45eb-b137-be30c5308f7c" }, "item": [ { "name": "api", "item": [ { "name": "v0", "item": [ { "name": "secrets", "item": [ { "name": "id", "item": [ { "name": "{id}", "item": [ { "name": "Read a secret", "id": "d0d9c3d1-5675-4f29-8b70-3eba2781b5f8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/secrets/id/:id", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "secrets", "id", ":id" ], "variable": [ { "id": "8b34054d-fd82-4642-8528-32bbb24603b0", "key": "id", "value": "", "description": "(Required) Unique node ID (UUID)." } ] }, "description": "Reads a secret given the ID of the secret.\nNote that the secret information (password and key values) will not be returned by the API, as a safety measure.\n\nAuthorization Action:\n```\nsecrets:secrets:get\n```" }, "response": [ { "id": "69930d0f-5c2b-4ef6-b32b-7a6b3642c641", "name": "A successful response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/secrets/id/:id", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "secrets", "id", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"last_modified\": \"\",\n \"tags\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ],\n \"data\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:34.000Z", "updatedAt": "2026-07-28T01:20:34.000Z", "uid": "35240-69930d0f-5c2b-4ef6-b32b-7a6b3642c641" }, { "id": "8fc307d2-0af7-4c61-9e01-43cda153568c", "name": "An unexpected error response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/secrets/id/:id", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "secrets", "id", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:34.000Z", "updatedAt": "2026-07-28T01:20:34.000Z", "uid": "35240-8fc307d2-0af7-4c61-9e01-43cda153568c" } ], "createdAt": "2026-07-28T01:20:34.000Z", "updatedAt": "2026-07-28T01:20:34.000Z", "uid": "35240-d0d9c3d1-5675-4f29-8b70-3eba2781b5f8" }, { "name": "Delete a secret", "id": "1ada9a9f-5daf-407c-8567-7366a04623a0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/secrets/id/:id", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "secrets", "id", ":id" ], "variable": [ { "id": "9904678d-968c-4538-b388-2d4940c99b09", "key": "id", "value": "", "description": "(Required) Unique node ID (UUID)." } ] }, "description": "Deletes a secret given the ID of the secret.\nNote that any nodes that were using the secret will no longer be associated with the deleted secret.\n\nAuthorization Action:\n```\nsecrets:secrets:delete\n```" }, "response": [ { "id": "e2e40c7c-04b6-43a5-8545-a09ed6ac2556", "name": "A successful response.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/secrets/id/:id", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "secrets", "id", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T01:20:34.000Z", "updatedAt": "2026-07-28T01:20:34.000Z", "uid": "35240-e2e40c7c-04b6-43a5-8545-a09ed6ac2556" }, { "id": "8bef4283-3f3f-48b4-a657-d35d1926fa08", "name": "An unexpected error response.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/secrets/id/:id", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "secrets", "id", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:34.000Z", "updatedAt": "2026-07-28T01:20:34.000Z", "uid": "35240-8bef4283-3f3f-48b4-a657-d35d1926fa08" } ], "createdAt": "2026-07-28T01:20:34.000Z", "updatedAt": "2026-07-28T01:20:34.000Z", "uid": "35240-1ada9a9f-5daf-407c-8567-7366a04623a0" }, { "name": "Update a secret", "id": "30ba5ccd-9a69-4380-9a4d-1ec2e2f1e3aa", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"last_modified\": \"\",\n \"tags\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ],\n \"data\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/secrets/id/:id", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "secrets", "id", ":id" ], "variable": [ { "id": "0eb0a100-3f6d-4cf2-ad31-8cf1da98ffc7", "key": "id", "value": "", "description": "(Required) Unique node ID (UUID)." } ] }, "description": "Updates a secret. \nThis is a PATCH operation, meaning the details sent in will override/replace those stored in the DB.\nSecret information that is not in the body of the request will persist.\n\nExample:\n```\ngiven a credential with a username and password, a user could update the password by passing in the following body, \nand the name of the secret as well as the username for the secret be unchanged:\n\n{\n\"id\": \"525c013a-2ab3-4e6f-9005-51bc620e9157\",\n\"data\": [\n{ \"key\": \"password\", \"value\": \"new-value\"} \n]\n}\n```\n\nAuthorization Action:\n```\nsecrets:secrets:update\n```" }, "response": [ { "id": "476a1e41-cbb9-4bc5-9d66-b333bd8f7bca", "name": "A successful response.", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"last_modified\": \"\",\n \"tags\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ],\n \"data\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/secrets/id/:id", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "secrets", "id", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T01:20:34.000Z", "updatedAt": "2026-07-28T01:20:34.000Z", "uid": "35240-476a1e41-cbb9-4bc5-9d66-b333bd8f7bca" }, { "id": "e55a80de-f5f3-4832-b57e-1eefb098f20d", "name": "An unexpected error response.", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"last_modified\": \"\",\n \"tags\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ],\n \"data\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/secrets/id/:id", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "secrets", "id", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:34.000Z", "updatedAt": "2026-07-28T01:20:34.000Z", "uid": "35240-e55a80de-f5f3-4832-b57e-1eefb098f20d" } ], "createdAt": "2026-07-28T01:20:34.000Z", "updatedAt": "2026-07-28T01:20:34.000Z", "uid": "35240-30ba5ccd-9a69-4380-9a4d-1ec2e2f1e3aa" } ], "id": "26fad8c4-172c-40cd-bb52-8c389ea7f737", "createdAt": "2026-07-28T01:20:34.000Z", "updatedAt": "2026-07-28T01:20:34.000Z", "uid": "35240-26fad8c4-172c-40cd-bb52-8c389ea7f737" } ], "id": "4ea363bd-488e-4a65-9c58-e00994938ad8", "createdAt": "2026-07-28T01:20:34.000Z", "updatedAt": "2026-07-28T01:20:34.000Z", "uid": "35240-4ea363bd-488e-4a65-9c58-e00994938ad8" }, { "name": "search", "item": [ { "name": "List and filter secrets", "id": "04c10966-e2fb-4bc9-b041-85aab3f23b75", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"filters\": [\n {\n \"key\": \"\",\n \"exclude\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n },\n {\n \"key\": \"\",\n \"exclude\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"order\": \"ASC\",\n \"sort\": \"\",\n \"page\": \"\",\n \"per_page\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/secrets/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "secrets", "search" ] }, "description": "Makes a list of secrets.\nSupports filtering, pagination, and sorting.\nAdding a filter narrows the list of secrets to only those that match the filter or filters.\nSupported filters: type, name\nSupported sort types: name, type, last modified\n\nExample:\n```\n{\n\"sort\": \"type\",\n\"order\": \"ASC\",\n\"filters\": [\n{ \"key\": \"type\", \"values\": [\"ssh\",\"winrm\",\"sudo\"] }\n],\n\"page\":1,\n\"per_page\":100\n}\n```\n\nAuthorization Action:\n```\nsecrets:secrets:list\n```" }, "response": [ { "id": "9c16d970-1d9c-4dec-881e-a3276048299b", "name": "A successful response.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"filters\": [\n {\n \"key\": \"\",\n \"exclude\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n },\n {\n \"key\": \"\",\n \"exclude\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"order\": \"ASC\",\n \"sort\": \"\",\n \"page\": \"\",\n \"per_page\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/secrets/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "secrets", "search" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"secrets\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"last_modified\": \"\",\n \"tags\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ],\n \"data\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ]\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"last_modified\": \"\",\n \"tags\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ],\n \"data\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ]\n }\n ],\n \"total\": \"\"\n}", "createdAt": "2026-07-28T01:20:34.000Z", "updatedAt": "2026-07-28T01:20:34.000Z", "uid": "35240-9c16d970-1d9c-4dec-881e-a3276048299b" }, { "id": "6250a7e7-f0c0-43e2-8e9d-da9542377f4b", "name": "An unexpected error response.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"filters\": [\n {\n \"key\": \"\",\n \"exclude\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n },\n {\n \"key\": \"\",\n \"exclude\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"order\": \"ASC\",\n \"sort\": \"\",\n \"page\": \"\",\n \"per_page\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/secrets/search", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "secrets", "search" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:34.000Z", "updatedAt": "2026-07-28T01:20:34.000Z", "uid": "35240-6250a7e7-f0c0-43e2-8e9d-da9542377f4b" } ], "createdAt": "2026-07-28T01:20:34.000Z", "updatedAt": "2026-07-28T01:20:34.000Z", "uid": "35240-04c10966-e2fb-4bc9-b041-85aab3f23b75" } ], "id": "bac33cea-359a-4acf-a380-78ff18950117", "createdAt": "2026-07-28T01:20:34.000Z", "updatedAt": "2026-07-28T01:20:34.000Z", "uid": "35240-bac33cea-359a-4acf-a380-78ff18950117" }, { "name": "Create a secret", "id": "34ca06b8-e501-4a3c-b126-ca23ea551cd8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"last_modified\": \"\",\n \"tags\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ],\n \"data\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/secrets", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "secrets" ] }, "description": "Creates a secret. Requires values for name, type, and data.\n\nSupported types: ssh, winrm, sudo, aws, azure, gcp, service_now\nSupported keys by type: \nssh: username, password, key\nwinrm: username, password\nsudo: username, password\nservice_now: username, password\naws: AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_SESSION_TOKEN\nazure: AZURE_CLIENT_ID, AZURE_CLIENT_SECRET, AZURE_TENANT_ID\nazure: AZURE_SUBSCRIPTION_ID is optional \ngcp: GOOGLE_CREDENTIALS_JSON\n\nExample:\n```\n{\n\"name\": \"my ssh secret\",\n\"type\": \"ssh\",\n\"data\": [\n{ \"key\": \"username\", \"value\": \"vagrant\" },\n{ \"key\": \"password\", \"value\": \"vagrant\"} \n]\n}\n```\n\nAuthorization Action:\n```\nsecrets:secrets:create\n```" }, "response": [ { "id": "bb7671c4-b6b1-4838-a9c8-637e48218970", "name": "A successful response.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"last_modified\": \"\",\n \"tags\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ],\n \"data\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/secrets", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "secrets" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\"\n}", "createdAt": "2026-07-28T01:20:34.000Z", "updatedAt": "2026-07-28T01:20:34.000Z", "uid": "35240-bb7671c4-b6b1-4838-a9c8-637e48218970" }, { "id": "3988a0ef-d8a7-42af-bc00-7b9a24a5a4d2", "name": "An unexpected error response.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\",\n \"last_modified\": \"\",\n \"tags\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ],\n \"data\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/secrets", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "secrets" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:34.000Z", "updatedAt": "2026-07-28T01:20:34.000Z", "uid": "35240-3988a0ef-d8a7-42af-bc00-7b9a24a5a4d2" } ], "createdAt": "2026-07-28T01:20:34.000Z", "updatedAt": "2026-07-28T01:20:34.000Z", "uid": "35240-34ca06b8-e501-4a3c-b126-ca23ea551cd8" } ], "id": "dcf57107-ed8a-4750-b054-cc455f496833", "createdAt": "2026-07-28T01:20:34.000Z", "updatedAt": "2026-07-28T01:20:34.000Z", "uid": "35240-dcf57107-ed8a-4750-b054-cc455f496833" } ], "id": "e75688f7-4976-4412-90dc-6c96c4780855", "createdAt": "2026-07-28T01:20:34.000Z", "updatedAt": "2026-07-28T01:20:34.000Z", "uid": "35240-e75688f7-4976-4412-90dc-6c96c4780855" } ], "id": "ea8da9b6-8da7-44be-9c57-d28950f5cc2c", "createdAt": "2026-07-28T01:20:34.000Z", "updatedAt": "2026-07-28T01:20:34.000Z", "uid": "35240-ea8da9b6-8da7-44be-9c57-d28950f5cc2c" } ], "variable": [ { "key": "baseUrl", "value": "/" } ] }