{ "opencollection": "1.0.0", "info": { "name": "Offer Tool Customers API", "version": "1.0" }, "items": [ { "info": { "name": "Customers", "type": "folder" }, "items": [ { "info": { "name": "Get customer", "type": "http" }, "http": { "method": "GET", "url": "https://heartbeat.1komma5grad.com/api/v1/customers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get customer" }, { "info": { "name": "Update a customer", "type": "http" }, "http": { "method": "PUT", "url": "https://heartbeat.1komma5grad.com/api/v1/customers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a customer" }, { "info": { "name": "Delete a customer", "type": "http" }, "http": { "method": "DELETE", "url": "https://heartbeat.1komma5grad.com/api/v1/customers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a customer" }, { "info": { "name": "Get all customers", "type": "http" }, "http": { "method": "GET", "url": "https://heartbeat.1komma5grad.com/api/v1/customers" }, "docs": "Get all customers" }, { "info": { "name": "Create a customer", "type": "http" }, "http": { "method": "POST", "url": "https://heartbeat.1komma5grad.com/api/v1/customers", "body": { "type": "json", "data": "{}" } }, "docs": "Create a customer" }, { "info": { "name": "Get customer details", "type": "http" }, "http": { "method": "GET", "url": "https://heartbeat.1komma5grad.com/api/v1/customers/:id/details", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Return the same customer information but with the sites associated" } ] } ], "bundled": true }