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