{ "opencollection": "1.0.0", "info": { "name": "Chatwoot Account AgentBots Help Center API", "version": "1.1.0" }, "items": [ { "info": { "name": "Help Center", "type": "folder" }, "items": [ { "info": { "name": "List all portals in an account", "type": "http" }, "http": { "method": "GET", "url": "https://app.chatwoot.com/api/v1/accounts/:account_id/portals", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The numeric ID of the account" } ], "auth": { "type": "apikey", "key": "api_access_token", "value": "{{api_access_token}}", "placement": "header" } }, "docs": "Get details of portals in an Account" }, { "info": { "name": "Add a new portal", "type": "http" }, "http": { "method": "POST", "url": "https://app.chatwoot.com/api/v1/accounts/:account_id/portals", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The numeric ID of the account" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "api_access_token", "value": "{{api_access_token}}", "placement": "header" } }, "docs": "Add a new portal to account" }, { "info": { "name": "Update a portal", "type": "http" }, "http": { "method": "PATCH", "url": "https://app.chatwoot.com/api/v1/accounts/:account_id/portals/:id", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The numeric ID of the account" }, { "name": "id", "value": "", "type": "path", "description": "The slug identifier of the portal" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "api_access_token", "value": "{{api_access_token}}", "placement": "header" } }, "docs": "Update a portal to account" }, { "info": { "name": "Add a new category", "type": "http" }, "http": { "method": "POST", "url": "https://app.chatwoot.com/api/v1/accounts/:account_id/portals/:id/categories", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The numeric ID of the account" }, { "name": "id", "value": "", "type": "path", "description": "The slug identifier of the portal" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "api_access_token", "value": "{{api_access_token}}", "placement": "header" } }, "docs": "Add a new category to portal" }, { "info": { "name": "Add a new article", "type": "http" }, "http": { "method": "POST", "url": "https://app.chatwoot.com/api/v1/accounts/:account_id/portals/:id/articles", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The numeric ID of the account" }, { "name": "id", "value": "", "type": "path", "description": "The slug identifier of the portal" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "api_access_token", "value": "{{api_access_token}}", "placement": "header" } }, "docs": "Add a new article to portal" } ] } ], "bundled": true }