{ "opencollection": "1.0.0", "info": { "name": "PandaDoc REST API Logs Workspaces API", "version": "7.18.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://api.pandadoc.com/public/v1/workspaces", "params": [ { "name": "count", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "page", "value": "", "type": "query", "description": "Page number to retrieve, starting from 1." } ] }, "docs": "Returns a paginated list of all active workspaces in the organization. Requires organization administrator privileges." }, { "info": { "name": "Create Workspace", "type": "http" }, "http": { "method": "POST", "url": "https://api.pandadoc.com/public/v1/workspaces", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new workspace in the organization. Requires organization administrator privileges. The authenticated user is automatically added as an administrator of the new workspace." } ] } ], "bundled": true }