{ "opencollection": "1.0.0", "info": { "name": "Shareworks Admin REST Authentication Token Plan API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Plan", "type": "folder" }, "items": [ { "info": { "name": "POST Plan (Create)", "type": "http" }, "http": { "method": "POST", "url": "https://shareworks.solium.com/rest/admin/v1/company/:companyId/plan", "headers": [ { "name": "Shareworks-Request-Id", "value": "" } ], "params": [ { "name": "companyId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a plan for the specified company" } ] } ], "bundled": true }