{ "info": { "_postman_id": "ad326ac1-22f7-439c-8cc4-864aa5c87720", "name": "Laravel Cloud Applications Environments API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:03:36.000Z", "updatedAt": "2026-07-28T02:03:36.000Z", "lastUpdatedBy": "35240", "uid": "35240-ad326ac1-22f7-439c-8cc4-864aa5c87720" }, "item": [ { "name": "applications", "item": [ { "name": "{application}", "item": [ { "name": "environments", "item": [ { "name": "List environments", "id": "b56702e0-ee2f-494a-8410-358bc5ecf3be", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/applications/:application/environments?filter[name]=&filter[status]=&filter[slug]=&include=database,primaryDomain", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":application", "environments" ], "query": [ { "key": "filter[name]", "value": "" }, { "key": "filter[status]", "value": "" }, { "key": "filter[slug]", "value": "" }, { "key": "include", "value": "database,primaryDomain" } ], "variable": [ { "id": "7e6f0ae4-18d1-4818-b853-0fafb3294adc", "key": "application", "value": "", "description": "(Required) The application identifier" } ] }, "description": "Get a list of all environments for the given application." }, "response": [ { "id": "8c964fa6-821a-4ad0-b30c-628e86733849", "name": "Paginated set of `EnvironmentResource`", "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}}/applications/:application/environments?filter[name]=&filter[status]=&filter[slug]=&include=database,primaryDomain", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":application", "environments" ], "query": [ { "key": "filter[name]", "value": "" }, { "key": "filter[status]", "value": "" }, { "key": "filter[slug]", "value": "" }, { "key": "include", "value": "database,primaryDomain" } ], "variable": [ { "key": "application" } ] } }, "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\": \"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.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 \"academic_research\",\n \"accessibility\"\n ],\n \"rate_limit\": {\n \"429\": \"\",\n \"level\": \"ban\",\n \"per_minute\": 500,\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.5\",\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 \"ai_crawler\",\n \"ai_search\"\n ],\n \"rate_limit\": {\n \"429\": \"\",\n \"level\": \"throttle\",\n \"per_minute\": 100,\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 \"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\": \"applications\",\n \"attributes\": {\n \"name\": \"\",\n \"slug\": \"\",\n \"region\": \"ca-central-1\",\n \"slack_channel\": \"\",\n \"avatar_url\": \"\",\n \"created_at\": \"\",\n \"repository\": {\n \"full_name\": \"\",\n \"default_branch\": \"\"\n }\n },\n \"relationships\": {\n \"repository\": {\n \"data\": {\n \"type\": \"repositories\",\n \"id\": \"\"\n }\n },\n \"organization\": {\n \"data\": {\n \"type\": \"organizations\",\n \"id\": \"\"\n }\n },\n \"environments\": {\n \"data\": [\n {\n \"type\": \"environments\",\n \"id\": \"\"\n },\n {\n \"type\": \"environments\",\n \"id\": \"\"\n }\n ]\n },\n \"deployments\": {\n \"data\": [\n {\n \"type\": \"deployments\",\n \"id\": \"\"\n },\n {\n \"type\": \"deployments\",\n \"id\": \"\"\n }\n ]\n },\n \"defaultEnvironment\": {\n \"data\": {\n \"type\": \"environments\",\n \"id\": \"\"\n }\n }\n }\n },\n {\n \"id\": \"\",\n \"type\": \"applications\",\n \"attributes\": {\n \"name\": \"\",\n \"slug\": \"\",\n \"region\": \"us-east-1\",\n \"slack_channel\": \"\",\n \"avatar_url\": \"\",\n \"created_at\": \"\",\n \"repository\": null\n },\n \"relationships\": {\n \"repository\": {\n \"data\": {\n \"type\": \"repositories\",\n \"id\": \"\"\n }\n },\n \"organization\": {\n \"data\": {\n \"type\": \"organizations\",\n \"id\": \"\"\n }\n },\n \"environments\": {\n \"data\": [\n {\n \"type\": \"environments\",\n \"id\": \"\"\n },\n {\n \"type\": \"environments\",\n \"id\": \"\"\n }\n ]\n },\n \"deployments\": {\n \"data\": [\n {\n \"type\": \"deployments\",\n \"id\": \"\"\n },\n {\n \"type\": \"deployments\",\n \"id\": \"\"\n }\n ]\n },\n \"defaultEnvironment\": {\n \"data\": {\n \"type\": \"environments\",\n \"id\": \"\"\n }\n }\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:03:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-8c964fa6-821a-4ad0-b30c-628e86733849" }, { "id": "ef8b1af1-42db-45d4-bcd3-8b4ec5fdcb7e", "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}}/applications/:application/environments?filter[name]=&filter[status]=&filter[slug]=&include=database,primaryDomain", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":application", "environments" ], "query": [ { "key": "filter[name]", "value": "" }, { "key": "filter[status]", "value": "" }, { "key": "filter[slug]", "value": "" }, { "key": "include", "value": "database,primaryDomain" } ], "variable": [ { "key": "application" } ] } }, "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:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-ef8b1af1-42db-45d4-bcd3-8b4ec5fdcb7e" }, { "id": "2b9fe284-a2df-480f-b000-b58547cb1c7f", "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}}/applications/:application/environments?filter[name]=&filter[status]=&filter[slug]=&include=database,primaryDomain", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":application", "environments" ], "query": [ { "key": "filter[name]", "value": "" }, { "key": "filter[status]", "value": "" }, { "key": "filter[slug]", "value": "" }, { "key": "include", "value": "database,primaryDomain" } ], "variable": [ { "key": "application" } ] } }, "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:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-2b9fe284-a2df-480f-b000-b58547cb1c7f" } ], "createdAt": "2026-07-28T02:03:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-b56702e0-ee2f-494a-8410-358bc5ecf3be" }, { "name": "Create environment", "id": "dc164f4b-2882-4441-afc4-646f679b187e", "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 \"branch\": \"\",\n \"name\": \"PxHY3\",\n \"cluster_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/applications/:application/environments", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":application", "environments" ], "variable": [ { "id": "a1f087bf-e4cf-4caa-ad43-4cf54cf1ad66", "key": "application", "value": "", "description": "(Required) The application identifier" } ] }, "description": "Create a new environment." }, "response": [ { "id": "f50baa3e-670f-4a03-97a0-19000fa70aff", "name": "`EnvironmentResource`", "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 \"branch\": \"\",\n \"name\": \"PxHY3\",\n \"cluster_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/applications/:application/environments", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":application", "environments" ], "variable": [ { "key": "application" } ] } }, "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\": \"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\": \"deploying\",\n \"created_from_automation\": \"\",\n \"vanity_domain\": \"\",\n \"php_major_version\": \"8.2\",\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 \"accessibility\",\n \"security\"\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 \"included\": [\n {\n \"id\": \"\",\n \"type\": \"applications\",\n \"attributes\": {\n \"name\": \"\",\n \"slug\": \"\",\n \"region\": \"eu-central-1\",\n \"slack_channel\": \"\",\n \"avatar_url\": \"\",\n \"created_at\": \"\",\n \"repository\": null\n },\n \"relationships\": {\n \"repository\": {\n \"data\": {\n \"type\": \"repositories\",\n \"id\": \"\"\n }\n },\n \"organization\": {\n \"data\": {\n \"type\": \"organizations\",\n \"id\": \"\"\n }\n },\n \"environments\": {\n \"data\": [\n {\n \"type\": \"environments\",\n \"id\": \"\"\n },\n {\n \"type\": \"environments\",\n \"id\": \"\"\n }\n ]\n },\n \"deployments\": {\n \"data\": [\n {\n \"type\": \"deployments\",\n \"id\": \"\"\n },\n {\n \"type\": \"deployments\",\n \"id\": \"\"\n }\n ]\n },\n \"defaultEnvironment\": {\n \"data\": {\n \"type\": \"environments\",\n \"id\": \"\"\n }\n }\n }\n },\n {\n \"id\": \"\",\n \"type\": \"applications\",\n \"attributes\": {\n \"name\": \"\",\n \"slug\": \"\",\n \"region\": \"us-east-1\",\n \"slack_channel\": \"\",\n \"avatar_url\": \"\",\n \"created_at\": \"\",\n \"repository\": {\n \"full_name\": \"\",\n \"default_branch\": \"\"\n }\n },\n \"relationships\": {\n \"repository\": {\n \"data\": {\n \"type\": \"repositories\",\n \"id\": \"\"\n }\n },\n \"organization\": {\n \"data\": {\n \"type\": \"organizations\",\n \"id\": \"\"\n }\n },\n \"environments\": {\n \"data\": [\n {\n \"type\": \"environments\",\n \"id\": \"\"\n },\n {\n \"type\": \"environments\",\n \"id\": \"\"\n }\n ]\n },\n \"deployments\": {\n \"data\": [\n {\n \"type\": \"deployments\",\n \"id\": \"\"\n },\n {\n \"type\": \"deployments\",\n \"id\": \"\"\n }\n ]\n },\n \"defaultEnvironment\": {\n \"data\": {\n \"type\": \"environments\",\n \"id\": \"\"\n }\n }\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:03:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-f50baa3e-670f-4a03-97a0-19000fa70aff" }, { "id": "a55f04ce-b2ab-4832-bcea-ce3195663dbc", "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 \"branch\": \"\",\n \"name\": \"PxHY3\",\n \"cluster_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/applications/:application/environments", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":application", "environments" ], "variable": [ { "key": "application" } ] } }, "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:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-a55f04ce-b2ab-4832-bcea-ce3195663dbc" }, { "id": "e04b54dc-1eb0-46b6-9114-45dfce105e7c", "name": "Not found", "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 \"branch\": \"\",\n \"name\": \"PxHY3\",\n \"cluster_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/applications/:application/environments", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":application", "environments" ], "variable": [ { "key": "application" } ] } }, "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:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-e04b54dc-1eb0-46b6-9114-45dfce105e7c" }, { "id": "58126b2b-8bba-462b-8612-a0130f98827e", "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 \"branch\": \"\",\n \"name\": \"PxHY3\",\n \"cluster_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/applications/:application/environments", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":application", "environments" ], "variable": [ { "key": "application" } ] } }, "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 \"quisc\": [\n \"\",\n \"\"\n ],\n \"ut_2af\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:03:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-58126b2b-8bba-462b-8612-a0130f98827e" } ], "createdAt": "2026-07-28T02:03:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-dc164f4b-2882-4441-afc4-646f679b187e" } ], "id": "71a1b3bb-24b6-4bbf-a6d6-d6cc1cd47d1d", "createdAt": "2026-07-28T02:03:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-71a1b3bb-24b6-4bbf-a6d6-d6cc1cd47d1d" } ], "id": "f04d8f2c-8bad-44dd-b39e-56006492f6c4", "createdAt": "2026-07-28T02:03:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-f04d8f2c-8bad-44dd-b39e-56006492f6c4" } ], "id": "ca912030-7cc6-42ce-bd44-cb5a8ab471e3", "createdAt": "2026-07-28T02:03:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-ca912030-7cc6-42ce-bd44-cb5a8ab471e3" }, { "name": "environments", "item": [ { "name": "{environment}", "item": [ { "name": "logs", "item": [ { "name": "List environment logs", "id": "672d3f7d-1db9-4750-99dc-3c8227052833", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/environments/:environment/logs?query=&type=all&case_sensitive=&whole_word=&instances[]=&instances[]=&cursor=&from=&to=", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment", "logs" ], "query": [ { "key": "query", "value": "" }, { "key": "type", "value": "all" }, { "key": "case_sensitive", "value": "" }, { "key": "whole_word", "value": "" }, { "key": "instances[]", "value": "" }, { "key": "instances[]", "value": "" }, { "description": "Pagination cursor from a previous response. Pass this to fetch the next page of logs.", "key": "cursor", "value": "" }, { "description": "(Required) ", "key": "from", "value": "" }, { "description": "(Required) ", "key": "to", "value": "" } ], "variable": [ { "id": "54e8694b-fb33-4730-865c-11486b456e74", "key": "environment", "value": "", "description": "(Required) The environment identifier" } ] }, "description": "Get a list of logs for the given environment." }, "response": [ { "id": "b799938d-3fcb-4013-9f7f-ee25a06b0495", "name": "Array of `NormalizedLogResource`", "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}}/environments/:environment/logs?query=&type=all&case_sensitive=&whole_word=&instances[]=&cursor=&from=&to=", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment", "logs" ], "query": [ { "key": "query", "value": "" }, { "key": "type", "value": "all" }, { "key": "case_sensitive", "value": "" }, { "key": "whole_word", "value": "" }, { "key": "instances[]", "value": "" }, { "description": "Pagination cursor from a previous response. Pass this to fetch the next page of logs.", "key": "cursor", "value": "" }, { "description": "(Required) ", "key": "from", "value": "" }, { "description": "(Required) ", "key": "to", "value": "" } ], "variable": [ { "key": "environment" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"message\": \"\",\n \"level\": \"warning\",\n \"type\": \"application\",\n \"logged_at\": \"\",\n \"data\": {\n \"status\": \"\",\n \"method\": \"\",\n \"path\": \"\",\n \"duration_ms\": \"\",\n \"bytes_sent\": \"\",\n \"ip\": \"\",\n \"user_agent\": \"\",\n \"country\": \"\"\n }\n },\n {\n \"message\": \"\",\n \"level\": \"debug\",\n \"type\": \"access\",\n \"logged_at\": \"\",\n \"data\": {\n \"status\": \"\",\n \"method\": \"\",\n \"path\": \"\",\n \"duration_ms\": \"\",\n \"bytes_sent\": \"\",\n \"ip\": \"\",\n \"user_agent\": \"\",\n \"country\": \"\"\n }\n }\n ],\n \"meta\": {\n \"cursor\": \"\",\n \"type\": \"\",\n \"from\": \"\",\n \"to\": \"\"\n }\n}", "createdAt": "2026-07-28T02:03:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-b799938d-3fcb-4013-9f7f-ee25a06b0495" }, { "id": "cde10e6d-4d0f-4b1e-928e-fac2d94e2286", "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}}/environments/:environment/logs?query=&type=all&case_sensitive=&whole_word=&instances[]=&cursor=&from=&to=", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment", "logs" ], "query": [ { "key": "query", "value": "" }, { "key": "type", "value": "all" }, { "key": "case_sensitive", "value": "" }, { "key": "whole_word", "value": "" }, { "key": "instances[]", "value": "" }, { "description": "Pagination cursor from a previous response. Pass this to fetch the next page of logs.", "key": "cursor", "value": "" }, { "description": "(Required) ", "key": "from", "value": "" }, { "description": "(Required) ", "key": "to", "value": "" } ], "variable": [ { "key": "environment" } ] } }, "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:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-cde10e6d-4d0f-4b1e-928e-fac2d94e2286" }, { "id": "e07c8f8f-91dc-4144-bc0d-a72a988e7ea6", "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}}/environments/:environment/logs?query=&type=all&case_sensitive=&whole_word=&instances[]=&cursor=&from=&to=", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment", "logs" ], "query": [ { "key": "query", "value": "" }, { "key": "type", "value": "all" }, { "key": "case_sensitive", "value": "" }, { "key": "whole_word", "value": "" }, { "key": "instances[]", "value": "" }, { "description": "Pagination cursor from a previous response. Pass this to fetch the next page of logs.", "key": "cursor", "value": "" }, { "description": "(Required) ", "key": "from", "value": "" }, { "description": "(Required) ", "key": "to", "value": "" } ], "variable": [ { "key": "environment" } ] } }, "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:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-e07c8f8f-91dc-4144-bc0d-a72a988e7ea6" }, { "id": "f14cab3c-8d95-488d-9033-35b62cbaeb60", "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}}/environments/:environment/logs?query=&type=all&case_sensitive=&whole_word=&instances[]=&cursor=&from=&to=", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment", "logs" ], "query": [ { "key": "query", "value": "" }, { "key": "type", "value": "all" }, { "key": "case_sensitive", "value": "" }, { "key": "whole_word", "value": "" }, { "key": "instances[]", "value": "" }, { "description": "Pagination cursor from a previous response. Pass this to fetch the next page of logs.", "key": "cursor", "value": "" }, { "description": "(Required) ", "key": "from", "value": "" }, { "description": "(Required) ", "key": "to", "value": "" } ], "variable": [ { "key": "environment" } ] } }, "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 \"quisc\": [\n \"\",\n \"\"\n ],\n \"ut_2af\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:03:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-f14cab3c-8d95-488d-9033-35b62cbaeb60" } ], "createdAt": "2026-07-28T02:03:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-672d3f7d-1db9-4750-99dc-3c8227052833" } ], "id": "29f797a7-b407-4322-9571-5dc017f03bac", "createdAt": "2026-07-28T02:03:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-29f797a7-b407-4322-9571-5dc017f03bac" }, { "name": "start", "item": [ { "name": "Start environment", "id": "54fedf0c-24bf-4bde-a5a5-066c8692c643", "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 \"redeploy\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/environments/:environment/start", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment", "start" ], "variable": [ { "id": "24a43f73-bdc1-4deb-8d4f-f3327d0841d1", "key": "environment", "value": "", "description": "(Required) The environment identifier" } ] }, "description": "Start an environment and trigger a deployment." }, "response": [ { "id": "e7e21a2f-999e-472a-afb3-794b730ce098", "name": "`DeploymentResource`", "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 \"redeploy\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/environments/:environment/start", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment", "start" ], "variable": [ { "key": "environment" } ] } }, "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\": \"deployments\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"status\": \"build.failed\",\n \"branch_name\": \"\",\n \"commit_hash\": \"\",\n \"commit_message\": \"\",\n \"commit_author\": \"\",\n \"failure_reason\": \"\",\n \"php_major_version\": \"8.2\",\n \"build_command\": \"\",\n \"node_version\": \"22\",\n \"uses_octane\": \"\",\n \"uses_hibernation\": \"\",\n \"hibernation_wake_up_interval\": \"\",\n \"started_at\": \"\",\n \"finished_at\": \"\"\n },\n \"relationships\": {\n \"environment\": {\n \"data\": {\n \"type\": \"environments\",\n \"id\": \"\"\n }\n },\n \"initiator\": {\n \"data\": {\n \"type\": \"users\",\n \"id\": \"\"\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\": \"deploying\",\n \"created_from_automation\": \"\",\n \"vanity_domain\": \"\",\n \"php_major_version\": \"8.4\",\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 \"monitoring_and_analytics\",\n \"ai_assistant\"\n ],\n \"rate_limit\": {\n \"429\": \"\",\n \"level\": \"throttle\",\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\": \"stopped\",\n \"created_from_automation\": \"\",\n \"vanity_domain\": \"\",\n \"php_major_version\": \"8.2\",\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 \"feed_fetcher\",\n \"page_preview\"\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}", "createdAt": "2026-07-28T02:03:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-e7e21a2f-999e-472a-afb3-794b730ce098" }, { "id": "d3bce69c-36f7-4ae5-ae0d-d8071fb2b017", "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 \"redeploy\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/environments/:environment/start", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment", "start" ], "variable": [ { "key": "environment" } ] } }, "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:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-d3bce69c-36f7-4ae5-ae0d-d8071fb2b017" }, { "id": "9ead66bc-0573-4781-bcbc-9a8f877c4fac", "name": "Not found", "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 \"redeploy\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/environments/:environment/start", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment", "start" ], "variable": [ { "key": "environment" } ] } }, "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:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-9ead66bc-0573-4781-bcbc-9a8f877c4fac" }, { "id": "2a5c2f98-d1aa-4f27-8e86-ba2d10bce4b6", "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 \"redeploy\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/environments/:environment/start", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment", "start" ], "variable": [ { "key": "environment" } ] } }, "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 \"quisc\": [\n \"\",\n \"\"\n ],\n \"ut_2af\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:03:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-2a5c2f98-d1aa-4f27-8e86-ba2d10bce4b6" } ], "createdAt": "2026-07-28T02:03:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-54fedf0c-24bf-4bde-a5a5-066c8692c643" } ], "id": "0a09ec4c-ef60-4eb6-bfe2-a322784c275b", "createdAt": "2026-07-28T02:03:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-0a09ec4c-ef60-4eb6-bfe2-a322784c275b" }, { "name": "stop", "item": [ { "name": "Stop environment", "id": "dcba39ab-cc5a-4515-9af2-8c9d781d505f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/environments/:environment/stop", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment", "stop" ], "variable": [ { "id": "5989ed63-2d1b-4c18-a580-6718199811a2", "key": "environment", "value": "", "description": "(Required) The environment identifier" } ] }, "description": "Stop an environment and cancel any in-progress deployment." }, "response": [ { "id": "c1a25478-47e9-4c9c-ad2d-705446bb9fb3", "name": "`EnvironmentResource`", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/vnd.api+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/environments/:environment/stop", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment", "stop" ], "variable": [ { "key": "environment" } ] } }, "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\": \"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\": \"deploying\",\n \"created_from_automation\": \"\",\n \"vanity_domain\": \"\",\n \"php_major_version\": \"8.2\",\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 \"accessibility\",\n \"security\"\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 \"included\": [\n {\n \"id\": \"\",\n \"type\": \"applications\",\n \"attributes\": {\n \"name\": \"\",\n \"slug\": \"\",\n \"region\": \"eu-central-1\",\n \"slack_channel\": \"\",\n \"avatar_url\": \"\",\n \"created_at\": \"\",\n \"repository\": null\n },\n \"relationships\": {\n \"repository\": {\n \"data\": {\n \"type\": \"repositories\",\n \"id\": \"\"\n }\n },\n \"organization\": {\n \"data\": {\n \"type\": \"organizations\",\n \"id\": \"\"\n }\n },\n \"environments\": {\n \"data\": [\n {\n \"type\": \"environments\",\n \"id\": \"\"\n },\n {\n \"type\": \"environments\",\n \"id\": \"\"\n }\n ]\n },\n \"deployments\": {\n \"data\": [\n {\n \"type\": \"deployments\",\n \"id\": \"\"\n },\n {\n \"type\": \"deployments\",\n \"id\": \"\"\n }\n ]\n },\n \"defaultEnvironment\": {\n \"data\": {\n \"type\": \"environments\",\n \"id\": \"\"\n }\n }\n }\n },\n {\n \"id\": \"\",\n \"type\": \"applications\",\n \"attributes\": {\n \"name\": \"\",\n \"slug\": \"\",\n \"region\": \"us-east-1\",\n \"slack_channel\": \"\",\n \"avatar_url\": \"\",\n \"created_at\": \"\",\n \"repository\": {\n \"full_name\": \"\",\n \"default_branch\": \"\"\n }\n },\n \"relationships\": {\n \"repository\": {\n \"data\": {\n \"type\": \"repositories\",\n \"id\": \"\"\n }\n },\n \"organization\": {\n \"data\": {\n \"type\": \"organizations\",\n \"id\": \"\"\n }\n },\n \"environments\": {\n \"data\": [\n {\n \"type\": \"environments\",\n \"id\": \"\"\n },\n {\n \"type\": \"environments\",\n \"id\": \"\"\n }\n ]\n },\n \"deployments\": {\n \"data\": [\n {\n \"type\": \"deployments\",\n \"id\": \"\"\n },\n {\n \"type\": \"deployments\",\n \"id\": \"\"\n }\n ]\n },\n \"defaultEnvironment\": {\n \"data\": {\n \"type\": \"environments\",\n \"id\": \"\"\n }\n }\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:03:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-c1a25478-47e9-4c9c-ad2d-705446bb9fb3" }, { "id": "d2cb9577-2d7b-4497-a585-fbd84aa54316", "name": "Authorization error", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/environments/:environment/stop", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment", "stop" ], "variable": [ { "key": "environment" } ] } }, "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:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-d2cb9577-2d7b-4497-a585-fbd84aa54316" }, { "id": "ab063a2a-63e7-4ff5-a100-93e854d705c6", "name": "Not found", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/environments/:environment/stop", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment", "stop" ], "variable": [ { "key": "environment" } ] } }, "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:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-ab063a2a-63e7-4ff5-a100-93e854d705c6" }, { "id": "fbacb107-112e-4f40-a5f6-38712b6fb1fd", "name": "Validation error", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/environments/:environment/stop", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment", "stop" ], "variable": [ { "key": "environment" } ] } }, "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 \"quisc\": [\n \"\",\n \"\"\n ],\n \"ut_2af\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:03:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-fbacb107-112e-4f40-a5f6-38712b6fb1fd" } ], "createdAt": "2026-07-28T02:03:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-dcba39ab-cc5a-4515-9af2-8c9d781d505f" } ], "id": "40aaaa8d-c3e5-4141-b1db-a052d552a967", "createdAt": "2026-07-28T02:03:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-40aaaa8d-c3e5-4141-b1db-a052d552a967" }, { "name": "purge-edge-cache", "item": [ { "name": "Purge edge cache", "id": "674690c6-9206-4ec5-b404-f1982f58d2a6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/environments/:environment/purge-edge-cache", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment", "purge-edge-cache" ], "variable": [ { "id": "c9a068a6-31c4-499f-bec3-087a427639e3", "key": "environment", "value": "", "description": "(Required) The environment identifier" } ] }, "description": "Purge the edge cache for all domains associated with the environment." }, "response": [ { "id": "90141772-b44c-4b44-a511-c88ff05dc6b6", "name": "`EnvironmentResource`", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/vnd.api+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/environments/:environment/purge-edge-cache", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment", "purge-edge-cache" ], "variable": [ { "key": "environment" } ] } }, "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\": \"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\": \"deploying\",\n \"created_from_automation\": \"\",\n \"vanity_domain\": \"\",\n \"php_major_version\": \"8.2\",\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 \"accessibility\",\n \"security\"\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 \"included\": [\n {\n \"id\": \"\",\n \"type\": \"applications\",\n \"attributes\": {\n \"name\": \"\",\n \"slug\": \"\",\n \"region\": \"eu-central-1\",\n \"slack_channel\": \"\",\n \"avatar_url\": \"\",\n \"created_at\": \"\",\n \"repository\": null\n },\n \"relationships\": {\n \"repository\": {\n \"data\": {\n \"type\": \"repositories\",\n \"id\": \"\"\n }\n },\n \"organization\": {\n \"data\": {\n \"type\": \"organizations\",\n \"id\": \"\"\n }\n },\n \"environments\": {\n \"data\": [\n {\n \"type\": \"environments\",\n \"id\": \"\"\n },\n {\n \"type\": \"environments\",\n \"id\": \"\"\n }\n ]\n },\n \"deployments\": {\n \"data\": [\n {\n \"type\": \"deployments\",\n \"id\": \"\"\n },\n {\n \"type\": \"deployments\",\n \"id\": \"\"\n }\n ]\n },\n \"defaultEnvironment\": {\n \"data\": {\n \"type\": \"environments\",\n \"id\": \"\"\n }\n }\n }\n },\n {\n \"id\": \"\",\n \"type\": \"applications\",\n \"attributes\": {\n \"name\": \"\",\n \"slug\": \"\",\n \"region\": \"us-east-1\",\n \"slack_channel\": \"\",\n \"avatar_url\": \"\",\n \"created_at\": \"\",\n \"repository\": {\n \"full_name\": \"\",\n \"default_branch\": \"\"\n }\n },\n \"relationships\": {\n \"repository\": {\n \"data\": {\n \"type\": \"repositories\",\n \"id\": \"\"\n }\n },\n \"organization\": {\n \"data\": {\n \"type\": \"organizations\",\n \"id\": \"\"\n }\n },\n \"environments\": {\n \"data\": [\n {\n \"type\": \"environments\",\n \"id\": \"\"\n },\n {\n \"type\": \"environments\",\n \"id\": \"\"\n }\n ]\n },\n \"deployments\": {\n \"data\": [\n {\n \"type\": \"deployments\",\n \"id\": \"\"\n },\n {\n \"type\": \"deployments\",\n \"id\": \"\"\n }\n ]\n },\n \"defaultEnvironment\": {\n \"data\": {\n \"type\": \"environments\",\n \"id\": \"\"\n }\n }\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:03:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-90141772-b44c-4b44-a511-c88ff05dc6b6" }, { "id": "726fae52-c2a9-4d6a-97cf-e7a6fcc1bf99", "name": "Authorization error", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/environments/:environment/purge-edge-cache", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment", "purge-edge-cache" ], "variable": [ { "key": "environment" } ] } }, "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:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-726fae52-c2a9-4d6a-97cf-e7a6fcc1bf99" }, { "id": "d038cd41-58fb-41e4-804a-3086856bfce5", "name": "Not found", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/environments/:environment/purge-edge-cache", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment", "purge-edge-cache" ], "variable": [ { "key": "environment" } ] } }, "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:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-d038cd41-58fb-41e4-804a-3086856bfce5" }, { "id": "be6f29b8-d96a-455d-87af-518eb0b63438", "name": "Validation error", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/environments/:environment/purge-edge-cache", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment", "purge-edge-cache" ], "variable": [ { "key": "environment" } ] } }, "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 \"quisc\": [\n \"\",\n \"\"\n ],\n \"ut_2af\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:03:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-be6f29b8-d96a-455d-87af-518eb0b63438" } ], "createdAt": "2026-07-28T02:03:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-674690c6-9206-4ec5-b404-f1982f58d2a6" } ], "id": "473be80e-85d0-4db3-abf5-cdf282c84866", "createdAt": "2026-07-28T02:03:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-473be80e-85d0-4db3-abf5-cdf282c84866" }, { "name": "variables", "item": [ { "name": "delete", "item": [ { "name": "Delete environment variables", "id": "03e3adc8-a6e3-47f4-90e9-759d567de19f", "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 \"keys\": [\n \"VBYzd91zrqp\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/environments/:environment/variables/delete", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment", "variables", "delete" ], "variable": [ { "id": "2f1c487a-b84c-4886-b70a-eb12f8cf89fa", "key": "environment", "value": "", "description": "(Required) The environment identifier" } ] }, "description": "Remove specific environment variables by key name. This operation is atomic: if any of the specified keys do not exist, no variables will be deleted and an error will be returned indicating which keys were missing." }, "response": [ { "id": "2c188fc1-1401-4ec8-9f5c-ac1dbc3c1a31", "name": "`EnvironmentResource`", "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 \"keys\": [\n \"VBYzd91zrqp\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/environments/:environment/variables/delete", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment", "variables", "delete" ], "variable": [ { "key": "environment" } ] } }, "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\": \"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\": \"deploying\",\n \"created_from_automation\": \"\",\n \"vanity_domain\": \"\",\n \"php_major_version\": \"8.2\",\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 \"accessibility\",\n \"security\"\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 \"included\": [\n {\n \"id\": \"\",\n \"type\": \"applications\",\n \"attributes\": {\n \"name\": \"\",\n \"slug\": \"\",\n \"region\": \"eu-central-1\",\n \"slack_channel\": \"\",\n \"avatar_url\": \"\",\n \"created_at\": \"\",\n \"repository\": null\n },\n \"relationships\": {\n \"repository\": {\n \"data\": {\n \"type\": \"repositories\",\n \"id\": \"\"\n }\n },\n \"organization\": {\n \"data\": {\n \"type\": \"organizations\",\n \"id\": \"\"\n }\n },\n \"environments\": {\n \"data\": [\n {\n \"type\": \"environments\",\n \"id\": \"\"\n },\n {\n \"type\": \"environments\",\n \"id\": \"\"\n }\n ]\n },\n \"deployments\": {\n \"data\": [\n {\n \"type\": \"deployments\",\n \"id\": \"\"\n },\n {\n \"type\": \"deployments\",\n \"id\": \"\"\n }\n ]\n },\n \"defaultEnvironment\": {\n \"data\": {\n \"type\": \"environments\",\n \"id\": \"\"\n }\n }\n }\n },\n {\n \"id\": \"\",\n \"type\": \"applications\",\n \"attributes\": {\n \"name\": \"\",\n \"slug\": \"\",\n \"region\": \"us-east-1\",\n \"slack_channel\": \"\",\n \"avatar_url\": \"\",\n \"created_at\": \"\",\n \"repository\": {\n \"full_name\": \"\",\n \"default_branch\": \"\"\n }\n },\n \"relationships\": {\n \"repository\": {\n \"data\": {\n \"type\": \"repositories\",\n \"id\": \"\"\n }\n },\n \"organization\": {\n \"data\": {\n \"type\": \"organizations\",\n \"id\": \"\"\n }\n },\n \"environments\": {\n \"data\": [\n {\n \"type\": \"environments\",\n \"id\": \"\"\n },\n {\n \"type\": \"environments\",\n \"id\": \"\"\n }\n ]\n },\n \"deployments\": {\n \"data\": [\n {\n \"type\": \"deployments\",\n \"id\": \"\"\n },\n {\n \"type\": \"deployments\",\n \"id\": \"\"\n }\n ]\n },\n \"defaultEnvironment\": {\n \"data\": {\n \"type\": \"environments\",\n \"id\": \"\"\n }\n }\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:03:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-2c188fc1-1401-4ec8-9f5c-ac1dbc3c1a31" }, { "id": "cd620336-d6af-4203-ac8b-c0e0a9dae9eb", "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 \"keys\": [\n \"VBYzd91zrqp\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/environments/:environment/variables/delete", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment", "variables", "delete" ], "variable": [ { "key": "environment" } ] } }, "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:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-cd620336-d6af-4203-ac8b-c0e0a9dae9eb" }, { "id": "899eaade-c462-4e2f-b4aa-a2eeb6bdde6e", "name": "Not found", "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 \"keys\": [\n \"VBYzd91zrqp\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/environments/:environment/variables/delete", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment", "variables", "delete" ], "variable": [ { "key": "environment" } ] } }, "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:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-899eaade-c462-4e2f-b4aa-a2eeb6bdde6e" }, { "id": "5726360d-ed53-43bf-8412-c0b10fd74d71", "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 \"keys\": [\n \"VBYzd91zrqp\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/environments/:environment/variables/delete", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment", "variables", "delete" ], "variable": [ { "key": "environment" } ] } }, "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 \"quisc\": [\n \"\",\n \"\"\n ],\n \"ut_2af\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:03:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-5726360d-ed53-43bf-8412-c0b10fd74d71" } ], "createdAt": "2026-07-28T02:03:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-03e3adc8-a6e3-47f4-90e9-759d567de19f" } ], "id": "2959346c-bd00-457a-854f-8884d94e79df", "createdAt": "2026-07-28T02:03:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-2959346c-bd00-457a-854f-8884d94e79df" }, { "name": "Add environment variables", "id": "b52fa1e2-52b5-4d91-b588-3eec9a15544d", "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 \"method\": \"append\",\n \"variables\": [\n {\n \"key\": \"jze\",\n \"value\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/environments/:environment/variables", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment", "variables" ], "variable": [ { "id": "f5befaf1-bfb8-4922-9997-e9b99b515ddd", "key": "environment", "value": "", "description": "(Required) The environment identifier" } ] }, "description": "Add environment variables to an environment." }, "response": [ { "id": "d08b2ea7-f798-4f5c-9ccf-91ebb60008bb", "name": "`EnvironmentResource`", "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 \"method\": \"append\",\n \"variables\": [\n {\n \"key\": \"jze\",\n \"value\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/environments/:environment/variables", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment", "variables" ], "variable": [ { "key": "environment" } ] } }, "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\": \"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\": \"deploying\",\n \"created_from_automation\": \"\",\n \"vanity_domain\": \"\",\n \"php_major_version\": \"8.2\",\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 \"accessibility\",\n \"security\"\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 \"included\": [\n {\n \"id\": \"\",\n \"type\": \"applications\",\n \"attributes\": {\n \"name\": \"\",\n \"slug\": \"\",\n \"region\": \"eu-central-1\",\n \"slack_channel\": \"\",\n \"avatar_url\": \"\",\n \"created_at\": \"\",\n \"repository\": null\n },\n \"relationships\": {\n \"repository\": {\n \"data\": {\n \"type\": \"repositories\",\n \"id\": \"\"\n }\n },\n \"organization\": {\n \"data\": {\n \"type\": \"organizations\",\n \"id\": \"\"\n }\n },\n \"environments\": {\n \"data\": [\n {\n \"type\": \"environments\",\n \"id\": \"\"\n },\n {\n \"type\": \"environments\",\n \"id\": \"\"\n }\n ]\n },\n \"deployments\": {\n \"data\": [\n {\n \"type\": \"deployments\",\n \"id\": \"\"\n },\n {\n \"type\": \"deployments\",\n \"id\": \"\"\n }\n ]\n },\n \"defaultEnvironment\": {\n \"data\": {\n \"type\": \"environments\",\n \"id\": \"\"\n }\n }\n }\n },\n {\n \"id\": \"\",\n \"type\": \"applications\",\n \"attributes\": {\n \"name\": \"\",\n \"slug\": \"\",\n \"region\": \"us-east-1\",\n \"slack_channel\": \"\",\n \"avatar_url\": \"\",\n \"created_at\": \"\",\n \"repository\": {\n \"full_name\": \"\",\n \"default_branch\": \"\"\n }\n },\n \"relationships\": {\n \"repository\": {\n \"data\": {\n \"type\": \"repositories\",\n \"id\": \"\"\n }\n },\n \"organization\": {\n \"data\": {\n \"type\": \"organizations\",\n \"id\": \"\"\n }\n },\n \"environments\": {\n \"data\": [\n {\n \"type\": \"environments\",\n \"id\": \"\"\n },\n {\n \"type\": \"environments\",\n \"id\": \"\"\n }\n ]\n },\n \"deployments\": {\n \"data\": [\n {\n \"type\": \"deployments\",\n \"id\": \"\"\n },\n {\n \"type\": \"deployments\",\n \"id\": \"\"\n }\n ]\n },\n \"defaultEnvironment\": {\n \"data\": {\n \"type\": \"environments\",\n \"id\": \"\"\n }\n }\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:03:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-d08b2ea7-f798-4f5c-9ccf-91ebb60008bb" }, { "id": "105edfc8-b6e5-4da2-85d9-492ee9d0f56e", "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 \"method\": \"append\",\n \"variables\": [\n {\n \"key\": \"jze\",\n \"value\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/environments/:environment/variables", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment", "variables" ], "variable": [ { "key": "environment" } ] } }, "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:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-105edfc8-b6e5-4da2-85d9-492ee9d0f56e" }, { "id": "54efddf6-7805-4e69-98a5-51d00b0a2d73", "name": "Not found", "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 \"method\": \"append\",\n \"variables\": [\n {\n \"key\": \"jze\",\n \"value\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/environments/:environment/variables", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment", "variables" ], "variable": [ { "key": "environment" } ] } }, "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:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-54efddf6-7805-4e69-98a5-51d00b0a2d73" }, { "id": "eaa10099-5a17-495c-9fea-3d9b25e6b1e9", "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 \"method\": \"append\",\n \"variables\": [\n {\n \"key\": \"jze\",\n \"value\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/environments/:environment/variables", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment", "variables" ], "variable": [ { "key": "environment" } ] } }, "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 \"quisc\": [\n \"\",\n \"\"\n ],\n \"ut_2af\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:03:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-eaa10099-5a17-495c-9fea-3d9b25e6b1e9" } ], "createdAt": "2026-07-28T02:03:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-b52fa1e2-52b5-4d91-b588-3eec9a15544d" } ], "id": "e2cc9e1c-c22c-44fe-8057-466634fbcc0d", "createdAt": "2026-07-28T02:03:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-e2cc9e1c-c22c-44fe-8057-466634fbcc0d" }, { "name": "metrics", "item": [ { "name": "Get environment metrics", "id": "13dd6b83-8204-4000-9d94-d62c8ff7fd29", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/environments/:environment/metrics?period=7d", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment", "metrics" ], "query": [ { "key": "period", "value": "7d" } ], "variable": [ { "id": "d169dda6-f1dd-4c9c-ae5b-25199461f97f", "key": "environment", "value": "", "description": "(Required) The environment identifier" } ] }, "description": "Get metrics for a specific environment." }, "response": [ { "id": "a1d6a623-708f-4a95-8fdd-f73bef74def5", "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}}/environments/:environment/metrics?period=7d", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment", "metrics" ], "query": [ { "key": "period", "value": "7d" } ], "variable": [ { "key": "environment" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"cpu_usage\": {\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 \"memory_usage\": {\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 \"http_response_count\": {\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 \"replica_count\": {\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 \"web_workers_count\": {\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 },\n \"meta\": {\n \"period\": \"\",\n \"available_periods\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:03:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-a1d6a623-708f-4a95-8fdd-f73bef74def5" }, { "id": "3597de7a-d80f-4eb6-a818-c0ae673b5b8a", "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}}/environments/:environment/metrics?period=7d", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment", "metrics" ], "query": [ { "key": "period", "value": "7d" } ], "variable": [ { "key": "environment" } ] } }, "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:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-3597de7a-d80f-4eb6-a818-c0ae673b5b8a" }, { "id": "60346599-589f-479f-beee-e3b2d5dccab7", "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}}/environments/:environment/metrics?period=7d", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment", "metrics" ], "query": [ { "key": "period", "value": "7d" } ], "variable": [ { "key": "environment" } ] } }, "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:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-60346599-589f-479f-beee-e3b2d5dccab7" }, { "id": "1132062b-7bb4-4553-839f-01dcfe29a4a8", "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}}/environments/:environment/metrics?period=7d", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment", "metrics" ], "query": [ { "key": "period", "value": "7d" } ], "variable": [ { "key": "environment" } ] } }, "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 \"quisc\": [\n \"\",\n \"\"\n ],\n \"ut_2af\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:03:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-1132062b-7bb4-4553-839f-01dcfe29a4a8" } ], "createdAt": "2026-07-28T02:03:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-13dd6b83-8204-4000-9d94-d62c8ff7fd29" } ], "id": "afe11886-010d-4f61-b6df-be10667bffb8", "createdAt": "2026-07-28T02:03:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-afe11886-010d-4f61-b6df-be10667bffb8" }, { "name": "Get environment", "id": "6e79182b-e6cf-45d6-a911-98df174c857c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/environments/:environment?include=database,primaryDomain", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment" ], "query": [ { "key": "include", "value": "database,primaryDomain" } ], "variable": [ { "id": "9e4af57b-5bb3-4b02-b163-41f2b3d02687", "key": "environment", "value": "", "description": "(Required) The environment identifier" } ] }, "description": "Get a specific environment." }, "response": [ { "id": "bebdddc9-6c4c-436e-9c1b-487b1d8e8e5a", "name": "`EnvironmentResource`", "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}}/environments/:environment?include=database,primaryDomain", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment" ], "query": [ { "key": "include", "value": "database,primaryDomain" } ], "variable": [ { "key": "environment" } ] } }, "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\": \"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\": \"deploying\",\n \"created_from_automation\": \"\",\n \"vanity_domain\": \"\",\n \"php_major_version\": \"8.2\",\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 \"accessibility\",\n \"security\"\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 \"included\": [\n {\n \"id\": \"\",\n \"type\": \"applications\",\n \"attributes\": {\n \"name\": \"\",\n \"slug\": \"\",\n \"region\": \"eu-central-1\",\n \"slack_channel\": \"\",\n \"avatar_url\": \"\",\n \"created_at\": \"\",\n \"repository\": null\n },\n \"relationships\": {\n \"repository\": {\n \"data\": {\n \"type\": \"repositories\",\n \"id\": \"\"\n }\n },\n \"organization\": {\n \"data\": {\n \"type\": \"organizations\",\n \"id\": \"\"\n }\n },\n \"environments\": {\n \"data\": [\n {\n \"type\": \"environments\",\n \"id\": \"\"\n },\n {\n \"type\": \"environments\",\n \"id\": \"\"\n }\n ]\n },\n \"deployments\": {\n \"data\": [\n {\n \"type\": \"deployments\",\n \"id\": \"\"\n },\n {\n \"type\": \"deployments\",\n \"id\": \"\"\n }\n ]\n },\n \"defaultEnvironment\": {\n \"data\": {\n \"type\": \"environments\",\n \"id\": \"\"\n }\n }\n }\n },\n {\n \"id\": \"\",\n \"type\": \"applications\",\n \"attributes\": {\n \"name\": \"\",\n \"slug\": \"\",\n \"region\": \"us-east-1\",\n \"slack_channel\": \"\",\n \"avatar_url\": \"\",\n \"created_at\": \"\",\n \"repository\": {\n \"full_name\": \"\",\n \"default_branch\": \"\"\n }\n },\n \"relationships\": {\n \"repository\": {\n \"data\": {\n \"type\": \"repositories\",\n \"id\": \"\"\n }\n },\n \"organization\": {\n \"data\": {\n \"type\": \"organizations\",\n \"id\": \"\"\n }\n },\n \"environments\": {\n \"data\": [\n {\n \"type\": \"environments\",\n \"id\": \"\"\n },\n {\n \"type\": \"environments\",\n \"id\": \"\"\n }\n ]\n },\n \"deployments\": {\n \"data\": [\n {\n \"type\": \"deployments\",\n \"id\": \"\"\n },\n {\n \"type\": \"deployments\",\n \"id\": \"\"\n }\n ]\n },\n \"defaultEnvironment\": {\n \"data\": {\n \"type\": \"environments\",\n \"id\": \"\"\n }\n }\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:03:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-bebdddc9-6c4c-436e-9c1b-487b1d8e8e5a" }, { "id": "49f99874-4652-471f-828c-9cafa3d4b009", "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}}/environments/:environment?include=database,primaryDomain", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment" ], "query": [ { "key": "include", "value": "database,primaryDomain" } ], "variable": [ { "key": "environment" } ] } }, "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:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-49f99874-4652-471f-828c-9cafa3d4b009" }, { "id": "6f3eecd8-f881-46eb-ac96-df9c603350bc", "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}}/environments/:environment?include=database,primaryDomain", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment" ], "query": [ { "key": "include", "value": "database,primaryDomain" } ], "variable": [ { "key": "environment" } ] } }, "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:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-6f3eecd8-f881-46eb-ac96-df9c603350bc" } ], "createdAt": "2026-07-28T02:03:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-6e79182b-e6cf-45d6-a911-98df174c857c" }, { "name": "Update environment", "id": "3dca8bca-8aae-4bd3-8460-617c77989e3b", "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\": \"rHnnRfX-vHS\",\n \"slug\": \"\",\n \"color\": \"blue\",\n \"branch\": \"\",\n \"uses_push_to_deploy\": \"\",\n \"uses_deploy_hook\": \"\",\n \"timeout\": \"\",\n \"php_version\": \"8.4:1\",\n \"build_command\": \"\",\n \"node_version\": \"22\",\n \"deploy_command\": \"\",\n \"uses_vanity_domain\": \"\",\n \"database_schema_id\": \"\",\n \"cache_id\": \"\",\n \"websocket_application_id\": \"\",\n \"filesystem_keys\": [\n {\n \"id\": \"\",\n \"disk\": \"3-o\",\n \"is_default_disk\": \"\"\n },\n {\n \"id\": \"\",\n \"disk\": \"Jg6lcpyIiCR\",\n \"is_default_disk\": \"\"\n }\n ],\n \"uses_octane\": \"\",\n \"sleep_timeout\": \"\",\n \"hibernation_wake_up_interval\": \"\",\n \"shutdown_timeout\": \"\",\n \"uses_purge_edge_cache_on_deploy\": \"\",\n \"nightwatch_token\": \"\",\n \"cache_strategy\": \"bypass\",\n \"response_headers_frame\": \"sameorigin\",\n \"response_headers_content_type\": \"none\",\n \"response_headers_robots_tag\": \"index, follow\",\n \"response_headers_hsts\": {\n \"max_age\": \"\",\n \"include_subdomains\": \"\",\n \"preload\": \"\"\n },\n \"firewall_block_path\": \"\",\n \"firewall_browser_integrity_check\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/environments/:environment", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment" ], "variable": [ { "id": "b8599e2f-3b1d-4ea8-9db8-d9aa2374e10b", "key": "environment", "value": "", "description": "(Required) The environment identifier" } ] }, "description": "Update an environment." }, "response": [ { "id": "af7e0160-799d-4690-8a15-b04becac14e7", "name": "`EnvironmentResource`", "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\": \"rHnnRfX-vHS\",\n \"slug\": \"\",\n \"color\": \"blue\",\n \"branch\": \"\",\n \"uses_push_to_deploy\": \"\",\n \"uses_deploy_hook\": \"\",\n \"timeout\": \"\",\n \"php_version\": \"8.4:1\",\n \"build_command\": \"\",\n \"node_version\": \"22\",\n \"deploy_command\": \"\",\n \"uses_vanity_domain\": \"\",\n \"database_schema_id\": \"\",\n \"cache_id\": \"\",\n \"websocket_application_id\": \"\",\n \"filesystem_keys\": [\n {\n \"id\": \"\",\n \"disk\": \"3-o\",\n \"is_default_disk\": \"\"\n },\n {\n \"id\": \"\",\n \"disk\": \"Jg6lcpyIiCR\",\n \"is_default_disk\": \"\"\n }\n ],\n \"uses_octane\": \"\",\n \"sleep_timeout\": \"\",\n \"hibernation_wake_up_interval\": \"\",\n \"shutdown_timeout\": \"\",\n \"uses_purge_edge_cache_on_deploy\": \"\",\n \"nightwatch_token\": \"\",\n \"cache_strategy\": \"bypass\",\n \"response_headers_frame\": \"sameorigin\",\n \"response_headers_content_type\": \"none\",\n \"response_headers_robots_tag\": \"index, follow\",\n \"response_headers_hsts\": {\n \"max_age\": \"\",\n \"include_subdomains\": \"\",\n \"preload\": \"\"\n },\n \"firewall_block_path\": \"\",\n \"firewall_browser_integrity_check\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/environments/:environment", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment" ], "variable": [ { "key": "environment" } ] } }, "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\": \"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\": \"deploying\",\n \"created_from_automation\": \"\",\n \"vanity_domain\": \"\",\n \"php_major_version\": \"8.2\",\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 \"accessibility\",\n \"security\"\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 \"included\": [\n {\n \"id\": \"\",\n \"type\": \"applications\",\n \"attributes\": {\n \"name\": \"\",\n \"slug\": \"\",\n \"region\": \"eu-central-1\",\n \"slack_channel\": \"\",\n \"avatar_url\": \"\",\n \"created_at\": \"\",\n \"repository\": null\n },\n \"relationships\": {\n \"repository\": {\n \"data\": {\n \"type\": \"repositories\",\n \"id\": \"\"\n }\n },\n \"organization\": {\n \"data\": {\n \"type\": \"organizations\",\n \"id\": \"\"\n }\n },\n \"environments\": {\n \"data\": [\n {\n \"type\": \"environments\",\n \"id\": \"\"\n },\n {\n \"type\": \"environments\",\n \"id\": \"\"\n }\n ]\n },\n \"deployments\": {\n \"data\": [\n {\n \"type\": \"deployments\",\n \"id\": \"\"\n },\n {\n \"type\": \"deployments\",\n \"id\": \"\"\n }\n ]\n },\n \"defaultEnvironment\": {\n \"data\": {\n \"type\": \"environments\",\n \"id\": \"\"\n }\n }\n }\n },\n {\n \"id\": \"\",\n \"type\": \"applications\",\n \"attributes\": {\n \"name\": \"\",\n \"slug\": \"\",\n \"region\": \"us-east-1\",\n \"slack_channel\": \"\",\n \"avatar_url\": \"\",\n \"created_at\": \"\",\n \"repository\": {\n \"full_name\": \"\",\n \"default_branch\": \"\"\n }\n },\n \"relationships\": {\n \"repository\": {\n \"data\": {\n \"type\": \"repositories\",\n \"id\": \"\"\n }\n },\n \"organization\": {\n \"data\": {\n \"type\": \"organizations\",\n \"id\": \"\"\n }\n },\n \"environments\": {\n \"data\": [\n {\n \"type\": \"environments\",\n \"id\": \"\"\n },\n {\n \"type\": \"environments\",\n \"id\": \"\"\n }\n ]\n },\n \"deployments\": {\n \"data\": [\n {\n \"type\": \"deployments\",\n \"id\": \"\"\n },\n {\n \"type\": \"deployments\",\n \"id\": \"\"\n }\n ]\n },\n \"defaultEnvironment\": {\n \"data\": {\n \"type\": \"environments\",\n \"id\": \"\"\n }\n }\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:03:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-af7e0160-799d-4690-8a15-b04becac14e7" }, { "id": "e05ceecc-78c3-4ed8-a5ce-f11f00c320b1", "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\": \"rHnnRfX-vHS\",\n \"slug\": \"\",\n \"color\": \"blue\",\n \"branch\": \"\",\n \"uses_push_to_deploy\": \"\",\n \"uses_deploy_hook\": \"\",\n \"timeout\": \"\",\n \"php_version\": \"8.4:1\",\n \"build_command\": \"\",\n \"node_version\": \"22\",\n \"deploy_command\": \"\",\n \"uses_vanity_domain\": \"\",\n \"database_schema_id\": \"\",\n \"cache_id\": \"\",\n \"websocket_application_id\": \"\",\n \"filesystem_keys\": [\n {\n \"id\": \"\",\n \"disk\": \"3-o\",\n \"is_default_disk\": \"\"\n },\n {\n \"id\": \"\",\n \"disk\": \"Jg6lcpyIiCR\",\n \"is_default_disk\": \"\"\n }\n ],\n \"uses_octane\": \"\",\n \"sleep_timeout\": \"\",\n \"hibernation_wake_up_interval\": \"\",\n \"shutdown_timeout\": \"\",\n \"uses_purge_edge_cache_on_deploy\": \"\",\n \"nightwatch_token\": \"\",\n \"cache_strategy\": \"bypass\",\n \"response_headers_frame\": \"sameorigin\",\n \"response_headers_content_type\": \"none\",\n \"response_headers_robots_tag\": \"index, follow\",\n \"response_headers_hsts\": {\n \"max_age\": \"\",\n \"include_subdomains\": \"\",\n \"preload\": \"\"\n },\n \"firewall_block_path\": \"\",\n \"firewall_browser_integrity_check\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/environments/:environment", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment" ], "variable": [ { "key": "environment" } ] } }, "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:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-e05ceecc-78c3-4ed8-a5ce-f11f00c320b1" }, { "id": "89484a0c-e29b-4400-a862-42010012e9a2", "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\": \"rHnnRfX-vHS\",\n \"slug\": \"\",\n \"color\": \"blue\",\n \"branch\": \"\",\n \"uses_push_to_deploy\": \"\",\n \"uses_deploy_hook\": \"\",\n \"timeout\": \"\",\n \"php_version\": \"8.4:1\",\n \"build_command\": \"\",\n \"node_version\": \"22\",\n \"deploy_command\": \"\",\n \"uses_vanity_domain\": \"\",\n \"database_schema_id\": \"\",\n \"cache_id\": \"\",\n \"websocket_application_id\": \"\",\n \"filesystem_keys\": [\n {\n \"id\": \"\",\n \"disk\": \"3-o\",\n \"is_default_disk\": \"\"\n },\n {\n \"id\": \"\",\n \"disk\": \"Jg6lcpyIiCR\",\n \"is_default_disk\": \"\"\n }\n ],\n \"uses_octane\": \"\",\n \"sleep_timeout\": \"\",\n \"hibernation_wake_up_interval\": \"\",\n \"shutdown_timeout\": \"\",\n \"uses_purge_edge_cache_on_deploy\": \"\",\n \"nightwatch_token\": \"\",\n \"cache_strategy\": \"bypass\",\n \"response_headers_frame\": \"sameorigin\",\n \"response_headers_content_type\": \"none\",\n \"response_headers_robots_tag\": \"index, follow\",\n \"response_headers_hsts\": {\n \"max_age\": \"\",\n \"include_subdomains\": \"\",\n \"preload\": \"\"\n },\n \"firewall_block_path\": \"\",\n \"firewall_browser_integrity_check\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/environments/:environment", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment" ], "variable": [ { "key": "environment" } ] } }, "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:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-89484a0c-e29b-4400-a862-42010012e9a2" }, { "id": "a56317b9-49eb-4917-a544-9ba7d6b6338b", "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\": \"rHnnRfX-vHS\",\n \"slug\": \"\",\n \"color\": \"blue\",\n \"branch\": \"\",\n \"uses_push_to_deploy\": \"\",\n \"uses_deploy_hook\": \"\",\n \"timeout\": \"\",\n \"php_version\": \"8.4:1\",\n \"build_command\": \"\",\n \"node_version\": \"22\",\n \"deploy_command\": \"\",\n \"uses_vanity_domain\": \"\",\n \"database_schema_id\": \"\",\n \"cache_id\": \"\",\n \"websocket_application_id\": \"\",\n \"filesystem_keys\": [\n {\n \"id\": \"\",\n \"disk\": \"3-o\",\n \"is_default_disk\": \"\"\n },\n {\n \"id\": \"\",\n \"disk\": \"Jg6lcpyIiCR\",\n \"is_default_disk\": \"\"\n }\n ],\n \"uses_octane\": \"\",\n \"sleep_timeout\": \"\",\n \"hibernation_wake_up_interval\": \"\",\n \"shutdown_timeout\": \"\",\n \"uses_purge_edge_cache_on_deploy\": \"\",\n \"nightwatch_token\": \"\",\n \"cache_strategy\": \"bypass\",\n \"response_headers_frame\": \"sameorigin\",\n \"response_headers_content_type\": \"none\",\n \"response_headers_robots_tag\": \"index, follow\",\n \"response_headers_hsts\": {\n \"max_age\": \"\",\n \"include_subdomains\": \"\",\n \"preload\": \"\"\n },\n \"firewall_block_path\": \"\",\n \"firewall_browser_integrity_check\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/environments/:environment", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment" ], "variable": [ { "key": "environment" } ] } }, "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 \"quisc\": [\n \"\",\n \"\"\n ],\n \"ut_2af\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:03:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-a56317b9-49eb-4917-a544-9ba7d6b6338b" } ], "createdAt": "2026-07-28T02:03:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-3dca8bca-8aae-4bd3-8460-617c77989e3b" }, { "name": "Delete environment", "id": "dd4359ec-b9a3-423f-a03d-973c34d8ef8d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/environments/:environment", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment" ], "variable": [ { "id": "efe77f95-edcf-4d72-ab79-ad461b8c1626", "key": "environment", "value": "", "description": "(Required) The environment identifier" } ] }, "description": "Delete an environment." }, "response": [ { "id": "c3636210-6578-4989-bbd4-324e04a74357", "name": "No content", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/environments/:environment", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment" ], "variable": [ { "key": "environment" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:03:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-c3636210-6578-4989-bbd4-324e04a74357" }, { "id": "5f0018ed-bf11-4337-b6d8-fa51f4c766b5", "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}}/environments/:environment", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment" ], "variable": [ { "key": "environment" } ] } }, "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:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-5f0018ed-bf11-4337-b6d8-fa51f4c766b5" }, { "id": "bbcd78cd-7757-4184-9319-f00bb407fdff", "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}}/environments/:environment", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment" ], "variable": [ { "key": "environment" } ] } }, "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:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-bbcd78cd-7757-4184-9319-f00bb407fdff" }, { "id": "625e56d2-59c5-43a9-92a5-b13e4ba8a201", "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}}/environments/:environment", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment" ], "variable": [ { "key": "environment" } ] } }, "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 \"quisc\": [\n \"\",\n \"\"\n ],\n \"ut_2af\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:03:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-625e56d2-59c5-43a9-92a5-b13e4ba8a201" } ], "createdAt": "2026-07-28T02:03:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-dd4359ec-b9a3-423f-a03d-973c34d8ef8d" } ], "id": "c614314e-fbe2-45b7-ab00-bb9476ec1fb4", "createdAt": "2026-07-28T02:03:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-c614314e-fbe2-45b7-ab00-bb9476ec1fb4" } ], "id": "e25f306e-5f51-4f8e-b43c-fe82abff6f28", "createdAt": "2026-07-28T02:03:37.000Z", "updatedAt": "2026-07-28T02:03:37.000Z", "uid": "35240-e25f306e-5f51-4f8e-b43c-fe82abff6f28" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://cloud.laravel.com/api" } ] }