{ "opencollection": "1.0.0", "info": { "name": "WarpStream Management ACLs Workspaces API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "warpstream-api-key", "value": "{{warpstream-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Workspaces", "type": "folder" }, "items": [ { "info": { "name": "List Workspaces", "type": "http" }, "http": { "method": "GET", "url": "https://api.warpstream.com/api/v1/list_workspaces" }, "docs": "Returns all workspaces accessible to the authenticated account key." }, { "info": { "name": "Create Workspace", "type": "http" }, "http": { "method": "POST", "url": "https://api.warpstream.com/api/v1/create_workspace", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new workspace under the account." } ] } ], "bundled": true }