{ "opencollection": "1.0.0", "info": { "name": "Chatwoot Agents Platform Accounts API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "api_access_token", "value": "{{api_access_token}}", "placement": "header" } }, "items": [ { "info": { "name": "Platform Accounts", "type": "folder" }, "items": [ { "info": { "name": "Create an account on the installation.", "type": "http" }, "http": { "method": "POST", "url": "https://app.chatwoot.com/platform/api/v1/accounts", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "api_access_token", "value": "{{api_access_token}}", "placement": "header" } }, "docs": "Create an account on the installation." }, { "info": { "name": "Get an account by id.", "type": "http" }, "http": { "method": "GET", "url": "https://app.chatwoot.com/platform/api/v1/accounts/:account_id", "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 an account by id." }, { "info": { "name": "Update an account.", "type": "http" }, "http": { "method": "PATCH", "url": "https://app.chatwoot.com/platform/api/v1/accounts/:account_id", "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": "Update an account." }, { "info": { "name": "Delete an account.", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.chatwoot.com/platform/api/v1/accounts/:account_id", "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": "Delete an account." }, { "info": { "name": "List the users associated with an account.", "type": "http" }, "http": { "method": "GET", "url": "https://app.chatwoot.com/platform/api/v1/accounts/:account_id/account_users", "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": "List the users associated with an account." }, { "info": { "name": "Associate a user with an account with a role.", "type": "http" }, "http": { "method": "POST", "url": "https://app.chatwoot.com/platform/api/v1/accounts/:account_id/account_users", "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": "Associate a user with an account with a role." }, { "info": { "name": "Remove a user's association with an account.", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.chatwoot.com/platform/api/v1/accounts/:account_id/account_users", "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": "Remove a user's association with an account." } ] } ], "bundled": true }