{ "info": { "_postman_id": "6a634a72-8b38-4aa8-918a-a319aa3bc077", "name": "Laravel Cloud Applications Deployments API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:03:33.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "lastUpdatedBy": "35240", "uid": "35240-6a634a72-8b38-4aa8-918a-a319aa3bc077" }, "item": [ { "name": "environments", "item": [ { "name": "{environment}", "item": [ { "name": "deployments", "item": [ { "name": "List deployments", "id": "b5e30a37-7b54-4f6d-ae27-3deb554a9fa7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/environments/:environment/deployments?filter[status]=&filter[branch_name]=&filter[commit_hash]=&include=environment,environment", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment", "deployments" ], "query": [ { "key": "filter[status]", "value": "" }, { "key": "filter[branch_name]", "value": "" }, { "key": "filter[commit_hash]", "value": "" }, { "key": "include", "value": "environment,environment" } ], "variable": [ { "id": "3e6c172d-91d5-40b9-8e24-3ed00beb5f7b", "key": "environment", "value": "", "description": "(Required) The environment identifier" } ] }, "description": "Get a list of all deployments for the given environment." }, "response": [ { "id": "822b0a1d-f21c-4d6f-a429-8d7c9251fb79", "name": "Paginated set of `DeploymentResource`", "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/deployments?filter[status]=&filter[branch_name]=&filter[commit_hash]=&include=environment,environment", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment", "deployments" ], "query": [ { "key": "filter[status]", "value": "" }, { "key": "filter[branch_name]", "value": "" }, { "key": "filter[commit_hash]", "value": "" }, { "key": "include", "value": "environment,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 {\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\": \"deployment.created\",\n \"branch_name\": \"\",\n \"commit_hash\": \"\",\n \"commit_message\": \"\",\n \"commit_author\": \"\",\n \"failure_reason\": \"\",\n \"php_major_version\": \"8.3\",\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 {\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\": \"deployment.running\",\n \"branch_name\": \"\",\n \"commit_hash\": \"\",\n \"commit_message\": \"\",\n \"commit_author\": \"\",\n \"failure_reason\": \"\",\n \"php_major_version\": \"8.4\",\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 ],\n \"links\": {\n \"first\": \"\",\n \"last\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n },\n \"meta\": {\n \"current_page\": \"\",\n \"from\": \"\",\n \"last_page\": \"\",\n \"links\": [\n {\n \"url\": \"\",\n \"label\": \"\",\n \"active\": \"\"\n },\n {\n \"url\": \"\",\n \"label\": \"\",\n \"active\": \"\"\n }\n ],\n \"path\": \"\",\n \"per_page\": \"\",\n \"to\": \"\",\n \"total\": \"\"\n },\n \"included\": [\n {\n \"id\": \"\",\n \"type\": \"environments\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"name\": \"\",\n \"slug\": \"\",\n \"status\": \"stopped\",\n \"created_from_automation\": \"\",\n \"vanity_domain\": \"\",\n \"php_major_version\": \"8.4\",\n \"build_command\": \"\",\n \"node_version\": \"22\",\n \"deploy_command\": \"\",\n \"uses_octane\": \"\",\n \"uses_hibernation\": \"\",\n \"hibernation_wake_up_interval\": \"\",\n \"uses_push_to_deploy\": \"\",\n \"uses_deploy_hook\": \"\",\n \"network_settings\": {\n \"cache\": {\n \"strategy\": \"\"\n },\n \"response_headers\": {\n \"frame\": \"\",\n \"content_type\": \"\",\n \"hsts\": {\n \"max_age\": \"\",\n \"include_subdomains\": \"\",\n \"preload\": \"\"\n }\n },\n \"firewall\": {\n \"bot_categories\": [\n \"social_media_marketing\",\n \"other\"\n ],\n \"rate_limit\": {\n \"429\": \"\",\n \"level\": \"throttle\",\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\": \"deploying\",\n \"created_from_automation\": \"\",\n \"vanity_domain\": \"\",\n \"php_major_version\": \"8.4\",\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 \"search_engine_optimization\",\n \"search_engine_optimization\"\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}", "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-822b0a1d-f21c-4d6f-a429-8d7c9251fb79" }, { "id": "4b08f959-ef2c-4439-80f2-6fd289d872d9", "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/deployments?filter[status]=&filter[branch_name]=&filter[commit_hash]=&include=environment,environment", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment", "deployments" ], "query": [ { "key": "filter[status]", "value": "" }, { "key": "filter[branch_name]", "value": "" }, { "key": "filter[commit_hash]", "value": "" }, { "key": "include", "value": "environment,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:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-4b08f959-ef2c-4439-80f2-6fd289d872d9" }, { "id": "9c6dfc6d-a84d-41cb-98d0-46b8ea5751d8", "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/deployments?filter[status]=&filter[branch_name]=&filter[commit_hash]=&include=environment,environment", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment", "deployments" ], "query": [ { "key": "filter[status]", "value": "" }, { "key": "filter[branch_name]", "value": "" }, { "key": "filter[commit_hash]", "value": "" }, { "key": "include", "value": "environment,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:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-9c6dfc6d-a84d-41cb-98d0-46b8ea5751d8" } ], "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-b5e30a37-7b54-4f6d-ae27-3deb554a9fa7" }, { "name": "Initiate deployment", "id": "759ef1c5-3691-413f-98d0-f949792a6114", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/environments/:environment/deployments", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment", "deployments" ], "variable": [ { "id": "84a19fed-0bb8-4dcf-b35a-bb98778a6209", "key": "environment", "value": "", "description": "(Required) The environment identifier" } ] }, "description": "Initiate a deployment for the given environment." }, "response": [ { "id": "74e6be52-90a6-484f-a3e6-9cfddb6e28b0", "name": "`DeploymentResource`", "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/deployments", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment", "deployments" ], "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\": \"failed\",\n \"branch_name\": \"\",\n \"commit_hash\": \"\",\n \"commit_message\": \"\",\n \"commit_author\": \"\",\n \"failure_reason\": \"\",\n \"php_major_version\": \"8.5\",\n \"build_command\": \"\",\n \"node_version\": \"20\",\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\": \"running\",\n \"created_from_automation\": \"\",\n \"vanity_domain\": \"\",\n \"php_major_version\": \"8.2\",\n \"build_command\": \"\",\n \"node_version\": \"22\",\n \"deploy_command\": \"\",\n \"uses_octane\": \"\",\n \"uses_hibernation\": \"\",\n \"hibernation_wake_up_interval\": \"\",\n \"uses_push_to_deploy\": \"\",\n \"uses_deploy_hook\": \"\",\n \"network_settings\": {\n \"cache\": {\n \"strategy\": \"\"\n },\n \"response_headers\": {\n \"frame\": \"\",\n \"content_type\": \"\",\n \"hsts\": {\n \"max_age\": \"\",\n \"include_subdomains\": \"\",\n \"preload\": \"\"\n }\n },\n \"firewall\": {\n \"bot_categories\": [\n \"other\",\n \"security\"\n ],\n \"rate_limit\": {\n \"429\": \"\",\n \"level\": \"ban\",\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 \"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\": \"22\",\n \"deploy_command\": \"\",\n \"uses_octane\": \"\",\n \"uses_hibernation\": \"\",\n \"hibernation_wake_up_interval\": \"\",\n \"uses_push_to_deploy\": \"\",\n \"uses_deploy_hook\": \"\",\n \"network_settings\": {\n \"cache\": {\n \"strategy\": \"\"\n },\n \"response_headers\": {\n \"frame\": \"\",\n \"content_type\": \"\",\n \"hsts\": {\n \"max_age\": \"\",\n \"include_subdomains\": \"\",\n \"preload\": \"\"\n }\n },\n \"firewall\": {\n \"bot_categories\": [\n \"search_engine_crawler\",\n \"other\"\n ],\n \"rate_limit\": {\n \"429\": \"\",\n \"level\": \"challenge\",\n \"per_minute\": 750,\n \"4xx\": \"\"\n },\n \"under_attack_mode_started_at\": \"\",\n \"block_path\": \"\"\n },\n \"content_converter\": \"\"\n },\n \"created_at\": \"\",\n \"\": {\n \"environment_variables\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ]\n }\n },\n \"relationships\": {\n \"application\": {\n \"data\": {\n \"type\": \"applications\",\n \"id\": \"\"\n }\n },\n \"branch\": {\n \"data\": {\n \"type\": \"branches\",\n \"id\": \"\"\n }\n },\n \"deployments\": {\n \"data\": [\n {\n \"type\": \"deployments\",\n \"id\": \"\"\n },\n {\n \"type\": \"deployments\",\n \"id\": \"\"\n }\n ]\n },\n \"currentDeployment\": {\n \"data\": {\n \"type\": \"deployments\",\n \"id\": \"\"\n }\n },\n \"domains\": {\n \"data\": [\n {\n \"type\": \"domains\",\n \"id\": \"\"\n },\n {\n \"type\": \"domains\",\n \"id\": \"\"\n }\n ]\n },\n \"primaryDomain\": {\n \"data\": {\n \"type\": \"domains\",\n \"id\": \"\"\n }\n },\n \"instances\": {\n \"data\": [\n {\n \"type\": \"instances\",\n \"id\": \"\"\n },\n {\n \"type\": \"instances\",\n \"id\": \"\"\n }\n ]\n },\n \"database\": {\n \"data\": {\n \"type\": \"databaseSchemas\",\n \"id\": \"\"\n }\n },\n \"cache\": {\n \"data\": {\n \"type\": \"caches\",\n \"id\": \"\"\n }\n },\n \"buckets\": {\n \"data\": [\n {\n \"type\": \"filesystems\",\n \"id\": \"\"\n },\n {\n \"type\": \"filesystems\",\n \"id\": \"\"\n }\n ]\n },\n \"websocketApplication\": {\n \"data\": {\n \"type\": \"websocketApplications\",\n \"id\": \"\"\n }\n }\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-74e6be52-90a6-484f-a3e6-9cfddb6e28b0" }, { "id": "954e0ed6-ba82-4657-842a-f2e59c1b6d65", "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/deployments", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment", "deployments" ], "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:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-954e0ed6-ba82-4657-842a-f2e59c1b6d65" }, { "id": "ffeee814-2892-475d-9678-e0b27e07f868", "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/deployments", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment", "deployments" ], "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:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-ffeee814-2892-475d-9678-e0b27e07f868" }, { "id": "e82f2a87-80a2-4c35-8e16-e66560444900", "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/deployments", "host": [ "{{baseUrl}}" ], "path": [ "environments", ":environment", "deployments" ], "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 \"tempor_2c2\": [\n \"\",\n \"\"\n ],\n \"eiusmode3\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-e82f2a87-80a2-4c35-8e16-e66560444900" } ], "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-759ef1c5-3691-413f-98d0-f949792a6114" } ], "id": "7799ec12-8e17-4663-ae1f-105476a4db2f", "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-7799ec12-8e17-4663-ae1f-105476a4db2f" } ], "id": "67cb261c-0870-458b-997e-f9acf047c639", "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-67cb261c-0870-458b-997e-f9acf047c639" } ], "id": "84765ac8-a9ee-4a02-a6a0-3c35e3da18bf", "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-84765ac8-a9ee-4a02-a6a0-3c35e3da18bf" }, { "name": "deployments", "item": [ { "name": "{deployment}", "item": [ { "name": "logs", "item": [ { "name": "Get deployment logs", "id": "391a0e6a-937e-4ddb-9bb3-2f1c86161e23", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/deployments/:deployment/logs", "host": [ "{{baseUrl}}" ], "path": [ "deployments", ":deployment", "logs" ], "variable": [ { "id": "fb1814bd-0da0-4b4a-97f3-5f4eb4014050", "key": "deployment", "value": "", "description": "(Required) The deployment identifier" } ] }, "description": "Get the build and deploy logs for a specific deployment." }, "response": [ { "id": "958e0751-a8a5-496d-ab65-d1c61e5d9338", "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}}/deployments/:deployment/logs", "host": [ "{{baseUrl}}" ], "path": [ "deployments", ":deployment", "logs" ], "variable": [ { "key": "deployment" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"build\": {\n \"available\": \"\",\n \"steps\": [\n {\n \"step\": \"\",\n \"status\": \"\",\n \"description\": \"\",\n \"output\": \"\",\n \"duration_ms\": \"\",\n \"time\": \"\"\n },\n {\n \"step\": \"\",\n \"status\": \"\",\n \"description\": \"\",\n \"output\": \"\",\n \"duration_ms\": \"\",\n \"time\": \"\"\n }\n ]\n },\n \"deploy\": {\n \"available\": \"\",\n \"steps\": [\n {\n \"step\": \"\",\n \"status\": \"\",\n \"description\": \"\",\n \"output\": \"\",\n \"duration_ms\": \"\",\n \"time\": \"\"\n },\n {\n \"step\": \"\",\n \"status\": \"\",\n \"description\": \"\",\n \"output\": \"\",\n \"duration_ms\": \"\",\n \"time\": \"\"\n }\n ]\n }\n },\n \"meta\": {\n \"deployment_status\": \"\"\n }\n}", "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-958e0751-a8a5-496d-ab65-d1c61e5d9338" }, { "id": "b8b12567-73e8-4d62-9672-dd63d6df8e4b", "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}}/deployments/:deployment/logs", "host": [ "{{baseUrl}}" ], "path": [ "deployments", ":deployment", "logs" ], "variable": [ { "key": "deployment" } ] } }, "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:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-b8b12567-73e8-4d62-9672-dd63d6df8e4b" }, { "id": "997da06e-9b24-461c-89f7-f28d21fb2287", "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}}/deployments/:deployment/logs", "host": [ "{{baseUrl}}" ], "path": [ "deployments", ":deployment", "logs" ], "variable": [ { "key": "deployment" } ] } }, "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:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-997da06e-9b24-461c-89f7-f28d21fb2287" }, { "id": "82e9d26c-a247-407f-88c5-8c7582765fb2", "name": "An error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/deployments/:deployment/logs", "host": [ "{{baseUrl}}" ], "path": [ "deployments", ":deployment", "logs" ], "variable": [ { "key": "deployment" } ] } }, "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}", "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-82e9d26c-a247-407f-88c5-8c7582765fb2" } ], "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-391a0e6a-937e-4ddb-9bb3-2f1c86161e23" } ], "id": "d2398948-adea-405a-822c-5daec07e787d", "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-d2398948-adea-405a-822c-5daec07e787d" }, { "name": "Get deployment", "id": "f95eb589-cc01-46b3-8ea7-8820367c47f2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/deployments/:deployment?include=environment,environment", "host": [ "{{baseUrl}}" ], "path": [ "deployments", ":deployment" ], "query": [ { "key": "include", "value": "environment,environment" } ], "variable": [ { "id": "446665cb-849c-400b-a15a-8dab9c26978b", "key": "deployment", "value": "", "description": "(Required) The deployment identifier" } ] }, "description": "Get the details of a specific deployment." }, "response": [ { "id": "c21066e3-92d0-4d34-930f-352bc9e06443", "name": "`DeploymentResource`", "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}}/deployments/:deployment?include=environment,environment", "host": [ "{{baseUrl}}" ], "path": [ "deployments", ":deployment" ], "query": [ { "key": "include", "value": "environment,environment" } ], "variable": [ { "key": "deployment" } ] } }, "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\": \"failed\",\n \"branch_name\": \"\",\n \"commit_hash\": \"\",\n \"commit_message\": \"\",\n \"commit_author\": \"\",\n \"failure_reason\": \"\",\n \"php_major_version\": \"8.5\",\n \"build_command\": \"\",\n \"node_version\": \"20\",\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\": \"running\",\n \"created_from_automation\": \"\",\n \"vanity_domain\": \"\",\n \"php_major_version\": \"8.2\",\n \"build_command\": \"\",\n \"node_version\": \"22\",\n \"deploy_command\": \"\",\n \"uses_octane\": \"\",\n \"uses_hibernation\": \"\",\n \"hibernation_wake_up_interval\": \"\",\n \"uses_push_to_deploy\": \"\",\n \"uses_deploy_hook\": \"\",\n \"network_settings\": {\n \"cache\": {\n \"strategy\": \"\"\n },\n \"response_headers\": {\n \"frame\": \"\",\n \"content_type\": \"\",\n \"hsts\": {\n \"max_age\": \"\",\n \"include_subdomains\": \"\",\n \"preload\": \"\"\n }\n },\n \"firewall\": {\n \"bot_categories\": [\n \"other\",\n \"security\"\n ],\n \"rate_limit\": {\n \"429\": \"\",\n \"level\": \"ban\",\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 \"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\": \"22\",\n \"deploy_command\": \"\",\n \"uses_octane\": \"\",\n \"uses_hibernation\": \"\",\n \"hibernation_wake_up_interval\": \"\",\n \"uses_push_to_deploy\": \"\",\n \"uses_deploy_hook\": \"\",\n \"network_settings\": {\n \"cache\": {\n \"strategy\": \"\"\n },\n \"response_headers\": {\n \"frame\": \"\",\n \"content_type\": \"\",\n \"hsts\": {\n \"max_age\": \"\",\n \"include_subdomains\": \"\",\n \"preload\": \"\"\n }\n },\n \"firewall\": {\n \"bot_categories\": [\n \"search_engine_crawler\",\n \"other\"\n ],\n \"rate_limit\": {\n \"429\": \"\",\n \"level\": \"challenge\",\n \"per_minute\": 750,\n \"4xx\": \"\"\n },\n \"under_attack_mode_started_at\": \"\",\n \"block_path\": \"\"\n },\n \"content_converter\": \"\"\n },\n \"created_at\": \"\",\n \"\": {\n \"environment_variables\": [\n {\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"key\": \"\",\n \"value\": \"\"\n }\n ]\n }\n },\n \"relationships\": {\n \"application\": {\n \"data\": {\n \"type\": \"applications\",\n \"id\": \"\"\n }\n },\n \"branch\": {\n \"data\": {\n \"type\": \"branches\",\n \"id\": \"\"\n }\n },\n \"deployments\": {\n \"data\": [\n {\n \"type\": \"deployments\",\n \"id\": \"\"\n },\n {\n \"type\": \"deployments\",\n \"id\": \"\"\n }\n ]\n },\n \"currentDeployment\": {\n \"data\": {\n \"type\": \"deployments\",\n \"id\": \"\"\n }\n },\n \"domains\": {\n \"data\": [\n {\n \"type\": \"domains\",\n \"id\": \"\"\n },\n {\n \"type\": \"domains\",\n \"id\": \"\"\n }\n ]\n },\n \"primaryDomain\": {\n \"data\": {\n \"type\": \"domains\",\n \"id\": \"\"\n }\n },\n \"instances\": {\n \"data\": [\n {\n \"type\": \"instances\",\n \"id\": \"\"\n },\n {\n \"type\": \"instances\",\n \"id\": \"\"\n }\n ]\n },\n \"database\": {\n \"data\": {\n \"type\": \"databaseSchemas\",\n \"id\": \"\"\n }\n },\n \"cache\": {\n \"data\": {\n \"type\": \"caches\",\n \"id\": \"\"\n }\n },\n \"buckets\": {\n \"data\": [\n {\n \"type\": \"filesystems\",\n \"id\": \"\"\n },\n {\n \"type\": \"filesystems\",\n \"id\": \"\"\n }\n ]\n },\n \"websocketApplication\": {\n \"data\": {\n \"type\": \"websocketApplications\",\n \"id\": \"\"\n }\n }\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-c21066e3-92d0-4d34-930f-352bc9e06443" }, { "id": "8462c692-880b-4e72-964d-8e4f0c35059f", "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}}/deployments/:deployment?include=environment,environment", "host": [ "{{baseUrl}}" ], "path": [ "deployments", ":deployment" ], "query": [ { "key": "include", "value": "environment,environment" } ], "variable": [ { "key": "deployment" } ] } }, "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:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-8462c692-880b-4e72-964d-8e4f0c35059f" }, { "id": "bafbf96b-5ede-4f48-baa2-296b66203616", "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}}/deployments/:deployment?include=environment,environment", "host": [ "{{baseUrl}}" ], "path": [ "deployments", ":deployment" ], "query": [ { "key": "include", "value": "environment,environment" } ], "variable": [ { "key": "deployment" } ] } }, "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:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-bafbf96b-5ede-4f48-baa2-296b66203616" } ], "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-f95eb589-cc01-46b3-8ea7-8820367c47f2" } ], "id": "ea0bf82d-8708-4e18-89ec-ae6cca106517", "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-ea0bf82d-8708-4e18-89ec-ae6cca106517" } ], "id": "ba190827-39a1-4aea-aca4-062f5d659bb4", "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-ba190827-39a1-4aea-aca4-062f5d659bb4" }, { "name": "orgs", "item": [ { "name": "{organization}", "item": [ { "name": "servers", "item": [ { "name": "{server}", "item": [ { "name": "sites", "item": [ { "name": "{site}", "item": [ { "name": "webhooks", "item": [ { "name": "{deploymentWebhook}", "item": [ { "name": "Get site webhook", "id": "8adb9efc-b8ef-4bcb-a36e-59c004b5bff5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/webhooks/:deploymentWebhook", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "webhooks", ":deploymentWebhook" ], "variable": [ { "id": "95d12067-6e4d-4b19-b3f6-7846cac49e48", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "be5ec1e0-e35f-4577-8903-7670994941e3", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "fd96be9b-2d23-4898-9d42-ed8a7e6695a0", "key": "site", "value": "", "description": "(Required) The site ID" }, { "id": "800dcfff-eaa8-4c5b-8eb4-805a4cb37bec", "key": "deploymentWebhook", "value": "", "description": "(Required) The deployment webhook ID" } ] }, "description": "Get a specific webhook associated with the site.\n\nProcessing mode: sync" }, "response": [ { "id": "d798451f-ea5a-4f65-99a3-24f40ea3c0f6", "name": "`DeploymentWebhookResource`", "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}}/orgs/:organization/servers/:server/sites/:site/webhooks/:deploymentWebhook", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "webhooks", ":deploymentWebhook" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" }, { "key": "deploymentWebhook" } ] } }, "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\": \"deploymentWebhooks\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"url\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-d798451f-ea5a-4f65-99a3-24f40ea3c0f6" }, { "id": "3a9be34b-3d84-43b4-90c0-7316ff48ee4e", "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}}/orgs/:organization/servers/:server/sites/:site/webhooks/:deploymentWebhook", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "webhooks", ":deploymentWebhook" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" }, { "key": "deploymentWebhook" } ] } }, "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:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-3a9be34b-3d84-43b4-90c0-7316ff48ee4e" }, { "id": "9b50fbd2-1747-4220-a3eb-fc25b2db7f4a", "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}}/orgs/:organization/servers/:server/sites/:site/webhooks/:deploymentWebhook", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "webhooks", ":deploymentWebhook" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" }, { "key": "deploymentWebhook" } ] } }, "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:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-9b50fbd2-1747-4220-a3eb-fc25b2db7f4a" } ], "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-8adb9efc-b8ef-4bcb-a36e-59c004b5bff5" }, { "name": "Delete site webhook", "id": "bfb8d7e2-199d-43e5-a12f-401bd7e29a16", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/webhooks/:deploymentWebhook", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "webhooks", ":deploymentWebhook" ], "variable": [ { "id": "c5e29443-a4c1-4e30-bba4-25ea0133e06f", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "24f21df8-39c0-4769-9243-1b8f8e5f5c7a", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "3d1bcb59-7a5a-40b3-b268-b91d9fb9b4bc", "key": "site", "value": "", "description": "(Required) The site ID" }, { "id": "a6e29475-e795-4ee8-abcc-505ff2cd0478", "key": "deploymentWebhook", "value": "", "description": "(Required) The deployment webhook ID" } ] }, "description": "Delete a specific webhook from the site.\n\nProcessing mode: async" }, "response": [ { "id": "6c5ca052-a5fe-424e-89b1-257e2c7e9111", "name": "New Response", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/webhooks/:deploymentWebhook", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "webhooks", ":deploymentWebhook" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" }, { "key": "deploymentWebhook" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-6c5ca052-a5fe-424e-89b1-257e2c7e9111" }, { "id": "d1546b8a-347b-4ec3-ac55-5dbf07a68a25", "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}}/orgs/:organization/servers/:server/sites/:site/webhooks/:deploymentWebhook", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "webhooks", ":deploymentWebhook" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" }, { "key": "deploymentWebhook" } ] } }, "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:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-d1546b8a-347b-4ec3-ac55-5dbf07a68a25" }, { "id": "d3b1bfd2-885f-4f2f-b4a7-764d7e50c1e3", "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}}/orgs/:organization/servers/:server/sites/:site/webhooks/:deploymentWebhook", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "webhooks", ":deploymentWebhook" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" }, { "key": "deploymentWebhook" } ] } }, "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:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-d3b1bfd2-885f-4f2f-b4a7-764d7e50c1e3" } ], "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-bfb8d7e2-199d-43e5-a12f-401bd7e29a16" } ], "id": "92bcc00a-8908-4353-b4e4-6ae98ae203ae", "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-92bcc00a-8908-4353-b4e4-6ae98ae203ae" }, { "name": "List site webhooks", "id": "70f76132-cfdb-4712-b037-e1a8e3789ea9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/webhooks?page[size]=30&page[cursor]=&sort=-created_at,updated_at", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "webhooks" ], "query": [ { "description": "The number of results that will be returned per page.", "key": "page[size]", "value": "30" }, { "description": "The cursor to start the pagination from.", "key": "page[cursor]", "value": "" }, { "key": "sort", "value": "-created_at,updated_at" } ], "variable": [ { "id": "68d5939e-b30f-4371-b0c5-bf28344118ee", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "a06a561e-e781-455e-9207-ed159da0fc12", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "d252000c-a169-4592-b742-8d15e5476ba8", "key": "site", "value": "", "description": "(Required) The site ID" } ] }, "description": "List all webhooks for the site.\n\nProcessing mode: sync" }, "response": [ { "id": "932701ad-7cd6-4fa8-9c36-dee039bd47cf", "name": "Paginated set of `DeploymentWebhookResource`", "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}}/orgs/:organization/servers/:server/sites/:site/webhooks?page[size]=30&page[cursor]=&sort=-created_at,updated_at", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "webhooks" ], "query": [ { "description": "The number of results that will be returned per page.", "key": "page[size]", "value": "30" }, { "description": "The cursor to start the pagination from.", "key": "page[cursor]", "value": "" }, { "key": "sort", "value": "-created_at,updated_at" } ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" } ] } }, "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\": \"deploymentWebhooks\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"url\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"type\": \"deploymentWebhooks\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"url\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n }\n ],\n \"links\": {\n \"first\": \"\",\n \"last\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n },\n \"meta\": {\n \"path\": \"\",\n \"per_page\": \"\",\n \"next_cursor\": \"\",\n \"prev_cursor\": \"\"\n }\n}", "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-932701ad-7cd6-4fa8-9c36-dee039bd47cf" }, { "id": "e2596944-5101-4b09-93a6-c867fee0b3d9", "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}}/orgs/:organization/servers/:server/sites/:site/webhooks?page[size]=30&page[cursor]=&sort=-created_at,updated_at", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "webhooks" ], "query": [ { "description": "The number of results that will be returned per page.", "key": "page[size]", "value": "30" }, { "description": "The cursor to start the pagination from.", "key": "page[cursor]", "value": "" }, { "key": "sort", "value": "-created_at,updated_at" } ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" } ] } }, "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:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-e2596944-5101-4b09-93a6-c867fee0b3d9" }, { "id": "32a05549-0a40-4384-825c-e3487792477d", "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}}/orgs/:organization/servers/:server/sites/:site/webhooks?page[size]=30&page[cursor]=&sort=-created_at,updated_at", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "webhooks" ], "query": [ { "description": "The number of results that will be returned per page.", "key": "page[size]", "value": "30" }, { "description": "The cursor to start the pagination from.", "key": "page[cursor]", "value": "" }, { "key": "sort", "value": "-created_at,updated_at" } ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" } ] } }, "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:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-32a05549-0a40-4384-825c-e3487792477d" } ], "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-70f76132-cfdb-4712-b037-e1a8e3789ea9" }, { "name": "Create site webhook", "id": "417b5754-0f3b-417b-bfac-86f057c0b39b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/webhooks", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "webhooks" ], "variable": [ { "id": "8c253d9c-7ae9-4f7d-ac12-0b2fc67616e5", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "d28f8239-c21d-4c56-bd18-e9ab7577807c", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "12f50403-9929-4375-8fe2-06c541637502", "key": "site", "value": "", "description": "(Required) The site ID" } ] }, "description": "Create a new webhook for the site.\n\nProcessing mode: async" }, "response": [ { "id": "d1c82000-5f55-4b6a-a1b0-9b71cad5ffe6", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/webhooks", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "webhooks" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-d1c82000-5f55-4b6a-a1b0-9b71cad5ffe6" }, { "id": "49f15b14-f2c4-442c-ae8b-607c73776fd2", "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 \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/webhooks", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "webhooks" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" } ] } }, "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:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-49f15b14-f2c4-442c-ae8b-607c73776fd2" }, { "id": "3a0bdf9a-9f88-49b3-87a2-d6cf94720bdd", "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 \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/webhooks", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "webhooks" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" } ] } }, "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:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-3a0bdf9a-9f88-49b3-87a2-d6cf94720bdd" }, { "id": "9be33ecf-10e3-4007-80d1-2abf28a33ede", "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 \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/webhooks", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "webhooks" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" } ] } }, "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 \"tempor_2c2\": [\n \"\",\n \"\"\n ],\n \"eiusmode3\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-9be33ecf-10e3-4007-80d1-2abf28a33ede" } ], "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-417b5754-0f3b-417b-bfac-86f057c0b39b" } ], "id": "8b39843c-43dc-445f-b871-fa918c4f5e10", "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-8b39843c-43dc-445f-b871-fa918c4f5e10" }, { "name": "deployments", "item": [ { "name": "status", "item": [ { "name": "Get deployment status", "id": "c68cfe81-eb4d-439e-ae06-bbb95cac7366", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/deployments/status", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deployments", "status" ], "variable": [ { "id": "03964fab-aed3-4677-b271-7c211b3f863a", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "46037ea1-c8b6-43ba-8b5c-20fe43712620", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "ee2cd46e-6b99-4d6e-8143-78f599a04604", "key": "site", "value": "", "description": "(Required) The site ID" } ] }, "description": "\n\nProcessing mode: sync" }, "response": [ { "id": "db98c423-9001-4219-b338-4e931b07bcae", "name": "`DeploymentStatusResource`", "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}}/orgs/:organization/servers/:server/sites/:site/deployments/status", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deployments", "status" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" } ] } }, "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\": \"deploymentStatuses\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"status\": \"cancelled\",\n \"started_at\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-db98c423-9001-4219-b338-4e931b07bcae" }, { "id": "71a5e14b-80bc-4fd5-a161-d08794db5469", "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}}/orgs/:organization/servers/:server/sites/:site/deployments/status", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deployments", "status" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" } ] } }, "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:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-71a5e14b-80bc-4fd5-a161-d08794db5469" }, { "id": "3f559995-c42c-48e6-847c-c00e11a05e49", "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}}/orgs/:organization/servers/:server/sites/:site/deployments/status", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deployments", "status" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" } ] } }, "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:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-3f559995-c42c-48e6-847c-c00e11a05e49" } ], "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-c68cfe81-eb4d-439e-ae06-bbb95cac7366" }, { "name": "Update deployment state", "id": "bfec4d06-d297-4050-ab14-49cb3d23ee90", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/deployments/status", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deployments", "status" ], "variable": [ { "id": "f00740ec-c670-4b2d-b3d1-b24bad7c2cad", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "de35c46c-db8d-4c2b-8832-eebc87296bd0", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "dc39cbbf-36f8-48a1-b7a1-75363117ea15", "key": "site", "value": "", "description": "(Required) The site ID" } ] }, "description": "Reset the deployment state for the site.\n\nProcessing mode: async" }, "response": [ { "id": "b12b164c-6de2-4728-9e04-98b188960fa8", "name": "New Response", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/deployments/status", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deployments", "status" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-b12b164c-6de2-4728-9e04-98b188960fa8" }, { "id": "2f4f373b-46cb-48b2-85ad-e400a4cd55f2", "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}}/orgs/:organization/servers/:server/sites/:site/deployments/status", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deployments", "status" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" } ] } }, "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:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-2f4f373b-46cb-48b2-85ad-e400a4cd55f2" }, { "id": "710cc994-dcd0-4921-8426-ca5458143933", "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}}/orgs/:organization/servers/:server/sites/:site/deployments/status", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deployments", "status" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" } ] } }, "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:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-710cc994-dcd0-4921-8426-ca5458143933" } ], "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-bfec4d06-d297-4050-ab14-49cb3d23ee90" } ], "id": "d2fa1fcc-f2bf-41b8-9fc9-272b138bb066", "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-d2fa1fcc-f2bf-41b8-9fc9-272b138bb066" }, { "name": "script", "item": [ { "name": "Get deployment script", "id": "05bc5b9f-b34d-43dd-b2aa-8ab90c4b3d81", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/deployments/script", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deployments", "script" ], "variable": [ { "id": "829af749-2e04-4d9e-8d3f-c95d25e32566", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "d0b7ba6d-564b-4e32-a870-5b0a47f7e3d7", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "379c02b2-14f3-49b8-9f4c-1deea2bb07b6", "key": "site", "value": "", "description": "(Required) The site ID" } ] }, "description": "\n\nProcessing mode: sync" }, "response": [ { "id": "ca443140-12da-4cde-b511-9143774b7d28", "name": "`DeploymentScriptResource`", "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}}/orgs/:organization/servers/:server/sites/:site/deployments/script", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deployments", "script" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" } ] } }, "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\": \"deploymentScripts\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"content\": \"\",\n \"auto_source\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-ca443140-12da-4cde-b511-9143774b7d28" }, { "id": "1277a88e-073f-43ad-bba5-ae22550dfdfe", "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}}/orgs/:organization/servers/:server/sites/:site/deployments/script", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deployments", "script" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" } ] } }, "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:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-1277a88e-073f-43ad-bba5-ae22550dfdfe" }, { "id": "5fb29aaa-0b7c-4c1a-9b26-4bb1e2f2caf3", "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}}/orgs/:organization/servers/:server/sites/:site/deployments/script", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deployments", "script" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" } ] } }, "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:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-5fb29aaa-0b7c-4c1a-9b26-4bb1e2f2caf3" } ], "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-05bc5b9f-b34d-43dd-b2aa-8ab90c4b3d81" }, { "name": "Update deployment script", "id": "e4a70c5c-e0a8-4772-aa6c-aed7e326321e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/vnd.api+json" } ], "body": { "mode": "raw", "raw": "{\n \"content\": \"\",\n \"auto_source\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/deployments/script", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deployments", "script" ], "variable": [ { "id": "5970ccc6-4899-48cf-b4d6-053f61f96ac5", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "249b5d79-44c9-4698-8173-f817c8edcf36", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "285f03de-42b8-4808-868c-9a56d33f0320", "key": "site", "value": "", "description": "(Required) The site ID" } ] }, "description": "\n\nProcessing mode: sync" }, "response": [ { "id": "c62dc96a-8e71-4421-9bc3-dbbc3fbaf599", "name": "`DeploymentScriptResource`", "originalRequest": { "method": "PUT", "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 \"content\": \"\",\n \"auto_source\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/deployments/script", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deployments", "script" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" } ] } }, "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\": \"deploymentScripts\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"content\": \"\",\n \"auto_source\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-c62dc96a-8e71-4421-9bc3-dbbc3fbaf599" }, { "id": "a88bd0e9-7e6b-44e8-9819-789e82e9a3b2", "name": "Authorization error", "originalRequest": { "method": "PUT", "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 \"content\": \"\",\n \"auto_source\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/deployments/script", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deployments", "script" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" } ] } }, "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:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-a88bd0e9-7e6b-44e8-9819-789e82e9a3b2" }, { "id": "f00123b2-9450-4e42-bdf4-ad3c5883f6c6", "name": "Not found", "originalRequest": { "method": "PUT", "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 \"content\": \"\",\n \"auto_source\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/deployments/script", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deployments", "script" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" } ] } }, "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:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-f00123b2-9450-4e42-bdf4-ad3c5883f6c6" }, { "id": "9ced9294-ac40-41bc-ad18-fedf187b058d", "name": "Validation error", "originalRequest": { "method": "PUT", "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 \"content\": \"\",\n \"auto_source\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/deployments/script", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deployments", "script" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" } ] } }, "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 \"tempor_2c2\": [\n \"\",\n \"\"\n ],\n \"eiusmode3\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-9ced9294-ac40-41bc-ad18-fedf187b058d" } ], "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-e4a70c5c-e0a8-4772-aa6c-aed7e326321e" } ], "id": "f34e4a18-4ce4-4366-92e5-e28c03f1420f", "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-f34e4a18-4ce4-4366-92e5-e28c03f1420f" }, { "name": "deploy-hook", "item": [ { "name": "Get the deployment trigger URL", "id": "87f30e20-7573-479b-bd38-84c620b2241d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/deployments/deploy-hook", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deployments", "deploy-hook" ], "variable": [ { "id": "7013838e-dd3b-4582-a0f3-82ccd6c0751a", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "fe86d493-71db-4cdb-ac26-5da6aff166af", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "17c7a812-d2a2-46ae-8fc9-0a2f06c62713", "key": "site", "value": "", "description": "(Required) The site ID" } ] }, "description": "\n\nProcessing mode: sync" }, "response": [ { "id": "14b76a33-88c8-4991-858e-307cc11e5843", "name": "`DeployHookResource`", "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}}/orgs/:organization/servers/:server/sites/:site/deployments/deploy-hook", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deployments", "deploy-hook" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" } ] } }, "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\": \"deploymentHooks\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"url\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-14b76a33-88c8-4991-858e-307cc11e5843" }, { "id": "4228ab26-e4a9-4fb6-b17c-eae557e26a81", "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}}/orgs/:organization/servers/:server/sites/:site/deployments/deploy-hook", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deployments", "deploy-hook" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" } ] } }, "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:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-4228ab26-e4a9-4fb6-b17c-eae557e26a81" }, { "id": "bd525897-a21a-4541-af5c-ec3f9eb48ccd", "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}}/orgs/:organization/servers/:server/sites/:site/deployments/deploy-hook", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deployments", "deploy-hook" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" } ] } }, "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:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-bd525897-a21a-4541-af5c-ec3f9eb48ccd" } ], "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-87f30e20-7573-479b-bd38-84c620b2241d" }, { "name": "Update deployment trigger URL", "id": "132c4128-97a1-40b8-b646-f86be0240207", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/deployments/deploy-hook", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deployments", "deploy-hook" ], "variable": [ { "id": "e8c133f6-0e87-4dbd-a982-e7cfaceb6ac1", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "27b54b82-d796-4737-bc81-2203c41d5c71", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "379ffcdf-c1bc-4d1e-afb6-274c4c7c0048", "key": "site", "value": "", "description": "(Required) The site ID" } ] }, "description": "Regenerate the deployment hook token used for triggering deployment on the deployment URL.\n\nProcessing mode: sync" }, "response": [ { "id": "9178194c-b327-472f-8546-066a1784aafd", "name": "`DeployHookResource`", "originalRequest": { "method": "PUT", "header": [ { "key": "Accept", "value": "application/vnd.api+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/deployments/deploy-hook", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deployments", "deploy-hook" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" } ] } }, "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\": \"deploymentHooks\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"url\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-9178194c-b327-472f-8546-066a1784aafd" }, { "id": "77195db7-30f0-4ac1-b50e-9ec2fe6f7f6f", "name": "Authorization error", "originalRequest": { "method": "PUT", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/deployments/deploy-hook", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deployments", "deploy-hook" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" } ] } }, "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:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-77195db7-30f0-4ac1-b50e-9ec2fe6f7f6f" }, { "id": "0d2fe4d0-083f-4bec-8551-e877a4039f60", "name": "Not found", "originalRequest": { "method": "PUT", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/deployments/deploy-hook", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deployments", "deploy-hook" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" } ] } }, "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:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-0d2fe4d0-083f-4bec-8551-e877a4039f60" } ], "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-132c4128-97a1-40b8-b646-f86be0240207" } ], "id": "1af0f0ec-0756-41f3-8c5b-57fd7e05cb14", "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-1af0f0ec-0756-41f3-8c5b-57fd7e05cb14" }, { "name": "push-to-deploy", "item": [ { "name": "Create push to deploy configuration", "id": "19fd9232-03ab-4dff-8076-e015da8e8245", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/deployments/push-to-deploy", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deployments", "push-to-deploy" ], "variable": [ { "id": "95e461da-49eb-4245-8a67-3c9ebd96332b", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "0e1ad5f9-551e-4772-bdbe-404cbb1a21c7", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "28418fa9-0539-4c1d-acd0-aa895d2764fc", "key": "site", "value": "", "description": "(Required) The site ID" } ] }, "description": "Enable push to deploy for the site.\n\nProcessing mode: async" }, "response": [ { "id": "c7e4a4ce-510e-485b-93a1-f41244d0e3af", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/deployments/push-to-deploy", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deployments", "push-to-deploy" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-c7e4a4ce-510e-485b-93a1-f41244d0e3af" }, { "id": "bbc2c6ad-5aee-448f-b08e-696b770646a5", "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}}/orgs/:organization/servers/:server/sites/:site/deployments/push-to-deploy", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deployments", "push-to-deploy" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" } ] } }, "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:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-bbc2c6ad-5aee-448f-b08e-696b770646a5" }, { "id": "510d161f-15dc-4ea3-b175-2ca1f739959a", "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}}/orgs/:organization/servers/:server/sites/:site/deployments/push-to-deploy", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deployments", "push-to-deploy" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" } ] } }, "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:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-510d161f-15dc-4ea3-b175-2ca1f739959a" } ], "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-19fd9232-03ab-4dff-8076-e015da8e8245" }, { "name": "Delete push to deploy configuration", "id": "d3ff3886-5ce7-4f17-b416-0d9749be46fc", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/deployments/push-to-deploy", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deployments", "push-to-deploy" ], "variable": [ { "id": "2004bfd2-2847-4b94-ba1a-014e590f5d8d", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "3d6864df-661a-4bd5-a766-d74862a1e78e", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "10c5273e-7203-4b3e-890f-aba12e97cc5c", "key": "site", "value": "", "description": "(Required) The site ID" } ] }, "description": "Disable push to deploy for the site.\n\nProcessing mode: async" }, "response": [ { "id": "c4750c8a-e808-4aa8-878a-460405884ecb", "name": "New Response", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/deployments/push-to-deploy", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deployments", "push-to-deploy" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-c4750c8a-e808-4aa8-878a-460405884ecb" }, { "id": "d715877c-7028-4adb-8b0c-b45ea65a4f56", "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}}/orgs/:organization/servers/:server/sites/:site/deployments/push-to-deploy", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deployments", "push-to-deploy" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" } ] } }, "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:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-d715877c-7028-4adb-8b0c-b45ea65a4f56" }, { "id": "7eba441e-302c-454b-aca3-7db5bba52190", "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}}/orgs/:organization/servers/:server/sites/:site/deployments/push-to-deploy", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deployments", "push-to-deploy" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" } ] } }, "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:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-7eba441e-302c-454b-aca3-7db5bba52190" } ], "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-d3ff3886-5ce7-4f17-b416-0d9749be46fc" } ], "id": "208bb445-8269-4132-8f72-59d6fb09d37d", "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-208bb445-8269-4132-8f72-59d6fb09d37d" }, { "name": "{deployment}", "item": [ { "name": "log", "item": [ { "name": "Get deployment output", "id": "c49d1015-485f-4710-a866-56d365ce06e6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/deployments/:deployment/log", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deployments", ":deployment", "log" ], "variable": [ { "id": "45c2015d-4799-421d-9127-d617d53dafb4", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "a3c0fe15-385f-4c44-87d4-0145b2d14800", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "355c4a85-8a03-49b6-9efb-a1c3d737a9c7", "key": "site", "value": "", "description": "(Required) The site ID" }, { "id": "2505267c-5061-4f0b-9869-1486be9de37b", "key": "deployment", "value": "", "description": "(Required) The deployment ID" } ] }, "description": "\n\nProcessing mode: sync" }, "response": [ { "id": "8bda1b84-20da-4ea1-8932-8a9e3a933da0", "name": "`DeploymentOutputResource`", "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}}/orgs/:organization/servers/:server/sites/:site/deployments/:deployment/log", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deployments", ":deployment", "log" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" }, { "key": "deployment" } ] } }, "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\": \"deploymentOutputs\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"output\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-8bda1b84-20da-4ea1-8932-8a9e3a933da0" }, { "id": "f627bbee-f4f9-4b4a-b483-edf029cd4d85", "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}}/orgs/:organization/servers/:server/sites/:site/deployments/:deployment/log", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deployments", ":deployment", "log" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" }, { "key": "deployment" } ] } }, "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:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-f627bbee-f4f9-4b4a-b483-edf029cd4d85" }, { "id": "a0e95b65-adbb-453a-90f6-e19ff8495481", "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}}/orgs/:organization/servers/:server/sites/:site/deployments/:deployment/log", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deployments", ":deployment", "log" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" }, { "key": "deployment" } ] } }, "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:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-a0e95b65-adbb-453a-90f6-e19ff8495481" } ], "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-c49d1015-485f-4710-a866-56d365ce06e6" } ], "id": "db874980-b867-467e-ae9f-df5852db505f", "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-db874980-b867-467e-ae9f-df5852db505f" }, { "name": "Get deployment", "id": "7d5e5bc0-ddad-4feb-ab9c-d4274872a6f7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/deployments/:deployment", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deployments", ":deployment" ], "variable": [ { "id": "5f9375b2-37d7-4ae5-8b73-dda91f79acf1", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "a991968b-5d1e-412d-aa8b-b7e512458374", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "ea0cf178-d333-454b-8e46-a299709fd702", "key": "site", "value": "", "description": "(Required) The site ID" }, { "id": "4d8f229a-2da2-4b15-b169-218f6aa7b61e", "key": "deployment", "value": "", "description": "(Required) The deployment ID" } ] }, "description": "Show a specific deployment.\n\nProcessing mode: sync" }, "response": [ { "id": "0bba0264-274a-41ce-8af0-05e31ae21ba3", "name": "`DeploymentResource`", "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}}/orgs/:organization/servers/:server/sites/:site/deployments/:deployment", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deployments", ":deployment" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" }, { "key": "deployment" } ] } }, "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 \"attributes\": {\n \"commit\": {\n \"hash\": \"\",\n \"author\": \"\",\n \"message\": \"\",\n \"branch\": \"\"\n },\n \"type\": \"\",\n \"status\": \"deploying\",\n \"started_at\": \"\",\n \"ended_at\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-0bba0264-274a-41ce-8af0-05e31ae21ba3" }, { "id": "4fa29ca9-84b7-41f2-ad74-7c8499614aa4", "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}}/orgs/:organization/servers/:server/sites/:site/deployments/:deployment", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deployments", ":deployment" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" }, { "key": "deployment" } ] } }, "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:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-4fa29ca9-84b7-41f2-ad74-7c8499614aa4" }, { "id": "0a7f5969-9c92-4d1c-9a3c-6060cf4deede", "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}}/orgs/:organization/servers/:server/sites/:site/deployments/:deployment", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deployments", ":deployment" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" }, { "key": "deployment" } ] } }, "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:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-0a7f5969-9c92-4d1c-9a3c-6060cf4deede" } ], "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-7d5e5bc0-ddad-4feb-ab9c-d4274872a6f7" } ], "id": "e186ea8d-4c40-4ef7-b35c-e701fdb3df75", "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-e186ea8d-4c40-4ef7-b35c-e701fdb3df75" }, { "name": "List deployments", "id": "a9295aa9-ca12-4e31-9be2-6a0e11269a61", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/deployments?page[size]=30&page[cursor]=&filter[commit_hash]=&filter[commit_message]=&filter[commit_author]=&sort=created_at,created_at", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deployments" ], "query": [ { "description": "The number of results that will be returned per page.", "key": "page[size]", "value": "30" }, { "description": "The cursor to start the pagination from.", "key": "page[cursor]", "value": "" }, { "description": "The commit hash of the deployment.", "key": "filter[commit_hash]", "value": "" }, { "description": "The commit message of the deployment.", "key": "filter[commit_message]", "value": "" }, { "description": "The commit author of the deployment.", "key": "filter[commit_author]", "value": "" }, { "key": "sort", "value": "created_at,created_at" } ], "variable": [ { "id": "6f3aa256-fae6-4886-ba58-769a432ba193", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "5a5b2db2-f81d-46f3-9d0b-405b8d1ffc32", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "6dd8fecc-27d0-44f1-b443-de1fe2126af9", "key": "site", "value": "", "description": "(Required) The site ID" } ] }, "description": "Show all recent deployments for the site.\n\nProcessing mode: sync" }, "response": [ { "id": "142f67ca-1107-42f6-b5c0-79af6879c37d", "name": "Paginated set of `DeploymentResource`", "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}}/orgs/:organization/servers/:server/sites/:site/deployments?page[size]=30&page[cursor]=&filter[commit_hash]=&filter[commit_message]=&filter[commit_author]=&sort=created_at,created_at", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deployments" ], "query": [ { "description": "The number of results that will be returned per page.", "key": "page[size]", "value": "30" }, { "description": "The cursor to start the pagination from.", "key": "page[cursor]", "value": "" }, { "description": "The commit hash of the deployment.", "key": "filter[commit_hash]", "value": "" }, { "description": "The commit message of the deployment.", "key": "filter[commit_message]", "value": "" }, { "description": "The commit author of the deployment.", "key": "filter[commit_author]", "value": "" }, { "key": "sort", "value": "created_at,created_at" } ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" } ] } }, "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\": \"deployments\",\n \"attributes\": {\n \"commit\": {\n \"hash\": \"\",\n \"author\": \"\",\n \"message\": \"\",\n \"branch\": \"\"\n },\n \"type\": \"\",\n \"status\": \"deploying\",\n \"started_at\": \"\",\n \"ended_at\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"type\": \"deployments\",\n \"attributes\": {\n \"commit\": {\n \"hash\": \"\",\n \"author\": \"\",\n \"message\": \"\",\n \"branch\": \"\"\n },\n \"type\": \"\",\n \"status\": \"deploying\",\n \"started_at\": \"\",\n \"ended_at\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n }\n ],\n \"links\": {\n \"first\": \"\",\n \"last\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n },\n \"meta\": {\n \"path\": \"\",\n \"per_page\": \"\",\n \"next_cursor\": \"\",\n \"prev_cursor\": \"\"\n }\n}", "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-142f67ca-1107-42f6-b5c0-79af6879c37d" }, { "id": "4d8d5bc1-9ac2-44da-8275-4555bae3a26f", "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}}/orgs/:organization/servers/:server/sites/:site/deployments?page[size]=30&page[cursor]=&filter[commit_hash]=&filter[commit_message]=&filter[commit_author]=&sort=created_at,created_at", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deployments" ], "query": [ { "description": "The number of results that will be returned per page.", "key": "page[size]", "value": "30" }, { "description": "The cursor to start the pagination from.", "key": "page[cursor]", "value": "" }, { "description": "The commit hash of the deployment.", "key": "filter[commit_hash]", "value": "" }, { "description": "The commit message of the deployment.", "key": "filter[commit_message]", "value": "" }, { "description": "The commit author of the deployment.", "key": "filter[commit_author]", "value": "" }, { "key": "sort", "value": "created_at,created_at" } ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" } ] } }, "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:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-4d8d5bc1-9ac2-44da-8275-4555bae3a26f" }, { "id": "b83beab5-c0df-4160-bc6c-50d93cc30432", "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}}/orgs/:organization/servers/:server/sites/:site/deployments?page[size]=30&page[cursor]=&filter[commit_hash]=&filter[commit_message]=&filter[commit_author]=&sort=created_at,created_at", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deployments" ], "query": [ { "description": "The number of results that will be returned per page.", "key": "page[size]", "value": "30" }, { "description": "The cursor to start the pagination from.", "key": "page[cursor]", "value": "" }, { "description": "The commit hash of the deployment.", "key": "filter[commit_hash]", "value": "" }, { "description": "The commit message of the deployment.", "key": "filter[commit_message]", "value": "" }, { "description": "The commit author of the deployment.", "key": "filter[commit_author]", "value": "" }, { "key": "sort", "value": "created_at,created_at" } ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" } ] } }, "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:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-b83beab5-c0df-4160-bc6c-50d93cc30432" } ], "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-a9295aa9-ca12-4e31-9be2-6a0e11269a61" }, { "name": "Create deployment", "id": "0ab9e8b5-a334-4108-bc54-7e26e59d62b5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/deployments", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deployments" ], "variable": [ { "id": "3941d704-25b2-4844-bf7b-c2c817639323", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "e06e8513-e4c2-4264-ae66-5b726e8de676", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "5b89b68d-ff4a-4e3d-a3ac-50ae83c4836e", "key": "site", "value": "", "description": "(Required) The site ID" } ] }, "description": "Trigger a new deployment for the site.\n\nProcessing mode: async" }, "response": [ { "id": "3b1a1c0f-393e-4352-b901-fe3be4b98104", "name": "`DeploymentResource`", "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}}/orgs/:organization/servers/:server/sites/:site/deployments", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deployments" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.api+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"id\": \"\",\n \"type\": \"deployments\",\n \"attributes\": {\n \"commit\": {\n \"hash\": \"\",\n \"author\": \"\",\n \"message\": \"\",\n \"branch\": \"\"\n },\n \"type\": \"\",\n \"status\": \"deploying\",\n \"started_at\": \"\",\n \"ended_at\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-3b1a1c0f-393e-4352-b901-fe3be4b98104" }, { "id": "6d293b55-5483-4a09-b5a8-c7bca683abc5", "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}}/orgs/:organization/servers/:server/sites/:site/deployments", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deployments" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" } ] } }, "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:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-6d293b55-5483-4a09-b5a8-c7bca683abc5" }, { "id": "5c237cdd-1513-4ff2-8281-9bbd90511fb1", "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}}/orgs/:organization/servers/:server/sites/:site/deployments", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deployments" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" } ] } }, "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:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-5c237cdd-1513-4ff2-8281-9bbd90511fb1" } ], "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-0ab9e8b5-a334-4108-bc54-7e26e59d62b5" } ], "id": "ba13efc8-0435-41ae-8cd8-e4c3cff24bbc", "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-ba13efc8-0435-41ae-8cd8-e4c3cff24bbc" }, { "name": "deploy-key", "item": [ { "name": "Get deploy key", "id": "75f0e52e-02e1-414b-bb96-4fc3eb5a183a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/deploy-key", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deploy-key" ], "variable": [ { "id": "6de1a99b-4c44-41b5-840e-c2d866b76c38", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "05bc929b-7882-466e-aff1-2e2d25c98532", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "a6a6ba55-0624-41b8-bf43-8064c3c40258", "key": "site", "value": "", "description": "(Required) The site ID" } ] }, "description": "Get the deploy key for the site.\n\nProcessing mode: sync" }, "response": [ { "id": "a4ef1a1d-f9f5-44a6-8b61-88f6164ca401", "name": "`DeployKeyResource`", "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}}/orgs/:organization/servers/:server/sites/:site/deploy-key", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deploy-key" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" } ] } }, "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\": \"deployKeys\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"key\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-a4ef1a1d-f9f5-44a6-8b61-88f6164ca401" }, { "id": "324437b5-78c4-4359-857b-dfe1f58fce58", "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}}/orgs/:organization/servers/:server/sites/:site/deploy-key", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deploy-key" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" } ] } }, "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:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-324437b5-78c4-4359-857b-dfe1f58fce58" }, { "id": "892cd749-4fc0-45f4-9ef0-82ece4de7d47", "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}}/orgs/:organization/servers/:server/sites/:site/deploy-key", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deploy-key" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" } ] } }, "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:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-892cd749-4fc0-45f4-9ef0-82ece4de7d47" } ], "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-75f0e52e-02e1-414b-bb96-4fc3eb5a183a" }, { "name": "Create deploy key", "id": "030cd2cd-d440-49cf-8178-e3c295c5a501", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/deploy-key", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deploy-key" ], "variable": [ { "id": "79146d4e-42ad-45d4-9b55-659ec2a67f92", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "de03c4a5-3ce5-457d-b329-a7f576a9ac14", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "dbe58e83-bd75-408a-a7bb-d64abf3f3d49", "key": "site", "value": "", "description": "(Required) The site ID" } ] }, "description": "Create a new deploy key for the site. If the site already has a deploy key, the existing key is returned.\n\nProcessing mode: async" }, "response": [ { "id": "965b79dc-32f8-43cb-b4b3-c94ca5898f50", "name": "`DeployKeyResource`", "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}}/orgs/:organization/servers/:server/sites/:site/deploy-key", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deploy-key" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" } ] } }, "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\": \"deployKeys\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"key\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-965b79dc-32f8-43cb-b4b3-c94ca5898f50" }, { "id": "c5e5296e-211a-4cb2-a810-2392ff5c64bb", "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}}/orgs/:organization/servers/:server/sites/:site/deploy-key", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deploy-key" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" } ] } }, "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:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-c5e5296e-211a-4cb2-a810-2392ff5c64bb" }, { "id": "beae1238-2454-4204-a98d-8ca0455fa37a", "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}}/orgs/:organization/servers/:server/sites/:site/deploy-key", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deploy-key" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" } ] } }, "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:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-beae1238-2454-4204-a98d-8ca0455fa37a" } ], "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-030cd2cd-d440-49cf-8178-e3c295c5a501" }, { "name": "Delete deploy key", "id": "83d5f8a7-bd0d-4afe-93d5-3e66d6c3f775", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/deploy-key", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deploy-key" ], "variable": [ { "id": "8c7b616f-4d42-4ddc-aeda-8614fe73592c", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "7f4e1392-e3e4-40c2-81cf-3ada378c359c", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "b7ab2a8e-1d02-4370-8e46-ae8387cdbd0d", "key": "site", "value": "", "description": "(Required) The site ID" } ] }, "description": "Remove the deploy key for the site.\n\nProcessing mode: sync" }, "response": [ { "id": "3144e41a-205f-48ed-b417-6206c5b17ccd", "name": "No content", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/deploy-key", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deploy-key" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-3144e41a-205f-48ed-b417-6206c5b17ccd" }, { "id": "b9723937-9cf3-44b0-8e1d-445f4eae00a6", "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}}/orgs/:organization/servers/:server/sites/:site/deploy-key", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deploy-key" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" } ] } }, "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:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-b9723937-9cf3-44b0-8e1d-445f4eae00a6" }, { "id": "9a67aa0f-fd4a-4085-8ddc-6524d63972dd", "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}}/orgs/:organization/servers/:server/sites/:site/deploy-key", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "deploy-key" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" } ] } }, "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:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-9a67aa0f-fd4a-4085-8ddc-6524d63972dd" } ], "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-83d5f8a7-bd0d-4afe-93d5-3e66d6c3f775" } ], "id": "f70addde-ae5c-4d77-9576-9ae6d4b96f1a", "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-f70addde-ae5c-4d77-9576-9ae6d4b96f1a" } ], "id": "226db498-6af4-449c-b74b-d503f24a6e8b", "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-226db498-6af4-449c-b74b-d503f24a6e8b" } ], "id": "75027868-5af9-4919-9782-8dfc8197740a", "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-75027868-5af9-4919-9782-8dfc8197740a" } ], "id": "0afa67c5-590f-4229-9d12-1fc42a0cd1a5", "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-0afa67c5-590f-4229-9d12-1fc42a0cd1a5" } ], "id": "c1f5587c-8ff8-4ed6-8f85-c1d8a8ffb20b", "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-c1f5587c-8ff8-4ed6-8f85-c1d8a8ffb20b" } ], "id": "df3a9470-31dc-4093-9f5c-73170c316d8d", "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-df3a9470-31dc-4093-9f5c-73170c316d8d" } ], "id": "221bc25e-88b5-41e1-b5cf-bbc6929e2810", "createdAt": "2026-07-28T02:03:34.000Z", "updatedAt": "2026-07-28T02:03:34.000Z", "uid": "35240-221bc25e-88b5-41e1-b5cf-bbc6929e2810" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://cloud.laravel.com/api" } ] }