{ "opencollection": "1.0.0", "info": { "name": "EposNow HQ REST Categories Customers API", "version": "V2" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Customers", "type": "folder" }, "items": [ { "info": { "name": "List customers", "type": "http" }, "http": { "method": "GET", "url": "https://api.eposnowhq.com/api/V2/Customer", "params": [ { "name": "page", "value": "", "type": "query", "description": "The page number of results to return (up to 200 records per page)." } ] }, "docs": "Returns a paginated list of customers, up to 200 per page." }, { "info": { "name": "Create a customer", "type": "http" }, "http": { "method": "POST", "url": "https://api.eposnowhq.com/api/V2/Customer", "body": { "type": "json", "data": "{}" } }, "docs": "Create a customer" }, { "info": { "name": "Get a customer", "type": "http" }, "http": { "method": "GET", "url": "https://api.eposnowhq.com/api/V2/Customer/:Id", "params": [ { "name": "Id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ] }, "docs": "Get a customer" }, { "info": { "name": "Update a customer", "type": "http" }, "http": { "method": "PUT", "url": "https://api.eposnowhq.com/api/V2/Customer/:Id", "params": [ { "name": "Id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a customer" }, { "info": { "name": "Delete a customer", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.eposnowhq.com/api/V2/Customer/:Id", "params": [ { "name": "Id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ] }, "docs": "Delete a customer" } ] } ], "bundled": true }