{ "info": { "_postman_id": "74d28dbf-2445-49d1-b78b-49137c094c51", "name": "Laravel Cloud Applications Dedicated Clusters API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:03:31.000Z", "updatedAt": "2026-07-28T02:03:31.000Z", "lastUpdatedBy": "35240", "uid": "35240-74d28dbf-2445-49d1-b78b-49137c094c51" }, "item": [ { "name": "dedicated-clusters", "item": [ { "name": "List dedicated clusters", "id": "f5d5fe36-4b29-4fc2-a071-757dcb3fb6b4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/dedicated-clusters?filter[region]=&filter[type]=&filter[status]=", "host": [ "{{baseUrl}}" ], "path": [ "dedicated-clusters" ], "query": [ { "key": "filter[region]", "value": "" }, { "key": "filter[type]", "value": "" }, { "key": "filter[status]", "value": "" } ] }, "description": "Get a list of all dedicated clusters for the authenticated organization." }, "response": [ { "id": "8d75f262-2230-4508-9284-296964a0ade2", "name": "Paginated set of `ClusterResource`", "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}}/dedicated-clusters?filter[region]=&filter[type]=&filter[status]=", "host": [ "{{baseUrl}}" ], "path": [ "dedicated-clusters" ], "query": [ { "key": "filter[region]", "value": "" }, { "key": "filter[type]", "value": "" }, { "key": "filter[status]", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.api+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"id\": \"\",\n \"type\": \"clusters\",\n \"attributes\": {\n \"name\": \"\",\n \"region\": \"ca-central-1\",\n \"type\": \"rds-databases\",\n \"tenancy_type\": \"shared\",\n \"status\": \"draft\",\n \"created_at\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"type\": \"clusters\",\n \"attributes\": {\n \"name\": \"\",\n \"region\": \"eu-west-2\",\n \"type\": \"reverb-websocket-servers\",\n \"tenancy_type\": \"dedicated\",\n \"status\": \"maintenance\",\n \"created_at\": \"\"\n }\n }\n ],\n \"links\": {\n \"first\": \"\",\n \"last\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n },\n \"meta\": {\n \"current_page\": \"\",\n \"from\": \"\",\n \"last_page\": \"\",\n \"links\": [\n {\n \"url\": \"\",\n \"label\": \"\",\n \"active\": \"\"\n },\n {\n \"url\": \"\",\n \"label\": \"\",\n \"active\": \"\"\n }\n ],\n \"path\": \"\",\n \"per_page\": \"\",\n \"to\": \"\",\n \"total\": \"\"\n }\n}", "createdAt": "2026-07-28T02:03:31.000Z", "updatedAt": "2026-07-28T02:03:31.000Z", "uid": "35240-8d75f262-2230-4508-9284-296964a0ade2" }, { "id": "9916962d-88ae-48f2-a7a5-7340aa1df53d", "name": "An error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/dedicated-clusters?filter[region]=&filter[type]=&filter[status]=", "host": [ "{{baseUrl}}" ], "path": [ "dedicated-clusters" ], "query": [ { "key": "filter[region]", "value": "" }, { "key": "filter[type]", "value": "" }, { "key": "filter[status]", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:03:31.000Z", "updatedAt": "2026-07-28T02:03:31.000Z", "uid": "35240-9916962d-88ae-48f2-a7a5-7340aa1df53d" } ], "createdAt": "2026-07-28T02:03:31.000Z", "updatedAt": "2026-07-28T02:03:31.000Z", "uid": "35240-f5d5fe36-4b29-4fc2-a071-757dcb3fb6b4" } ], "id": "791c01ba-95d1-4495-9bec-1f269ac131b8", "createdAt": "2026-07-28T02:03:31.000Z", "updatedAt": "2026-07-28T02:03:31.000Z", "uid": "35240-791c01ba-95d1-4495-9bec-1f269ac131b8" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://cloud.laravel.com/api" } ] }