{ "opencollection": "1.0.0", "info": { "name": "Planable Public Campaigns Workspaces API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Workspaces", "type": "folder" }, "items": [ { "info": { "name": "List workspaces", "type": "http" }, "http": { "method": "GET", "url": "https://api.planable.io/api/v1/workspaces", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns all workspaces the token has access to." }, { "info": { "name": "Create a workspace", "type": "http" }, "http": { "method": "POST", "url": "https://api.planable.io/api/v1/workspaces", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Creates a new workspace in the calling token's company." }, { "info": { "name": "Delete a workspace", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.planable.io/api/v1/workspaces/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Deletes a workspace in the company associated with the calling token." } ] } ], "bundled": true }