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