{ "opencollection": "1.0.0", "info": { "name": "Management Clusters Organizations API", "version": "v1alpha1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "Get a list of organizations", "type": "http" }, "http": { "method": "GET", "url": "https://api.atlas.fluidstack.io/api/v1alpha1/organizations" }, "docs": "Returns a list of organizations with their details." } ] } ], "bundled": true }