{ "info": { "_postman_id": "e77c99dc-74e1-4801-a298-7150c391e0cb", "name": "Laravel Cloud Applications Caches API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:03:17.000Z", "updatedAt": "2026-07-28T02:03:18.000Z", "lastUpdatedBy": "35240", "uid": "35240-e77c99dc-74e1-4801-a298-7150c391e0cb" }, "item": [ { "name": "caches", "item": [ { "name": "types", "item": [ { "name": "List all available cache types with their configuration options", "id": "dd9c59dd-191d-4486-b14c-7c7bbd1dcf8f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/caches/types", "host": [ "{{baseUrl}}" ], "path": [ "caches", "types" ] } }, "response": [ { "id": "3663b005-892b-40c1-bf62-1e462a9cd0c5", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/caches/types", "host": [ "{{baseUrl}}" ], "path": [ "caches", "types" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"type\": \"\",\n \"label\": \"\",\n \"regions\": [\n \"us-east-2\",\n \"ap-southeast-1\"\n ],\n \"sizes\": [\n {\n \"value\": \"\",\n \"label\": \"\"\n },\n {\n \"value\": \"\",\n \"label\": \"\"\n }\n ],\n \"supports_auto_upgrade\": \"\"\n },\n {\n \"type\": \"\",\n \"label\": \"\",\n \"regions\": [\n \"eu-west-2\",\n \"us-east-2\"\n ],\n \"sizes\": [\n {\n \"value\": \"\",\n \"label\": \"\"\n },\n {\n \"value\": \"\",\n \"label\": \"\"\n }\n ],\n \"supports_auto_upgrade\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:03:18.000Z", "updatedAt": "2026-07-28T02:03:18.000Z", "uid": "35240-3663b005-892b-40c1-bf62-1e462a9cd0c5" } ], "createdAt": "2026-07-28T02:03:18.000Z", "updatedAt": "2026-07-28T02:03:18.000Z", "uid": "35240-dd9c59dd-191d-4486-b14c-7c7bbd1dcf8f" } ], "id": "61ebe99e-685f-4d15-adb2-7bf9d02bfee5", "createdAt": "2026-07-28T02:03:18.000Z", "updatedAt": "2026-07-28T02:03:18.000Z", "uid": "35240-61ebe99e-685f-4d15-adb2-7bf9d02bfee5" }, { "name": "{cache}", "item": [ { "name": "metrics", "item": [ { "name": "Get cache metrics", "id": "93bd284d-10dc-4c99-8976-4b7b3f647928", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/caches/:cache/metrics?period=24h", "host": [ "{{baseUrl}}" ], "path": [ "caches", ":cache", "metrics" ], "query": [ { "key": "period", "value": "24h" } ], "variable": [ { "id": "d225509c-46b0-4a4a-84b4-28f597d9f2e3", "key": "cache", "value": "", "description": "(Required) The cache identifier" } ] }, "description": "Get metrics for a specific cache." }, "response": [ { "id": "9ec5dc48-68d2-40ed-b7ef-3c10701758a0", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/caches/:cache/metrics?period=24h", "host": [ "{{baseUrl}}" ], "path": [ "caches", ":cache", "metrics" ], "query": [ { "key": "period", "value": "24h" } ], "variable": [ { "key": "cache" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"hits_and_misses\": {\n \"labels\": [\n \"\",\n \"\"\n ],\n \"average\": [\n \"\",\n \"\"\n ],\n \"data\": [\n {\n \"x\": \"\",\n \"y\": [\n \"\",\n \"\"\n ]\n },\n {\n \"x\": \"\",\n \"y\": [\n \"\",\n \"\"\n ]\n }\n ]\n },\n \"throughput\": {\n \"labels\": [\n \"\",\n \"\"\n ],\n \"average\": [\n \"\",\n \"\"\n ],\n \"data\": [\n {\n \"x\": \"\",\n \"y\": [\n \"\",\n \"\"\n ]\n },\n {\n \"x\": \"\",\n \"y\": [\n \"\",\n \"\"\n ]\n }\n ]\n },\n \"size\": {\n \"data\": [\n {\n \"x\": \"\",\n \"y\": \"\"\n },\n {\n \"x\": \"\",\n \"y\": \"\"\n }\n ],\n \"total\": \"\"\n },\n \"bandwidth_usage\": {\n \"data\": [\n {\n \"x\": \"\",\n \"y\": \"\"\n },\n {\n \"x\": \"\",\n \"y\": \"\"\n }\n ],\n \"total\": \"\"\n }\n },\n \"meta\": {\n \"period\": \"\",\n \"available_periods\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:03:18.000Z", "updatedAt": "2026-07-28T02:03:18.000Z", "uid": "35240-9ec5dc48-68d2-40ed-b7ef-3c10701758a0" }, { "id": "df4d01ee-2c16-477f-9d20-5e0513d2fa5d", "name": "Authorization error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/caches/:cache/metrics?period=24h", "host": [ "{{baseUrl}}" ], "path": [ "caches", ":cache", "metrics" ], "query": [ { "key": "period", "value": "24h" } ], "variable": [ { "key": "cache" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:03:18.000Z", "updatedAt": "2026-07-28T02:03:18.000Z", "uid": "35240-df4d01ee-2c16-477f-9d20-5e0513d2fa5d" }, { "id": "9db97afe-4949-4894-b03f-1bef9b7313a8", "name": "Not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/caches/:cache/metrics?period=24h", "host": [ "{{baseUrl}}" ], "path": [ "caches", ":cache", "metrics" ], "query": [ { "key": "period", "value": "24h" } ], "variable": [ { "key": "cache" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:03:18.000Z", "updatedAt": "2026-07-28T02:03:18.000Z", "uid": "35240-9db97afe-4949-4894-b03f-1bef9b7313a8" }, { "id": "096adca2-4e1b-4d43-ad14-4131c43746bc", "name": "Validation error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/caches/:cache/metrics?period=24h", "host": [ "{{baseUrl}}" ], "path": [ "caches", ":cache", "metrics" ], "query": [ { "key": "period", "value": "24h" } ], "variable": [ { "key": "cache" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errors\": {\n \"incididunt4bc\": [\n \"\",\n \"\"\n ],\n \"deserunt_\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:03:18.000Z", "updatedAt": "2026-07-28T02:03:18.000Z", "uid": "35240-096adca2-4e1b-4d43-ad14-4131c43746bc" } ], "createdAt": "2026-07-28T02:03:18.000Z", "updatedAt": "2026-07-28T02:03:18.000Z", "uid": "35240-93bd284d-10dc-4c99-8976-4b7b3f647928" } ], "id": "cb5c4408-45d3-48e3-bdba-48114e652c0b", "createdAt": "2026-07-28T02:03:18.000Z", "updatedAt": "2026-07-28T02:03:18.000Z", "uid": "35240-cb5c4408-45d3-48e3-bdba-48114e652c0b" }, { "name": "Get cache", "id": "91daf1b6-c78b-4d47-9f49-d1d734579f7b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/caches/:cache", "host": [ "{{baseUrl}}" ], "path": [ "caches", ":cache" ], "variable": [ { "id": "66ba1fa8-5f15-4375-b647-4052405e89ba", "key": "cache", "value": "", "description": "(Required) The cache identifier" } ] }, "description": "Get a specific cache." }, "response": [ { "id": "9d29548b-cb67-4a1e-86a3-f267b22aec2e", "name": "`CacheResource`", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/caches/:cache", "host": [ "{{baseUrl}}" ], "path": [ "caches", ":cache" ], "variable": [ { "key": "cache" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.api+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"id\": \"\",\n \"type\": \"caches\",\n \"attributes\": {\n \"name\": \"\",\n \"type\": \"laravel_valkey\",\n \"status\": \"unknown\",\n \"region\": \"ca-central-1\",\n \"size\": \"elasticache.cache.r7g.12xlarge\",\n \"auto_upgrade_enabled\": \"\",\n \"is_public\": \"\",\n \"uses_hibernation\": \"\",\n \"hibernation_timeout\": \"\",\n \"created_at\": \"\",\n \"connection\": {\n \"hostname\": \"\",\n \"port\": \"\",\n \"protocol\": \"fake\",\n \"\": {\n \"username\": \"\",\n \"password\": \"\"\n }\n }\n },\n \"relationships\": {\n \"environments\": {\n \"data\": [\n {\n \"type\": \"environments\",\n \"id\": \"\"\n },\n {\n \"type\": \"environments\",\n \"id\": \"\"\n }\n ]\n }\n }\n },\n \"included\": [\n {\n \"id\": \"\",\n \"type\": \"environments\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"name\": \"\",\n \"slug\": \"\",\n \"status\": \"running\",\n \"created_from_automation\": \"\",\n \"vanity_domain\": \"\",\n \"php_major_version\": \"8.2\",\n \"build_command\": \"\",\n \"node_version\": \"20\",\n \"deploy_command\": \"\",\n \"uses_octane\": \"\",\n \"uses_hibernation\": \"\",\n \"hibernation_wake_up_interval\": \"\",\n \"uses_push_to_deploy\": \"\",\n \"uses_deploy_hook\": \"\",\n \"network_settings\": {\n \"cache\": {\n \"strategy\": \"\"\n },\n \"response_headers\": {\n \"frame\": \"\",\n \"content_type\": \"\",\n \"hsts\": {\n \"max_age\": \"\",\n \"include_subdomains\": \"\",\n \"preload\": \"\"\n }\n },\n \"firewall\": {\n \"bot_categories\": [\n \"feed_fetcher\",\n \"ai_assistant\"\n ],\n \"rate_limit\": {\n \"429\": \"\",\n \"level\": \"challenge\",\n \"per_minute\": 750,\n \"4xx\": \"\"\n },\n \"under_attack_mode_started_at\": \"\",\n \"block_path\": \"\"\n },\n \"content_converter\": \"\"\n },\n \"created_at\": \"\",\n \"\": {\n \"environment_variables\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ]\n }\n },\n \"relationships\": {\n \"application\": {\n \"data\": {\n \"type\": \"applications\",\n \"id\": \"\"\n }\n },\n \"branch\": {\n \"data\": {\n \"type\": \"branches\",\n \"id\": \"\"\n }\n },\n \"deployments\": {\n \"data\": [\n {\n \"type\": \"deployments\",\n \"id\": \"\"\n },\n {\n \"type\": \"deployments\",\n \"id\": \"\"\n }\n ]\n },\n \"currentDeployment\": {\n \"data\": {\n \"type\": \"deployments\",\n \"id\": \"\"\n }\n },\n \"domains\": {\n \"data\": [\n {\n \"type\": \"domains\",\n \"id\": \"\"\n },\n {\n \"type\": \"domains\",\n \"id\": \"\"\n }\n ]\n },\n \"primaryDomain\": {\n \"data\": {\n \"type\": \"domains\",\n \"id\": \"\"\n }\n },\n \"instances\": {\n \"data\": [\n {\n \"type\": \"instances\",\n \"id\": \"\"\n },\n {\n \"type\": \"instances\",\n \"id\": \"\"\n }\n ]\n },\n \"database\": {\n \"data\": {\n \"type\": \"databaseSchemas\",\n \"id\": \"\"\n }\n },\n \"cache\": {\n \"data\": {\n \"type\": \"caches\",\n \"id\": \"\"\n }\n },\n \"buckets\": {\n \"data\": [\n {\n \"type\": \"filesystems\",\n \"id\": \"\"\n },\n {\n \"type\": \"filesystems\",\n \"id\": \"\"\n }\n ]\n },\n \"websocketApplication\": {\n \"data\": {\n \"type\": \"websocketApplications\",\n \"id\": \"\"\n }\n }\n }\n },\n {\n \"id\": \"\",\n \"type\": \"environments\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"name\": \"\",\n \"slug\": \"\",\n \"status\": \"running\",\n \"created_from_automation\": \"\",\n \"vanity_domain\": \"\",\n \"php_major_version\": \"8.5\",\n \"build_command\": \"\",\n \"node_version\": \"22\",\n \"deploy_command\": \"\",\n \"uses_octane\": \"\",\n \"uses_hibernation\": \"\",\n \"hibernation_wake_up_interval\": \"\",\n \"uses_push_to_deploy\": \"\",\n \"uses_deploy_hook\": \"\",\n \"network_settings\": {\n \"cache\": {\n \"strategy\": \"\"\n },\n \"response_headers\": {\n \"frame\": \"\",\n \"content_type\": \"\",\n \"hsts\": {\n \"max_age\": \"\",\n \"include_subdomains\": \"\",\n \"preload\": \"\"\n }\n },\n \"firewall\": {\n \"bot_categories\": [\n \"page_preview\",\n \"ai_crawler\"\n ],\n \"rate_limit\": {\n \"429\": \"\",\n \"level\": \"ban\",\n \"per_minute\": 1000,\n \"4xx\": \"\"\n },\n \"under_attack_mode_started_at\": \"\",\n \"block_path\": \"\"\n },\n \"content_converter\": \"\"\n },\n \"created_at\": \"\",\n \"\": {\n \"environment_variables\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ]\n }\n },\n \"relationships\": {\n \"application\": {\n \"data\": {\n \"type\": \"applications\",\n \"id\": \"\"\n }\n },\n \"branch\": {\n \"data\": {\n \"type\": \"branches\",\n \"id\": \"\"\n }\n },\n \"deployments\": {\n \"data\": [\n {\n \"type\": \"deployments\",\n \"id\": \"\"\n },\n {\n \"type\": \"deployments\",\n \"id\": \"\"\n }\n ]\n },\n \"currentDeployment\": {\n \"data\": {\n \"type\": \"deployments\",\n \"id\": \"\"\n }\n },\n \"domains\": {\n \"data\": [\n {\n \"type\": \"domains\",\n \"id\": \"\"\n },\n {\n \"type\": \"domains\",\n \"id\": \"\"\n }\n ]\n },\n \"primaryDomain\": {\n \"data\": {\n \"type\": \"domains\",\n \"id\": \"\"\n }\n },\n \"instances\": {\n \"data\": [\n {\n \"type\": \"instances\",\n \"id\": \"\"\n },\n {\n \"type\": \"instances\",\n \"id\": \"\"\n }\n ]\n },\n \"database\": {\n \"data\": {\n \"type\": \"databaseSchemas\",\n \"id\": \"\"\n }\n },\n \"cache\": {\n \"data\": {\n \"type\": \"caches\",\n \"id\": \"\"\n }\n },\n \"buckets\": {\n \"data\": [\n {\n \"type\": \"filesystems\",\n \"id\": \"\"\n },\n {\n \"type\": \"filesystems\",\n \"id\": \"\"\n }\n ]\n },\n \"websocketApplication\": {\n \"data\": {\n \"type\": \"websocketApplications\",\n \"id\": \"\"\n }\n }\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:03:18.000Z", "updatedAt": "2026-07-28T02:03:18.000Z", "uid": "35240-9d29548b-cb67-4a1e-86a3-f267b22aec2e" }, { "id": "25c563f3-9e82-4600-b044-6acd88efebf3", "name": "Authorization error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/caches/:cache", "host": [ "{{baseUrl}}" ], "path": [ "caches", ":cache" ], "variable": [ { "key": "cache" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:03:18.000Z", "updatedAt": "2026-07-28T02:03:18.000Z", "uid": "35240-25c563f3-9e82-4600-b044-6acd88efebf3" }, { "id": "b1fb0e14-fa99-4a88-a356-2ccbed82340d", "name": "Not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/caches/:cache", "host": [ "{{baseUrl}}" ], "path": [ "caches", ":cache" ], "variable": [ { "key": "cache" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:03:18.000Z", "updatedAt": "2026-07-28T02:03:18.000Z", "uid": "35240-b1fb0e14-fa99-4a88-a356-2ccbed82340d" } ], "createdAt": "2026-07-28T02:03:18.000Z", "updatedAt": "2026-07-28T02:03:18.000Z", "uid": "35240-91daf1b6-c78b-4d47-9f49-d1d734579f7b" }, { "name": "Update cache", "id": "e5a02732-153f-459e-bab8-001d85b5b2fc", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/vnd.api+json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"gggg\",\n \"size\": \"elasticache.cache.c7gn.4xlarge\",\n \"auto_upgrade_enabled\": \"\",\n \"is_public\": \"\",\n \"eviction_policy\": \"allkeys-lfu\",\n \"uses_hibernation\": \"\",\n \"hibernation_timeout\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/caches/:cache", "host": [ "{{baseUrl}}" ], "path": [ "caches", ":cache" ], "variable": [ { "id": "703fee0f-46b3-49a8-8908-333a51b1fc8d", "key": "cache", "value": "", "description": "(Required) The cache identifier" } ] }, "description": "Update a cache." }, "response": [ { "id": "625bf10a-89ae-4493-b684-168b18321022", "name": "`CacheResource`", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/vnd.api+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"gggg\",\n \"size\": \"elasticache.cache.c7gn.4xlarge\",\n \"auto_upgrade_enabled\": \"\",\n \"is_public\": \"\",\n \"eviction_policy\": \"allkeys-lfu\",\n \"uses_hibernation\": \"\",\n \"hibernation_timeout\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/caches/:cache", "host": [ "{{baseUrl}}" ], "path": [ "caches", ":cache" ], "variable": [ { "key": "cache" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.api+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"id\": \"\",\n \"type\": \"caches\",\n \"attributes\": {\n \"name\": \"\",\n \"type\": \"laravel_valkey\",\n \"status\": \"unknown\",\n \"region\": \"ca-central-1\",\n \"size\": \"elasticache.cache.r7g.12xlarge\",\n \"auto_upgrade_enabled\": \"\",\n \"is_public\": \"\",\n \"uses_hibernation\": \"\",\n \"hibernation_timeout\": \"\",\n \"created_at\": \"\",\n \"connection\": {\n \"hostname\": \"\",\n \"port\": \"\",\n \"protocol\": \"fake\",\n \"\": {\n \"username\": \"\",\n \"password\": \"\"\n }\n }\n },\n \"relationships\": {\n \"environments\": {\n \"data\": [\n {\n \"type\": \"environments\",\n \"id\": \"\"\n },\n {\n \"type\": \"environments\",\n \"id\": \"\"\n }\n ]\n }\n }\n },\n \"included\": [\n {\n \"id\": \"\",\n \"type\": \"environments\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"name\": \"\",\n \"slug\": \"\",\n \"status\": \"running\",\n \"created_from_automation\": \"\",\n \"vanity_domain\": \"\",\n \"php_major_version\": \"8.2\",\n \"build_command\": \"\",\n \"node_version\": \"20\",\n \"deploy_command\": \"\",\n \"uses_octane\": \"\",\n \"uses_hibernation\": \"\",\n \"hibernation_wake_up_interval\": \"\",\n \"uses_push_to_deploy\": \"\",\n \"uses_deploy_hook\": \"\",\n \"network_settings\": {\n \"cache\": {\n \"strategy\": \"\"\n },\n \"response_headers\": {\n \"frame\": \"\",\n \"content_type\": \"\",\n \"hsts\": {\n \"max_age\": \"\",\n \"include_subdomains\": \"\",\n \"preload\": \"\"\n }\n },\n \"firewall\": {\n \"bot_categories\": [\n \"feed_fetcher\",\n \"ai_assistant\"\n ],\n \"rate_limit\": {\n \"429\": \"\",\n \"level\": \"challenge\",\n \"per_minute\": 750,\n \"4xx\": \"\"\n },\n \"under_attack_mode_started_at\": \"\",\n \"block_path\": \"\"\n },\n \"content_converter\": \"\"\n },\n \"created_at\": \"\",\n \"\": {\n \"environment_variables\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ]\n }\n },\n \"relationships\": {\n \"application\": {\n \"data\": {\n \"type\": \"applications\",\n \"id\": \"\"\n }\n },\n \"branch\": {\n \"data\": {\n \"type\": \"branches\",\n \"id\": \"\"\n }\n },\n \"deployments\": {\n \"data\": [\n {\n \"type\": \"deployments\",\n \"id\": \"\"\n },\n {\n \"type\": \"deployments\",\n \"id\": \"\"\n }\n ]\n },\n \"currentDeployment\": {\n \"data\": {\n \"type\": \"deployments\",\n \"id\": \"\"\n }\n },\n \"domains\": {\n \"data\": [\n {\n \"type\": \"domains\",\n \"id\": \"\"\n },\n {\n \"type\": \"domains\",\n \"id\": \"\"\n }\n ]\n },\n \"primaryDomain\": {\n \"data\": {\n \"type\": \"domains\",\n \"id\": \"\"\n }\n },\n \"instances\": {\n \"data\": [\n {\n \"type\": \"instances\",\n \"id\": \"\"\n },\n {\n \"type\": \"instances\",\n \"id\": \"\"\n }\n ]\n },\n \"database\": {\n \"data\": {\n \"type\": \"databaseSchemas\",\n \"id\": \"\"\n }\n },\n \"cache\": {\n \"data\": {\n \"type\": \"caches\",\n \"id\": \"\"\n }\n },\n \"buckets\": {\n \"data\": [\n {\n \"type\": \"filesystems\",\n \"id\": \"\"\n },\n {\n \"type\": \"filesystems\",\n \"id\": \"\"\n }\n ]\n },\n \"websocketApplication\": {\n \"data\": {\n \"type\": \"websocketApplications\",\n \"id\": \"\"\n }\n }\n }\n },\n {\n \"id\": \"\",\n \"type\": \"environments\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"name\": \"\",\n \"slug\": \"\",\n \"status\": \"running\",\n \"created_from_automation\": \"\",\n \"vanity_domain\": \"\",\n \"php_major_version\": \"8.5\",\n \"build_command\": \"\",\n \"node_version\": \"22\",\n \"deploy_command\": \"\",\n \"uses_octane\": \"\",\n \"uses_hibernation\": \"\",\n \"hibernation_wake_up_interval\": \"\",\n \"uses_push_to_deploy\": \"\",\n \"uses_deploy_hook\": \"\",\n \"network_settings\": {\n \"cache\": {\n \"strategy\": \"\"\n },\n \"response_headers\": {\n \"frame\": \"\",\n \"content_type\": \"\",\n \"hsts\": {\n \"max_age\": \"\",\n \"include_subdomains\": \"\",\n \"preload\": \"\"\n }\n },\n \"firewall\": {\n \"bot_categories\": [\n \"page_preview\",\n \"ai_crawler\"\n ],\n \"rate_limit\": {\n \"429\": \"\",\n \"level\": \"ban\",\n \"per_minute\": 1000,\n \"4xx\": \"\"\n },\n \"under_attack_mode_started_at\": \"\",\n \"block_path\": \"\"\n },\n \"content_converter\": \"\"\n },\n \"created_at\": \"\",\n \"\": {\n \"environment_variables\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ]\n }\n },\n \"relationships\": {\n \"application\": {\n \"data\": {\n \"type\": \"applications\",\n \"id\": \"\"\n }\n },\n \"branch\": {\n \"data\": {\n \"type\": \"branches\",\n \"id\": \"\"\n }\n },\n \"deployments\": {\n \"data\": [\n {\n \"type\": \"deployments\",\n \"id\": \"\"\n },\n {\n \"type\": \"deployments\",\n \"id\": \"\"\n }\n ]\n },\n \"currentDeployment\": {\n \"data\": {\n \"type\": \"deployments\",\n \"id\": \"\"\n }\n },\n \"domains\": {\n \"data\": [\n {\n \"type\": \"domains\",\n \"id\": \"\"\n },\n {\n \"type\": \"domains\",\n \"id\": \"\"\n }\n ]\n },\n \"primaryDomain\": {\n \"data\": {\n \"type\": \"domains\",\n \"id\": \"\"\n }\n },\n \"instances\": {\n \"data\": [\n {\n \"type\": \"instances\",\n \"id\": \"\"\n },\n {\n \"type\": \"instances\",\n \"id\": \"\"\n }\n ]\n },\n \"database\": {\n \"data\": {\n \"type\": \"databaseSchemas\",\n \"id\": \"\"\n }\n },\n \"cache\": {\n \"data\": {\n \"type\": \"caches\",\n \"id\": \"\"\n }\n },\n \"buckets\": {\n \"data\": [\n {\n \"type\": \"filesystems\",\n \"id\": \"\"\n },\n {\n \"type\": \"filesystems\",\n \"id\": \"\"\n }\n ]\n },\n \"websocketApplication\": {\n \"data\": {\n \"type\": \"websocketApplications\",\n \"id\": \"\"\n }\n }\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:03:18.000Z", "updatedAt": "2026-07-28T02:03:18.000Z", "uid": "35240-625bf10a-89ae-4493-b684-168b18321022" }, { "id": "116b2dd7-be0a-46a1-8969-1059b856356f", "name": "Authorization error", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"gggg\",\n \"size\": \"elasticache.cache.c7gn.4xlarge\",\n \"auto_upgrade_enabled\": \"\",\n \"is_public\": \"\",\n \"eviction_policy\": \"allkeys-lfu\",\n \"uses_hibernation\": \"\",\n \"hibernation_timeout\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/caches/:cache", "host": [ "{{baseUrl}}" ], "path": [ "caches", ":cache" ], "variable": [ { "key": "cache" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:03:18.000Z", "updatedAt": "2026-07-28T02:03:18.000Z", "uid": "35240-116b2dd7-be0a-46a1-8969-1059b856356f" }, { "id": "e2461f04-ecbb-46be-9251-58b8cfeba838", "name": "Not found", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"gggg\",\n \"size\": \"elasticache.cache.c7gn.4xlarge\",\n \"auto_upgrade_enabled\": \"\",\n \"is_public\": \"\",\n \"eviction_policy\": \"allkeys-lfu\",\n \"uses_hibernation\": \"\",\n \"hibernation_timeout\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/caches/:cache", "host": [ "{{baseUrl}}" ], "path": [ "caches", ":cache" ], "variable": [ { "key": "cache" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:03:18.000Z", "updatedAt": "2026-07-28T02:03:18.000Z", "uid": "35240-e2461f04-ecbb-46be-9251-58b8cfeba838" }, { "id": "3536eeda-009b-4b65-9e25-cf16f426c4d0", "name": "Validation error", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"gggg\",\n \"size\": \"elasticache.cache.c7gn.4xlarge\",\n \"auto_upgrade_enabled\": \"\",\n \"is_public\": \"\",\n \"eviction_policy\": \"allkeys-lfu\",\n \"uses_hibernation\": \"\",\n \"hibernation_timeout\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/caches/:cache", "host": [ "{{baseUrl}}" ], "path": [ "caches", ":cache" ], "variable": [ { "key": "cache" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errors\": {\n \"incididunt4bc\": [\n \"\",\n \"\"\n ],\n \"deserunt_\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:03:18.000Z", "updatedAt": "2026-07-28T02:03:18.000Z", "uid": "35240-3536eeda-009b-4b65-9e25-cf16f426c4d0" } ], "createdAt": "2026-07-28T02:03:18.000Z", "updatedAt": "2026-07-28T02:03:18.000Z", "uid": "35240-e5a02732-153f-459e-bab8-001d85b5b2fc" }, { "name": "Delete cache", "id": "9134c013-256e-4a8d-85a1-1203155e7980", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/caches/:cache", "host": [ "{{baseUrl}}" ], "path": [ "caches", ":cache" ], "variable": [ { "id": "46267806-4308-4fcd-ad53-074dd7c79129", "key": "cache", "value": "", "description": "(Required) The cache identifier" } ] }, "description": "Delete a cache." }, "response": [ { "id": "e93f51ce-d7d7-4e7c-a0fa-6f933302e3fe", "name": "No content", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/caches/:cache", "host": [ "{{baseUrl}}" ], "path": [ "caches", ":cache" ], "variable": [ { "key": "cache" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:03:18.000Z", "updatedAt": "2026-07-28T02:03:18.000Z", "uid": "35240-e93f51ce-d7d7-4e7c-a0fa-6f933302e3fe" }, { "id": "22de465b-151f-420a-a0b7-cb2224ae7c72", "name": "Authorization error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/caches/:cache", "host": [ "{{baseUrl}}" ], "path": [ "caches", ":cache" ], "variable": [ { "key": "cache" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:03:18.000Z", "updatedAt": "2026-07-28T02:03:18.000Z", "uid": "35240-22de465b-151f-420a-a0b7-cb2224ae7c72" }, { "id": "cac4ef4b-7e96-4787-8aef-2659946fad74", "name": "Not found", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/caches/:cache", "host": [ "{{baseUrl}}" ], "path": [ "caches", ":cache" ], "variable": [ { "key": "cache" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:03:18.000Z", "updatedAt": "2026-07-28T02:03:18.000Z", "uid": "35240-cac4ef4b-7e96-4787-8aef-2659946fad74" }, { "id": "d6021515-f8a8-4b87-b877-4f147a1696fc", "name": "Validation error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/caches/:cache", "host": [ "{{baseUrl}}" ], "path": [ "caches", ":cache" ], "variable": [ { "key": "cache" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errors\": {\n \"incididunt4bc\": [\n \"\",\n \"\"\n ],\n \"deserunt_\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:03:18.000Z", "updatedAt": "2026-07-28T02:03:18.000Z", "uid": "35240-d6021515-f8a8-4b87-b877-4f147a1696fc" } ], "createdAt": "2026-07-28T02:03:18.000Z", "updatedAt": "2026-07-28T02:03:18.000Z", "uid": "35240-9134c013-256e-4a8d-85a1-1203155e7980" } ], "id": "b9c124e6-eb23-4c6f-a98a-7a5f27c7168b", "createdAt": "2026-07-28T02:03:18.000Z", "updatedAt": "2026-07-28T02:03:18.000Z", "uid": "35240-b9c124e6-eb23-4c6f-a98a-7a5f27c7168b" }, { "name": "List caches", "id": "4b4b2186-4c09-4e70-93a4-e640eaad8af1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/caches?filter[type]=&filter[region]=&filter[status]=", "host": [ "{{baseUrl}}" ], "path": [ "caches" ], "query": [ { "key": "filter[type]", "value": "" }, { "key": "filter[region]", "value": "" }, { "key": "filter[status]", "value": "" } ] }, "description": "Get a list of all caches for the authenticated organization." }, "response": [ { "id": "9cd234b4-a194-4046-82ef-d2c147c72df6", "name": "Paginated set of `CacheResource`", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/caches?filter[type]=&filter[region]=&filter[status]=", "host": [ "{{baseUrl}}" ], "path": [ "caches" ], "query": [ { "key": "filter[type]", "value": "" }, { "key": "filter[region]", "value": "" }, { "key": "filter[status]", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.api+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"id\": \"\",\n \"type\": \"caches\",\n \"attributes\": {\n \"name\": \"\",\n \"type\": \"aws_elasticache_valkey\",\n \"status\": \"deleting\",\n \"region\": \"eu-central-1\",\n \"size\": \"valkey-flex-2.5gb\",\n \"auto_upgrade_enabled\": \"\",\n \"is_public\": \"\",\n \"uses_hibernation\": \"\",\n \"hibernation_timeout\": \"\",\n \"created_at\": \"\",\n \"connection\": {\n \"hostname\": \"\",\n \"port\": \"\",\n \"protocol\": \"redis\",\n \"\": {\n \"username\": \"\",\n \"password\": \"\"\n }\n }\n },\n \"relationships\": {\n \"environments\": {\n \"data\": [\n {\n \"type\": \"environments\",\n \"id\": \"\"\n },\n {\n \"type\": \"environments\",\n \"id\": \"\"\n }\n ]\n }\n }\n },\n {\n \"id\": \"\",\n \"type\": \"caches\",\n \"attributes\": {\n \"name\": \"\",\n \"type\": \"upstash_redis\",\n \"status\": \"creating\",\n \"region\": \"eu-west-2\",\n \"size\": \"elasticache.cache.r7g.xlarge\",\n \"auto_upgrade_enabled\": \"\",\n \"is_public\": \"\",\n \"uses_hibernation\": \"\",\n \"hibernation_timeout\": \"\",\n \"created_at\": \"\",\n \"connection\": {\n \"hostname\": \"\",\n \"port\": \"\",\n \"protocol\": \"redis\",\n \"\": {\n \"username\": \"\",\n \"password\": \"\"\n }\n }\n },\n \"relationships\": {\n \"environments\": {\n \"data\": [\n {\n \"type\": \"environments\",\n \"id\": \"\"\n },\n {\n \"type\": \"environments\",\n \"id\": \"\"\n }\n ]\n }\n }\n }\n ],\n \"links\": {\n \"first\": \"\",\n \"last\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n },\n \"meta\": {\n \"current_page\": \"\",\n \"from\": \"\",\n \"last_page\": \"\",\n \"links\": [\n {\n \"url\": \"\",\n \"label\": \"\",\n \"active\": \"\"\n },\n {\n \"url\": \"\",\n \"label\": \"\",\n \"active\": \"\"\n }\n ],\n \"path\": \"\",\n \"per_page\": \"\",\n \"to\": \"\",\n \"total\": \"\"\n },\n \"included\": [\n {\n \"id\": \"\",\n \"type\": \"environments\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"name\": \"\",\n \"slug\": \"\",\n \"status\": \"stopped\",\n \"created_from_automation\": \"\",\n \"vanity_domain\": \"\",\n \"php_major_version\": \"8.3\",\n \"build_command\": \"\",\n \"node_version\": \"20\",\n \"deploy_command\": \"\",\n \"uses_octane\": \"\",\n \"uses_hibernation\": \"\",\n \"hibernation_wake_up_interval\": \"\",\n \"uses_push_to_deploy\": \"\",\n \"uses_deploy_hook\": \"\",\n \"network_settings\": {\n \"cache\": {\n \"strategy\": \"\"\n },\n \"response_headers\": {\n \"frame\": \"\",\n \"content_type\": \"\",\n \"hsts\": {\n \"max_age\": \"\",\n \"include_subdomains\": \"\",\n \"preload\": \"\"\n }\n },\n \"firewall\": {\n \"bot_categories\": [\n \"security\",\n \"webhooks\"\n ],\n \"rate_limit\": {\n \"429\": \"\",\n \"level\": \"challenge\",\n \"per_minute\": 1000,\n \"4xx\": \"\"\n },\n \"under_attack_mode_started_at\": \"\",\n \"block_path\": \"\"\n },\n \"content_converter\": \"\"\n },\n \"created_at\": \"\",\n \"\": {\n \"environment_variables\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ]\n }\n },\n \"relationships\": {\n \"application\": {\n \"data\": {\n \"type\": \"applications\",\n \"id\": \"\"\n }\n },\n \"branch\": {\n \"data\": {\n \"type\": \"branches\",\n \"id\": \"\"\n }\n },\n \"deployments\": {\n \"data\": [\n {\n \"type\": \"deployments\",\n \"id\": \"\"\n },\n {\n \"type\": \"deployments\",\n \"id\": \"\"\n }\n ]\n },\n \"currentDeployment\": {\n \"data\": {\n \"type\": \"deployments\",\n \"id\": \"\"\n }\n },\n \"domains\": {\n \"data\": [\n {\n \"type\": \"domains\",\n \"id\": \"\"\n },\n {\n \"type\": \"domains\",\n \"id\": \"\"\n }\n ]\n },\n \"primaryDomain\": {\n \"data\": {\n \"type\": \"domains\",\n \"id\": \"\"\n }\n },\n \"instances\": {\n \"data\": [\n {\n \"type\": \"instances\",\n \"id\": \"\"\n },\n {\n \"type\": \"instances\",\n \"id\": \"\"\n }\n ]\n },\n \"database\": {\n \"data\": {\n \"type\": \"databaseSchemas\",\n \"id\": \"\"\n }\n },\n \"cache\": {\n \"data\": {\n \"type\": \"caches\",\n \"id\": \"\"\n }\n },\n \"buckets\": {\n \"data\": [\n {\n \"type\": \"filesystems\",\n \"id\": \"\"\n },\n {\n \"type\": \"filesystems\",\n \"id\": \"\"\n }\n ]\n },\n \"websocketApplication\": {\n \"data\": {\n \"type\": \"websocketApplications\",\n \"id\": \"\"\n }\n }\n }\n },\n {\n \"id\": \"\",\n \"type\": \"environments\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"name\": \"\",\n \"slug\": \"\",\n \"status\": \"stopped\",\n \"created_from_automation\": \"\",\n \"vanity_domain\": \"\",\n \"php_major_version\": \"8.3\",\n \"build_command\": \"\",\n \"node_version\": \"24\",\n \"deploy_command\": \"\",\n \"uses_octane\": \"\",\n \"uses_hibernation\": \"\",\n \"hibernation_wake_up_interval\": \"\",\n \"uses_push_to_deploy\": \"\",\n \"uses_deploy_hook\": \"\",\n \"network_settings\": {\n \"cache\": {\n \"strategy\": \"\"\n },\n \"response_headers\": {\n \"frame\": \"\",\n \"content_type\": \"\",\n \"hsts\": {\n \"max_age\": \"\",\n \"include_subdomains\": \"\",\n \"preload\": \"\"\n }\n },\n \"firewall\": {\n \"bot_categories\": [\n \"security\",\n \"monitoring_and_analytics\"\n ],\n \"rate_limit\": {\n \"429\": \"\",\n \"level\": \"ban\",\n \"per_minute\": 750,\n \"4xx\": \"\"\n },\n \"under_attack_mode_started_at\": \"\",\n \"block_path\": \"\"\n },\n \"content_converter\": \"\"\n },\n \"created_at\": \"\",\n \"\": {\n \"environment_variables\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ]\n }\n },\n \"relationships\": {\n \"application\": {\n \"data\": {\n \"type\": \"applications\",\n \"id\": \"\"\n }\n },\n \"branch\": {\n \"data\": {\n \"type\": \"branches\",\n \"id\": \"\"\n }\n },\n \"deployments\": {\n \"data\": [\n {\n \"type\": \"deployments\",\n \"id\": \"\"\n },\n {\n \"type\": \"deployments\",\n \"id\": \"\"\n }\n ]\n },\n \"currentDeployment\": {\n \"data\": {\n \"type\": \"deployments\",\n \"id\": \"\"\n }\n },\n \"domains\": {\n \"data\": [\n {\n \"type\": \"domains\",\n \"id\": \"\"\n },\n {\n \"type\": \"domains\",\n \"id\": \"\"\n }\n ]\n },\n \"primaryDomain\": {\n \"data\": {\n \"type\": \"domains\",\n \"id\": \"\"\n }\n },\n \"instances\": {\n \"data\": [\n {\n \"type\": \"instances\",\n \"id\": \"\"\n },\n {\n \"type\": \"instances\",\n \"id\": \"\"\n }\n ]\n },\n \"database\": {\n \"data\": {\n \"type\": \"databaseSchemas\",\n \"id\": \"\"\n }\n },\n \"cache\": {\n \"data\": {\n \"type\": \"caches\",\n \"id\": \"\"\n }\n },\n \"buckets\": {\n \"data\": [\n {\n \"type\": \"filesystems\",\n \"id\": \"\"\n },\n {\n \"type\": \"filesystems\",\n \"id\": \"\"\n }\n ]\n },\n \"websocketApplication\": {\n \"data\": {\n \"type\": \"websocketApplications\",\n \"id\": \"\"\n }\n }\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:03:18.000Z", "updatedAt": "2026-07-28T02:03:18.000Z", "uid": "35240-9cd234b4-a194-4046-82ef-d2c147c72df6" }, { "id": "281951f7-cb46-4691-a97d-ecb5f2b583b4", "name": "An error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/caches?filter[type]=&filter[region]=&filter[status]=", "host": [ "{{baseUrl}}" ], "path": [ "caches" ], "query": [ { "key": "filter[type]", "value": "" }, { "key": "filter[region]", "value": "" }, { "key": "filter[status]", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:03:18.000Z", "updatedAt": "2026-07-28T02:03:18.000Z", "uid": "35240-281951f7-cb46-4691-a97d-ecb5f2b583b4" }, { "id": "0d9c0e1d-31b6-4846-93db-ec38fa1ec3d1", "name": "Authorization error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/caches?filter[type]=&filter[region]=&filter[status]=", "host": [ "{{baseUrl}}" ], "path": [ "caches" ], "query": [ { "key": "filter[type]", "value": "" }, { "key": "filter[region]", "value": "" }, { "key": "filter[status]", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:03:18.000Z", "updatedAt": "2026-07-28T02:03:18.000Z", "uid": "35240-0d9c0e1d-31b6-4846-93db-ec38fa1ec3d1" } ], "createdAt": "2026-07-28T02:03:18.000Z", "updatedAt": "2026-07-28T02:03:18.000Z", "uid": "35240-4b4b2186-4c09-4e70-93a4-e640eaad8af1" }, { "name": "Create cache", "id": "8328e42e-bacc-4724-a2db-e4dc57b1a5dc", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/vnd.api+json" } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"upstash_redis\",\n \"name\": \"2fgwi5bsg\",\n \"region\": \"me-central-1\",\n \"size\": \"2.5gb\",\n \"auto_upgrade_enabled\": \"\",\n \"is_public\": \"\",\n \"eviction_policy\": \"volatile-lru\",\n \"uses_hibernation\": \"\",\n \"hibernation_timeout\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/caches", "host": [ "{{baseUrl}}" ], "path": [ "caches" ] }, "description": "Create a new cache." }, "response": [ { "id": "0f907fdb-bdfd-4299-af54-7f15829e55cf", "name": "`CacheResource`", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/vnd.api+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"upstash_redis\",\n \"name\": \"2fgwi5bsg\",\n \"region\": \"me-central-1\",\n \"size\": \"2.5gb\",\n \"auto_upgrade_enabled\": \"\",\n \"is_public\": \"\",\n \"eviction_policy\": \"volatile-lru\",\n \"uses_hibernation\": \"\",\n \"hibernation_timeout\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/caches", "host": [ "{{baseUrl}}" ], "path": [ "caches" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.api+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"id\": \"\",\n \"type\": \"caches\",\n \"attributes\": {\n \"name\": \"\",\n \"type\": \"laravel_valkey\",\n \"status\": \"unknown\",\n \"region\": \"ca-central-1\",\n \"size\": \"elasticache.cache.r7g.12xlarge\",\n \"auto_upgrade_enabled\": \"\",\n \"is_public\": \"\",\n \"uses_hibernation\": \"\",\n \"hibernation_timeout\": \"\",\n \"created_at\": \"\",\n \"connection\": {\n \"hostname\": \"\",\n \"port\": \"\",\n \"protocol\": \"fake\",\n \"\": {\n \"username\": \"\",\n \"password\": \"\"\n }\n }\n },\n \"relationships\": {\n \"environments\": {\n \"data\": [\n {\n \"type\": \"environments\",\n \"id\": \"\"\n },\n {\n \"type\": \"environments\",\n \"id\": \"\"\n }\n ]\n }\n }\n },\n \"included\": [\n {\n \"id\": \"\",\n \"type\": \"environments\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"name\": \"\",\n \"slug\": \"\",\n \"status\": \"running\",\n \"created_from_automation\": \"\",\n \"vanity_domain\": \"\",\n \"php_major_version\": \"8.2\",\n \"build_command\": \"\",\n \"node_version\": \"20\",\n \"deploy_command\": \"\",\n \"uses_octane\": \"\",\n \"uses_hibernation\": \"\",\n \"hibernation_wake_up_interval\": \"\",\n \"uses_push_to_deploy\": \"\",\n \"uses_deploy_hook\": \"\",\n \"network_settings\": {\n \"cache\": {\n \"strategy\": \"\"\n },\n \"response_headers\": {\n \"frame\": \"\",\n \"content_type\": \"\",\n \"hsts\": {\n \"max_age\": \"\",\n \"include_subdomains\": \"\",\n \"preload\": \"\"\n }\n },\n \"firewall\": {\n \"bot_categories\": [\n \"feed_fetcher\",\n \"ai_assistant\"\n ],\n \"rate_limit\": {\n \"429\": \"\",\n \"level\": \"challenge\",\n \"per_minute\": 750,\n \"4xx\": \"\"\n },\n \"under_attack_mode_started_at\": \"\",\n \"block_path\": \"\"\n },\n \"content_converter\": \"\"\n },\n \"created_at\": \"\",\n \"\": {\n \"environment_variables\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ]\n }\n },\n \"relationships\": {\n \"application\": {\n \"data\": {\n \"type\": \"applications\",\n \"id\": \"\"\n }\n },\n \"branch\": {\n \"data\": {\n \"type\": \"branches\",\n \"id\": \"\"\n }\n },\n \"deployments\": {\n \"data\": [\n {\n \"type\": \"deployments\",\n \"id\": \"\"\n },\n {\n \"type\": \"deployments\",\n \"id\": \"\"\n }\n ]\n },\n \"currentDeployment\": {\n \"data\": {\n \"type\": \"deployments\",\n \"id\": \"\"\n }\n },\n \"domains\": {\n \"data\": [\n {\n \"type\": \"domains\",\n \"id\": \"\"\n },\n {\n \"type\": \"domains\",\n \"id\": \"\"\n }\n ]\n },\n \"primaryDomain\": {\n \"data\": {\n \"type\": \"domains\",\n \"id\": \"\"\n }\n },\n \"instances\": {\n \"data\": [\n {\n \"type\": \"instances\",\n \"id\": \"\"\n },\n {\n \"type\": \"instances\",\n \"id\": \"\"\n }\n ]\n },\n \"database\": {\n \"data\": {\n \"type\": \"databaseSchemas\",\n \"id\": \"\"\n }\n },\n \"cache\": {\n \"data\": {\n \"type\": \"caches\",\n \"id\": \"\"\n }\n },\n \"buckets\": {\n \"data\": [\n {\n \"type\": \"filesystems\",\n \"id\": \"\"\n },\n {\n \"type\": \"filesystems\",\n \"id\": \"\"\n }\n ]\n },\n \"websocketApplication\": {\n \"data\": {\n \"type\": \"websocketApplications\",\n \"id\": \"\"\n }\n }\n }\n },\n {\n \"id\": \"\",\n \"type\": \"environments\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"name\": \"\",\n \"slug\": \"\",\n \"status\": \"running\",\n \"created_from_automation\": \"\",\n \"vanity_domain\": \"\",\n \"php_major_version\": \"8.5\",\n \"build_command\": \"\",\n \"node_version\": \"22\",\n \"deploy_command\": \"\",\n \"uses_octane\": \"\",\n \"uses_hibernation\": \"\",\n \"hibernation_wake_up_interval\": \"\",\n \"uses_push_to_deploy\": \"\",\n \"uses_deploy_hook\": \"\",\n \"network_settings\": {\n \"cache\": {\n \"strategy\": \"\"\n },\n \"response_headers\": {\n \"frame\": \"\",\n \"content_type\": \"\",\n \"hsts\": {\n \"max_age\": \"\",\n \"include_subdomains\": \"\",\n \"preload\": \"\"\n }\n },\n \"firewall\": {\n \"bot_categories\": [\n \"page_preview\",\n \"ai_crawler\"\n ],\n \"rate_limit\": {\n \"429\": \"\",\n \"level\": \"ban\",\n \"per_minute\": 1000,\n \"4xx\": \"\"\n },\n \"under_attack_mode_started_at\": \"\",\n \"block_path\": \"\"\n },\n \"content_converter\": \"\"\n },\n \"created_at\": \"\",\n \"\": {\n \"environment_variables\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ]\n }\n },\n \"relationships\": {\n \"application\": {\n \"data\": {\n \"type\": \"applications\",\n \"id\": \"\"\n }\n },\n \"branch\": {\n \"data\": {\n \"type\": \"branches\",\n \"id\": \"\"\n }\n },\n \"deployments\": {\n \"data\": [\n {\n \"type\": \"deployments\",\n \"id\": \"\"\n },\n {\n \"type\": \"deployments\",\n \"id\": \"\"\n }\n ]\n },\n \"currentDeployment\": {\n \"data\": {\n \"type\": \"deployments\",\n \"id\": \"\"\n }\n },\n \"domains\": {\n \"data\": [\n {\n \"type\": \"domains\",\n \"id\": \"\"\n },\n {\n \"type\": \"domains\",\n \"id\": \"\"\n }\n ]\n },\n \"primaryDomain\": {\n \"data\": {\n \"type\": \"domains\",\n \"id\": \"\"\n }\n },\n \"instances\": {\n \"data\": [\n {\n \"type\": \"instances\",\n \"id\": \"\"\n },\n {\n \"type\": \"instances\",\n \"id\": \"\"\n }\n ]\n },\n \"database\": {\n \"data\": {\n \"type\": \"databaseSchemas\",\n \"id\": \"\"\n }\n },\n \"cache\": {\n \"data\": {\n \"type\": \"caches\",\n \"id\": \"\"\n }\n },\n \"buckets\": {\n \"data\": [\n {\n \"type\": \"filesystems\",\n \"id\": \"\"\n },\n {\n \"type\": \"filesystems\",\n \"id\": \"\"\n }\n ]\n },\n \"websocketApplication\": {\n \"data\": {\n \"type\": \"websocketApplications\",\n \"id\": \"\"\n }\n }\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:03:18.000Z", "updatedAt": "2026-07-28T02:03:18.000Z", "uid": "35240-0f907fdb-bdfd-4299-af54-7f15829e55cf" }, { "id": "bbb95d45-05dc-44a9-b04b-faed74318f0f", "name": "An error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"upstash_redis\",\n \"name\": \"2fgwi5bsg\",\n \"region\": \"me-central-1\",\n \"size\": \"2.5gb\",\n \"auto_upgrade_enabled\": \"\",\n \"is_public\": \"\",\n \"eviction_policy\": \"volatile-lru\",\n \"uses_hibernation\": \"\",\n \"hibernation_timeout\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/caches", "host": [ "{{baseUrl}}" ], "path": [ "caches" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:03:18.000Z", "updatedAt": "2026-07-28T02:03:18.000Z", "uid": "35240-bbb95d45-05dc-44a9-b04b-faed74318f0f" }, { "id": "bc73b760-73ba-4987-934d-7640d24378e7", "name": "Authorization error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"upstash_redis\",\n \"name\": \"2fgwi5bsg\",\n \"region\": \"me-central-1\",\n \"size\": \"2.5gb\",\n \"auto_upgrade_enabled\": \"\",\n \"is_public\": \"\",\n \"eviction_policy\": \"volatile-lru\",\n \"uses_hibernation\": \"\",\n \"hibernation_timeout\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/caches", "host": [ "{{baseUrl}}" ], "path": [ "caches" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:03:18.000Z", "updatedAt": "2026-07-28T02:03:18.000Z", "uid": "35240-bc73b760-73ba-4987-934d-7640d24378e7" }, { "id": "63c2ef5c-7fa9-421e-981d-774ce56d7c14", "name": "Validation error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"upstash_redis\",\n \"name\": \"2fgwi5bsg\",\n \"region\": \"me-central-1\",\n \"size\": \"2.5gb\",\n \"auto_upgrade_enabled\": \"\",\n \"is_public\": \"\",\n \"eviction_policy\": \"volatile-lru\",\n \"uses_hibernation\": \"\",\n \"hibernation_timeout\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/caches", "host": [ "{{baseUrl}}" ], "path": [ "caches" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errors\": {\n \"incididunt4bc\": [\n \"\",\n \"\"\n ],\n \"deserunt_\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:03:18.000Z", "updatedAt": "2026-07-28T02:03:18.000Z", "uid": "35240-63c2ef5c-7fa9-421e-981d-774ce56d7c14" } ], "createdAt": "2026-07-28T02:03:18.000Z", "updatedAt": "2026-07-28T02:03:18.000Z", "uid": "35240-8328e42e-bacc-4724-a2db-e4dc57b1a5dc" } ], "id": "18629d02-97a4-44c6-a1ed-4d4a97791447", "createdAt": "2026-07-28T02:03:18.000Z", "updatedAt": "2026-07-28T02:03:18.000Z", "uid": "35240-18629d02-97a4-44c6-a1ed-4d4a97791447" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://cloud.laravel.com/api" } ] }