{ "opencollection": "1.0.0", "info": { "name": "Chatwoot Account AgentBots Profile API", "version": "1.1.0" }, "items": [ { "info": { "name": "Profile", "type": "folder" }, "items": [ { "info": { "name": "Fetch user profile", "type": "http" }, "http": { "method": "GET", "url": "https://app.chatwoot.com/api/v1/profile", "auth": { "type": "apikey", "key": "api_access_token", "value": "{{api_access_token}}", "placement": "header" } }, "docs": "Get the user profile details" }, { "info": { "name": "Update user profile", "type": "http" }, "http": { "method": "PUT", "url": "https://app.chatwoot.com/api/v1/profile", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "api_access_token", "value": "{{api_access_token}}", "placement": "header" } }, "docs": "Update the user profile details" } ] } ], "bundled": true }