{ "opencollection": "1.0.0", "info": { "name": "Tabs Platform Catalog Customers API", "version": "1.0" }, "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 a customer", "type": "http" }, "http": { "method": "POST", "url": "https://api.tabsplatform.com/customers", "body": { "type": "json", "data": "{}" } }, "docs": "Create a customer" }, { "info": { "name": "Get a customer", "type": "http" }, "http": { "method": "GET", "url": "https://api.tabsplatform.com/customers/:customerId", "params": [ { "name": "customerId", "value": "", "type": "path" } ] }, "docs": "Get a customer" }, { "info": { "name": "Update a customer", "type": "http" }, "http": { "method": "PUT", "url": "https://api.tabsplatform.com/customers/:customerId", "params": [ { "name": "customerId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a customer" }, { "info": { "name": "Delete a customer", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.tabsplatform.com/customers/:customerId", "params": [ { "name": "customerId", "value": "", "type": "path" } ] }, "docs": "Delete a customer" }, { "info": { "name": "List customer contacts", "type": "http" }, "http": { "method": "GET", "url": "https://api.tabsplatform.com/customers/:customerId/contacts", "params": [ { "name": "customerId", "value": "", "type": "path" } ] }, "docs": "List customer contacts" }, { "info": { "name": "Create a customer contact", "type": "http" }, "http": { "method": "POST", "url": "https://api.tabsplatform.com/customers/:customerId/contacts", "params": [ { "name": "customerId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a customer contact" }, { "info": { "name": "List invoices for a customer", "type": "http" }, "http": { "method": "GET", "url": "https://api.tabsplatform.com/customers/:customerId/invoices", "params": [ { "name": "customerId", "value": "", "type": "path" } ] }, "docs": "List invoices for a customer" } ] } ], "bundled": true }