{ "opencollection": "1.0.0", "info": { "name": "Publer Workspaces API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Workspaces", "type": "folder" }, "items": [ { "info": { "name": "List Workspaces", "type": "http" }, "http": { "method": "GET", "url": "https://app.publer.com/api/v1/workspaces" }, "docs": "Retrieves a list of all workspaces that the authenticated user has access to." } ] } ], "bundled": true }