{ "opencollection": "1.0.0", "info": { "name": "Shift4 Payments Blacklist Customers API", "version": "1.0" }, "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.shift4.com/customers", "params": [ { "name": "limit", "value": "", "type": "query", "description": "A limit on the number of objects to be returned." } ] }, "docs": "List Customers" }, { "info": { "name": "Create a Customer", "type": "http" }, "http": { "method": "POST", "url": "https://api.shift4.com/customers", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Customer" }, { "info": { "name": "Retrieve a Customer", "type": "http" }, "http": { "method": "GET", "url": "https://api.shift4.com/customers/:customerId", "params": [ { "name": "customerId", "value": "", "type": "path" } ] }, "docs": "Retrieve a Customer" }, { "info": { "name": "Update a Customer", "type": "http" }, "http": { "method": "POST", "url": "https://api.shift4.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.shift4.com/customers/:customerId", "params": [ { "name": "customerId", "value": "", "type": "path" } ] }, "docs": "Delete a Customer" } ] } ], "bundled": true }