{ "opencollection": "1.0.0", "info": { "name": "Groove REST API v1 Agents 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.groovehq.com/v1/customers" }, "docs": "List customers" }, { "info": { "name": "Find a customer", "type": "http" }, "http": { "method": "GET", "url": "https://api.groovehq.com/v1/customers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Find a customer" }, { "info": { "name": "Update a customer", "type": "http" }, "http": { "method": "PUT", "url": "https://api.groovehq.com/v1/customers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update a customer" } ] } ], "bundled": true }