{ "info": { "_postman_id": "1b525bb9-8bd8-4c21-893e-61cb5d7c7f11", "name": "Chatwoot API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "description": { "content": "Chatwoot Application, Client, and Platform REST APIs.", "type": "text/plain" } }, "item": [ { "id": "5e6d7f2a-ed68-4b8f-9879-e379114d1de3", "name": "Application - Agents", "description": { "content": "", "type": "text/plain" }, "item": [ { "id": "f26c1e14-ee3d-4a97-81b7-6bedb3bb5f34", "name": "List agents", "request": { "name": "List agents", "url": { "path": [ "api", "v1", "accounts", "{{account_id}}", "agents" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "GET" }, "response": [] }, { "id": "fdb2c9b1-a2f7-4a21-b2f6-e33a1ad9d54a", "name": "Add agent", "request": { "name": "Add agent", "url": { "path": [ "api", "v1", "accounts", "{{account_id}}", "agents" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"email\": \"\",\n \"role\": \"agent\"\n}", "options": { "raw": { "language": "json" } } } }, "response": [] }, { "id": "2c1f81b5-6620-4de4-b3df-dd0628606be3", "name": "Update agent", "request": { "name": "Update agent", "url": { "path": [ "api", "v1", "accounts", "{{account_id}}", "agents", "{{id}}" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "PATCH", "body": { "mode": "raw", "raw": "{\n \"role\": \"administrator\",\n \"availability_status\": \"online\"\n}", "options": { "raw": { "language": "json" } } } }, "response": [] }, { "id": "3c719762-5500-477b-a87c-34bba2b6ae1f", "name": "Delete agent", "request": { "name": "Delete agent", "url": { "path": [ "api", "v1", "accounts", "{{account_id}}", "agents", "{{id}}" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "DELETE" }, "response": [] } ] }, { "id": "aa229898-4da3-4ad7-8f2b-7af6d95af9a9", "name": "Application - Teams", "description": { "content": "", "type": "text/plain" }, "item": [ { "id": "673f28e0-edc0-4409-a0fb-39902aea0ba5", "name": "List teams", "request": { "name": "List teams", "url": { "path": [ "api", "v1", "accounts", "{{account_id}}", "teams" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "GET" }, "response": [] }, { "id": "50edffc8-1193-4363-b9bc-6edbe2fa2bce", "name": "Create team", "request": { "name": "Create team", "url": { "path": [ "api", "v1", "accounts", "{{account_id}}", "teams" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"allow_auto_assign\": true\n}", "options": { "raw": { "language": "json" } } } }, "response": [] }, { "id": "d79cbad8-15d9-44cc-9d78-977c14657589", "name": "Get team", "request": { "name": "Get team", "url": { "path": [ "api", "v1", "accounts", "{{account_id}}", "teams", "{{team_id}}" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "GET" }, "response": [] }, { "id": "12fc75ec-1025-426a-bbb0-981ca78bec5d", "name": "Update team", "request": { "name": "Update team", "url": { "path": [ "api", "v1", "accounts", "{{account_id}}", "teams", "{{team_id}}" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "PATCH", "body": { "mode": "raw", "raw": "{\n \"name\": \"\"\n}", "options": { "raw": { "language": "json" } } } }, "response": [] }, { "id": "4807a1fe-f5ef-4216-a1e1-c825a72a93e6", "name": "Delete team", "request": { "name": "Delete team", "url": { "path": [ "api", "v1", "accounts", "{{account_id}}", "teams", "{{team_id}}" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "DELETE" }, "response": [] } ] }, { "id": "4fefb3f8-b018-4614-b71f-65322097d5d8", "name": "Application - Inboxes", "description": { "content": "", "type": "text/plain" }, "item": [ { "id": "70229ea2-dc78-4101-89e2-4ae2e910b864", "name": "List inboxes", "request": { "name": "List inboxes", "url": { "path": [ "api", "v1", "accounts", "{{account_id}}", "inboxes" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "GET" }, "response": [] }, { "id": "9dc10313-457d-42f9-9a0d-60ab1b2ad931", "name": "Get inbox", "request": { "name": "Get inbox", "url": { "path": [ "api", "v1", "accounts", "{{account_id}}", "inboxes", "{{id}}" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "GET" }, "response": [] }, { "id": "4814be06-ee5d-4635-9448-868702bcf918", "name": "Delete inbox", "request": { "name": "Delete inbox", "url": { "path": [ "api", "v1", "accounts", "{{account_id}}", "inboxes", "{{id}}" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "DELETE" }, "response": [] } ] }, { "id": "652c05c8-f36a-448b-aae7-90b0a0973d99", "name": "Application - Contacts", "description": { "content": "", "type": "text/plain" }, "item": [ { "id": "9ab2bf90-a9db-4e40-8410-ac97a25d25e2", "name": "List contacts", "request": { "name": "List contacts", "url": { "path": [ "api", "v1", "accounts", "{{account_id}}", "contacts" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "GET" }, "response": [] }, { "id": "6f0e5f01-3a18-4564-ab73-8eeb4ac87ddb", "name": "Create contact", "request": { "name": "Create contact", "url": { "path": [ "api", "v1", "accounts", "{{account_id}}", "contacts" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"email\": \"\",\n \"phone_number\": \"\"\n}", "options": { "raw": { "language": "json" } } } }, "response": [] }, { "id": "a8700b6e-81b9-48dc-a4ee-f4b3dc0b0893", "name": "Search contacts", "request": { "name": "Search contacts", "url": { "path": [ "api", "v1", "accounts", "{{account_id}}", "contacts", "search" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "q", "value": "" } ], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "GET" }, "response": [] }, { "id": "b5ff6d90-9325-4175-baca-d7726318c574", "name": "Filter contacts", "request": { "name": "Filter contacts", "url": { "path": [ "api", "v1", "accounts", "{{account_id}}", "contacts", "filter" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"payload\": [\n {\n \"attribute_key\": \"email\",\n \"filter_operator\": \"contains\",\n \"values\": [\n \"example.com\"\n ]\n }\n ]\n}", "options": { "raw": { "language": "json" } } } }, "response": [] }, { "id": "25a4cb96-7955-47b0-a4f0-4d3d515e8272", "name": "Get contact", "request": { "name": "Get contact", "url": { "path": [ "api", "v1", "accounts", "{{account_id}}", "contacts", "{{id}}" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "GET" }, "response": [] }, { "id": "1fbbe0f5-1069-4425-a760-9ebbf1471390", "name": "Update contact", "request": { "name": "Update contact", "url": { "path": [ "api", "v1", "accounts", "{{account_id}}", "contacts", "{{id}}" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"name\": \"\"\n}", "options": { "raw": { "language": "json" } } } }, "response": [] }, { "id": "6c46f9ae-5938-46b0-a850-c94f4f582f14", "name": "Delete contact", "request": { "name": "Delete contact", "url": { "path": [ "api", "v1", "accounts", "{{account_id}}", "contacts", "{{id}}" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "DELETE" }, "response": [] }, { "id": "7a1aa3f3-3e76-4655-b89b-e9d4e1d028c6", "name": "List contact conversations", "request": { "name": "List contact conversations", "url": { "path": [ "api", "v1", "accounts", "{{account_id}}", "contacts", "{{id}}", "conversations" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "GET" }, "response": [] } ] }, { "id": "6194be82-a968-488d-9bbe-cbdfb294a899", "name": "Application - Conversations", "description": { "content": "", "type": "text/plain" }, "item": [ { "id": "88408ac8-c84e-4207-af4f-38fe8b477e76", "name": "List conversations", "request": { "name": "List conversations", "url": { "path": [ "api", "v1", "accounts", "{{account_id}}", "conversations" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "status", "value": "open" } ], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "GET" }, "response": [] }, { "id": "832449fb-c1e0-4523-af1d-bc079f53bdc4", "name": "Create conversation", "request": { "name": "Create conversation", "url": { "path": [ "api", "v1", "accounts", "{{account_id}}", "conversations" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"source_id\": \"\",\n \"inbox_id\": 1,\n \"contact_id\": 1,\n \"message\": {\n \"content\": \"\"\n }\n}", "options": { "raw": { "language": "json" } } } }, "response": [] }, { "id": "7fb98f6c-f705-42d4-b113-4ca0eb71744c", "name": "Get conversation", "request": { "name": "Get conversation", "url": { "path": [ "api", "v1", "accounts", "{{account_id}}", "conversations", "{{conversation_id}}" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "GET" }, "response": [] }, { "id": "6e0e8d4a-837f-49b6-b1e5-8446868a039d", "name": "Toggle status", "request": { "name": "Toggle status", "url": { "path": [ "api", "v1", "accounts", "{{account_id}}", "conversations", "{{conversation_id}}", "toggle_status" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"status\": \"resolved\"\n}", "options": { "raw": { "language": "json" } } } }, "response": [] }, { "id": "379f57e9-a1e9-4121-96f1-0206607ce836", "name": "Assign conversation", "request": { "name": "Assign conversation", "url": { "path": [ "api", "v1", "accounts", "{{account_id}}", "conversations", "{{conversation_id}}", "assignments" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"assignee_id\": 1\n}", "options": { "raw": { "language": "json" } } } }, "response": [] } ] }, { "id": "9a797a26-9dd8-4b75-bea0-f382ed78da99", "name": "Application - Messages", "description": { "content": "", "type": "text/plain" }, "item": [ { "id": "7159f6ca-9907-460f-aedf-86b7765181f2", "name": "List messages", "request": { "name": "List messages", "url": { "path": [ "api", "v1", "accounts", "{{account_id}}", "conversations", "{{conversation_id}}", "messages" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "GET" }, "response": [] }, { "id": "d70b83bd-d03b-4459-95d3-ea1148bc2609", "name": "Create message", "request": { "name": "Create message", "url": { "path": [ "api", "v1", "accounts", "{{account_id}}", "conversations", "{{conversation_id}}", "messages" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"content\": \"\",\n \"message_type\": \"outgoing\",\n \"private\": false\n}", "options": { "raw": { "language": "json" } } } }, "response": [] }, { "id": "1f5dbf4c-af37-443d-b23e-aa69ab7f0d06", "name": "Delete message", "request": { "name": "Delete message", "url": { "path": [ "api", "v1", "accounts", "{{account_id}}", "conversations", "{{conversation_id}}", "messages", "{{message_id}}" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "DELETE" }, "response": [] } ] }, { "id": "065265ef-014a-49b1-9ddb-33a914bf9832", "name": "Application - Labels", "description": { "content": "", "type": "text/plain" }, "item": [ { "id": "ca5303e7-4dd4-4602-874e-72c23bf481d7", "name": "List labels", "request": { "name": "List labels", "url": { "path": [ "api", "v1", "accounts", "{{account_id}}", "labels" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "GET" }, "response": [] }, { "id": "b7533d97-cc3a-4095-90d7-209c1224f040", "name": "Get conversation labels", "request": { "name": "Get conversation labels", "url": { "path": [ "api", "v1", "accounts", "{{account_id}}", "conversations", "{{conversation_id}}", "labels" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "GET" }, "response": [] }, { "id": "51b01cd1-0c3e-4eb8-b090-807f04365bf5", "name": "Set conversation labels", "request": { "name": "Set conversation labels", "url": { "path": [ "api", "v1", "accounts", "{{account_id}}", "conversations", "{{conversation_id}}", "labels" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"labels\": [\n \"billing\",\n \"urgent\"\n ]\n}", "options": { "raw": { "language": "json" } } } }, "response": [] } ] }, { "id": "d096526f-e55d-41aa-b016-5184dce67a25", "name": "Application - Custom Attributes", "description": { "content": "", "type": "text/plain" }, "item": [ { "id": "e3ef9973-bea9-4800-9eda-66a9de302b7c", "name": "List definitions", "request": { "name": "List definitions", "url": { "path": [ "api", "v1", "accounts", "{{account_id}}", "custom_attribute_definitions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "GET" }, "response": [] }, { "id": "7d49fcc7-dfaf-405d-acdf-dde5cf3c934c", "name": "Create definition", "request": { "name": "Create definition", "url": { "path": [ "api", "v1", "accounts", "{{account_id}}", "custom_attribute_definitions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"attribute_display_name\": \"\",\n \"attribute_key\": \"\",\n \"attribute_display_type\": \"text\",\n \"attribute_model\": \"conversation_attribute\"\n}", "options": { "raw": { "language": "json" } } } }, "response": [] }, { "id": "1618374e-ab60-451c-9738-e347d7baecab", "name": "Delete definition", "request": { "name": "Delete definition", "url": { "path": [ "api", "v1", "accounts", "{{account_id}}", "custom_attribute_definitions", "{{id}}" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "DELETE" }, "response": [] } ] }, { "id": "004b44dc-1ad4-4071-a5e1-c7bff6ae7485", "name": "Application - Canned Responses", "description": { "content": "", "type": "text/plain" }, "item": [ { "id": "c626f225-d1bb-4491-a74b-35727c6727e7", "name": "List canned responses", "request": { "name": "List canned responses", "url": { "path": [ "api", "v1", "accounts", "{{account_id}}", "canned_responses" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "GET" }, "response": [] }, { "id": "5804fc23-f0af-4e99-a5f9-6a09c432e594", "name": "Create canned response", "request": { "name": "Create canned response", "url": { "path": [ "api", "v1", "accounts", "{{account_id}}", "canned_responses" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"short_code\": \"\",\n \"content\": \"\"\n}", "options": { "raw": { "language": "json" } } } }, "response": [] }, { "id": "dc3b1a14-537e-4d79-ba3c-9ba51165a06c", "name": "Delete canned response", "request": { "name": "Delete canned response", "url": { "path": [ "api", "v1", "accounts", "{{account_id}}", "canned_responses", "{{id}}" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "DELETE" }, "response": [] } ] }, { "id": "6402fc0f-ca43-4433-928a-31068a40051f", "name": "Application - Automation Rules", "description": { "content": "", "type": "text/plain" }, "item": [ { "id": "16d0f3ba-1bb2-49df-a947-ddd45122f119", "name": "List automation rules", "request": { "name": "List automation rules", "url": { "path": [ "api", "v1", "accounts", "{{account_id}}", "automation_rules" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "GET" }, "response": [] }, { "id": "e9c937b3-c1d9-441e-b89b-b8e1f01adb3e", "name": "Create automation rule", "request": { "name": "Create automation rule", "url": { "path": [ "api", "v1", "accounts", "{{account_id}}", "automation_rules" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"event_name\": \"conversation_created\",\n \"conditions\": [],\n \"actions\": []\n}", "options": { "raw": { "language": "json" } } } }, "response": [] }, { "id": "20901c15-9707-46a6-98b7-ab72d8272223", "name": "Delete automation rule", "request": { "name": "Delete automation rule", "url": { "path": [ "api", "v1", "accounts", "{{account_id}}", "automation_rules", "{{id}}" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "DELETE" }, "response": [] } ] }, { "id": "00524ce7-0f19-49d5-a3fd-f4140c563628", "name": "Application - Reports", "description": { "content": "", "type": "text/plain" }, "item": [ { "id": "66f43503-d70c-4911-ba9e-1be44d13ffad", "name": "Get metric report", "request": { "name": "Get metric report", "url": { "path": [ "api", "v1", "accounts", "{{account_id}}", "reports" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "metric", "value": "conversations_count" }, { "key": "type", "value": "account" }, { "key": "since", "value": "1719792000" }, { "key": "until", "value": "1722384000" } ], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "GET" }, "response": [] }, { "id": "2d6992a0-47d8-4a50-9297-a253774fd3e7", "name": "Conversation summary", "request": { "name": "Conversation summary", "url": { "path": [ "api", "v1", "accounts", "{{account_id}}", "conversations", "meta" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "GET" }, "response": [] } ] }, { "id": "42365d6c-643b-4bd1-9f94-40429591f4e5", "name": "Client - Contacts", "description": { "content": "", "type": "text/plain" }, "item": [ { "id": "aa45d946-ab1f-4c2a-82a5-6305d5e8aac2", "name": "Create client contact", "request": { "name": "Create client contact", "url": { "path": [ "public", "api", "v1", "inboxes", "{{inbox_identifier}}", "contacts" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"identifier\": \"\",\n \"email\": \"\",\n \"name\": \"\"\n}", "options": { "raw": { "language": "json" } } } }, "response": [] }, { "id": "1cfcf46a-db7b-48e0-970d-a7f09636ede6", "name": "Get client contact", "request": { "name": "Get client contact", "url": { "path": [ "public", "api", "v1", "inboxes", "{{inbox_identifier}}", "contacts", "{{contact_identifier}}" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "GET" }, "response": [] }, { "id": "d0d9bc10-edbf-4a80-806a-e0d95cb09e81", "name": "Update client contact", "request": { "name": "Update client contact", "url": { "path": [ "public", "api", "v1", "inboxes", "{{inbox_identifier}}", "contacts", "{{contact_identifier}}" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "PATCH", "body": { "mode": "raw", "raw": "{\n \"email\": \"\"\n}", "options": { "raw": { "language": "json" } } } }, "response": [] } ] }, { "id": "e030aab4-4cf2-4ce5-a14d-34ec4085ade5", "name": "Client - Conversations", "description": { "content": "", "type": "text/plain" }, "item": [ { "id": "c0609e99-d2d0-477b-a97c-f7f075ab5c7c", "name": "List client conversations", "request": { "name": "List client conversations", "url": { "path": [ "public", "api", "v1", "inboxes", "{{inbox_identifier}}", "contacts", "{{contact_identifier}}", "conversations" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "GET" }, "response": [] }, { "id": "a7a6f908-b344-4b2d-a67a-bbdae78a8268", "name": "Create client conversation", "request": { "name": "Create client conversation", "url": { "path": [ "public", "api", "v1", "inboxes", "{{inbox_identifier}}", "contacts", "{{contact_identifier}}", "conversations" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "language": "json" } } } }, "response": [] }, { "id": "66a7caf5-b09b-4543-bfdb-7da7ce38e3d9", "name": "Toggle status", "request": { "name": "Toggle status", "url": { "path": [ "public", "api", "v1", "inboxes", "{{inbox_identifier}}", "contacts", "{{contact_identifier}}", "conversations", "{{conversation_id}}", "toggle_status" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "language": "json" } } } }, "response": [] }, { "id": "407c4f5f-88b9-49db-a65f-2d7758fc97ce", "name": "Toggle typing", "request": { "name": "Toggle typing", "url": { "path": [ "public", "api", "v1", "inboxes", "{{inbox_identifier}}", "contacts", "{{contact_identifier}}", "conversations", "{{conversation_id}}", "toggle_typing" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"typing_status\": \"on\"\n}", "options": { "raw": { "language": "json" } } } }, "response": [] }, { "id": "89e938cf-caca-4c84-b12d-04e9c081f60c", "name": "Update last seen", "request": { "name": "Update last seen", "url": { "path": [ "public", "api", "v1", "inboxes", "{{inbox_identifier}}", "contacts", "{{contact_identifier}}", "conversations", "{{conversation_id}}", "update_last_seen" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "language": "json" } } } }, "response": [] } ] }, { "id": "9524d018-7382-4828-8dbc-93d9d7dfe350", "name": "Client - Messages", "description": { "content": "", "type": "text/plain" }, "item": [ { "id": "a32c8fc2-1b74-456b-a153-cdca566c9225", "name": "List client messages", "request": { "name": "List client messages", "url": { "path": [ "public", "api", "v1", "inboxes", "{{inbox_identifier}}", "contacts", "{{contact_identifier}}", "conversations", "{{conversation_id}}", "messages" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "GET" }, "response": [] }, { "id": "db889a43-f216-4a55-beb7-6f31ce034c23", "name": "Create client message", "request": { "name": "Create client message", "url": { "path": [ "public", "api", "v1", "inboxes", "{{inbox_identifier}}", "contacts", "{{contact_identifier}}", "conversations", "{{conversation_id}}", "messages" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"content\": \"\",\n \"echo_id\": \"\"\n}", "options": { "raw": { "language": "json" } } } }, "response": [] } ] }, { "id": "eca4434c-a7c3-4386-96f4-dbeb47d558db", "name": "Platform - Users", "description": { "content": "", "type": "text/plain" }, "item": [ { "id": "6dce1a29-ba13-4ab0-961b-3dc62d165251", "name": "Create user", "request": { "name": "Create user", "url": { "path": [ "platform", "api", "v1", "users" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"email\": \"\",\n \"password\": \"\"\n}", "options": { "raw": { "language": "json" } } } }, "response": [] }, { "id": "da3b9de7-1d9f-4ad4-9f48-d0c6e9913455", "name": "Get user", "request": { "name": "Get user", "url": { "path": [ "platform", "api", "v1", "users", "{{id}}" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "GET" }, "response": [] }, { "id": "137e46dc-7406-4628-adf6-886affc90246", "name": "Update user", "request": { "name": "Update user", "url": { "path": [ "platform", "api", "v1", "users", "{{id}}" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "PATCH", "body": { "mode": "raw", "raw": "{\n \"name\": \"\"\n}", "options": { "raw": { "language": "json" } } } }, "response": [] }, { "id": "19fa02e5-7f8d-4c14-b3dc-0618b3705ce4", "name": "Delete user", "request": { "name": "Delete user", "url": { "path": [ "platform", "api", "v1", "users", "{{id}}" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "DELETE" }, "response": [] }, { "id": "8e9b1839-d57b-4c1c-a0a3-9e61da145028", "name": "Get SSO login link", "request": { "name": "Get SSO login link", "url": { "path": [ "platform", "api", "v1", "users", "{{id}}", "login" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "GET" }, "response": [] } ] }, { "id": "798b2bd1-7fcd-40c8-9d6f-3f051c1d8f9e", "name": "Platform - Accounts", "description": { "content": "", "type": "text/plain" }, "item": [ { "id": "1bb39227-5946-4556-9ba4-1094d5015e17", "name": "Create account", "request": { "name": "Create account", "url": { "path": [ "platform", "api", "v1", "accounts" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"name\": \"\"\n}", "options": { "raw": { "language": "json" } } } }, "response": [] }, { "id": "c2876419-ad33-4524-b778-ec8c6b629f77", "name": "Get account", "request": { "name": "Get account", "url": { "path": [ "platform", "api", "v1", "accounts", "{{account_id}}" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "GET" }, "response": [] }, { "id": "c9759a86-93c5-4e9f-99df-574c5d2d1e24", "name": "Update account", "request": { "name": "Update account", "url": { "path": [ "platform", "api", "v1", "accounts", "{{account_id}}" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "PATCH", "body": { "mode": "raw", "raw": "{\n \"name\": \"\"\n}", "options": { "raw": { "language": "json" } } } }, "response": [] }, { "id": "caf8c7fc-9c96-443c-b2ae-afb722fc033c", "name": "Delete account", "request": { "name": "Delete account", "url": { "path": [ "platform", "api", "v1", "accounts", "{{account_id}}" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "DELETE" }, "response": [] }, { "id": "97e8f740-28e8-4e7d-9989-e91887c5997f", "name": "List account users", "request": { "name": "List account users", "url": { "path": [ "platform", "api", "v1", "accounts", "{{account_id}}", "account_users" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "GET" }, "response": [] }, { "id": "665bd1a6-4190-4345-af46-54b22cb6fcc3", "name": "Create account user", "request": { "name": "Create account user", "url": { "path": [ "platform", "api", "v1", "accounts", "{{account_id}}", "account_users" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"user_id\": 1,\n \"role\": \"administrator\"\n}", "options": { "raw": { "language": "json" } } } }, "response": [] } ] }, { "id": "ed148ae1-b884-4b2e-bf98-d3efca754619", "name": "Platform - Agent Bots", "description": { "content": "", "type": "text/plain" }, "item": [ { "id": "d314b007-04e2-4ce0-a550-23ac2b230507", "name": "List agent bots", "request": { "name": "List agent bots", "url": { "path": [ "platform", "api", "v1", "agent_bots" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "GET" }, "response": [] }, { "id": "5683ca69-51df-4427-b88b-8b062ce7486b", "name": "Create agent bot", "request": { "name": "Create agent bot", "url": { "path": [ "platform", "api", "v1", "agent_bots" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"outgoing_url\": \"\"\n}", "options": { "raw": { "language": "json" } } } }, "response": [] }, { "id": "8593dd7d-8088-4c7f-a8eb-13fe91241b6e", "name": "Get agent bot", "request": { "name": "Get agent bot", "url": { "path": [ "platform", "api", "v1", "agent_bots", "{{id}}" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "GET" }, "response": [] }, { "id": "713df755-8daa-427a-854f-7e47c68976e2", "name": "Update agent bot", "request": { "name": "Update agent bot", "url": { "path": [ "platform", "api", "v1", "agent_bots", "{{id}}" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "PATCH", "body": { "mode": "raw", "raw": "{\n \"name\": \"\"\n}", "options": { "raw": { "language": "json" } } } }, "response": [] }, { "id": "c96a35c8-7a4c-4dfd-8f2b-afa689d51725", "name": "Delete agent bot", "request": { "name": "Delete agent bot", "url": { "path": [ "platform", "api", "v1", "agent_bots", "{{id}}" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "api_access_token", "value": "{{api_access_token}}" }, { "key": "Content-Type", "value": "application/json" } ], "method": "DELETE" }, "response": [] } ] } ], "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "api_access_token" }, { "key": "value", "value": "{{api_access_token}}" }, { "key": "in", "value": "header" } ] }, "variable": [ { "key": "baseUrl", "value": "https://app.chatwoot.com" }, { "key": "api_access_token", "value": "" }, { "key": "account_id", "value": "1" }, { "key": "inbox_identifier", "value": "" }, { "key": "contact_identifier", "value": "" } ] }