{ "opencollection": "1.0.0", "info": { "name": "Housecall Pro Public Customers API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Customers", "type": "folder" }, "items": [ { "info": { "name": "List Customers", "type": "http" }, "http": { "method": "GET", "url": "https://api.housecallpro.com/customers", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "page_size", "value": "", "type": "query" }, { "name": "q", "value": "", "type": "query" } ] }, "docs": "List Customers" }, { "info": { "name": "Create Customer", "type": "http" }, "http": { "method": "POST", "url": "https://api.housecallpro.com/customers", "body": { "type": "json", "data": "{}" } }, "docs": "Create Customer" }, { "info": { "name": "Get Customer", "type": "http" }, "http": { "method": "GET", "url": "https://api.housecallpro.com/customers/:customer_id", "params": [ { "name": "customer_id", "value": "", "type": "path" } ] }, "docs": "Get Customer" }, { "info": { "name": "Update Customer", "type": "http" }, "http": { "method": "PUT", "url": "https://api.housecallpro.com/customers/:customer_id", "params": [ { "name": "customer_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Customer" }, { "info": { "name": "Delete Customer", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.housecallpro.com/customers/:customer_id", "params": [ { "name": "customer_id", "value": "", "type": "path" } ] }, "docs": "Delete Customer" } ] } ], "bundled": true }