{ "info": { "_postman_id": "8233d41c-8bb5-4c8a-b35f-77363a64bc3a", "name": "Laravel Cloud Applications Meta API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:03:51.000Z", "updatedAt": "2026-07-28T02:03:52.000Z", "lastUpdatedBy": "35240", "uid": "35240-8233d41c-8bb5-4c8a-b35f-77363a64bc3a" }, "item": [ { "name": "meta", "item": [ { "name": "organization", "item": [ { "name": "Get organization", "id": "97c84155-9d24-4e05-a4df-366b754ba12a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/meta/organization", "host": [ "{{baseUrl}}" ], "path": [ "meta", "organization" ] }, "description": "Get details about the currently authenticated organization." }, "response": [ { "id": "d4205c86-8263-486e-9d5c-3daadc2659cd", "name": "`OrganizationResource`", "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}}/meta/organization", "host": [ "{{baseUrl}}" ], "path": [ "meta", "organization" ] } }, "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\": \"organizations\",\n \"attributes\": {\n \"name\": \"\",\n \"slug\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:03:52.000Z", "updatedAt": "2026-07-28T02:03:52.000Z", "uid": "35240-d4205c86-8263-486e-9d5c-3daadc2659cd" }, { "id": "276053e0-1e4b-453e-af87-f99d6ef8af05", "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}}/meta/organization", "host": [ "{{baseUrl}}" ], "path": [ "meta", "organization" ] } }, "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:52.000Z", "updatedAt": "2026-07-28T02:03:52.000Z", "uid": "35240-276053e0-1e4b-453e-af87-f99d6ef8af05" } ], "createdAt": "2026-07-28T02:03:52.000Z", "updatedAt": "2026-07-28T02:03:52.000Z", "uid": "35240-97c84155-9d24-4e05-a4df-366b754ba12a" } ], "id": "62650d0b-8fc0-4fe7-b17a-e1b73bd51721", "createdAt": "2026-07-28T02:03:52.000Z", "updatedAt": "2026-07-28T02:03:52.000Z", "uid": "35240-62650d0b-8fc0-4fe7-b17a-e1b73bd51721" }, { "name": "regions", "item": [ { "name": "List regions", "id": "2dd427a7-8bd3-45b9-bf25-b13644dc9fc1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/meta/regions", "host": [ "{{baseUrl}}" ], "path": [ "meta", "regions" ] }, "description": "List all available cloud regions." }, "response": [ { "id": "3c51487d-c013-414b-ab40-229dc0dc005f", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/meta/regions", "host": [ "{{baseUrl}}" ], "path": [ "meta", "regions" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"region\": \"eu-west-2\",\n \"label\": \"\",\n \"flag\": \"\"\n },\n {\n \"region\": \"ca-central-1\",\n \"label\": \"\",\n \"flag\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:03:52.000Z", "updatedAt": "2026-07-28T02:03:52.000Z", "uid": "35240-3c51487d-c013-414b-ab40-229dc0dc005f" } ], "createdAt": "2026-07-28T02:03:52.000Z", "updatedAt": "2026-07-28T02:03:52.000Z", "uid": "35240-2dd427a7-8bd3-45b9-bf25-b13644dc9fc1" } ], "id": "73e0d7fc-dfa9-46d0-be90-b52311a77788", "createdAt": "2026-07-28T02:03:52.000Z", "updatedAt": "2026-07-28T02:03:52.000Z", "uid": "35240-73e0d7fc-dfa9-46d0-be90-b52311a77788" } ], "id": "1fb1c2a7-8f92-4271-ba32-2a1198f7d764", "createdAt": "2026-07-28T02:03:52.000Z", "updatedAt": "2026-07-28T02:03:52.000Z", "uid": "35240-1fb1c2a7-8f92-4271-ba32-2a1198f7d764" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://cloud.laravel.com/api" } ] }