{ "opencollection": "1.0.0", "info": { "name": "Census Activations REST Destinations Workspaces API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Workspaces", "type": "folder" }, "items": [ { "info": { "name": "List workspaces in the organization", "type": "http" }, "http": { "method": "GET", "url": "https://app.getcensus.com/api/v1/workspaces" }, "docs": "List workspaces in the organization" }, { "info": { "name": "Create a workspace", "type": "http" }, "http": { "method": "POST", "url": "https://app.getcensus.com/api/v1/workspaces", "body": { "type": "json", "data": "{}" } }, "docs": "Create a workspace" } ] } ], "bundled": true }