{ "opencollection": "1.0.0", "info": { "name": "Tabs Platform BillingTerms Categories API", "version": "3" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Categories", "type": "folder" }, "items": [ { "info": { "name": "List categories", "type": "http" }, "http": { "method": "GET", "url": "https://api.tabsplatform.com/categories" }, "docs": "List categories" }, { "info": { "name": "Create category", "type": "http" }, "http": { "method": "POST", "url": "https://api.tabsplatform.com/categories" }, "docs": "Create category" }, { "info": { "name": "Get category by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.tabsplatform.com/categories/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get category by ID" }, { "info": { "name": "Delete category", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.tabsplatform.com/categories/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete category" }, { "info": { "name": "List classes", "type": "http" }, "http": { "method": "GET", "url": "https://api.tabsplatform.com/classes" }, "docs": "List classes" } ] } ], "bundled": true }