{ "opencollection": "1.0.0", "info": { "name": "Help Scout Mailbox Conversations Customers API", "version": "2.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.helpscout.net/v2/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Customers", "type": "folder" }, "items": [ { "info": { "name": "List customers", "type": "http" }, "http": { "method": "GET", "url": "https://api.helpscout.net/v2/customers" }, "docs": "List customers" }, { "info": { "name": "Create customer", "type": "http" }, "http": { "method": "POST", "url": "https://api.helpscout.net/v2/customers", "body": { "type": "json", "data": "{}" } }, "docs": "Create customer" }, { "info": { "name": "Get customer", "type": "http" }, "http": { "method": "GET", "url": "https://api.helpscout.net/v2/customers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get customer" }, { "info": { "name": "Update customer", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.helpscout.net/v2/customers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update customer" } ] } ], "bundled": true }