{ "opencollection": "1.0.0", "info": { "name": "Help Scout Mailbox Conversations 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": "Conversations", "type": "folder" }, "items": [ { "info": { "name": "List conversations", "type": "http" }, "http": { "method": "GET", "url": "https://api.helpscout.net/v2/conversations", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" } ] }, "docs": "List conversations" }, { "info": { "name": "Create conversation", "type": "http" }, "http": { "method": "POST", "url": "https://api.helpscout.net/v2/conversations", "body": { "type": "json", "data": "{}" } }, "docs": "Create conversation" }, { "info": { "name": "Get conversation", "type": "http" }, "http": { "method": "GET", "url": "https://api.helpscout.net/v2/conversations/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get conversation" }, { "info": { "name": "Update conversation", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.helpscout.net/v2/conversations/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update conversation" }, { "info": { "name": "Delete conversation", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.helpscout.net/v2/conversations/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete conversation" } ] } ], "bundled": true }