{ "opencollection": "1.0.0", "info": { "name": "Pennylane Company Account Categories API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Categories", "type": "folder" }, "items": [ { "info": { "name": "List categories", "type": "http" }, "http": { "method": "GET", "url": "https://app.pennylane.com/api/external/v2/categories" }, "docs": "Requires scope: categories:readonly or categories:all." }, { "info": { "name": "Create a category", "type": "http" }, "http": { "method": "POST", "url": "https://app.pennylane.com/api/external/v2/categories", "body": { "type": "json", "data": "{}" } }, "docs": "Requires scope: categories:all." }, { "info": { "name": "List category groups", "type": "http" }, "http": { "method": "GET", "url": "https://app.pennylane.com/api/external/v2/category_groups" }, "docs": "List category groups" } ] } ], "bundled": true }