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