{ "opencollection": "1.0.0", "info": { "name": "Debbie Client Billing Customers API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Customers", "type": "folder" }, "items": [ { "info": { "name": "Create a customer (debtor)", "type": "http" }, "http": { "method": "POST", "url": "https://creditor.debbie.dk/api/customers" }, "docs": "Create a customer (debtor)" }, { "info": { "name": "Get a customer", "type": "http" }, "http": { "method": "GET", "url": "https://creditor.debbie.dk/api/customers/:customerId", "params": [ { "name": "customerId", "value": "", "type": "path" } ] }, "docs": "Get a customer" }, { "info": { "name": "Update a customer", "type": "http" }, "http": { "method": "PATCH", "url": "https://creditor.debbie.dk/api/customers/:customerId", "params": [ { "name": "customerId", "value": "", "type": "path" } ] }, "docs": "Update a customer" } ] } ], "bundled": true }