{ "opencollection": "1.0.0", "info": { "name": "AgencyZoom Authentication Customers API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Customers", "type": "folder" }, "items": [ { "info": { "name": "Search customers", "type": "http" }, "http": { "method": "POST", "url": "https://api.agencyzoom.com/v1/api/customers" }, "docs": "Search customers" }, { "info": { "name": "Get customer details", "type": "http" }, "http": { "method": "GET", "url": "https://api.agencyzoom.com/v1/api/customers/:customerId", "params": [ { "name": "customerId", "value": "", "type": "path" } ] }, "docs": "Get customer details" }, { "info": { "name": "Update customer", "type": "http" }, "http": { "method": "PUT", "url": "https://api.agencyzoom.com/v1/api/customers/:customerId", "params": [ { "name": "customerId", "value": "", "type": "path" } ] }, "docs": "Update customer" }, { "info": { "name": "Delete customer", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.agencyzoom.com/v1/api/customers/:customerId", "params": [ { "name": "customerId", "value": "", "type": "path" } ] }, "docs": "Delete customer" }, { "info": { "name": "Get customer policies", "type": "http" }, "http": { "method": "GET", "url": "https://api.agencyzoom.com/v1/api/customers/:customerId/policies", "params": [ { "name": "customerId", "value": "", "type": "path" } ] }, "docs": "Get customer policies" }, { "info": { "name": "Get AMS policies for customer", "type": "http" }, "http": { "method": "GET", "url": "https://api.agencyzoom.com/v1/api/customers/:customerId/ams-policies", "params": [ { "name": "customerId", "value": "", "type": "path" } ] }, "docs": "Get AMS policies for customer" } ] } ], "bundled": true }