{ "info": { "_postman_id": "b869cb3a-21f7-45ff-a944-3de45acc6999", "name": "Laravel Cloud Applications Integrations API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:03:49.000Z", "updatedAt": "2026-07-28T02:03:49.000Z", "lastUpdatedBy": "35240", "uid": "35240-b869cb3a-21f7-45ff-a944-3de45acc6999" }, "item": [ { "name": "orgs", "item": [ { "name": "{organization}", "item": [ { "name": "servers", "item": [ { "name": "{server}", "item": [ { "name": "sites", "item": [ { "name": "{site}", "item": [ { "name": "integrations", "item": [ { "name": "horizon", "item": [ { "name": "Get Laravel Horizon integration status", "id": "e6a2531b-25bf-43ac-804d-7004f1e8a0b9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/integrations/horizon", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "horizon" ], "variable": [ { "id": "ceaf6141-cbaf-4a5b-b0cc-d0458a57040a", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "d9eb1875-58e1-4240-83df-61d2e92aa5da", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "905527c0-2f17-47b4-a399-22695aca7777", "key": "site", "value": "", "description": "(Required) The site ID" } ] }, "description": "\n\nProcessing mode: sync" }, "response": [ { "id": "c3eb5421-79cf-46bd-a18d-d73ba6c77ba2", "name": "`HorizonIntegrationResource`", "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/integrations/horizon", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "horizon" ], "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\": \"horizonIntegrations\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"enabled\": \"\",\n \"horizon_installed\": \"\"\n },\n \"relationships\": {\n \"backgroundProcess\": {\n \"data\": {\n \"type\": \"backgroundProcesses\",\n \"id\": \"\"\n }\n }\n }\n },\n \"included\": [\n {\n \"id\": \"\",\n \"type\": \"backgroundProcesses\",\n \"attributes\": {\n \"command\": \"\",\n \"user\": \"\",\n \"directory\": \"\",\n \"processes\": \"\",\n \"status\": \"stopping\",\n \"created_at\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"type\": \"backgroundProcesses\",\n \"attributes\": {\n \"command\": \"\",\n \"user\": \"\",\n \"directory\": \"\",\n \"processes\": \"\",\n \"status\": \"restarting\",\n \"created_at\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:03:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-c3eb5421-79cf-46bd-a18d-d73ba6c77ba2" }, { "id": "ee550083-93b6-467f-b8b5-7fb90dc7cff4", "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/integrations/horizon", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "horizon" ], "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:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-ee550083-93b6-467f-b8b5-7fb90dc7cff4" }, { "id": "e949557e-4d07-45d9-850d-81e40c3bc7dc", "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/integrations/horizon", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "horizon" ], "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:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-e949557e-4d07-45d9-850d-81e40c3bc7dc" } ], "createdAt": "2026-07-28T02:03:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-e6a2531b-25bf-43ac-804d-7004f1e8a0b9" }, { "name": "Create Laravel Horizon integration", "id": "30ffa697-96db-4420-80f5-b016a5a20cc7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/integrations/horizon", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "horizon" ], "variable": [ { "id": "cde8abc9-b38b-41e2-a9bd-4c0266ca4c2d", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "a41acdf2-9604-4ec4-bcd7-5d2e80012dc5", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "0a9497eb-1e41-4397-be23-e6256e3b5236", "key": "site", "value": "", "description": "(Required) The site ID" } ] }, "description": "\n\nProcessing mode: async" }, "response": [ { "id": "24c1ecf4-01e8-42fd-8561-26f2e651e3a1", "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/integrations/horizon", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "horizon" ], "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:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-24c1ecf4-01e8-42fd-8561-26f2e651e3a1" }, { "id": "f79c7f1b-49ad-4867-874f-6255f6ecab19", "name": "New Response", "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/integrations/horizon", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "horizon" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[]", "createdAt": "2026-07-28T02:03:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-f79c7f1b-49ad-4867-874f-6255f6ecab19" }, { "id": "061eb669-a893-4f53-99f6-10dde2c42dea", "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/integrations/horizon", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "horizon" ], "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:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-061eb669-a893-4f53-99f6-10dde2c42dea" }, { "id": "3e9b65dd-66ea-4932-a114-fefc8bc5957c", "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/integrations/horizon", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "horizon" ], "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:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-3e9b65dd-66ea-4932-a114-fefc8bc5957c" } ], "createdAt": "2026-07-28T02:03:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-30ffa697-96db-4420-80f5-b016a5a20cc7" }, { "name": "Delete Laravel Horizon integration", "id": "4264b612-79cb-4d8a-99a9-905c1fcb60f2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/integrations/horizon", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "horizon" ], "variable": [ { "id": "12d6e76b-2703-45f4-a5f0-3f6117469377", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "ba58fa29-dfe1-4905-a7bd-708b2dd25f16", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "449fdf44-5876-4528-aca2-7749867ae0bd", "key": "site", "value": "", "description": "(Required) The site ID" } ] }, "description": "\n\nProcessing mode: async" }, "response": [ { "id": "eae654bd-4ea8-466f-b46d-61f0396c557d", "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/integrations/horizon", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "horizon" ], "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:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-eae654bd-4ea8-466f-b46d-61f0396c557d" }, { "id": "364d8dce-b409-44d4-a68c-1dacfcb59065", "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/integrations/horizon", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "horizon" ], "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:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-364d8dce-b409-44d4-a68c-1dacfcb59065" }, { "id": "cd3ba3eb-a7ef-4715-a4c1-7b4b00e241ee", "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/integrations/horizon", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "horizon" ], "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:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-cd3ba3eb-a7ef-4715-a4c1-7b4b00e241ee" } ], "createdAt": "2026-07-28T02:03:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-4264b612-79cb-4d8a-99a9-905c1fcb60f2" } ], "id": "d55ceb65-2fc9-4790-83c7-995d04d440e7", "createdAt": "2026-07-28T02:03:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-d55ceb65-2fc9-4790-83c7-995d04d440e7" }, { "name": "octane", "item": [ { "name": "Get Laravel Octane integration status", "id": "24334a2b-9807-4589-adb5-d11314a38995", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/integrations/octane", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "octane" ], "variable": [ { "id": "58db9871-3431-4f33-b7ed-2b0bc0e6eaae", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "ad30ba73-19a3-4ff2-97c9-c674dcafadf5", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "ff4c839a-af75-47b2-a7ef-b77a068ce6aa", "key": "site", "value": "", "description": "(Required) The site ID" } ] }, "description": "Show whether Laravel Octane integration is enabled.\n\nProcessing mode: sync" }, "response": [ { "id": "739f8353-4f85-4497-85a0-e4f709fbd342", "name": "`OctaneIntegrationResource`", "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/integrations/octane", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "octane" ], "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\": \"octaneIntegrations\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"enabled\": \"\",\n \"octane_installed\": \"\",\n \"port\": \"\"\n },\n \"relationships\": {\n \"backgroundProcess\": {\n \"data\": {\n \"type\": \"backgroundProcesses\",\n \"id\": \"\"\n }\n }\n }\n },\n \"included\": [\n {\n \"id\": \"\",\n \"type\": \"backgroundProcesses\",\n \"attributes\": {\n \"command\": \"\",\n \"user\": \"\",\n \"directory\": \"\",\n \"processes\": \"\",\n \"status\": \"installed\",\n \"created_at\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"type\": \"backgroundProcesses\",\n \"attributes\": {\n \"command\": \"\",\n \"user\": \"\",\n \"directory\": \"\",\n \"processes\": \"\",\n \"status\": \"installing\",\n \"created_at\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:03:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-739f8353-4f85-4497-85a0-e4f709fbd342" }, { "id": "fc57493c-2b68-4552-8373-bb4445dceae7", "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/integrations/octane", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "octane" ], "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:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-fc57493c-2b68-4552-8373-bb4445dceae7" }, { "id": "c9489777-b405-4151-a2d6-185d26ae85e2", "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/integrations/octane", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "octane" ], "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:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-c9489777-b405-4151-a2d6-185d26ae85e2" } ], "createdAt": "2026-07-28T02:03:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-24334a2b-9807-4589-adb5-d11314a38995" }, { "name": "Create Laravel Octane integration", "id": "f2d37f7e-5705-4bde-99ef-e16a4a36994a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"port\": \"\",\n \"server\": \"swoole\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/integrations/octane", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "octane" ], "variable": [ { "id": "82cf9ae1-3aff-456f-b262-f30453a458f7", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "a7640d64-1cbb-49a9-a768-861616f77cb1", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "13f515b9-a027-4bc7-8f4f-bf5ff3edb511", "key": "site", "value": "", "description": "(Required) The site ID" } ] }, "description": "\n\nProcessing mode: async" }, "response": [ { "id": "5b28f6b4-f172-47a9-b06b-62eb8a4dbca9", "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 \"port\": \"\",\n \"server\": \"swoole\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/integrations/octane", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "octane" ], "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:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-5b28f6b4-f172-47a9-b06b-62eb8a4dbca9" }, { "id": "4d53bff0-5b30-4b04-a15c-43e8b37c7b65", "name": "New Response", "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 \"port\": \"\",\n \"server\": \"swoole\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/integrations/octane", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "octane" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[]", "createdAt": "2026-07-28T02:03:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-4d53bff0-5b30-4b04-a15c-43e8b37c7b65" }, { "id": "d6145a31-4c75-4386-99fb-5cd3fdfb8a6e", "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 \"port\": \"\",\n \"server\": \"swoole\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/integrations/octane", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "octane" ], "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:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-d6145a31-4c75-4386-99fb-5cd3fdfb8a6e" }, { "id": "b7b633a4-f0b2-4e60-847a-c9db654565b0", "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 \"port\": \"\",\n \"server\": \"swoole\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/integrations/octane", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "octane" ], "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:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-b7b633a4-f0b2-4e60-847a-c9db654565b0" }, { "id": "1ee24cdd-df64-49b1-88f5-edc451d178b9", "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 \"port\": \"\",\n \"server\": \"swoole\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/integrations/octane", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "octane" ], "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 \"adipisicingd0d\": [\n \"\",\n \"\"\n ],\n \"cillum_cd\": [\n \"\",\n \"\"\n ],\n \"sede_\": [\n \"\",\n \"\"\n ],\n \"commodoa\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:03:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-1ee24cdd-df64-49b1-88f5-edc451d178b9" } ], "createdAt": "2026-07-28T02:03:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-f2d37f7e-5705-4bde-99ef-e16a4a36994a" }, { "name": "Delete Laravel Octane integration", "id": "035dbf6f-a1e0-41b7-aaf8-02b44d2ce8b1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/integrations/octane", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "octane" ], "variable": [ { "id": "3fb161c2-5956-4966-bfd5-c4466bf731f5", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "a1476c00-85bb-48b4-8f29-5538e7c5c21f", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "be063468-940e-48b9-807d-a70beb8dd946", "key": "site", "value": "", "description": "(Required) The site ID" } ] }, "description": "\n\nProcessing mode: async" }, "response": [ { "id": "7eff5b44-bcca-4081-993c-678b326d9aaa", "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/integrations/octane", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "octane" ], "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:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-7eff5b44-bcca-4081-993c-678b326d9aaa" }, { "id": "62b41f17-db4b-43c6-8d01-22e0be2f9dad", "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/integrations/octane", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "octane" ], "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:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-62b41f17-db4b-43c6-8d01-22e0be2f9dad" }, { "id": "44a06f54-df69-41e3-ab11-cee626eaf740", "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/integrations/octane", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "octane" ], "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:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-44a06f54-df69-41e3-ab11-cee626eaf740" } ], "createdAt": "2026-07-28T02:03:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-035dbf6f-a1e0-41b7-aaf8-02b44d2ce8b1" } ], "id": "b7677670-2bda-4479-baac-6b7d8c2f28c2", "createdAt": "2026-07-28T02:03:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-b7677670-2bda-4479-baac-6b7d8c2f28c2" }, { "name": "reverb", "item": [ { "name": "Get Laravel Reverb integration status", "id": "77473bda-df20-43c9-8d6e-559fb59da785", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/integrations/reverb", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "reverb" ], "variable": [ { "id": "f8de8c2c-c426-49eb-aa88-e1f3f18585b7", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "a83aa21d-3659-4030-a6bc-8011a29186c3", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "d7bae0c2-dc43-4445-a705-f3e143d0e632", "key": "site", "value": "", "description": "(Required) The site ID" } ] }, "description": "Show whether Laravel Reverb integration is enabled.\n\nProcessing mode: sync" }, "response": [ { "id": "163054cc-d07a-4122-b67d-c4cc6af14d45", "name": "`ReverbIntegrationResource`", "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/integrations/reverb", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "reverb" ], "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\": \"reverbIntegrations\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"enabled\": \"\",\n \"reverb_installed\": \"\",\n \"host\": \"\",\n \"port\": \"\",\n \"connections\": \"\"\n },\n \"relationships\": {\n \"backgroundProcess\": {\n \"data\": {\n \"type\": \"backgroundProcesses\",\n \"id\": \"\"\n }\n }\n }\n },\n \"included\": [\n {\n \"id\": \"\",\n \"type\": \"backgroundProcesses\",\n \"attributes\": {\n \"command\": \"\",\n \"user\": \"\",\n \"directory\": \"\",\n \"processes\": \"\",\n \"status\": \"restarting\",\n \"created_at\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"type\": \"backgroundProcesses\",\n \"attributes\": {\n \"command\": \"\",\n \"user\": \"\",\n \"directory\": \"\",\n \"processes\": \"\",\n \"status\": \"restarting\",\n \"created_at\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:03:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-163054cc-d07a-4122-b67d-c4cc6af14d45" }, { "id": "f12ad053-c1e4-48d5-86fb-7ef06eb4da11", "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/integrations/reverb", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "reverb" ], "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:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-f12ad053-c1e4-48d5-86fb-7ef06eb4da11" }, { "id": "94d3cdeb-d247-4cc1-bcae-af757c0a8dcc", "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/integrations/reverb", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "reverb" ], "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:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-94d3cdeb-d247-4cc1-bcae-af757c0a8dcc" } ], "createdAt": "2026-07-28T02:03:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-77473bda-df20-43c9-8d6e-559fb59da785" }, { "name": "Create Laravel Reverb integration", "id": "2c7e918d-5bcb-44b5-8b4e-589df14569b8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"host\": \"\",\n \"port\": \"\",\n \"connections\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/integrations/reverb", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "reverb" ], "variable": [ { "id": "364bd6fe-8cc4-47c3-91c6-2f4860e2dd9c", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "aca3d435-4db2-4ae6-a822-96a833242f21", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "2796a5fc-925e-4b03-92bc-deb783c0e703", "key": "site", "value": "", "description": "(Required) The site ID" } ] }, "description": "\n\nProcessing mode: async" }, "response": [ { "id": "162a1482-cbf7-4284-9112-495d3dc9620d", "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 \"host\": \"\",\n \"port\": \"\",\n \"connections\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/integrations/reverb", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "reverb" ], "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:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-162a1482-cbf7-4284-9112-495d3dc9620d" }, { "id": "d9fb6b15-bf08-4ee6-8829-93fc97c09cac", "name": "New Response", "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 \"host\": \"\",\n \"port\": \"\",\n \"connections\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/integrations/reverb", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "reverb" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[]", "createdAt": "2026-07-28T02:03:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-d9fb6b15-bf08-4ee6-8829-93fc97c09cac" }, { "id": "93b83d90-172e-45e8-900f-75f6fdb5b4c0", "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 \"host\": \"\",\n \"port\": \"\",\n \"connections\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/integrations/reverb", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "reverb" ], "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:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-93b83d90-172e-45e8-900f-75f6fdb5b4c0" }, { "id": "09c18c6f-c190-4845-8647-bd7c8eb28018", "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 \"host\": \"\",\n \"port\": \"\",\n \"connections\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/integrations/reverb", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "reverb" ], "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:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-09c18c6f-c190-4845-8647-bd7c8eb28018" }, { "id": "f4034880-6ad9-414d-8e0b-34d2845144ee", "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 \"host\": \"\",\n \"port\": \"\",\n \"connections\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/integrations/reverb", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "reverb" ], "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 \"adipisicingd0d\": [\n \"\",\n \"\"\n ],\n \"cillum_cd\": [\n \"\",\n \"\"\n ],\n \"sede_\": [\n \"\",\n \"\"\n ],\n \"commodoa\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:03:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-f4034880-6ad9-414d-8e0b-34d2845144ee" } ], "createdAt": "2026-07-28T02:03:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-2c7e918d-5bcb-44b5-8b4e-589df14569b8" }, { "name": "Delete Laravel Reverb integration", "id": "bfab655d-af93-4173-9d14-9c3daed7b7e7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/integrations/reverb", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "reverb" ], "variable": [ { "id": "3c0eef1f-fb58-4f4a-89da-609eee466a5e", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "e1249c6b-4f09-40ab-b190-379d31364008", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "33c9232e-e76c-4a9b-9f7b-480dcb03e2e7", "key": "site", "value": "", "description": "(Required) The site ID" } ] }, "description": "\n\nProcessing mode: async" }, "response": [ { "id": "8415e216-43ef-4373-9922-4336f36487e1", "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/integrations/reverb", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "reverb" ], "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:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-8415e216-43ef-4373-9922-4336f36487e1" }, { "id": "45766fa6-1f58-4b9f-b7d4-5daa46eb6ef8", "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/integrations/reverb", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "reverb" ], "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:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-45766fa6-1f58-4b9f-b7d4-5daa46eb6ef8" }, { "id": "d920d198-2aa5-46cd-9bde-26f083c8c78b", "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/integrations/reverb", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "reverb" ], "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:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-d920d198-2aa5-46cd-9bde-26f083c8c78b" } ], "createdAt": "2026-07-28T02:03:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-bfab655d-af93-4173-9d14-9c3daed7b7e7" } ], "id": "4a339ae5-6059-4b5b-b1f3-7c4abfa3aa69", "createdAt": "2026-07-28T02:03:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-4a339ae5-6059-4b5b-b1f3-7c4abfa3aa69" }, { "name": "inertia", "item": [ { "name": "Get Inertia integration status", "id": "c4df6629-9d44-4595-84f1-5adbe6f80238", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/integrations/inertia", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "inertia" ], "variable": [ { "id": "fc0f302d-b598-4fe7-8c7f-424f2649084a", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "234e9de9-ca65-420c-8e3a-613dbdc6baae", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "7934d69c-69ff-49ed-9669-670af7a4f38d", "key": "site", "value": "", "description": "(Required) The site ID" } ] }, "description": "Show whether Inertia SSR integration is enabled.\n\nProcessing mode: sync" }, "response": [ { "id": "f62d8018-d04b-40d8-a771-fec3b5be611e", "name": "`InertiaIntegrationResource`", "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/integrations/inertia", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "inertia" ], "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\": \"inertiaIntegrations\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"enabled\": \"\",\n \"inertia_installed\": \"\"\n },\n \"relationships\": {\n \"backgroundProcess\": {\n \"data\": {\n \"type\": \"backgroundProcesses\",\n \"id\": \"\"\n }\n }\n }\n },\n \"included\": [\n {\n \"id\": \"\",\n \"type\": \"backgroundProcesses\",\n \"attributes\": {\n \"command\": \"\",\n \"user\": \"\",\n \"directory\": \"\",\n \"processes\": \"\",\n \"status\": \"installed\",\n \"created_at\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"type\": \"backgroundProcesses\",\n \"attributes\": {\n \"command\": \"\",\n \"user\": \"\",\n \"directory\": \"\",\n \"processes\": \"\",\n \"status\": \"restarting\",\n \"created_at\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:03:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-f62d8018-d04b-40d8-a771-fec3b5be611e" }, { "id": "fc9b539a-72df-443b-ab0b-d5d8f81e9e52", "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/integrations/inertia", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "inertia" ], "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:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-fc9b539a-72df-443b-ab0b-d5d8f81e9e52" }, { "id": "d42fa67b-d9ec-4144-8b5d-19c3a462ae33", "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/integrations/inertia", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "inertia" ], "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:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-d42fa67b-d9ec-4144-8b5d-19c3a462ae33" } ], "createdAt": "2026-07-28T02:03:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-c4df6629-9d44-4595-84f1-5adbe6f80238" }, { "name": "Create Inertia integration", "id": "857e7a42-fc53-48fe-9ee1-100e223800e1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/integrations/inertia", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "inertia" ], "variable": [ { "id": "373feb28-bae5-49f2-b5d5-c68a4211419b", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "3a7bbba4-2517-477b-8aba-3d7063e4a461", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "2d08128f-ce06-4625-a10b-8e97514f615f", "key": "site", "value": "", "description": "(Required) The site ID" } ] }, "description": "\n\nProcessing mode: async" }, "response": [ { "id": "3d33c3a5-c43f-4157-bf6d-8a8206a358d7", "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/integrations/inertia", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "inertia" ], "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:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-3d33c3a5-c43f-4157-bf6d-8a8206a358d7" }, { "id": "36cb5284-2cad-4e77-b62d-de90eee38dc4", "name": "New Response", "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/integrations/inertia", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "inertia" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[]", "createdAt": "2026-07-28T02:03:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-36cb5284-2cad-4e77-b62d-de90eee38dc4" }, { "id": "1902d4c7-a4c0-4bf1-8754-aefa847814ce", "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/integrations/inertia", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "inertia" ], "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:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-1902d4c7-a4c0-4bf1-8754-aefa847814ce" }, { "id": "1f487f72-212d-4b96-b75d-8d03f7a9a75b", "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/integrations/inertia", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "inertia" ], "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:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-1f487f72-212d-4b96-b75d-8d03f7a9a75b" } ], "createdAt": "2026-07-28T02:03:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-857e7a42-fc53-48fe-9ee1-100e223800e1" } ], "id": "dee0eb59-780b-43bb-8cde-51c8333fbad5", "createdAt": "2026-07-28T02:03:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-dee0eb59-780b-43bb-8cde-51c8333fbad5" }, { "name": "pulse", "item": [ { "name": "Get Laravel Pulse integration status", "id": "34e3d17c-9acb-4bd6-a159-5a458c6496e0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/integrations/pulse", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "pulse" ], "variable": [ { "id": "73fab970-c6c1-4536-976e-90df1ccb2055", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "d5e61d27-3f27-49d8-a18a-bf5bdf5ad053", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "36231d6e-2320-4fa4-83c4-d7ac5eb60762", "key": "site", "value": "", "description": "(Required) The site ID" } ] }, "description": "Show whether Laravel Pulse integration is enabled.\n\nProcessing mode: sync" }, "response": [ { "id": "923035b9-3204-4e89-acf7-ecdf62f4d519", "name": "`PulseIntegrationResource`", "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/integrations/pulse", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "pulse" ], "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\": \"pulseIntegrations\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"enabled\": \"\",\n \"pulse_installed\": \"\"\n },\n \"relationships\": {\n \"backgroundProcess\": {\n \"data\": {\n \"type\": \"backgroundProcesses\",\n \"id\": \"\"\n }\n }\n }\n },\n \"included\": [\n {\n \"id\": \"\",\n \"type\": \"backgroundProcesses\",\n \"attributes\": {\n \"command\": \"\",\n \"user\": \"\",\n \"directory\": \"\",\n \"processes\": \"\",\n \"status\": \"starting\",\n \"created_at\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"type\": \"backgroundProcesses\",\n \"attributes\": {\n \"command\": \"\",\n \"user\": \"\",\n \"directory\": \"\",\n \"processes\": \"\",\n \"status\": \"stopping\",\n \"created_at\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:03:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-923035b9-3204-4e89-acf7-ecdf62f4d519" }, { "id": "20dbbd7a-80e4-4610-b241-27b490d68455", "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/integrations/pulse", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "pulse" ], "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:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-20dbbd7a-80e4-4610-b241-27b490d68455" }, { "id": "65422709-8413-4204-95c7-51ea78adbff0", "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/integrations/pulse", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "pulse" ], "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:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-65422709-8413-4204-95c7-51ea78adbff0" } ], "createdAt": "2026-07-28T02:03:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-34e3d17c-9acb-4bd6-a159-5a458c6496e0" }, { "name": "Create Laravel Pulse integration", "id": "216b83c7-ed78-4613-bc55-c68e9951b1fb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/integrations/pulse", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "pulse" ], "variable": [ { "id": "b99d30b2-0abe-46f4-ad4a-9fa0674da154", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "dd6dac44-01d1-4811-ac0b-c94dbc64d3a4", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "34efe62b-a386-4064-a7b3-a52dd53c981f", "key": "site", "value": "", "description": "(Required) The site ID" } ] }, "description": "\n\nProcessing mode: async" }, "response": [ { "id": "6ae74268-2a94-4eca-b1b4-875b539e9b8b", "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/integrations/pulse", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "pulse" ], "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:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-6ae74268-2a94-4eca-b1b4-875b539e9b8b" }, { "id": "7c9976c9-7a92-4370-9531-58f5814bbf42", "name": "New Response", "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/integrations/pulse", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "pulse" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[]", "createdAt": "2026-07-28T02:03:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-7c9976c9-7a92-4370-9531-58f5814bbf42" }, { "id": "cae0b51d-c141-4fa6-aebb-4ef512133028", "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/integrations/pulse", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "pulse" ], "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:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-cae0b51d-c141-4fa6-aebb-4ef512133028" }, { "id": "c6fbbdcd-9780-4489-9146-fd600fba6fa5", "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/integrations/pulse", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "pulse" ], "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:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-c6fbbdcd-9780-4489-9146-fd600fba6fa5" } ], "createdAt": "2026-07-28T02:03:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-216b83c7-ed78-4613-bc55-c68e9951b1fb" }, { "name": "Delete Laravel Pulse integration", "id": "b42797c7-5dc2-4616-bf43-452849ec0da0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/integrations/pulse", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "pulse" ], "variable": [ { "id": "184d11ea-1a56-493a-b114-f64f8a9f1f7f", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "82fe6351-2732-451b-9bce-00a00e5eda43", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "2f0b6a89-b168-4c2d-bf0a-5a62a2d45bdb", "key": "site", "value": "", "description": "(Required) The site ID" } ] }, "description": "\n\nProcessing mode: async" }, "response": [ { "id": "2efc38bf-22c3-4979-9cb0-45d579c48b86", "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/integrations/pulse", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "pulse" ], "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:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-2efc38bf-22c3-4979-9cb0-45d579c48b86" }, { "id": "88e15900-220b-4bea-b630-b65b4a01890c", "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/integrations/pulse", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "pulse" ], "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:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-88e15900-220b-4bea-b630-b65b4a01890c" }, { "id": "57886cbf-b4c4-44ef-ae4b-946cfea59a72", "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/integrations/pulse", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "pulse" ], "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:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-57886cbf-b4c4-44ef-ae4b-946cfea59a72" } ], "createdAt": "2026-07-28T02:03:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-b42797c7-5dc2-4616-bf43-452849ec0da0" } ], "id": "051d5602-91ce-4d27-ad49-c7e889196a2a", "createdAt": "2026-07-28T02:03:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-051d5602-91ce-4d27-ad49-c7e889196a2a" }, { "name": "laravel-maintenance", "item": [ { "name": "Get Laravel Maintenance integration status", "id": "6cf2988c-054a-43b4-8116-eeab495d6635", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/integrations/laravel-maintenance", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "laravel-maintenance" ], "variable": [ { "id": "3470c030-f84f-4f1b-aa59-b186703e05d6", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "c7822670-08d0-41bb-bfc1-8c2d3550821c", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "f73a5dac-4c74-407d-9b8f-ff9eecc3d2e9", "key": "site", "value": "", "description": "(Required) The site ID" } ] }, "description": "Show whether Laravel Maintenance integration is enabled.\n\nProcessing mode: sync" }, "response": [ { "id": "4cc96a20-2a17-4d08-9812-7581fd47e98e", "name": "`LaravelMaintenanceIntegrationResource`", "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/integrations/laravel-maintenance", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "laravel-maintenance" ], "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\": \"laravelMaintenanceIntegrations\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"enabled\": \"\",\n \"status\": \"disabling\",\n \"laravel_installed\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:03:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-4cc96a20-2a17-4d08-9812-7581fd47e98e" }, { "id": "55b3ff1c-b32e-45d5-8de4-b24ead3b24b1", "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/integrations/laravel-maintenance", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "laravel-maintenance" ], "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:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-55b3ff1c-b32e-45d5-8de4-b24ead3b24b1" }, { "id": "d052f5ed-660f-415c-9382-a2e5a6998545", "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/integrations/laravel-maintenance", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "laravel-maintenance" ], "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:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-d052f5ed-660f-415c-9382-a2e5a6998545" } ], "createdAt": "2026-07-28T02:03:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-6cf2988c-054a-43b4-8116-eeab495d6635" }, { "name": "Create Laravel Maintenance integration", "id": "c5d273f8-b371-487e-bc52-f379d20a13e5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"status\": 410,\n \"secret\": \"\",\n \"redirect\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/integrations/laravel-maintenance", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "laravel-maintenance" ], "variable": [ { "id": "7fa2607a-ddea-4560-8998-ae9735747c77", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "58bea200-2817-4e66-81f6-73a6948fb279", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "0fc1060f-cb96-4007-81e2-3535857eb88b", "key": "site", "value": "", "description": "(Required) The site ID" } ] }, "description": "Enable maintenance mode for the site.\n\nProcessing mode: async" }, "response": [ { "id": "5e8f3413-6de3-4990-9ff4-b1ed5cfaf65b", "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 \"status\": 410,\n \"secret\": \"\",\n \"redirect\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/integrations/laravel-maintenance", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "laravel-maintenance" ], "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:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-5e8f3413-6de3-4990-9ff4-b1ed5cfaf65b" }, { "id": "b7f68620-ae68-4d0b-b8bc-40234d345484", "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 \"status\": 410,\n \"secret\": \"\",\n \"redirect\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/integrations/laravel-maintenance", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "laravel-maintenance" ], "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:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-b7f68620-ae68-4d0b-b8bc-40234d345484" }, { "id": "0c2a6660-21bb-4387-b65c-e803bf8d536e", "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 \"status\": 410,\n \"secret\": \"\",\n \"redirect\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/integrations/laravel-maintenance", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "laravel-maintenance" ], "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:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-0c2a6660-21bb-4387-b65c-e803bf8d536e" }, { "id": "58bdee14-d43a-4912-a817-c02910e8917e", "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 \"status\": 410,\n \"secret\": \"\",\n \"redirect\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/integrations/laravel-maintenance", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "laravel-maintenance" ], "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 \"adipisicingd0d\": [\n \"\",\n \"\"\n ],\n \"cillum_cd\": [\n \"\",\n \"\"\n ],\n \"sede_\": [\n \"\",\n \"\"\n ],\n \"commodoa\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:03:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-58bdee14-d43a-4912-a817-c02910e8917e" } ], "createdAt": "2026-07-28T02:03:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-c5d273f8-b371-487e-bc52-f379d20a13e5" }, { "name": "Delete Laravel Maintenance integration", "id": "7933606a-2003-4aa5-8a87-2d179c5322a2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/integrations/laravel-maintenance", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "laravel-maintenance" ], "variable": [ { "id": "31fd845c-f4aa-44d6-87fb-6556a476712e", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "c28dca55-4eb7-4897-b7a7-3ccc83001156", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "21e534c5-7af0-441c-8f85-3fa007d8546c", "key": "site", "value": "", "description": "(Required) The site ID" } ] }, "description": "Disable maintenance mode for the site.\n\nProcessing mode: async" }, "response": [ { "id": "4d5b36e3-bcfd-476b-a43d-0fe596cc9747", "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/integrations/laravel-maintenance", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "laravel-maintenance" ], "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:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-4d5b36e3-bcfd-476b-a43d-0fe596cc9747" }, { "id": "5d49cbe3-2081-4d41-883a-44d2bbca44a8", "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/integrations/laravel-maintenance", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "laravel-maintenance" ], "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:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-5d49cbe3-2081-4d41-883a-44d2bbca44a8" }, { "id": "54a3a806-531b-44d1-818a-bd552cdc0393", "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/integrations/laravel-maintenance", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "laravel-maintenance" ], "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:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-54a3a806-531b-44d1-818a-bd552cdc0393" } ], "createdAt": "2026-07-28T02:03:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-7933606a-2003-4aa5-8a87-2d179c5322a2" } ], "id": "0e58faed-c2d2-4b8f-a903-98c8aae9b960", "createdAt": "2026-07-28T02:03:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-0e58faed-c2d2-4b8f-a903-98c8aae9b960" }, { "name": "laravel-scheduler", "item": [ { "name": "Get Laravel Scheduler integration job", "id": "89f9987b-3de2-4d47-babb-50a09537523b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/integrations/laravel-scheduler", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "laravel-scheduler" ], "variable": [ { "id": "05fd8e86-d898-413b-90a4-af866739a543", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "c080c4f7-c279-4f1a-aa26-5724d66ca9c5", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "e42b6ab6-07db-47a8-95b5-dee2910931ea", "key": "site", "value": "", "description": "(Required) The site ID" } ] }, "description": "Show whether Laravel Scheduler integration is enabled.\n\nProcessing mode: sync" }, "response": [ { "id": "49ee396f-c027-4ce1-8a95-7747e68e5d7b", "name": "`LaravelSchedulerIntegrationResource`", "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/integrations/laravel-scheduler", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "laravel-scheduler" ], "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\": \"laravelSchedulerIntegrations\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"enabled\": \"\",\n \"laravel_installed\": \"\"\n },\n \"relationships\": {\n \"job\": {\n \"data\": {\n \"type\": \"scheduledJobs\",\n \"id\": \"\"\n }\n }\n }\n },\n \"included\": [\n {\n \"id\": \"\",\n \"type\": \"scheduledJobs\",\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 \"command\": \"\",\n \"status\": \"\",\n \"user\": \"\",\n \"frequency\": \"\",\n \"cron\": \"\",\n \"next_run_time\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"type\": \"scheduledJobs\",\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 \"command\": \"\",\n \"status\": \"\",\n \"user\": \"\",\n \"frequency\": \"\",\n \"cron\": \"\",\n \"next_run_time\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:03:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-49ee396f-c027-4ce1-8a95-7747e68e5d7b" }, { "id": "5c294203-6c3e-4fc5-8e24-4defc93d1cf9", "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/integrations/laravel-scheduler", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "laravel-scheduler" ], "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:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-5c294203-6c3e-4fc5-8e24-4defc93d1cf9" }, { "id": "5e49524b-6f8f-4458-bb10-72fd6334bb3b", "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/integrations/laravel-scheduler", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "laravel-scheduler" ], "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:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-5e49524b-6f8f-4458-bb10-72fd6334bb3b" } ], "createdAt": "2026-07-28T02:03:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-89f9987b-3de2-4d47-babb-50a09537523b" }, { "name": "Create Laravel Scheduler integration job", "id": "0776da06-8aab-4f8a-99c9-d0db69ca550d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/integrations/laravel-scheduler", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "laravel-scheduler" ], "variable": [ { "id": "1fb452c5-2c6e-4244-b4d9-c6bdd123e192", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "f2280b01-331a-44ca-ba2f-c86cf72ea3a9", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "3e1caf48-a0c5-45e3-bdeb-246ee5570536", "key": "site", "value": "", "description": "(Required) The site ID" } ] }, "description": "\n\nProcessing mode: async" }, "response": [ { "id": "8d852618-feaa-4c8d-b1dc-28837a5dfc57", "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/integrations/laravel-scheduler", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "laravel-scheduler" ], "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:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-8d852618-feaa-4c8d-b1dc-28837a5dfc57" }, { "id": "79e9c8b9-c10c-4f23-bc86-8c7c7345b693", "name": "New Response", "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/integrations/laravel-scheduler", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "laravel-scheduler" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "site" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[]", "createdAt": "2026-07-28T02:03:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-79e9c8b9-c10c-4f23-bc86-8c7c7345b693" }, { "id": "400e7913-ffe4-4e8b-95bf-881a26e28b23", "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/integrations/laravel-scheduler", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "laravel-scheduler" ], "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:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-400e7913-ffe4-4e8b-95bf-881a26e28b23" }, { "id": "ceac9c9f-b139-45b5-aecc-6da3c5b1f09d", "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/integrations/laravel-scheduler", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "laravel-scheduler" ], "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:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-ceac9c9f-b139-45b5-aecc-6da3c5b1f09d" } ], "createdAt": "2026-07-28T02:03:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-0776da06-8aab-4f8a-99c9-d0db69ca550d" }, { "name": "Delete Laravel Scheduler integration job", "id": "1f8d41ec-3741-4e66-927c-434a3ba7b8f9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/sites/:site/integrations/laravel-scheduler", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "laravel-scheduler" ], "variable": [ { "id": "9a5ee6c4-ed6f-4e00-81ec-9c668d81490d", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "ab46a0a1-f7a2-4871-a0b9-b417c7138042", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "5458f568-31e7-4141-a7b4-bd190ab78b95", "key": "site", "value": "", "description": "(Required) The site ID" } ] }, "description": "\n\nProcessing mode: async" }, "response": [ { "id": "b09b69a9-6cdd-41d5-b7f3-6f58d4251332", "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/integrations/laravel-scheduler", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "laravel-scheduler" ], "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:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-b09b69a9-6cdd-41d5-b7f3-6f58d4251332" }, { "id": "a60a68e4-4fbb-4ca9-84bd-6d91cef7ce00", "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/integrations/laravel-scheduler", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "laravel-scheduler" ], "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:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-a60a68e4-4fbb-4ca9-84bd-6d91cef7ce00" }, { "id": "b3c90405-3025-4dda-b768-8129d31f21d6", "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/integrations/laravel-scheduler", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "sites", ":site", "integrations", "laravel-scheduler" ], "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:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-b3c90405-3025-4dda-b768-8129d31f21d6" } ], "createdAt": "2026-07-28T02:03:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-1f8d41ec-3741-4e66-927c-434a3ba7b8f9" } ], "id": "1fe858b4-0c55-4ef5-a15e-82d5dd4ef0f6", "createdAt": "2026-07-28T02:03:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-1fe858b4-0c55-4ef5-a15e-82d5dd4ef0f6" } ], "id": "42992fbb-c489-4677-a844-21555b0349c3", "createdAt": "2026-07-28T02:03:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-42992fbb-c489-4677-a844-21555b0349c3" } ], "id": "d2a15532-285a-4851-a942-96f3943a6ae9", "createdAt": "2026-07-28T02:03:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-d2a15532-285a-4851-a942-96f3943a6ae9" } ], "id": "44224e41-3bcd-47fb-931a-944519844793", "createdAt": "2026-07-28T02:03:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-44224e41-3bcd-47fb-931a-944519844793" } ], "id": "2e3cc20c-66c6-4034-b4af-d64f9616c6a2", "createdAt": "2026-07-28T02:03:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-2e3cc20c-66c6-4034-b4af-d64f9616c6a2" } ], "id": "1034e0cd-6bb4-4232-b65b-55e366b2a0d4", "createdAt": "2026-07-28T02:03:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-1034e0cd-6bb4-4232-b65b-55e366b2a0d4" } ], "id": "966cfd79-51ac-41c1-8560-74505ecc04f5", "createdAt": "2026-07-28T02:03:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-966cfd79-51ac-41c1-8560-74505ecc04f5" } ], "id": "06283954-144a-4f3f-a6b6-b5ffcafc6356", "createdAt": "2026-07-28T02:03:50.000Z", "updatedAt": "2026-07-28T02:03:50.000Z", "uid": "35240-06283954-144a-4f3f-a6b6-b5ffcafc6356" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://cloud.laravel.com/api" } ] }