{"info":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","description":"<html><head></head><body><p>This is the API documentation for tokewoot server.</p>\n<p>Contact Support:<br>Email: <a href=\"https://contato@tokewoot.com.br\">contato@tokewoot.com</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"19948737","collectionId":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","publishedId":"2sA3JNcgL3","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-05-13T18:53:39.000Z"},"item":[{"name":"api","item":[{"name":"v1","item":[{"name":"accounts/{account_id}","item":[{"name":"agents","item":[{"name":"{id}","item":[{"name":"Update Agent in Account","id":"9790ec9c-7071-41b8-b45d-4fff3ca1a9e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"role\": \"<string>\",\n  \"availability\": \"<string>\",\n  \"auto_offline\": \"<boolean>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/agents/:id","description":"<p>Update an Agent in Account</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","agents",":id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"1d75d0a4-0799-4ed9-bc1f-d7ac3a124271","description":{"content":"<p>(Required) The ID of the agent to be updated.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"},{"id":"a75b1c11-be94-45e3-b949-198a7eeb6659","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"9f5bfee8-78b0-4db5-8e88-20a3da504f78","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"role\": \"<string>\",\n  \"availability\": \"<string>\",\n  \"auto_offline\": \"<boolean>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"/api/v1/accounts/:account_id/agents/:id","path":["api","v1","accounts",":account_id","agents",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the agent to be updated."},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"uid\": \"<string>\",\n  \"name\": \"<string>\",\n  \"available_name\": \"<string>\",\n  \"display_name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"account_id\": \"<integer>\",\n  \"role\": \"<string>\",\n  \"confirmed\": \"<boolean>\",\n  \"availability_status\": \"<string>\",\n  \"auto_offline\": \"<boolean>\",\n  \"custom_attributes\": \"<object>\"\n}"},{"id":"84473634-165a-4c03-8e61-dbe17c5b9b1c","name":"Access denied","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"role\": \"<string>\",\n  \"availability\": \"<string>\",\n  \"auto_offline\": \"<boolean>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/agents/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","agents",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the agent to be updated."},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5e0f7a02-23fd-407e-97ca-8e5fbcbbadad","name":"Agent not found","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"role\": \"<string>\",\n  \"availability\": \"<string>\",\n  \"auto_offline\": \"<boolean>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/agents/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","agents",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the agent to be updated."},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9790ec9c-7071-41b8-b45d-4fff3ca1a9e0"},{"name":"Remove an Agent from Account","id":"f2208644-ff08-4c2f-95e9-04d3c1c9096e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/agents/:id","description":"<p>Remove an Agent from Account</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","agents",":id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"1b4cb890-f36d-4e2c-af8b-e32769beedb3","description":{"content":"<p>(Required) The ID of the agent to be deleted</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"},{"id":"59eebf64-75c3-4d2a-9d25-72299a69fe5f","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"64c4708b-7316-485b-b320-2fa2013b384e","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"/api/v1/accounts/:account_id/agents/:id","path":["api","v1","accounts",":account_id","agents",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the agent to be deleted"},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ff4158d7-5e13-468a-a79d-084626895ac1","name":"Access denied","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/agents/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","agents",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the agent to be deleted"},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f9eff3eb-42d8-4d4c-9b0d-0fbe397b62c1","name":"Agent not found","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/agents/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","agents",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the agent to be deleted"},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f2208644-ff08-4c2f-95e9-04d3c1c9096e"}],"id":"30de9cec-f201-4bcc-819c-7f24ca598bce","_postman_id":"30de9cec-f201-4bcc-819c-7f24ca598bce","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"List Agents in Account","id":"6ddd48d7-a78b-45a0-bc04-61fd4c0e22e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/8/agents","description":"<p>Get Details of Agents in an Account</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts","8","agents"],"host":["app","tokewoot","com"],"query":[],"variable":[]}},"response":[{"id":"16d557c5-b848-44ef-9521-c72538806dfe","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"/api/v1/accounts/:account_id/agents","path":["api","v1","accounts",":account_id","agents"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"uid\": \"<string>\",\n    \"name\": \"<string>\",\n    \"available_name\": \"<string>\",\n    \"display_name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"account_id\": \"<integer>\",\n    \"role\": \"<string>\",\n    \"confirmed\": \"<boolean>\",\n    \"availability_status\": \"<string>\",\n    \"auto_offline\": \"<boolean>\",\n    \"custom_attributes\": \"<object>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"uid\": \"<string>\",\n    \"name\": \"<string>\",\n    \"available_name\": \"<string>\",\n    \"display_name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"account_id\": \"<integer>\",\n    \"role\": \"<string>\",\n    \"confirmed\": \"<boolean>\",\n    \"availability_status\": \"<string>\",\n    \"auto_offline\": \"<boolean>\",\n    \"custom_attributes\": \"<object>\"\n  }\n]"},{"id":"b53fbb39-b069-4138-a066-d70411709ad7","name":"Access denied","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/agents","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","agents"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6ddd48d7-a78b-45a0-bc04-61fd4c0e22e0"},{"name":"Add a New Agent","id":"b49896ad-49dd-4d86-a1cd-630ca82e891a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"role\": \"<string>\",\n  \"availability_status\": \"<string>\",\n  \"auto_offline\": \"<boolean>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/agents","description":"<p>Add a new Agent to Account</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","agents"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"7ec0bbbd-cb45-42a8-8ed8-f42f53d4365c","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"b1ffa839-6f15-46d2-b8b3-78977d84dad6","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"role\": \"<string>\",\n  \"availability_status\": \"<string>\",\n  \"auto_offline\": \"<boolean>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"/api/v1/accounts/:account_id/agents","path":["api","v1","accounts",":account_id","agents"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"uid\": \"<string>\",\n  \"name\": \"<string>\",\n  \"available_name\": \"<string>\",\n  \"display_name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"account_id\": \"<integer>\",\n  \"role\": \"<string>\",\n  \"confirmed\": \"<boolean>\",\n  \"availability_status\": \"<string>\",\n  \"auto_offline\": \"<boolean>\",\n  \"custom_attributes\": \"<object>\"\n}"},{"id":"2d6de247-22d4-4118-9d98-77990683a21b","name":"Access denied","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"role\": \"<string>\",\n  \"availability_status\": \"<string>\",\n  \"auto_offline\": \"<boolean>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/agents","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","agents"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b49896ad-49dd-4d86-a1cd-630ca82e891a"}],"id":"72bff1b9-d419-44df-8fde-6bcb7f814dc6","_postman_id":"72bff1b9-d419-44df-8fde-6bcb7f814dc6","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"canned_responses","item":[{"name":"{id}","item":[{"name":"Update Canned Response in Account","id":"4cf2feb7-ff1f-4dd9-bfd4-1ccb9245983d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"content\": \"<string>\",\n  \"short_code\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/canned_responses/:id","description":"<p>Update a Canned Response in Account</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","canned_responses",":id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"d009e0be-b273-4073-9bd2-a6f5b94054a1","description":{"content":"<p>(Required) The ID of the canned response to be updated.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"},{"id":"813aa82c-d8fc-4faf-8d50-59d0b8148a45","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"bb0938cb-d139-4dcd-b643-952085d6f5ba","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/canned_responses/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","canned_responses",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the canned response to be updated."},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"content\": \"<string>\",\n  \"short_code\": \"<string>\",\n  \"account_id\": \"<integer>\"\n}"},{"id":"6a94e661-1a1a-4b54-96e3-16dd0b74bd05","name":"Access denied","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/canned_responses/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","canned_responses",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the canned response to be updated."},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f20fcf7e-70e8-4f76-a13f-06d5e5ba0f89","name":"Agent not found","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/canned_responses/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","canned_responses",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the canned response to be updated."},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4cf2feb7-ff1f-4dd9-bfd4-1ccb9245983d"},{"name":"Remove a Canned Response from Account","id":"2940cd72-4d7f-4937-b0fa-2fac55f661e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/canned_responses/:id","description":"<p>Remove a Canned Response from Account</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","canned_responses",":id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"c6c1b3c4-cadd-4a47-906c-139105187111","description":{"content":"<p>(Required) The ID of the canned response to be deleted</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"},{"id":"15448f38-15e5-4c5a-b538-ea2bbc249013","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"b13af89e-4d94-4a2c-ab07-d10ec197ed00","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/canned_responses/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","canned_responses",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the canned response to be deleted"},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d436bcb7-0972-49a1-9107-58a2788094d7","name":"Access denied","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/canned_responses/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","canned_responses",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the canned response to be deleted"},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b88ddd0b-922c-4349-ab5b-7d0f156ab6dd","name":"Canned Response not found","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/canned_responses/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","canned_responses",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the canned response to be deleted"},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2940cd72-4d7f-4937-b0fa-2fac55f661e2"}],"id":"0e104679-e7fe-4f01-b20a-b29dc578676b","_postman_id":"0e104679-e7fe-4f01-b20a-b29dc578676b","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"List all Canned Responses in an Account","id":"fd9f0d76-e14f-479c-b145-0c625c7fefd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/canned_responses","description":"<p>Get Details of Canned Responses in an Account</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","canned_responses"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"9aa0bdae-8f87-4f0e-bd60-291ba8461097","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"86d33e49-c6c2-4034-bf25-669a44d00a3f","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/canned_responses","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","canned_responses"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"content\": \"<string>\",\n    \"short_code\": \"<string>\",\n    \"account_id\": \"<integer>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"content\": \"<string>\",\n    \"short_code\": \"<string>\",\n    \"account_id\": \"<integer>\"\n  }\n]"},{"id":"0ef1b170-4a28-43d8-b01b-094cb57113bd","name":"Access denied","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/canned_responses","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","canned_responses"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fd9f0d76-e14f-479c-b145-0c625c7fefd9"},{"name":"Add a New Canned Response","id":"b058ad47-6f3f-43d1-9f1f-c3ee7ce8e243","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"content\": \"<string>\",\n  \"short_code\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/canned_responses","description":"<p>Add a new Canned Response to Account</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","canned_responses"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"f6fac4c3-62ac-4529-a81c-baf260d99dcc","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"bcabbc45-3219-4288-b5a0-947b7317ccd1","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/canned_responses","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","canned_responses"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"content\": \"<string>\",\n  \"short_code\": \"<string>\",\n  \"account_id\": \"<integer>\"\n}"},{"id":"ad85fba9-a0ef-48e2-bc8e-9a720ecb1c5e","name":"Access denied","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/canned_responses","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","canned_responses"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b058ad47-6f3f-43d1-9f1f-c3ee7ce8e243"}],"id":"08d4e9bd-71ca-4560-a10b-3246fb2ffff5","_postman_id":"08d4e9bd-71ca-4560-a10b-3246fb2ffff5","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"custom_attribute_definitions","item":[{"name":"{id}","item":[{"name":"Get a custom attribute details","id":"d6ee2fd9-994b-4415-b798-47448c23e960","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_attribute_definitions/:id","description":"<p>Get the details of a custom attribute in the account</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","custom_attribute_definitions",":id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"711dc290-f61d-4f72-b866-553700eb3394","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"7cf2b878-0b2d-4846-a8ae-0a810a4b1635","description":{"content":"<p>(Required) The ID of the custom attribute to be updated.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"d7f72d1a-abc5-4299-83c7-1bf78740f574","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_attribute_definitions/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_attribute_definitions",":id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<integer>","description":"(Required) The ID of the custom attribute to be updated."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"attribute_display_name\": \"<string>\",\n  \"attribute_display_type\": \"<string>\",\n  \"attribute_description\": \"<string>\",\n  \"attribute_key\": \"<string>\",\n  \"attribute_values\": \"<string>\",\n  \"default_value\": \"<string>\",\n  \"attribute_model\": \"<string>\",\n  \"account_id\": \"<integer>\"\n}"},{"id":"15a89a58-2005-49d4-9dd5-b5e255a73b4e","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_attribute_definitions/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_attribute_definitions",":id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<integer>","description":"(Required) The ID of the custom attribute to be updated."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"507be196-0039-4246-9d23-3c042f86b606","name":"The given attribute ID does not exist in the account","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_attribute_definitions/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_attribute_definitions",":id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<integer>","description":"(Required) The ID of the custom attribute to be updated."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d6ee2fd9-994b-4415-b798-47448c23e960"},{"name":"Update custom attribute in Account","id":"4410509c-8649-4720-85ca-7b7c48c583a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"attribute_display_name\": \"<string>\",\n  \"attribute_display_type\": \"<integer>\",\n  \"attribute_description\": \"<string>\",\n  \"attribute_key\": \"<string>\",\n  \"attribute_values\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"attribute_model\": \"<integer>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_attribute_definitions/:id","description":"<p>Update a custom attribute in account</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","custom_attribute_definitions",":id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"a375dce6-67c0-44bd-8f32-46f091149488","description":{"content":"<p>(Required) The ID of the custom attribute to be updated.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"},{"id":"ce9916f7-64c3-4ba8-a1e6-de1ade32e08a","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"6286f702-3539-4f4f-bb85-61ea5f4d2eac","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_attribute_definitions/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_attribute_definitions",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the custom attribute to be updated."},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"attribute_display_name\": \"<string>\",\n  \"attribute_display_type\": \"<string>\",\n  \"attribute_description\": \"<string>\",\n  \"attribute_key\": \"<string>\",\n  \"attribute_values\": \"<string>\",\n  \"default_value\": \"<string>\",\n  \"attribute_model\": \"<string>\",\n  \"account_id\": \"<integer>\"\n}"},{"id":"22478807-db25-4c8f-8c75-33cfe2a186a1","name":"Access denied","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_attribute_definitions/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_attribute_definitions",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the custom attribute to be updated."},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"893d19ae-a002-466f-af3f-471660b61e63","name":"Agent not found","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_attribute_definitions/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_attribute_definitions",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the custom attribute to be updated."},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4410509c-8649-4720-85ca-7b7c48c583a6"},{"name":"Remove a custom attribute from account","id":"afa86894-c106-4c1b-8272-dcbe9a24dd24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_attribute_definitions/:id","description":"<p>Remove a custom attribute from account</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","custom_attribute_definitions",":id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"81c36e9b-f433-4a74-8c64-3c1dd94bed4c","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"8ba20520-fae3-47bc-8897-686a23455901","description":{"content":"<p>(Required) The ID of the custom attribute to be deleted</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"58fc4f32-2aeb-4d60-a01a-9c9a57b66ea9","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_attribute_definitions/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_attribute_definitions",":id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<integer>","description":"(Required) The ID of the custom attribute to be deleted"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a632a724-6091-4e17-a583-e5bb0951fbad","name":"Access denied","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_attribute_definitions/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_attribute_definitions",":id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<integer>","description":"(Required) The ID of the custom attribute to be deleted"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"33b41ed1-5267-4a5e-94d7-dcaa81f7cc5e","name":"Custom attribute not found","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_attribute_definitions/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_attribute_definitions",":id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<integer>","description":"(Required) The ID of the custom attribute to be deleted"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"afa86894-c106-4c1b-8272-dcbe9a24dd24"}],"id":"f9f4a218-e503-4787-a815-4c2575fc5d9f","_postman_id":"f9f4a218-e503-4787-a815-4c2575fc5d9f","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"List all custom attributes in an account","id":"eb0d94ad-8bd6-4fa8-8484-aba64770c55e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_attribute_definitions?attribute_model=<string>","description":"<p>Get details of custom attributes in an Account</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","custom_attribute_definitions"],"host":["app","tokewoot","com"],"query":[{"description":{"content":"<p>(Required) conversation_attribute(0)/contact_attribute(1)</p>\n","type":"text/plain"},"key":"attribute_model","value":"<string>"}],"variable":[{"id":"0375bed5-c884-4a85-bb25-11e100c74ad6","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"477ec077-cb7c-4073-b316-18fa6eed7b16","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_attribute_definitions?attribute_model=<string>","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_attribute_definitions"],"query":[{"key":"attribute_model","value":"<string>"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"attribute_display_name\": \"<string>\",\n    \"attribute_display_type\": \"<string>\",\n    \"attribute_description\": \"<string>\",\n    \"attribute_key\": \"<string>\",\n    \"attribute_values\": \"<string>\",\n    \"default_value\": \"<string>\",\n    \"attribute_model\": \"<string>\",\n    \"account_id\": \"<integer>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"attribute_display_name\": \"<string>\",\n    \"attribute_display_type\": \"<string>\",\n    \"attribute_description\": \"<string>\",\n    \"attribute_key\": \"<string>\",\n    \"attribute_values\": \"<string>\",\n    \"default_value\": \"<string>\",\n    \"attribute_model\": \"<string>\",\n    \"account_id\": \"<integer>\"\n  }\n]"},{"id":"af0cd79f-1488-41fa-9d0b-43c9bee1c84b","name":"Access denied","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_attribute_definitions?attribute_model=<string>","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_attribute_definitions"],"query":[{"key":"attribute_model","value":"<string>"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"eb0d94ad-8bd6-4fa8-8484-aba64770c55e"},{"name":"Add a new custom attribute","id":"b2127a2b-4fe1-4811-9ab1-bb285b47cb5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"attribute_display_name\": \"<string>\",\n  \"attribute_display_type\": \"<integer>\",\n  \"attribute_description\": \"<string>\",\n  \"attribute_key\": \"<string>\",\n  \"attribute_values\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"attribute_model\": \"<integer>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_attribute_definitions","description":"<p>Add a new custom attribute to account</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","custom_attribute_definitions"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"453ba284-a963-4aba-9b15-15389a68db67","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"6908a3ea-1561-47b3-a97b-7fd7a0d79d07","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_attribute_definitions","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_attribute_definitions"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"attribute_display_name\": \"<string>\",\n  \"attribute_display_type\": \"<string>\",\n  \"attribute_description\": \"<string>\",\n  \"attribute_key\": \"<string>\",\n  \"attribute_values\": \"<string>\",\n  \"default_value\": \"<string>\",\n  \"attribute_model\": \"<string>\",\n  \"account_id\": \"<integer>\"\n}"},{"id":"d797e629-cf01-44f2-8a14-a604c965aa43","name":"Access denied","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_attribute_definitions","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_attribute_definitions"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b2127a2b-4fe1-4811-9ab1-bb285b47cb5f"}],"id":"db8fa998-0cc8-4d21-b00c-1d8e96bd3fd4","_postman_id":"db8fa998-0cc8-4d21-b00c-1d8e96bd3fd4","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"contacts","item":[{"name":"{id}","item":[{"name":"Show Contact","id":"83a7cc74-00e5-4cc9-94ad-cd8cdc27643f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id","description":"<p>Get a contact belonging to the account using ID</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","contacts",":id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"59a84a6a-2ffe-42cd-bac7-73bc8d019327","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"8d171c74-0f37-4ba9-a1c0-2c3d7e57221c","description":{"content":"<p>(Required) ID of the contact</p>\n","type":"text/plain"},"type":"any","value":"<number>","key":"id"}]}},"response":[{"id":"407df70d-035b-46c8-a5ad-e1b726c5b623","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts",":id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the contact"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"payload\": {\n    \"contact\": {\n      \"email\": \"<string>\",\n      \"name\": \"<string>\",\n      \"phone_number\": \"<string>\",\n      \"thumbnail\": \"<string>\",\n      \"additional_attributes\": \"<object>\",\n      \"custom_attributes\": \"<object>\",\n      \"contact_inboxes\": [\n        {\n          \"source_id\": \"<string>\",\n          \"inbox\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        {\n          \"source_id\": \"<string>\",\n          \"inbox\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        }\n      ]\n    }\n  },\n  \"id\": \"<number>\",\n  \"availability_status\": \"<string>\"\n}"},{"id":"159719d3-67b7-481f-b410-f4d97873e105","name":"Access denied","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts",":id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the contact"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"355687ec-e4c8-4e59-bf8e-da4337dc0d3e","name":"Contact not found","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts",":id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the contact"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"83a7cc74-00e5-4cc9-94ad-cd8cdc27643f"},{"name":"Update Contact","id":"41059108-48cf-4aa7-9f8c-8ec687eb21ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"phone_number\": \"<string>\",\n  \"avatar\": \"<binary>\",\n  \"avatar_url\": \"<string>\",\n  \"identifier\": \"<string>\",\n  \"custom_attributes\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id","description":"<p>Update a contact belonging to the account using ID</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","contacts",":id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"31f3d5f4-f110-4c62-be06-86d7dd8dd78e","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"c3c299ea-03a4-4934-a7b9-e22bf0cc1a89","description":{"content":"<p>(Required) ID of the contact</p>\n","type":"text/plain"},"type":"any","value":"<number>","key":"id"}]}},"response":[{"id":"c39b3d81-37d2-4fcd-ac17-9907c004e103","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"phone_number\": \"<string>\",\n  \"avatar\": \"<binary>\",\n  \"avatar_url\": \"<string>\",\n  \"identifier\": \"<string>\",\n  \"custom_attributes\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts",":id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the contact"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<number>\",\n  \"payload\": {\n    \"contact\": {\n      \"email\": \"<string>\",\n      \"name\": \"<string>\",\n      \"phone_number\": \"<string>\",\n      \"thumbnail\": \"<string>\",\n      \"additional_attributes\": \"<object>\",\n      \"custom_attributes\": \"<object>\",\n      \"contact_inboxes\": [\n        {\n          \"source_id\": \"<string>\",\n          \"inbox\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        {\n          \"source_id\": \"<string>\",\n          \"inbox\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        }\n      ]\n    }\n  }\n}"},{"id":"7fafa557-07ad-4abb-8590-a4f8de96c1e7","name":"Access denied","originalRequest":{"method":"PUT","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"phone_number\": \"<string>\",\n  \"avatar\": \"<binary>\",\n  \"avatar_url\": \"<string>\",\n  \"identifier\": \"<string>\",\n  \"custom_attributes\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts",":id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the contact"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"387c03c7-efd9-49b9-aa51-bc9f81dbf12d","name":"Contact not found","originalRequest":{"method":"PUT","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"phone_number\": \"<string>\",\n  \"avatar\": \"<binary>\",\n  \"avatar_url\": \"<string>\",\n  \"identifier\": \"<string>\",\n  \"custom_attributes\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts",":id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the contact"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"41059108-48cf-4aa7-9f8c-8ec687eb21ab"},{"name":"Delete Contact","id":"0036fa91-5a82-46b3-a0fd-594c60b85404","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","contacts",":id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"ebb5ac49-7e98-47e2-9535-e045f0707f50","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"a469d581-7030-4a9a-b77d-33b0fe9c2192","description":{"content":"<p>(Required) ID of the contact</p>\n","type":"text/plain"},"type":"any","value":"<number>","key":"id"}]}},"response":[{"id":"8a906733-a931-4a90-a9d2-82ac9354d972","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts",":id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the contact"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9fd44f17-c04b-4d42-8808-79cc082e13b6","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts",":id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the contact"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"93306f2a-9bde-4ab2-a41f-a4a465cb14fc","name":"Contact not found","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts",":id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the contact"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0036fa91-5a82-46b3-a0fd-594c60b85404"},{"name":"Contact Conversations","id":"54dcbdc2-7658-4e98-aa47-0c7e9492a794","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id/conversations","description":"<p>Get conversations associated to that contact</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","contacts",":id","conversations"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"2e152c1b-a38d-4b3d-971b-8c581ca9f2fc","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"476dc78e-ac44-4b18-b63f-752a4b493c63","description":{"content":"<p>(Required) ID of the contact</p>\n","type":"text/plain"},"type":"any","value":"<number>","key":"id"}]}},"response":[{"id":"8e059ff5-fe20-47cb-92d2-32287f813d4f","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id/conversations","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts",":id","conversations"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the contact"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<number>\",\n    \"messages\": [\n      {\n        \"content\": \"<string>\",\n        \"content_type\": \"<string>\",\n        \"content_attributes\": \"<object>\",\n        \"message_type\": \"<string>\",\n        \"created_at\": \"<integer>\",\n        \"private\": \"<boolean>\",\n        \"attachment\": \"<object>\",\n        \"sender\": \"<object>\",\n        \"conversation_id\": \"<number>\"\n      },\n      {\n        \"content\": \"<string>\",\n        \"content_type\": \"<string>\",\n        \"content_attributes\": \"<object>\",\n        \"message_type\": \"<string>\",\n        \"created_at\": \"<integer>\",\n        \"private\": \"<boolean>\",\n        \"attachment\": \"<object>\",\n        \"sender\": \"<object>\",\n        \"conversation_id\": \"<number>\"\n      }\n    ],\n    \"account_id\": \"<number>\",\n    \"inbox_id\": \"<number>\",\n    \"status\": \"<string>\",\n    \"timestamp\": \"<string>\",\n    \"contact_last_seen_at\": \"<string>\",\n    \"agent_last_seen_at\": \"<string>\",\n    \"unread_count\": \"<number>\",\n    \"additional_attributes\": \"<object>\",\n    \"custom_attributes\": \"<object>\",\n    \"meta\": {\n      \"sender\": {\n        \"id\": \"<number>\",\n        \"name\": \"<string>\",\n        \"thumbnail\": \"<string>\",\n        \"channel\": \"<string>\"\n      },\n      \"assignee\": {\n        \"id\": \"<number>\",\n        \"uid\": \"<string>\",\n        \"name\": \"<string>\",\n        \"available_name\": \"<string>\",\n        \"display_name\": \"<string>\",\n        \"email\": \"<string>\",\n        \"account_id\": \"<number>\",\n        \"role\": \"<string>\",\n        \"confirmed\": \"<boolean>\",\n        \"custom_attributes\": \"<object>\",\n        \"accounts\": [\n          {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"role\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"role\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    },\n    \"display_id\": \"<number>\"\n  },\n  {\n    \"id\": \"<number>\",\n    \"messages\": [\n      {\n        \"content\": \"<string>\",\n        \"content_type\": \"<string>\",\n        \"content_attributes\": \"<object>\",\n        \"message_type\": \"<string>\",\n        \"created_at\": \"<integer>\",\n        \"private\": \"<boolean>\",\n        \"attachment\": \"<object>\",\n        \"sender\": \"<object>\",\n        \"conversation_id\": \"<number>\"\n      },\n      {\n        \"content\": \"<string>\",\n        \"content_type\": \"<string>\",\n        \"content_attributes\": \"<object>\",\n        \"message_type\": \"<string>\",\n        \"created_at\": \"<integer>\",\n        \"private\": \"<boolean>\",\n        \"attachment\": \"<object>\",\n        \"sender\": \"<object>\",\n        \"conversation_id\": \"<number>\"\n      }\n    ],\n    \"account_id\": \"<number>\",\n    \"inbox_id\": \"<number>\",\n    \"status\": \"<string>\",\n    \"timestamp\": \"<string>\",\n    \"contact_last_seen_at\": \"<string>\",\n    \"agent_last_seen_at\": \"<string>\",\n    \"unread_count\": \"<number>\",\n    \"additional_attributes\": \"<object>\",\n    \"custom_attributes\": \"<object>\",\n    \"meta\": {\n      \"sender\": {\n        \"id\": \"<number>\",\n        \"name\": \"<string>\",\n        \"thumbnail\": \"<string>\",\n        \"channel\": \"<string>\"\n      },\n      \"assignee\": {\n        \"id\": \"<number>\",\n        \"uid\": \"<string>\",\n        \"name\": \"<string>\",\n        \"available_name\": \"<string>\",\n        \"display_name\": \"<string>\",\n        \"email\": \"<string>\",\n        \"account_id\": \"<number>\",\n        \"role\": \"<string>\",\n        \"confirmed\": \"<boolean>\",\n        \"custom_attributes\": \"<object>\",\n        \"accounts\": [\n          {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"role\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"role\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    },\n    \"display_id\": \"<number>\"\n  }\n]"},{"id":"1bbc347e-47af-4f63-9829-f6f9e756a152","name":"Access denied","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id/conversations","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts",":id","conversations"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the contact"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9fa8ae13-e055-4c70-88dd-efac60d64cdb","name":"Contact not found","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id/conversations","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts",":id","conversations"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the contact"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"54dcbdc2-7658-4e98-aa47-0c7e9492a794"},{"name":"Create contact inbox","id":"1182ba0a-6cc3-4193-9d88-9b796995c908","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"inbox_id\": \"<number>\",\n  \"source_id\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id/contact_inboxes","description":"<p>Create a contact inbox record for an inbox</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","contacts",":id","contact_inboxes"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"47611fe8-8cfb-4f16-9701-fecfa65d486c","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"c3513bfd-6287-4a96-a580-44acb7327952","description":{"content":"<p>(Required) ID of the contact</p>\n","type":"text/plain"},"type":"any","value":"<number>","key":"id"}]}},"response":[{"id":"697760a4-f64a-4661-9db2-455c2cf4cce8","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"inbox_id\": \"<number>\",\n  \"source_id\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id/contact_inboxes","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts",":id","contact_inboxes"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the contact"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"source_id\": \"<string>\",\n  \"inbox\": {\n    \"id\": \"<number>\",\n    \"name\": \"<string>\",\n    \"website_url\": \"<string>\",\n    \"channel_type\": \"<string>\",\n    \"avatar_url\": \"<string>\",\n    \"widget_color\": \"<string>\",\n    \"website_token\": \"<string>\",\n    \"enable_auto_assignment\": \"<boolean>\",\n    \"web_widget_script\": \"<string>\",\n    \"welcome_title\": \"<string>\",\n    \"welcome_tagline\": \"<string>\",\n    \"greeting_enabled\": \"<boolean>\",\n    \"greeting_message\": \"<string>\"\n  }\n}"},{"id":"6ddc6008-cd4e-4a23-94f7-ca3c3bf8351d","name":"Authentication error","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"inbox_id\": \"<number>\",\n  \"source_id\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id/contact_inboxes","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts",":id","contact_inboxes"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the contact"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"description\": \"<string>\",\n  \"errors\": [\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\",\n      \"code\": \"<string>\"\n    },\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\",\n      \"code\": \"<string>\"\n    }\n  ]\n}"},{"id":"e5e60e7f-34d4-4451-a251-47bd301537c5","name":"Incorrect payload","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"inbox_id\": \"<number>\",\n  \"source_id\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id/contact_inboxes","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts",":id","contact_inboxes"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the contact"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1182ba0a-6cc3-4193-9d88-9b796995c908"},{"name":"Get Contactable Inboxes","id":"a4782cb2-2639-4feb-b572-ae513577f242","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id/contactable_inboxes","description":"<p>Get List of contactable Inboxes</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","contacts",":id","contactable_inboxes"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"7daaf89d-b7e9-4661-a8cd-27f9b1ebabec","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"3c42bebe-da7e-4a72-995b-24afd3983fe2","description":{"content":"<p>(Required) ID of the contact</p>\n","type":"text/plain"},"type":"any","value":"<number>","key":"id"}]}},"response":[{"id":"c26c1cd7-5fc5-42dc-aabc-c3f3ee15da36","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id/contactable_inboxes","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts",":id","contactable_inboxes"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the contact"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"source_id\": \"<string>\",\n  \"inbox\": {\n    \"id\": \"<number>\",\n    \"name\": \"<string>\",\n    \"website_url\": \"<string>\",\n    \"channel_type\": \"<string>\",\n    \"avatar_url\": \"<string>\",\n    \"widget_color\": \"<string>\",\n    \"website_token\": \"<string>\",\n    \"enable_auto_assignment\": \"<boolean>\",\n    \"web_widget_script\": \"<string>\",\n    \"welcome_title\": \"<string>\",\n    \"welcome_tagline\": \"<string>\",\n    \"greeting_enabled\": \"<boolean>\",\n    \"greeting_message\": \"<string>\"\n  }\n}"},{"id":"d7cb5e6d-6b3c-4cd8-b85b-c59bf252ea8a","name":"Authentication error","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id/contactable_inboxes","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts",":id","contactable_inboxes"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the contact"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"description\": \"<string>\",\n  \"errors\": [\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\",\n      \"code\": \"<string>\"\n    },\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\",\n      \"code\": \"<string>\"\n    }\n  ]\n}"},{"id":"f20fdde7-9fb5-4878-9160-2be59c46e3d8","name":"Incorrect payload","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id/contactable_inboxes","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts",":id","contactable_inboxes"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the contact"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a4782cb2-2639-4feb-b572-ae513577f242"}],"id":"06eb6371-97c7-4641-85af-5e8c67d737fc","_postman_id":"06eb6371-97c7-4641-85af-5e8c67d737fc","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"List Contacts","id":"4800d5ba-6a0b-4f42-a0c1-52846d7899bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts?sort=<string>&page=1","description":"<p>Listing all the resolved contacts with pagination (Page size = 15) . Resolved contacts are the ones with a value for identifier, email or phone number</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","contacts"],"host":["app","tokewoot","com"],"query":[{"description":{"content":"<p>The attribute by which list should be sorted</p>\n","type":"text/plain"},"key":"sort","value":"<string>"},{"description":{"content":"<p>The page parameter</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[{"id":"448d8953-ec6d-4203-a6f0-bbb819d23258","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"da2898f7-c5ac-4a19-b8dd-7d7f7cfb4fd0","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts?sort=<string>&page=1","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts"],"query":[{"key":"sort","value":"<string>"},{"key":"page","value":"1"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<number>\",\n    \"payload\": {\n      \"contact\": {\n        \"email\": \"<string>\",\n        \"name\": \"<string>\",\n        \"phone_number\": \"<string>\",\n        \"thumbnail\": \"<string>\",\n        \"additional_attributes\": \"<object>\",\n        \"custom_attributes\": \"<object>\",\n        \"contact_inboxes\": [\n          {\n            \"source_id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inbox\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"source_id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inbox\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    }\n  },\n  {\n    \"id\": \"<number>\",\n    \"payload\": {\n      \"contact\": {\n        \"email\": \"<string>\",\n        \"name\": \"<string>\",\n        \"phone_number\": \"<string>\",\n        \"thumbnail\": \"<string>\",\n        \"additional_attributes\": \"<object>\",\n        \"custom_attributes\": \"<object>\",\n        \"contact_inboxes\": [\n          {\n            \"source_id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inbox\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"source_id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inbox\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    }\n  }\n]"},{"id":"a715fa27-4f18-4bc2-ba78-55226089e66f","name":"Bad Request Error","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts?sort=<string>&page=1","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts"],"query":[{"key":"sort","value":"<string>"},{"key":"page","value":"1"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"description\": \"<string>\",\n  \"errors\": [\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\",\n      \"code\": \"<string>\"\n    },\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\",\n      \"code\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"4800d5ba-6a0b-4f42-a0c1-52846d7899bc"},{"name":"Create Contact","id":"81badf3d-19f4-4dfb-b2fa-e7d3209712b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"inbox_id\": \"<number>\",\n  \"name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"phone_number\": \"<string>\",\n  \"avatar\": \"<binary>\",\n  \"avatar_url\": \"<string>\",\n  \"identifier\": \"<string>\",\n  \"custom_attributes\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts","description":"<p>Create a new Contact</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","contacts"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"c34cee06-92b6-406f-bdad-d15a195f32da","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"3c30ab86-cae2-4cb5-8f3a-8ce8271285f1","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"inbox_id\": \"<number>\",\n  \"name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"phone_number\": \"<string>\",\n  \"avatar\": \"<binary>\",\n  \"avatar_url\": \"<string>\",\n  \"identifier\": \"<string>\",\n  \"custom_attributes\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"payload\": {\n    \"contact\": {\n      \"email\": \"<string>\",\n      \"name\": \"<string>\",\n      \"phone_number\": \"<string>\",\n      \"thumbnail\": \"<string>\",\n      \"additional_attributes\": \"<object>\",\n      \"custom_attributes\": \"<object>\",\n      \"contact_inboxes\": [\n        {\n          \"source_id\": \"<string>\",\n          \"inbox\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        {\n          \"source_id\": \"<string>\",\n          \"inbox\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        }\n      ]\n    }\n  },\n  \"id\": \"<number>\",\n  \"availability_status\": \"<string>\"\n}"},{"id":"fd8c0e6a-0b9c-4b6f-90b7-ceecdb84ec84","name":"Bad Request Error","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"inbox_id\": \"<number>\",\n  \"name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"phone_number\": \"<string>\",\n  \"avatar\": \"<binary>\",\n  \"avatar_url\": \"<string>\",\n  \"identifier\": \"<string>\",\n  \"custom_attributes\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"description\": \"<string>\",\n  \"errors\": [\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\",\n      \"code\": \"<string>\"\n    },\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\",\n      \"code\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"81badf3d-19f4-4dfb-b2fa-e7d3209712b6"},{"name":"Search Contacts","id":"d7fcee31-8355-409f-8fb7-680d9bd69990","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/search?q=<string>&sort=<string>&page=1","description":"<p>Search the resolved contacts using a search key, currently supports email search (Page size = 15). Resolved contacts are the ones with a value for identifier, email or phone number</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","contacts","search"],"host":["app","tokewoot","com"],"query":[{"description":{"content":"<p>Search using contact <code>name</code>, <code>identifier</code>, <code>email</code> or <code>phone number</code></p>\n","type":"text/plain"},"key":"q","value":"<string>"},{"description":{"content":"<p>The attribute by which list should be sorted</p>\n","type":"text/plain"},"key":"sort","value":"<string>"},{"description":{"content":"<p>The page parameter</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[{"id":"f535da6a-0e90-458e-bfcf-1a4b4801e3e3","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"466a885f-e08a-43a8-8fd2-558c3c30f356","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/search?q=<string>&sort=<string>&page=1","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts","search"],"query":[{"key":"q","value":"<string>"},{"key":"sort","value":"<string>"},{"key":"page","value":"1"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"payload\": [\n    {\n      \"id\": \"<number>\",\n      \"payload\": {\n        \"contact\": {\n          \"email\": \"<string>\",\n          \"name\": \"<string>\",\n          \"phone_number\": \"<string>\",\n          \"thumbnail\": \"<string>\",\n          \"additional_attributes\": \"<object>\",\n          \"custom_attributes\": \"<object>\",\n          \"contact_inboxes\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    },\n    {\n      \"id\": \"<number>\",\n      \"payload\": {\n        \"contact\": {\n          \"email\": \"<string>\",\n          \"name\": \"<string>\",\n          \"phone_number\": \"<string>\",\n          \"thumbnail\": \"<string>\",\n          \"additional_attributes\": \"<object>\",\n          \"custom_attributes\": \"<object>\",\n          \"contact_inboxes\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    }\n  ]\n}"},{"id":"83a904b0-e91c-4391-be3e-34a15b91cae3","name":"Authentication error","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/search?q=<string>&sort=<string>&page=1","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts","search"],"query":[{"key":"q","value":"<string>"},{"key":"sort","value":"<string>"},{"key":"page","value":"1"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"description\": \"<string>\",\n  \"errors\": [\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\",\n      \"code\": \"<string>\"\n    },\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\",\n      \"code\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"d7fcee31-8355-409f-8fb7-680d9bd69990"},{"name":"Contact Filter","id":"79558202-4c03-4842-9589-a43a71640f6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"[\n  {\n    \"attribute_key\": \"<string>\",\n    \"filter_operator\": \"<string>\",\n    \"values\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"query_operator\": \"<string>\"\n  },\n  {\n    \"attribute_key\": \"<string>\",\n    \"filter_operator\": \"<string>\",\n    \"values\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"query_operator\": \"<string>\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/filter?page=<integer>","description":"<p>Filter contacts with custom filter options and pagination</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","contacts","filter"],"host":["app","tokewoot","com"],"query":[{"key":"page","value":"<integer>"}],"variable":[{"id":"7dd5a60b-eaa0-4cd9-8be8-3287caee94f8","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"18b3de52-3d7a-46fa-8915-44f517a7f088","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"[\n  {\n    \"attribute_key\": \"<string>\",\n    \"filter_operator\": \"<string>\",\n    \"values\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"query_operator\": \"<string>\"\n  },\n  {\n    \"attribute_key\": \"<string>\",\n    \"filter_operator\": \"<string>\",\n    \"values\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"query_operator\": \"<string>\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/filter?page=<integer>","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts","filter"],"query":[{"key":"page","value":"<integer>"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<number>\",\n    \"payload\": {\n      \"contact\": {\n        \"email\": \"<string>\",\n        \"name\": \"<string>\",\n        \"phone_number\": \"<string>\",\n        \"thumbnail\": \"<string>\",\n        \"additional_attributes\": \"<object>\",\n        \"custom_attributes\": \"<object>\",\n        \"contact_inboxes\": [\n          {\n            \"source_id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inbox\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"source_id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inbox\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    }\n  },\n  {\n    \"id\": \"<number>\",\n    \"payload\": {\n      \"contact\": {\n        \"email\": \"<string>\",\n        \"name\": \"<string>\",\n        \"phone_number\": \"<string>\",\n        \"thumbnail\": \"<string>\",\n        \"additional_attributes\": \"<object>\",\n        \"custom_attributes\": \"<object>\",\n        \"contact_inboxes\": [\n          {\n            \"source_id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inbox\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"source_id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inbox\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    }\n  }\n]"},{"id":"4af64e99-1db6-4a2f-bb12-e79d172036a2","name":"Bad Request Error","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"[\n  {\n    \"attribute_key\": \"<string>\",\n    \"filter_operator\": \"<string>\",\n    \"values\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"query_operator\": \"<string>\"\n  },\n  {\n    \"attribute_key\": \"<string>\",\n    \"filter_operator\": \"<string>\",\n    \"values\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"query_operator\": \"<string>\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/filter?page=<integer>","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts","filter"],"query":[{"key":"page","value":"<integer>"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"description\": \"<string>\",\n  \"errors\": [\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\",\n      \"code\": \"<string>\"\n    },\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\",\n      \"code\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"79558202-4c03-4842-9589-a43a71640f6b"}],"id":"985fd1b9-6601-4967-8988-f280c11b64bf","_postman_id":"985fd1b9-6601-4967-8988-f280c11b64bf","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"automation_rules","item":[{"name":"{id}","item":[{"name":"Get a automation rule details","id":"37b04c89-9e49-4ba3-81f3-b3c72a7148dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/automation_rules/:id","description":"<p>Get the details of a automation rule in the account</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","automation_rules",":id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"5b8e38c5-3dfd-485b-80b8-23db349a62ee","description":{"content":"<p>(Required) The ID of the automation rule to be updated.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"},{"id":"9debd4a0-ec1e-4993-8249-7d9e77ac1411","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"7930b7dd-5068-441b-85c8-df071556f206","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"/api/v1/accounts/:account_id/automation_rules/:id","path":["api","v1","accounts",":account_id","automation_rules",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the automation rule to be updated."},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"event_name\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"active\": \"<boolean>\",\n  \"actions\": [\n    \"<object>\",\n    \"<object>\"\n  ],\n  \"conditions\": [\n    \"<object>\",\n    \"<object>\"\n  ],\n  \"account_id\": \"<integer>\"\n}"},{"id":"5cfcc46a-fa65-4ebf-9c87-73080d7c707e","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/automation_rules/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","automation_rules",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the automation rule to be updated."},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"2bd33b73-e386-43ca-9b9d-76c63aaefd85","name":"The given rule ID does not exist in the account","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/automation_rules/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","automation_rules",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the automation rule to be updated."},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"37b04c89-9e49-4ba3-81f3-b3c72a7148dc"},{"name":"Update automation rule in Account","id":"472d872b-8b29-42f3-b298-b62106a78e10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"event_name\": \"<string>\",\n  \"active\": \"<boolean>\",\n  \"actions\": [\n    \"<object>\",\n    \"<object>\"\n  ],\n  \"conditions\": [\n    \"<object>\",\n    \"<object>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/automation_rules/:id","description":"<p>Update a automation rule in account</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","automation_rules",":id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"81b850b5-4855-47eb-832e-83ca5d2763ba","description":{"content":"<p>(Required) The ID of the automation rule to be updated.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"},{"id":"a105422d-e508-4a16-adda-f67132afde68","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"a5e02a10-225d-40b7-8dbb-ec1812a3bd8a","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"/api/v1/accounts/:account_id/automation_rules/:id","path":["api","v1","accounts",":account_id","automation_rules",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the automation rule to be updated."},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"event_name\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"active\": \"<boolean>\",\n  \"actions\": [\n    \"<object>\",\n    \"<object>\"\n  ],\n  \"conditions\": [\n    \"<object>\",\n    \"<object>\"\n  ],\n  \"account_id\": \"<integer>\"\n}"},{"id":"fda2aacb-a180-4006-b275-f8283002796d","name":"Access denied","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/automation_rules/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","automation_rules",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the automation rule to be updated."},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"bc06eb4e-aac6-4290-b2ca-1ac28730ffa9","name":"Rule not found","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/automation_rules/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","automation_rules",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the automation rule to be updated."},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"472d872b-8b29-42f3-b298-b62106a78e10"},{"name":"Remove a automation rule from account","id":"ba2902b6-d3d2-4a90-b838-b263e87a414d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/automation_rules/:id","description":"<p>Remove a automation rule from account</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","automation_rules",":id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"d234f40d-f358-4c57-a7bb-bff9450bcb8a","description":{"content":"<p>(Required) The ID of the automation rule to be deleted</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"},{"id":"6915dd5a-14ca-4d75-916a-59cfd65a40b1","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"dd6cd825-d8df-4a12-97bf-427acdd26b30","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"/api/v1/accounts/:account_id/automation_rules/:id","path":["api","v1","accounts",":account_id","automation_rules",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the automation rule to be deleted"},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9ef6fbae-46dc-4415-b0f1-7b676f753ecd","name":"Access denied","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/automation_rules/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","automation_rules",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the automation rule to be deleted"},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c3ac0336-2b18-4b14-8a25-d696fa3aca53","name":"automation rule not found","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/automation_rules/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","automation_rules",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the automation rule to be deleted"},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ba2902b6-d3d2-4a90-b838-b263e87a414d"}],"id":"5918cbf6-131f-48c0-8f7b-fc60cafc7ef6","_postman_id":"5918cbf6-131f-48c0-8f7b-fc60cafc7ef6","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"List all automation rules in an account","id":"939f91ec-abbc-4ef9-a9dc-46d872deee6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/automation_rules?page=1","description":"<p>Get details of automation rules in an Account</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","automation_rules"],"host":["app","tokewoot","com"],"query":[{"description":{"content":"<p>The page parameter</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[{"id":"a91cedda-f581-416e-9a77-49173387e8d7","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"c3a05441-7c34-4e5a-a6ee-167ac6755bce","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"/api/v1/accounts/:account_id/automation_rules?page=1","path":["api","v1","accounts",":account_id","automation_rules"],"query":[{"key":"page","value":"1"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"event_name\": \"<string>\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"active\": \"<boolean>\",\n    \"actions\": [\n      \"<object>\",\n      \"<object>\"\n    ],\n    \"conditions\": [\n      \"<object>\",\n      \"<object>\"\n    ],\n    \"account_id\": \"<integer>\"\n  },\n  {\n    \"event_name\": \"<string>\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"active\": \"<boolean>\",\n    \"actions\": [\n      \"<object>\",\n      \"<object>\"\n    ],\n    \"conditions\": [\n      \"<object>\",\n      \"<object>\"\n    ],\n    \"account_id\": \"<integer>\"\n  }\n]"},{"id":"3f63a57f-f268-4a4d-b914-a827c3765d38","name":"Access denied","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/automation_rules?page=1","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","automation_rules"],"query":[{"key":"page","value":"1"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"939f91ec-abbc-4ef9-a9dc-46d872deee6f"},{"name":"Add a new automation rule","id":"9c3415de-c484-405d-9197-d3c10b91fd3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"event_name\": \"<string>\",\n  \"active\": \"<boolean>\",\n  \"actions\": [\n    \"<object>\",\n    \"<object>\"\n  ],\n  \"conditions\": [\n    \"<object>\",\n    \"<object>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/automation_rules","description":"<p>Add a new automation rule to account</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","automation_rules"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"f14e94af-e4d9-489c-9815-bbebcebb22bf","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"c64d18c1-660b-4fe3-8328-6a5b0688e167","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"/api/v1/accounts/:account_id/automation_rules","path":["api","v1","accounts",":account_id","automation_rules"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"event_name\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"active\": \"<boolean>\",\n  \"actions\": [\n    \"<object>\",\n    \"<object>\"\n  ],\n  \"conditions\": [\n    \"<object>\",\n    \"<object>\"\n  ],\n  \"account_id\": \"<integer>\"\n}"},{"id":"8cf69c52-db77-4ef9-a37e-086dd9f0992c","name":"Access denied","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/automation_rules","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","automation_rules"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9c3415de-c484-405d-9197-d3c10b91fd3d"}],"id":"4859ceed-d377-4867-a1c1-39c939119b6e","_postman_id":"4859ceed-d377-4867-a1c1-39c939119b6e","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"conversations","item":[{"name":"{conversation_id}","item":[{"name":"labels","item":[{"name":"List Labels","id":"34fe0ac1-37b5-46c6-b747-ee5d69382f76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/labels","description":"<p>Lists all the labels of a conversation</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","conversations",":conversation_id","labels"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"b0b19aed-3cd8-4989-8f16-54b6677d7b25","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"0543c3d1-ab2a-460a-a9a8-df76f5b227a3","description":{"content":"<p>(Required) The numeric ID of the conversation</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"conversation_id"}]}},"response":[{"id":"351a9bb6-1ba5-4436-8e49-14234792e6e7","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"/api/v1/accounts/:account_id/conversations/:conversation_id/labels","path":["api","v1","accounts",":account_id","conversations",":conversation_id","labels"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"payload\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}"},{"id":"c7790509-fd80-4778-81ce-837fe1b8eac4","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/labels","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","labels"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ededd2a7-6d8a-40da-8126-cbc0ce8959e4","name":"Conversation not found","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/labels","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","labels"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"34fe0ac1-37b5-46c6-b747-ee5d69382f76"},{"name":"Add Labels","id":"bf0392c9-00d3-4327-bd0e-2cd9ec11a196","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"labels\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/labels","description":"<p>Add labels to a conversation. Note that this API would overwrite the existing list of labels associated to the conversation.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","conversations",":conversation_id","labels"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"bac28cf1-5cd4-420f-8cb3-5094886dbe2e","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"91501698-ed29-4101-87a3-b11d1df8a547","description":{"content":"<p>(Required) The numeric ID of the conversation</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"conversation_id"}]}},"response":[{"id":"45c78e7a-fb18-4105-8b46-2a4e766cc645","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"labels\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/labels","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","labels"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"payload\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}"},{"id":"c3c5b2ba-e351-4bfc-b34b-08cd89a9a21d","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"labels\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/labels","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","labels"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a6567c2b-f856-481e-aba0-2274c1946223","name":"Conversation not found","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"labels\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/labels","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","labels"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bf0392c9-00d3-4327-bd0e-2cd9ec11a196"}],"id":"1056b12d-8a74-440f-a3ac-1521ef324e6e","_postman_id":"1056b12d-8a74-440f-a3ac-1521ef324e6e","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"messages","item":[{"name":"Get messages","id":"ea8c855c-ae9b-435e-b4ab-021d9e322708","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/messages","description":"<p>List all messages of a conversation</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","conversations",":conversation_id","messages"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"f7baf880-d35e-49aa-b657-f2b9bfca52c2","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"e2255375-31bd-41a6-8ebd-609cb2ef2314","description":{"content":"<p>(Required) The numeric ID of the conversation</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"conversation_id"}]}},"response":[{"id":"9ec78e2b-21c4-4dc9-a499-5eea16da122e","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/messages","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","messages"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<number>\",\n    \"content\": \"<string>\",\n    \"content_type\": \"<string>\",\n    \"content_attributes\": \"<object>\",\n    \"message_type\": \"<string>\",\n    \"created_at\": \"<integer>\",\n    \"private\": \"<boolean>\",\n    \"attachment\": \"<object>\",\n    \"sender\": \"<object>\",\n    \"conversation_id\": \"<number>\"\n  },\n  {\n    \"id\": \"<number>\",\n    \"content\": \"<string>\",\n    \"content_type\": \"<string>\",\n    \"content_attributes\": \"<object>\",\n    \"message_type\": \"<string>\",\n    \"created_at\": \"<integer>\",\n    \"private\": \"<boolean>\",\n    \"attachment\": \"<object>\",\n    \"sender\": \"<object>\",\n    \"conversation_id\": \"<number>\"\n  }\n]"},{"id":"c69ef0c4-2799-46ab-af08-eab65c0497de","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/messages","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","messages"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6cb4b176-07fe-4ab8-8305-6ec8cc8036b9","name":"Conversation not found","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/messages","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","messages"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ea8c855c-ae9b-435e-b4ab-021d9e322708"},{"name":"Create New Message","id":"586a6d07-614e-455a-b6f8-6bff3197e688","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"content\": \"<string>\",\n  \"message_type\": \"<string>\",\n  \"private\": \"<boolean>\",\n  \"content_type\": \"<string>\",\n  \"content_attributes\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/messages","description":"<p>Create a new message in the conversation</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","conversations",":conversation_id","messages"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"a943654a-08cd-4133-8870-34de8ecb9b54","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"168165bd-a135-4b36-91b7-a584c9811332","description":{"content":"<p>(Required) The numeric ID of the conversation</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"conversation_id"}]}},"response":[{"id":"8faf515e-2331-4697-b62a-59a3aa732f82","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"content\": \"<string>\",\n  \"message_type\": \"<string>\",\n  \"private\": \"<boolean>\",\n  \"content_type\": \"<string>\",\n  \"content_attributes\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/messages","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","messages"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<number>\",\n  \"content\": \"<string>\",\n  \"content_type\": \"<string>\",\n  \"content_attributes\": \"<object>\",\n  \"message_type\": \"<string>\",\n  \"created_at\": \"<integer>\",\n  \"private\": \"<boolean>\",\n  \"attachment\": \"<object>\",\n  \"sender\": \"<object>\",\n  \"conversation_id\": \"<number>\"\n}"},{"id":"2ec5b6d4-0853-427b-94ac-443a27639f85","name":"Access denied","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"content\": \"<string>\",\n  \"message_type\": \"<string>\",\n  \"private\": \"<boolean>\",\n  \"content_type\": \"<string>\",\n  \"content_attributes\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/messages","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","messages"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"37b2229d-faf7-4d9a-bd22-78427f6c4338","name":"Conversation not found","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"content\": \"<string>\",\n  \"message_type\": \"<string>\",\n  \"private\": \"<boolean>\",\n  \"content_type\": \"<string>\",\n  \"content_attributes\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/messages","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","messages"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"586a6d07-614e-455a-b6f8-6bff3197e688"},{"name":"Delete a message","id":"9aa4ba8f-4a7f-4d72-af16-f28879c7632b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/messages/:message_id","description":"<p>Delete a message and it's attachments from the conversation.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","conversations",":conversation_id","messages",":message_id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"124a1bf3-c147-40fd-87f0-4cb59901a606","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"355aacb5-f6a8-47f7-a126-f6b28f982f70","description":{"content":"<p>(Required) The numeric ID of the conversation</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"conversation_id"},{"id":"00e8f58f-ac05-4fa5-a009-e9b3cba0d9c6","description":{"content":"<p>(Required) The numeric ID of the message</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"message_id"}]}},"response":[{"id":"78fe288b-f2b0-49b0-98e4-1dba37ba9973","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/messages/:message_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","messages",":message_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"},{"key":"message_id","value":"<integer>","description":"(Required) The numeric ID of the message"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c44edec3-c169-49c3-aa39-9009baa0a43f","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/messages/:message_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","messages",":message_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"},{"key":"message_id","value":"<integer>","description":"(Required) The numeric ID of the message"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9c21e992-0f6a-4aa0-8156-4d5aeadba797","name":"The message or conversation does not exist in the account","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/messages/:message_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","messages",":message_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"},{"key":"message_id","value":"<integer>","description":"(Required) The numeric ID of the message"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9aa4ba8f-4a7f-4d72-af16-f28879c7632b"}],"id":"e356c2fc-4d71-453a-af84-3b82a470b653","_postman_id":"e356c2fc-4d71-453a-af84-3b82a470b653","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"Conversation Details","id":"f2ef20f9-d395-43b2-b7b8-3c046e55ae6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id","description":"<p>Get all details regarding a conversation with all messages in the conversation</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","conversations",":conversation_id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"962cfa3f-c376-4d4e-9d2d-b47c6da21933","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"d6fa7e8f-882f-4ce2-a3e5-597428cc9feb","description":{"content":"<p>(Required) The numeric ID of the conversation</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"conversation_id"}]}},"response":[{"id":"e8efe8ee-4d33-452d-9b45-b44e566fe11c","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"\"<object>\""},{"id":"dda61c42-47aa-4049-9db1-748cdbd6b2d2","name":"Access denied","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"0a586e73-7358-4cd5-a66d-22b2763493a9","name":"Conversation not found","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f2ef20f9-d395-43b2-b7b8-3c046e55ae6a"},{"name":"Toggle Status","id":"0821cfd3-6a47-4da0-a052-341cc2e7ad6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"status\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/toggle_status","description":"<p>Toggles the status of the conversation between open and resolved</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","conversations",":conversation_id","toggle_status"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"249b4bac-486f-49e0-9268-b82383f05f4e","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"3aa6a99c-c8e3-4770-95d9-8618d9b0d03e","description":{"content":"<p>(Required) The numeric ID of the conversation</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"conversation_id"}]}},"response":[{"id":"3c71360e-0678-4144-a945-6d9da4cc9460","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"status\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/toggle_status","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","toggle_status"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"meta\": \"<object>\",\n  \"payload\": {\n    \"success\": \"<boolean>\",\n    \"current_status\": \"<string>\",\n    \"conversation_id\": \"<number>\"\n  }\n}"},{"id":"27fcf0dd-e7da-45a6-b472-fe2bad8527af","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"status\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/toggle_status","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","toggle_status"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3c9a7b62-349e-479a-991e-94f16afccc6d","name":"Conversation not found","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"status\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/toggle_status","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","toggle_status"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0821cfd3-6a47-4da0-a052-341cc2e7ad6e"},{"name":"Assign Conversation","id":"2a3b931a-b42d-4dd9-b18b-914f88274180","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"assignee_id\": \"<number>\",\n  \"team_id\": \"<number>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/assignments","description":"<p>Assign a conversation to an agent or a team</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","conversations",":conversation_id","assignments"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"0d6769c2-54e9-4c70-8c22-d518f55cbfc0","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"b07ced5b-ec34-4f5b-b756-119be825285f","description":{"content":"<p>(Required) The numeric ID of the conversation</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"conversation_id"}]}},"response":[{"id":"82c13382-a3f4-4760-bc92-aebdc93d191d","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"assignee_id\": \"<number>\",\n  \"team_id\": \"<number>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/assignments","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","assignments"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<number>\",\n  \"uid\": \"<string>\",\n  \"name\": \"<string>\",\n  \"available_name\": \"<string>\",\n  \"display_name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"account_id\": \"<number>\",\n  \"role\": \"<string>\",\n  \"confirmed\": \"<boolean>\",\n  \"custom_attributes\": \"<object>\",\n  \"accounts\": [\n    {\n      \"id\": \"<number>\",\n      \"name\": \"<string>\",\n      \"role\": \"<string>\"\n    },\n    {\n      \"id\": \"<number>\",\n      \"name\": \"<string>\",\n      \"role\": \"<string>\"\n    }\n  ]\n}"},{"id":"fbe98c58-c749-4572-bb5f-12351c39a676","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"assignee_id\": \"<number>\",\n  \"team_id\": \"<number>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/assignments","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","assignments"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"56902fce-0bb6-4b03-be55-cd53e83f8b0f","name":"Conversation not found","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"assignee_id\": \"<number>\",\n  \"team_id\": \"<number>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/assignments","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","assignments"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2a3b931a-b42d-4dd9-b18b-914f88274180"}],"id":"cc64f62b-529e-4f27-9272-f6553243913f","_postman_id":"cc64f62b-529e-4f27-9272-f6553243913f","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"Conversations List","id":"3f848fe3-f5a6-4b8b-bd8b-05f085668361","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations?assignee_type=all&status=open&q=<string>&inbox_id=<integer>&team_id=<integer>&labels=<string>,<string>&page=1","description":"<p>List all the conversations with pagination</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","conversations"],"host":["app","tokewoot","com"],"query":[{"description":{"content":"<p>Filter conversations by assignee type.</p>\n","type":"text/plain"},"key":"assignee_type","value":"all"},{"description":{"content":"<p>Filter by conversation status.</p>\n","type":"text/plain"},"key":"status","value":"open"},{"description":{"content":"<p>Filters conversations with messages containing the search term</p>\n","type":"text/plain"},"key":"q","value":"<string>"},{"key":"inbox_id","value":"<integer>"},{"key":"team_id","value":"<integer>"},{"key":"labels","value":"<string>,<string>"},{"description":{"content":"<p>paginate through conversations</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[{"id":"311d6ec9-dff7-43c6-8748-f6305864cb50","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"3627980d-c34b-4764-b0bb-998f2a2ba9eb","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations?assignee_type=all&status=open&q=<string>&inbox_id=<integer>&team_id=<integer>&labels=<string>,<string>&page=1","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations"],"query":[{"key":"assignee_type","value":"all"},{"key":"status","value":"open"},{"key":"q","value":"<string>"},{"key":"inbox_id","value":"<integer>"},{"key":"team_id","value":"<integer>"},{"key":"labels","value":"<string>,<string>"},{"key":"page","value":"1"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"meta\": {\n      \"mine_count\": \"<number>\",\n      \"unassigned_count\": \"<number>\",\n      \"assigned_count\": \"<number>\",\n      \"all_count\": \"<number>\"\n    },\n    \"payload\": [\n      {\n        \"id\": \"<number>\",\n        \"messages\": [\n          {\n            \"content\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"content_type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"content_attributes\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"message_type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"created_at\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"private\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"attachment\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sender\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"conversation_id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"content\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"content_type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"content_attributes\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"message_type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"created_at\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"private\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"attachment\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sender\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"conversation_id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"account_id\": \"<number>\",\n        \"inbox_id\": \"<number>\",\n        \"status\": \"<string>\",\n        \"timestamp\": \"<string>\",\n        \"contact_last_seen_at\": \"<string>\",\n        \"agent_last_seen_at\": \"<string>\",\n        \"unread_count\": \"<number>\",\n        \"additional_attributes\": \"<object>\",\n        \"custom_attributes\": \"<object>\",\n        \"meta\": {\n          \"sender\": {\n            \"id\": \"<number>\",\n            \"name\": \"<string>\",\n            \"thumbnail\": \"<string>\",\n            \"channel\": \"<string>\"\n          },\n          \"assignee\": {\n            \"id\": \"<number>\",\n            \"uid\": \"<string>\",\n            \"name\": \"<string>\",\n            \"available_name\": \"<string>\",\n            \"display_name\": \"<string>\",\n            \"email\": \"<string>\",\n            \"account_id\": \"<number>\",\n            \"role\": \"<string>\",\n            \"confirmed\": \"<boolean>\",\n            \"custom_attributes\": \"<object>\",\n            \"accounts\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      },\n      {\n        \"id\": \"<number>\",\n        \"messages\": [\n          {\n            \"content\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"content_type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"content_attributes\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"message_type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"created_at\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"private\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"attachment\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sender\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"conversation_id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"content\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"content_type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"content_attributes\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"message_type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"created_at\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"private\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"attachment\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sender\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"conversation_id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"account_id\": \"<number>\",\n        \"inbox_id\": \"<number>\",\n        \"status\": \"<string>\",\n        \"timestamp\": \"<string>\",\n        \"contact_last_seen_at\": \"<string>\",\n        \"agent_last_seen_at\": \"<string>\",\n        \"unread_count\": \"<number>\",\n        \"additional_attributes\": \"<object>\",\n        \"custom_attributes\": \"<object>\",\n        \"meta\": {\n          \"sender\": {\n            \"id\": \"<number>\",\n            \"name\": \"<string>\",\n            \"thumbnail\": \"<string>\",\n            \"channel\": \"<string>\"\n          },\n          \"assignee\": {\n            \"id\": \"<number>\",\n            \"uid\": \"<string>\",\n            \"name\": \"<string>\",\n            \"available_name\": \"<string>\",\n            \"display_name\": \"<string>\",\n            \"email\": \"<string>\",\n            \"account_id\": \"<number>\",\n            \"role\": \"<string>\",\n            \"confirmed\": \"<boolean>\",\n            \"custom_attributes\": \"<object>\",\n            \"accounts\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      }\n    ]\n  }\n}"},{"id":"a5023a7b-20a6-494e-bea2-66f20d2a1c1a","name":"Bad Request Error","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations?assignee_type=all&status=open&q=<string>&inbox_id=<integer>&team_id=<integer>&labels=<string>,<string>&page=1","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations"],"query":[{"key":"assignee_type","value":"all"},{"key":"status","value":"open"},{"key":"q","value":"<string>"},{"key":"inbox_id","value":"<integer>"},{"key":"team_id","value":"<integer>"},{"key":"labels","value":"<string>,<string>"},{"key":"page","value":"1"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"description\": \"<string>\",\n  \"errors\": [\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\",\n      \"code\": \"<string>\"\n    },\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\",\n      \"code\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"3f848fe3-f5a6-4b8b-bd8b-05f085668361"},{"name":"Create New Conversation","id":"0e62d3ee-a609-4beb-a1ba-a5b10dc7662e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"source_id\": \"<string>\",\n  \"inbox_id\": \"<string>\",\n  \"contact_id\": \"<string>\",\n  \"additional_attributes\": \"<object>\",\n  \"custom_attributes\": \"<object>\",\n  \"status\": \"<string>\",\n  \"assignee_id\": \"<string>\",\n  \"team_id\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations","description":"<p>Creating a conversation in tokewoot requires a source id. </p>\n<p> Learn more about source_id: <a href=\"https://github.com/tokewoot/tokewoot/wiki/Building-on-Top-of-tokewoot:-Importing-Existing-Contacts-and-Creating-Conversations\">https://github.com/tokewoot/tokewoot/wiki/Building-on-Top-of-tokewoot:-Importing-Existing-Contacts-and-Creating-Conversations</a></p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","conversations"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"bafa46e7-7f2a-4172-b158-c4dd5670ff9d","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"d03be4e3-0102-4b13-ba8c-3ab4c76e615d","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"source_id\": \"<string>\",\n  \"inbox_id\": \"<string>\",\n  \"contact_id\": \"<string>\",\n  \"additional_attributes\": \"<object>\",\n  \"custom_attributes\": \"<object>\",\n  \"status\": \"<string>\",\n  \"assignee_id\": \"<string>\",\n  \"team_id\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<number>\",\n  \"account_id\": \"<number>\",\n  \"inbox_id\": \"<number>\"\n}"},{"id":"5cdbe4b1-adf0-4994-ba00-238c8348e325","name":"Access denied","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"source_id\": \"<string>\",\n  \"inbox_id\": \"<string>\",\n  \"contact_id\": \"<string>\",\n  \"additional_attributes\": \"<object>\",\n  \"custom_attributes\": \"<object>\",\n  \"status\": \"<string>\",\n  \"assignee_id\": \"<string>\",\n  \"team_id\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0e62d3ee-a609-4beb-a1ba-a5b10dc7662e"},{"name":"Get Conversation Counts","id":"02e8d142-f1cf-44d2-8f4a-6165ba6dc1da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/meta?status=open&q=<string>&inbox_id=<integer>&team_id=<integer>&labels=<string>,<string>","description":"<p>Get open, unassigned and all Conversation counts</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","conversations","meta"],"host":["app","tokewoot","com"],"query":[{"description":{"content":"<p>Filter by conversation status.</p>\n","type":"text/plain"},"key":"status","value":"open"},{"description":{"content":"<p>Filters conversations with messages containing the search term</p>\n","type":"text/plain"},"key":"q","value":"<string>"},{"key":"inbox_id","value":"<integer>"},{"key":"team_id","value":"<integer>"},{"key":"labels","value":"<string>,<string>"}],"variable":[{"id":"2708fd4d-6aa1-4106-81d7-bdaac458cab8","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"e0d2b5c5-d591-47a8-8303-42461cb684e9","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/meta?status=open&q=<string>&inbox_id=<integer>&team_id=<integer>&labels=<string>,<string>","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations","meta"],"query":[{"key":"status","value":"open"},{"key":"q","value":"<string>"},{"key":"inbox_id","value":"<integer>"},{"key":"team_id","value":"<integer>"},{"key":"labels","value":"<string>,<string>"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"meta\": {\n    \"mine_count\": \"<number>\",\n    \"unassigned_count\": \"<number>\",\n    \"assigned_count\": \"<number>\",\n    \"all_count\": \"<number>\"\n  }\n}"},{"id":"9832b040-04da-45b1-aff1-7ab9c7f6c8a3","name":"Bad Request Error","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/meta?status=open&q=<string>&inbox_id=<integer>&team_id=<integer>&labels=<string>,<string>","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations","meta"],"query":[{"key":"status","value":"open"},{"key":"q","value":"<string>"},{"key":"inbox_id","value":"<integer>"},{"key":"team_id","value":"<integer>"},{"key":"labels","value":"<string>,<string>"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"description\": \"<string>\",\n  \"errors\": [\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\",\n      \"code\": \"<string>\"\n    },\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\",\n      \"code\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"02e8d142-f1cf-44d2-8f4a-6165ba6dc1da"},{"name":"Conversations Filter","id":"8e20b5c4-8924-41fc-aee5-39f4f0f496f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"[\n  {\n    \"attribute_key\": \"<string>\",\n    \"filter_operator\": \"<string>\",\n    \"values\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"query_operator\": \"<string>\"\n  },\n  {\n    \"attribute_key\": \"<string>\",\n    \"filter_operator\": \"<string>\",\n    \"values\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"query_operator\": \"<string>\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/filter?page=<integer>","description":"<p>Filter conversations with custom filter options and pagination</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","conversations","filter"],"host":["app","tokewoot","com"],"query":[{"key":"page","value":"<integer>"}],"variable":[{"id":"6fb6a2c1-5292-4027-ba29-4aa25728d36b","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"bdf04673-0a3d-455d-b052-37bf81c1b71f","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"[\n  {\n    \"attribute_key\": \"<string>\",\n    \"filter_operator\": \"<string>\",\n    \"values\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"query_operator\": \"<string>\"\n  },\n  {\n    \"attribute_key\": \"<string>\",\n    \"filter_operator\": \"<string>\",\n    \"values\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"query_operator\": \"<string>\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/filter?page=<integer>","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations","filter"],"query":[{"key":"page","value":"<integer>"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"meta\": {\n      \"mine_count\": \"<number>\",\n      \"unassigned_count\": \"<number>\",\n      \"assigned_count\": \"<number>\",\n      \"all_count\": \"<number>\"\n    },\n    \"payload\": [\n      {\n        \"id\": \"<number>\",\n        \"messages\": [\n          {\n            \"content\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"content_type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"content_attributes\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"message_type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"created_at\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"private\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"attachment\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sender\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"conversation_id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"content\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"content_type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"content_attributes\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"message_type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"created_at\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"private\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"attachment\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sender\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"conversation_id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"account_id\": \"<number>\",\n        \"inbox_id\": \"<number>\",\n        \"status\": \"<string>\",\n        \"timestamp\": \"<string>\",\n        \"contact_last_seen_at\": \"<string>\",\n        \"agent_last_seen_at\": \"<string>\",\n        \"unread_count\": \"<number>\",\n        \"additional_attributes\": \"<object>\",\n        \"custom_attributes\": \"<object>\",\n        \"meta\": {\n          \"sender\": {\n            \"id\": \"<number>\",\n            \"name\": \"<string>\",\n            \"thumbnail\": \"<string>\",\n            \"channel\": \"<string>\"\n          },\n          \"assignee\": {\n            \"id\": \"<number>\",\n            \"uid\": \"<string>\",\n            \"name\": \"<string>\",\n            \"available_name\": \"<string>\",\n            \"display_name\": \"<string>\",\n            \"email\": \"<string>\",\n            \"account_id\": \"<number>\",\n            \"role\": \"<string>\",\n            \"confirmed\": \"<boolean>\",\n            \"custom_attributes\": \"<object>\",\n            \"accounts\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      },\n      {\n        \"id\": \"<number>\",\n        \"messages\": [\n          {\n            \"content\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"content_type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"content_attributes\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"message_type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"created_at\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"private\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"attachment\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sender\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"conversation_id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"content\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"content_type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"content_attributes\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"message_type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"created_at\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"private\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"attachment\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sender\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"conversation_id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"account_id\": \"<number>\",\n        \"inbox_id\": \"<number>\",\n        \"status\": \"<string>\",\n        \"timestamp\": \"<string>\",\n        \"contact_last_seen_at\": \"<string>\",\n        \"agent_last_seen_at\": \"<string>\",\n        \"unread_count\": \"<number>\",\n        \"additional_attributes\": \"<object>\",\n        \"custom_attributes\": \"<object>\",\n        \"meta\": {\n          \"sender\": {\n            \"id\": \"<number>\",\n            \"name\": \"<string>\",\n            \"thumbnail\": \"<string>\",\n            \"channel\": \"<string>\"\n          },\n          \"assignee\": {\n            \"id\": \"<number>\",\n            \"uid\": \"<string>\",\n            \"name\": \"<string>\",\n            \"available_name\": \"<string>\",\n            \"display_name\": \"<string>\",\n            \"email\": \"<string>\",\n            \"account_id\": \"<number>\",\n            \"role\": \"<string>\",\n            \"confirmed\": \"<boolean>\",\n            \"custom_attributes\": \"<object>\",\n            \"accounts\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      }\n    ]\n  }\n}"},{"id":"722798af-6613-4c2b-a9ee-1e8393524467","name":"Bad Request Error","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"[\n  {\n    \"attribute_key\": \"<string>\",\n    \"filter_operator\": \"<string>\",\n    \"values\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"query_operator\": \"<string>\"\n  },\n  {\n    \"attribute_key\": \"<string>\",\n    \"filter_operator\": \"<string>\",\n    \"values\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"query_operator\": \"<string>\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/filter?page=<integer>","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations","filter"],"query":[{"key":"page","value":"<integer>"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"description\": \"<string>\",\n  \"errors\": [\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\",\n      \"code\": \"<string>\"\n    },\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\",\n      \"code\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"8e20b5c4-8924-41fc-aee5-39f4f0f496f6"}],"id":"d93ae44d-9449-4ecc-bf78-99fb6ee4e108","_postman_id":"d93ae44d-9449-4ecc-bf78-99fb6ee4e108","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"inboxes","item":[{"name":"{id}","item":[{"name":"Get an inbox","id":"44b1f09b-96cf-463b-ba76-12f2ab5d6e9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/:id/","description":"<p>Get an inbox available in the current account</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","inboxes",":id",""],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"0c75cc2e-fc03-4d7b-950f-83b352a8ed77","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"20ad4b94-03c2-4ece-b3d9-aa5acc00b4ee","description":{"content":"<p>(Required) ID of the inbox</p>\n","type":"text/plain"},"type":"any","value":"<number>","key":"id"}]}},"response":[{"id":"b9d3d703-9d41-4ede-99e0-664ba26c5b77","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/:id/","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inboxes",":id",""],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the inbox"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<number>\",\n  \"name\": \"<string>\",\n  \"website_url\": \"<string>\",\n  \"channel_type\": \"<string>\",\n  \"avatar_url\": \"<string>\",\n  \"widget_color\": \"<string>\",\n  \"website_token\": \"<string>\",\n  \"enable_auto_assignment\": \"<boolean>\",\n  \"web_widget_script\": \"<string>\",\n  \"welcome_title\": \"<string>\",\n  \"welcome_tagline\": \"<string>\",\n  \"greeting_enabled\": \"<boolean>\",\n  \"greeting_message\": \"<string>\"\n}"},{"id":"5bf40048-c9bc-4452-ab9d-166f4645f1b4","name":"Access denied","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/:id/","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inboxes",":id",""],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the inbox"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3082e186-5bd7-4471-95cb-7cedc3b7a526","name":"Inbox not found","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/:id/","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inboxes",":id",""],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the inbox"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"44b1f09b-96cf-463b-ba76-12f2ab5d6e9d"},{"name":"Update Inbox","id":"10f703a9-2ed3-4c28-a50f-9cfad4c3229e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"enable_auto_assignment\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"avatar\": \"<binary>\",\n  \"channel\": {\n    \"website_url\": \"<string>\",\n    \"welcome_title\": \"<string>\",\n    \"welcome_tagline\": \"<string>\",\n    \"agent_away_message\": \"<string>\",\n    \"widget_color\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/:id","description":"<p>Add avatar and disable auto assignment for an inbox</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","inboxes",":id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"b43ed024-1855-4bf2-b038-1b03799260e6","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"37f79407-5361-4acf-bbb7-05af6a625dac","description":{"content":"<p>(Required) ID of the inbox</p>\n","type":"text/plain"},"type":"any","value":"<number>","key":"id"}]}},"response":[{"id":"6953c99b-9f44-42e4-9904-a282a5067195","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"enable_auto_assignment\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"avatar\": \"<binary>\",\n  \"channel\": {\n    \"website_url\": \"<string>\",\n    \"welcome_title\": \"<string>\",\n    \"welcome_tagline\": \"<string>\",\n    \"agent_away_message\": \"<string>\",\n    \"widget_color\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inboxes",":id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the inbox"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<number>\",\n  \"name\": \"<string>\",\n  \"website_url\": \"<string>\",\n  \"channel_type\": \"<string>\",\n  \"avatar_url\": \"<string>\",\n  \"widget_color\": \"<string>\",\n  \"website_token\": \"<string>\",\n  \"enable_auto_assignment\": \"<boolean>\",\n  \"web_widget_script\": \"<string>\",\n  \"welcome_title\": \"<string>\",\n  \"welcome_tagline\": \"<string>\",\n  \"greeting_enabled\": \"<boolean>\",\n  \"greeting_message\": \"<string>\"\n}"},{"id":"9404d07f-320c-42d9-a1e3-df208c374fb0","name":"Access denied","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"enable_auto_assignment\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"avatar\": \"<binary>\",\n  \"channel\": {\n    \"website_url\": \"<string>\",\n    \"welcome_title\": \"<string>\",\n    \"welcome_tagline\": \"<string>\",\n    \"agent_away_message\": \"<string>\",\n    \"widget_color\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inboxes",":id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the inbox"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"20340e28-c103-408e-9b1d-f12e8d049333","name":"Inbox not found","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"enable_auto_assignment\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"avatar\": \"<binary>\",\n  \"channel\": {\n    \"website_url\": \"<string>\",\n    \"welcome_title\": \"<string>\",\n    \"welcome_tagline\": \"<string>\",\n    \"agent_away_message\": \"<string>\",\n    \"widget_color\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inboxes",":id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the inbox"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"10f703a9-2ed3-4c28-a50f-9cfad4c3229e"},{"name":"Show Inbox Agent Bot","id":"0af6cb51-7ce2-46ba-b68f-460723fa5ca7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/:id/agent_bot","description":"<p>See if an agent bot is associated to the Inbox</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","inboxes",":id","agent_bot"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"86c34a96-c26d-40ea-b309-e91285dcabee","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"28e43f9b-897e-4684-aa93-7d532d02d044","description":{"content":"<p>(Required) ID of the inbox</p>\n","type":"text/plain"},"type":"any","value":"<number>","key":"id"}]}},"response":[{"id":"7cb54af0-fb7f-4452-9944-1927d2fd7ffe","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/:id/agent_bot","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inboxes",":id","agent_bot"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the inbox"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<number>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"account_id\": \"<number>\",\n  \"outgoing_url\": \"<string>\"\n}"},{"id":"16c0648e-6f3c-4c7a-b864-7c8da45a7da4","name":"Access denied","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/:id/agent_bot","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inboxes",":id","agent_bot"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the inbox"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"12099e25-2369-46a7-8773-1eefeab612dd","name":"Inbox not found, Agent bot not found","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/:id/agent_bot","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inboxes",":id","agent_bot"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the inbox"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0af6cb51-7ce2-46ba-b68f-460723fa5ca7"},{"name":"Add or remove agent bot","id":"e723e072-2500-4a1f-84fa-60551f8a8362","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"agent_bot\": \"<number>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/:id/set_agent_bot","description":"<p>To add an agent bot pass agent_bot id, to remove agent bot from an inbox pass null</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","inboxes",":id","set_agent_bot"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"90cb1e6a-f662-4191-8a10-6dd5d115f018","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"91753417-506d-44d2-a35d-1af61367bda1","description":{"content":"<p>(Required) ID of the inbox</p>\n","type":"text/plain"},"type":"any","value":"<number>","key":"id"}]}},"response":[{"id":"04a80141-70ca-4d44-9c12-e85b9d90299e","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"agent_bot\": \"<number>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/:id/set_agent_bot","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inboxes",":id","set_agent_bot"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the inbox"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3862781b-d78d-4311-9c96-7f925d4ab368","name":"Access denied","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"agent_bot\": \"<number>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/:id/set_agent_bot","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inboxes",":id","set_agent_bot"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the inbox"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5cf6fd99-24ad-44c6-acd9-3efc1c10fcc7","name":"Inbox not found, Agent bot not found","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"agent_bot\": \"<number>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/:id/set_agent_bot","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inboxes",":id","set_agent_bot"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the inbox"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e723e072-2500-4a1f-84fa-60551f8a8362"}],"id":"e8f5bc95-4ef3-488a-9bbe-d4989cb66b08","_postman_id":"e8f5bc95-4ef3-488a-9bbe-d4989cb66b08","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"List all inboxes","id":"ee2d2f45-15a4-41a0-9fd4-d5fd03fa2336","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes","description":"<p>List all inboxes available in the current account</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","inboxes"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"fb86cc59-6565-41b5-9947-cc768cbe40c1","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"26a81ba3-e270-4fac-8355-8ae4425a4a51","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inboxes"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<number>\",\n    \"name\": \"<string>\",\n    \"website_url\": \"<string>\",\n    \"channel_type\": \"<string>\",\n    \"avatar_url\": \"<string>\",\n    \"widget_color\": \"<string>\",\n    \"website_token\": \"<string>\",\n    \"enable_auto_assignment\": \"<boolean>\",\n    \"web_widget_script\": \"<string>\",\n    \"welcome_title\": \"<string>\",\n    \"welcome_tagline\": \"<string>\",\n    \"greeting_enabled\": \"<boolean>\",\n    \"greeting_message\": \"<string>\"\n  },\n  {\n    \"id\": \"<number>\",\n    \"name\": \"<string>\",\n    \"website_url\": \"<string>\",\n    \"channel_type\": \"<string>\",\n    \"avatar_url\": \"<string>\",\n    \"widget_color\": \"<string>\",\n    \"website_token\": \"<string>\",\n    \"enable_auto_assignment\": \"<boolean>\",\n    \"web_widget_script\": \"<string>\",\n    \"welcome_title\": \"<string>\",\n    \"welcome_tagline\": \"<string>\",\n    \"greeting_enabled\": \"<boolean>\",\n    \"greeting_message\": \"<string>\"\n  }\n]"},{"id":"13a47cf3-865c-43ad-b60a-d591e5e1c69e","name":"Access denied","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inboxes"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b60c8f2c-6596-40f6-812b-e9f1afbffda3","name":"Inbox not found","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inboxes"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ee2d2f45-15a4-41a0-9fd4-d5fd03fa2336"},{"name":"Create an inbox","id":"1fa43cf0-9081-4403-a0ae-ea818e0f153e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"avatar\": \"<binary>\",\n  \"channel\": {\n    \"type\": \"<string>\",\n    \"website_url\": \"<string>\",\n    \"welcome_title\": \"<string>\",\n    \"welcome_tagline\": \"<string>\",\n    \"agent_away_message\": \"<string>\",\n    \"widget_color\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/","description":"<p>You can create more than one website inbox in each account</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","inboxes",""],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"4a8c731f-3ff0-4f4a-934f-7a279ba723c0","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"d0b2f1e6-fa4b-4e23-b84a-860c4ce889f2","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"avatar\": \"<binary>\",\n  \"channel\": {\n    \"type\": \"<string>\",\n    \"website_url\": \"<string>\",\n    \"welcome_title\": \"<string>\",\n    \"welcome_tagline\": \"<string>\",\n    \"agent_away_message\": \"<string>\",\n    \"widget_color\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inboxes",""],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<number>\",\n  \"name\": \"<string>\",\n  \"website_url\": \"<string>\",\n  \"channel_type\": \"<string>\",\n  \"avatar_url\": \"<string>\",\n  \"widget_color\": \"<string>\",\n  \"website_token\": \"<string>\",\n  \"enable_auto_assignment\": \"<boolean>\",\n  \"web_widget_script\": \"<string>\",\n  \"welcome_title\": \"<string>\",\n  \"welcome_tagline\": \"<string>\",\n  \"greeting_enabled\": \"<boolean>\",\n  \"greeting_message\": \"<string>\"\n}"},{"id":"0c9b2e90-c70c-4d2b-a77f-07a4c30c1566","name":"Access denied","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"avatar\": \"<binary>\",\n  \"channel\": {\n    \"type\": \"<string>\",\n    \"website_url\": \"<string>\",\n    \"welcome_title\": \"<string>\",\n    \"welcome_tagline\": \"<string>\",\n    \"agent_away_message\": \"<string>\",\n    \"widget_color\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inboxes",""],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d6be4f6b-3163-46e9-bf3e-c2e21174b7ad","name":"Inbox not found","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"avatar\": \"<binary>\",\n  \"channel\": {\n    \"type\": \"<string>\",\n    \"website_url\": \"<string>\",\n    \"welcome_title\": \"<string>\",\n    \"welcome_tagline\": \"<string>\",\n    \"agent_away_message\": \"<string>\",\n    \"widget_color\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inboxes",""],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1fa43cf0-9081-4403-a0ae-ea818e0f153e"}],"id":"71b82556-985b-4c32-b30a-b868b8d37205","_postman_id":"71b82556-985b-4c32-b30a-b868b8d37205","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"inbox_members","item":[{"name":"Add a New Agent","id":"b74a7739-3fe1-4ffb-8d63-76c0b7fc85cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"inbox_id\": \"<string>\",\n  \"user_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members","description":"<p>Add a new Agent to Inbox</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","inbox_members"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"64c54ec1-a1e3-44a2-aba7-4efb27f93f07","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"655a8a78-7077-46a0-9a93-713f0c10f6cc","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inbox_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"uid\": \"<string>\",\n    \"name\": \"<string>\",\n    \"available_name\": \"<string>\",\n    \"display_name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"account_id\": \"<integer>\",\n    \"role\": \"<string>\",\n    \"confirmed\": \"<boolean>\",\n    \"availability_status\": \"<string>\",\n    \"auto_offline\": \"<boolean>\",\n    \"custom_attributes\": \"<object>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"uid\": \"<string>\",\n    \"name\": \"<string>\",\n    \"available_name\": \"<string>\",\n    \"display_name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"account_id\": \"<integer>\",\n    \"role\": \"<string>\",\n    \"confirmed\": \"<boolean>\",\n    \"availability_status\": \"<string>\",\n    \"auto_offline\": \"<boolean>\",\n    \"custom_attributes\": \"<object>\"\n  }\n]"},{"id":"c65fe5d8-7d28-4bab-abf6-960089665cf3","name":"Access denied","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inbox_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"31bef407-b2de-41b5-a571-96fb0d9a4f9c","name":"Inbox not found","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inbox_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"09bccb28-133e-4790-9f32-23037b99c99c","name":"User must exist","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inbox_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b74a7739-3fe1-4ffb-8d63-76c0b7fc85cf"},{"name":"Update Agents in Inbox","id":"ae7bcf17-df64-4a67-96ea-c3e1d328205f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"inbox_id\": \"<string>\",\n  \"user_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members","description":"<p>All agents except the one passed in params will be removed</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","inbox_members"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"0585caa1-50d7-4829-bd0a-2f20b3c9dac8","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"1572fdfc-1426-418c-9e90-5a397568c627","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inbox_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"uid\": \"<string>\",\n    \"name\": \"<string>\",\n    \"available_name\": \"<string>\",\n    \"display_name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"account_id\": \"<integer>\",\n    \"role\": \"<string>\",\n    \"confirmed\": \"<boolean>\",\n    \"availability_status\": \"<string>\",\n    \"auto_offline\": \"<boolean>\",\n    \"custom_attributes\": \"<object>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"uid\": \"<string>\",\n    \"name\": \"<string>\",\n    \"available_name\": \"<string>\",\n    \"display_name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"account_id\": \"<integer>\",\n    \"role\": \"<string>\",\n    \"confirmed\": \"<boolean>\",\n    \"availability_status\": \"<string>\",\n    \"auto_offline\": \"<boolean>\",\n    \"custom_attributes\": \"<object>\"\n  }\n]"},{"id":"f336793d-2b15-4296-8e2b-c174bc16b272","name":"Access denied","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inbox_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a4fcffa2-6b25-4280-972c-2b21dc23caff","name":"Inbox not found","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inbox_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"44e6e26c-fc6e-45e1-93b0-82a9cc575293","name":"User must exist","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inbox_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ae7bcf17-df64-4a67-96ea-c3e1d328205f"},{"name":"Remove an Agent from Inbox","id":"d00aafa8-162d-445b-a333-8da984c91859","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"inbox_id\": \"<string>\",\n  \"user_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members","description":"<p>Remove an Agent from Inbox</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","inbox_members"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"c6b47aa4-2ddb-4e20-9d13-3bc44edb05c9","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"96495633-69d7-4866-aa9d-2b300fcc6e83","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"inbox_id\": \"<string>\",\n  \"user_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inbox_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"2076001e-9e15-4659-8660-df5b2d816bc9","name":"Access denied","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"inbox_id\": \"<string>\",\n  \"user_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inbox_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5be0a376-0677-4006-951a-79e4a9fbeb30","name":"Inbox not found","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"inbox_id\": \"<string>\",\n  \"user_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inbox_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b386dd71-684b-4309-b459-1231c89bd9bc","name":"User must exist","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"inbox_id\": \"<string>\",\n  \"user_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inbox_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d00aafa8-162d-445b-a333-8da984c91859"},{"name":"List Agents in Inbox","id":"cdf5c82c-4fae-4c56-ad49-a3ce8df29cd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members/:inbox_id","description":"<p>Get Details of Agents in an Inbox</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","inbox_members",":inbox_id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"cf81821d-5e0a-4fd2-9ba6-074ffefe47f9","description":{"content":"<p>(Required) The ID of the Inbox</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"inbox_id"},{"id":"ce77f000-9248-4ed7-a7c0-d8a01b698a3a","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"10494cff-165c-4b7e-b64d-735efaf250a6","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members/:inbox_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inbox_members",":inbox_id"],"variable":[{"key":"inbox_id","value":"<integer>","description":"(Required) The ID of the Inbox"},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"uid\": \"<string>\",\n    \"name\": \"<string>\",\n    \"available_name\": \"<string>\",\n    \"display_name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"account_id\": \"<integer>\",\n    \"role\": \"<string>\",\n    \"confirmed\": \"<boolean>\",\n    \"availability_status\": \"<string>\",\n    \"auto_offline\": \"<boolean>\",\n    \"custom_attributes\": \"<object>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"uid\": \"<string>\",\n    \"name\": \"<string>\",\n    \"available_name\": \"<string>\",\n    \"display_name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"account_id\": \"<integer>\",\n    \"role\": \"<string>\",\n    \"confirmed\": \"<boolean>\",\n    \"availability_status\": \"<string>\",\n    \"auto_offline\": \"<boolean>\",\n    \"custom_attributes\": \"<object>\"\n  }\n]"},{"id":"ba990611-fc15-4ddb-8afb-0ee93d9a416f","name":"Access denied","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members/:inbox_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inbox_members",":inbox_id"],"variable":[{"key":"inbox_id","value":"<integer>","description":"(Required) The ID of the Inbox"},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3c6559ee-a210-4aaf-abcf-368d88769165","name":"Inbox not found","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members/:inbox_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inbox_members",":inbox_id"],"variable":[{"key":"inbox_id","value":"<integer>","description":"(Required) The ID of the Inbox"},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cdf5c82c-4fae-4c56-ad49-a3ce8df29cd3"}],"id":"f318e93c-0df9-4589-b126-a1f642743d97","_postman_id":"f318e93c-0df9-4589-b126-a1f642743d97","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"integrations","item":[{"name":"hooks","item":[{"name":"{hook_id}","item":[{"name":"Update an Integration Hook","id":"b91a6c41-c8f3-47c3-867e-a1c403bc6a74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"settings\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/integrations/hooks/:hook_id","description":"<p>Update an Integration Hook</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","integrations","hooks",":hook_id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"5f750a0a-bfdf-4299-853a-3662cead1dbc","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"92732ec1-16e1-4236-b6dc-412bb7fe1e0b","description":{"content":"<p>(Required) The numeric ID of the integration hook</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"hook_id"}]}},"response":[{"id":"58e12dd3-0dcb-4ec2-a70d-974643be3039","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"settings\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/integrations/hooks/:hook_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","integrations","hooks",":hook_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"hook_id","value":"<integer>","description":"(Required) The numeric ID of the integration hook"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<string>\",\n  \"app_id\": \"<string>\",\n  \"inbox_id\": \"<string>\",\n  \"account_id\": \"<string>\",\n  \"status\": \"<boolean>\",\n  \"hook_type\": \"<boolean>\",\n  \"settings\": \"<object>\"\n}"},{"id":"f37c874a-7ae7-4204-a28e-727aaa64f706","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"settings\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/integrations/hooks/:hook_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","integrations","hooks",":hook_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"hook_id","value":"<integer>","description":"(Required) The numeric ID of the integration hook"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b91a6c41-c8f3-47c3-867e-a1c403bc6a74"},{"name":"Delete an Integration Hook","id":"9d38d91f-6192-47f2-97d8-f252dd2a31ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/integrations/hooks/:hook_id","description":"<p>Delete an Integration Hook</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","integrations","hooks",":hook_id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"8c570d1b-fab7-4414-9dd5-b825285e8fff","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"20ee252f-feea-4fe7-b797-8aede6ee6362","description":{"content":"<p>(Required) The numeric ID of the integration hook</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"hook_id"}]}},"response":[{"id":"548ed086-4114-4f7f-a025-bf4eb25cf552","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/integrations/hooks/:hook_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","integrations","hooks",":hook_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"hook_id","value":"<integer>","description":"(Required) The numeric ID of the integration hook"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d048d42d-2b42-4b99-aa68-9e5e3666ba14","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/integrations/hooks/:hook_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","integrations","hooks",":hook_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"hook_id","value":"<integer>","description":"(Required) The numeric ID of the integration hook"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8f94d6ba-1006-4c55-93c3-d707575ee7a3","name":"The hook does not exist in the account","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/integrations/hooks/:hook_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","integrations","hooks",":hook_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"hook_id","value":"<integer>","description":"(Required) The numeric ID of the integration hook"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9d38d91f-6192-47f2-97d8-f252dd2a31ee"}],"id":"756c1d4f-9c30-4450-9b24-9cf0890950db","_postman_id":"756c1d4f-9c30-4450-9b24-9cf0890950db","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"Create an integration hook","id":"eff151ea-d0fa-4500-8d4c-d572f9ea4ee7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"app_id\": \"<string>\",\n  \"inbox_id\": \"<string>\",\n  \"settings\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/integrations/hooks","description":"<p>Create an integration hook</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","integrations","hooks"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"bc4b3fa8-5a3a-4bff-9eeb-74e013682ad6","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"82205cae-dc68-4b3d-a7bc-d18a99459018","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"app_id\": \"<string>\",\n  \"inbox_id\": \"<string>\",\n  \"settings\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/integrations/hooks","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","integrations","hooks"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<string>\",\n  \"app_id\": \"<string>\",\n  \"inbox_id\": \"<string>\",\n  \"account_id\": \"<string>\",\n  \"status\": \"<boolean>\",\n  \"hook_type\": \"<boolean>\",\n  \"settings\": \"<object>\"\n}"},{"id":"9666c9a0-64f6-4b2e-9793-1eee7eabe172","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"app_id\": \"<string>\",\n  \"inbox_id\": \"<string>\",\n  \"settings\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/integrations/hooks","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","integrations","hooks"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"eff151ea-d0fa-4500-8d4c-d572f9ea4ee7"}],"id":"303d685a-2b8b-47a6-9f4c-65390159b675","_postman_id":"303d685a-2b8b-47a6-9f4c-65390159b675","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"List all the Integrations","id":"913c2ed5-c334-4411-aa01-1dde4f4bb818","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/integrations/apps","description":"<p>Get the details of all Integrations available for the account</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","integrations","apps"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"8583f7cf-54a6-4074-806f-34fd11ab7b6d","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"6847206e-ae65-45ac-a27a-bf077907de20","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/integrations/apps","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","integrations","apps"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"hook_type\": \"<string>\",\n    \"enabled\": \"<boolean>\",\n    \"allow_multiple_hooks\": \"<boolean>\",\n    \"hooks\": [\n      \"<object>\",\n      \"<object>\"\n    ]\n  },\n  {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"hook_type\": \"<string>\",\n    \"enabled\": \"<boolean>\",\n    \"allow_multiple_hooks\": \"<boolean>\",\n    \"hooks\": [\n      \"<object>\",\n      \"<object>\"\n    ]\n  }\n]"},{"id":"fbd70c95-1918-4d2d-b34e-6b0828b50498","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/integrations/apps","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","integrations","apps"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"fd99209e-ca75-4d1f-8c86-d01f54dce166","name":"Url not found","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/integrations/apps","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","integrations","apps"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"913c2ed5-c334-4411-aa01-1dde4f4bb818"}],"id":"bdd47ea2-47d8-4927-88a7-da916a3ec983","_postman_id":"bdd47ea2-47d8-4927-88a7-da916a3ec983","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"teams","item":[{"name":"{team_id}","item":[{"name":"team_members","item":[{"name":"List Agents in Team","id":"6db47ad0-06cc-4778-b6e9-92cbdb4a3b4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","description":"<p>Get Details of Agents in an Team</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"b2ba42b8-1c05-467a-b691-82f4a2ba9d1f","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"9f3a80e4-d20b-4da0-8137-b1185ccc2574","description":{"content":"<p>(Required) The ID of the team to be updated</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"team_id"}]}},"response":[{"id":"0c38d2b7-0d74-4c34-8fea-e3b74db17f7a","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"uid\": \"<string>\",\n    \"name\": \"<string>\",\n    \"available_name\": \"<string>\",\n    \"display_name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"account_id\": \"<integer>\",\n    \"role\": \"<string>\",\n    \"confirmed\": \"<boolean>\",\n    \"availability_status\": \"<string>\",\n    \"auto_offline\": \"<boolean>\",\n    \"custom_attributes\": \"<object>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"uid\": \"<string>\",\n    \"name\": \"<string>\",\n    \"available_name\": \"<string>\",\n    \"display_name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"account_id\": \"<integer>\",\n    \"role\": \"<string>\",\n    \"confirmed\": \"<boolean>\",\n    \"availability_status\": \"<string>\",\n    \"auto_offline\": \"<boolean>\",\n    \"custom_attributes\": \"<object>\"\n  }\n]"},{"id":"5ef6e6cf-e5b8-45df-a516-36a43b451a1b","name":"Access denied","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"768c4420-facd-43fe-b960-51f936517d19","name":"Inbox not found","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6db47ad0-06cc-4778-b6e9-92cbdb4a3b4e"},{"name":"Add a New Agent","id":"9e757a9a-3131-4e74-9682-1987e9e3abfa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"user_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","description":"<p>Add a new Agent to Team</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"0a8f6ac7-95fd-4ae0-a446-296b51d5a7a0","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"3b1a812d-78d8-49a1-84c4-f364af42c81c","description":{"content":"<p>(Required) The ID of the team to be updated</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"team_id"}]}},"response":[{"id":"93224608-8092-4b29-aad0-99fb6ecf0537","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"uid\": \"<string>\",\n    \"name\": \"<string>\",\n    \"available_name\": \"<string>\",\n    \"display_name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"account_id\": \"<integer>\",\n    \"role\": \"<string>\",\n    \"confirmed\": \"<boolean>\",\n    \"availability_status\": \"<string>\",\n    \"auto_offline\": \"<boolean>\",\n    \"custom_attributes\": \"<object>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"uid\": \"<string>\",\n    \"name\": \"<string>\",\n    \"available_name\": \"<string>\",\n    \"display_name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"account_id\": \"<integer>\",\n    \"role\": \"<string>\",\n    \"confirmed\": \"<boolean>\",\n    \"availability_status\": \"<string>\",\n    \"auto_offline\": \"<boolean>\",\n    \"custom_attributes\": \"<object>\"\n  }\n]"},{"id":"36fc0531-a3d5-40f3-9135-fce00a2490e5","name":"Access denied","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6b0fe849-5355-47df-99c1-9023b6285bff","name":"Team not found","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"bb6079b6-5328-4767-95e3-531a2d67d82d","name":"User must exist","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9e757a9a-3131-4e74-9682-1987e9e3abfa"},{"name":"Update Agents in Team","id":"c6f7d600-6f8a-4fba-bb2e-2c4e3cd23ac1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"user_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","description":"<p>All agents except the one passed in params will be removed</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"d67a2dd5-83ae-4b03-8b2a-4ade7aa05c7d","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"56ff3a36-da0d-476b-829f-9fc1d6ce0a08","description":{"content":"<p>(Required) The ID of the team to be updated</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"team_id"}]}},"response":[{"id":"e0b2776b-4755-459c-aa17-d460dd4cf232","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"uid\": \"<string>\",\n    \"name\": \"<string>\",\n    \"available_name\": \"<string>\",\n    \"display_name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"account_id\": \"<integer>\",\n    \"role\": \"<string>\",\n    \"confirmed\": \"<boolean>\",\n    \"availability_status\": \"<string>\",\n    \"auto_offline\": \"<boolean>\",\n    \"custom_attributes\": \"<object>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"uid\": \"<string>\",\n    \"name\": \"<string>\",\n    \"available_name\": \"<string>\",\n    \"display_name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"account_id\": \"<integer>\",\n    \"role\": \"<string>\",\n    \"confirmed\": \"<boolean>\",\n    \"availability_status\": \"<string>\",\n    \"auto_offline\": \"<boolean>\",\n    \"custom_attributes\": \"<object>\"\n  }\n]"},{"id":"fdb7ab78-9747-480b-a5f2-103d39ce805a","name":"Access denied","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"29209726-f430-4080-86c2-adc38213683c","name":"Team not found","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"55d5e3ba-0495-4802-813e-18ab6055e1ac","name":"User must exist","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c6f7d600-6f8a-4fba-bb2e-2c4e3cd23ac1"},{"name":"Remove an Agent from Team","id":"13974bbd-06b2-4625-8527-311855837704","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"user_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"team_id\": \"consectetur aliqua adipisic\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","description":"<p>Remove an Agent from Team</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"364f80e9-1ed4-409c-a392-b5d82adddf83","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"24c4f891-bead-46e3-b5d8-519485024daf","description":{"content":"<p>(Required) The ID of the team to be updated</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"team_id"}]}},"response":[{"id":"a51f910e-5b2e-4bad-8a8b-a9e2a0f9179b","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"user_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"team_id\": -53717252\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9e03b402-b648-47dd-b648-e1af3a38f6dc","name":"Access denied","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"user_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"team_id\": -53717252\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"fe2e120a-7cee-4b56-ad28-6a0be140711b","name":"Team not found","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"user_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"team_id\": -53717252\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5fcf2ec6-a57a-43b5-bd86-5594816b82b8","name":"User must exist","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"user_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"team_id\": -53717252\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"13974bbd-06b2-4625-8527-311855837704"}],"id":"45858385-a893-4436-9cf7-3878c95f00bf","_postman_id":"45858385-a893-4436-9cf7-3878c95f00bf","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"Get a team details","id":"f1e73e3a-3c4c-4bbd-8fcb-c27072aa05a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id","description":"<p>Get the details of a team in the account</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","teams",":team_id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"4f87994e-e992-4ab7-a45c-91ad6875aaaf","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"a46df7ce-f1f5-470b-aad8-39371e053d7c","description":{"content":"<p>(Required) The ID of the team to be updated</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"team_id"}]}},"response":[{"id":"c032fea4-145b-484d-ab4a-b3213b518e8c","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<number>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"allow_auto_assign\": \"<boolean>\",\n  \"account_id\": \"<number>\",\n  \"is_member\": \"<boolean>\"\n}"},{"id":"c26936d2-1517-4755-942a-2577b606b00a","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9ee30a92-fbcd-428f-9ad9-8b8d1e7d4483","name":"The given team ID does not exist in the account","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f1e73e3a-3c4c-4bbd-8fcb-c27072aa05a1"},{"name":"Update a team","id":"10f579bb-4a96-48c2-b635-5325efaadade","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"allow_auto_assign\": \"<boolean>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id","description":"<p>Update a team's attributes</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","teams",":team_id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"d6d6c06c-c141-4669-9bfe-8102b62c30f0","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"c2e3b16a-7753-4fbb-8e88-c058b8df84c7","description":{"content":"<p>(Required) The ID of the team to be updated</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"team_id"}]}},"response":[{"id":"c4fd04ce-7cb8-4817-97bc-19220e50eeab","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<number>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"allow_auto_assign\": \"<boolean>\",\n  \"account_id\": \"<number>\",\n  \"is_member\": \"<boolean>\"\n}"},{"id":"e81bed69-5834-485e-9a1e-4a5007768bcb","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"10f579bb-4a96-48c2-b635-5325efaadade"},{"name":"Delete a team","id":"5dac3ed2-1695-4d4e-adcd-e7cff66c4cdf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id","description":"<p>Delete a team from the account</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","teams",":team_id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"b8aacc28-6ca6-41fb-b617-122be376b22e","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"9bd2dbf3-8ca8-40f1-8278-13a63e892395","description":{"content":"<p>(Required) The ID of the team to be updated</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"team_id"}]}},"response":[{"id":"1ff08370-e01a-4214-86c0-6e9c574e06c4","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f91969e6-e9c3-4cd4-8df3-39869d0a3d63","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e201f864-02f4-4843-a372-2a528343fe7e","name":"The team does not exist in the account","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5dac3ed2-1695-4d4e-adcd-e7cff66c4cdf"}],"id":"e1ddfc9f-541d-43bd-a7de-a1b8c77c9a32","_postman_id":"e1ddfc9f-541d-43bd-a7de-a1b8c77c9a32","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"List all teams","id":"ef7650d0-5009-477c-bc48-2c08ff7b49fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams","description":"<p>List all teams available in the current account</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","teams"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"38e1acc2-e8e4-47d5-b61d-292a0f7f2347","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"ce15e8db-d463-409d-8e7a-0eaed965cc08","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<number>\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"allow_auto_assign\": \"<boolean>\",\n    \"account_id\": \"<number>\",\n    \"is_member\": \"<boolean>\"\n  },\n  {\n    \"id\": \"<number>\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"allow_auto_assign\": \"<boolean>\",\n    \"account_id\": \"<number>\",\n    \"is_member\": \"<boolean>\"\n  }\n]"},{"id":"ef175c37-3612-4ce5-9e4d-c2921bb18dda","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ef7650d0-5009-477c-bc48-2c08ff7b49fd"},{"name":"Create a team","id":"11f2a5d1-fec8-4dc2-9460-c3155c4d3e8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"allow_auto_assign\": \"<boolean>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams","description":"<p>Create a team in the account</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","teams"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"6efdaff5-d062-42a1-9b41-92b333c37026","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"2d924bf7-5081-44fe-b760-d0afae671df5","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<number>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"allow_auto_assign\": \"<boolean>\",\n  \"account_id\": \"<number>\",\n  \"is_member\": \"<boolean>\"\n}"},{"id":"bf60f29f-87e5-40bf-95d3-54f4699ee09e","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"11f2a5d1-fec8-4dc2-9460-c3155c4d3e8b"}],"id":"7aadfaee-cb20-46b7-8f4f-6e5bcd0b2a12","_postman_id":"7aadfaee-cb20-46b7-8f4f-6e5bcd0b2a12","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"custom_filters","item":[{"name":"{custom_filter_id}","item":[{"name":"Get a custom filter details","id":"3b49da96-8984-4ece-805f-16afdf154d5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_filters/:custom_filter_id","description":"<p>Get the details of a custom filter in the account</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","custom_filters",":custom_filter_id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"2482c984-5d15-4bb2-9804-b2f156e737e0","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"a02b2e75-1b0a-42be-9dcb-5c15bb8be985","description":{"content":"<p>(Required) The numeric ID of the custom filter</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"custom_filter_id"}]}},"response":[{"id":"350c4ce4-deae-40c4-9903-8f2aab1ad628","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_filters/:custom_filter_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_filters",":custom_filter_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"custom_filter_id","value":"<integer>","description":"(Required) The numeric ID of the custom filter"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<number>\",\n  \"name\": \"<string>\",\n  \"type\": \"<string>\",\n  \"query\": \"<object>\",\n  \"created_at\": \"<dateTime>\",\n  \"updated_at\": \"<dateTime>\"\n}"},{"id":"a7b24e89-d92c-4bf1-a8c3-95f22ec1954a","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_filters/:custom_filter_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_filters",":custom_filter_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"custom_filter_id","value":"<integer>","description":"(Required) The numeric ID of the custom filter"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e2f4fb00-cf74-494a-80d1-33b1b13ce821","name":"The given team ID does not exist in the account","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_filters/:custom_filter_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_filters",":custom_filter_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"custom_filter_id","value":"<integer>","description":"(Required) The numeric ID of the custom filter"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3b49da96-8984-4ece-805f-16afdf154d5d"},{"name":"Update a custom filter","id":"dbe152c0-8318-4006-8013-ba8895ba837c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"type\": \"<string>\",\n  \"query\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_filters/:custom_filter_id","description":"<p>Update a custom filter's attributes</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","custom_filters",":custom_filter_id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"072b875b-09e6-408e-8bc2-393a18ec3163","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"663505f6-9527-42d5-8749-ad7df8ca3399","description":{"content":"<p>(Required) The numeric ID of the custom filter</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"custom_filter_id"}]}},"response":[{"id":"85b192c0-1eb5-44d7-86a3-310080c68734","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_filters/:custom_filter_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_filters",":custom_filter_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"custom_filter_id","value":"<integer>","description":"(Required) The numeric ID of the custom filter"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<number>\",\n  \"name\": \"<string>\",\n  \"type\": \"<string>\",\n  \"query\": \"<object>\",\n  \"created_at\": \"<dateTime>\",\n  \"updated_at\": \"<dateTime>\"\n}"},{"id":"dd12cdaf-3639-458a-aeba-8481c9074704","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_filters/:custom_filter_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_filters",":custom_filter_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"custom_filter_id","value":"<integer>","description":"(Required) The numeric ID of the custom filter"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dbe152c0-8318-4006-8013-ba8895ba837c"},{"name":"Delete a custom filter","id":"b8dab5f6-4bf5-4b96-90b5-fa0fb422ef8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_filters/:custom_filter_id","description":"<p>Delete a custom filter from the account</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","custom_filters",":custom_filter_id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"c4466819-66d0-4557-8db3-63132133edc5","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"8a04eaeb-966f-42ab-bd54-4168e5cf57be","description":{"content":"<p>(Required) The numeric ID of the custom filter</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"custom_filter_id"}]}},"response":[{"id":"67b948db-8931-4d2e-996d-9358b560fadd","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_filters/:custom_filter_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_filters",":custom_filter_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"custom_filter_id","value":"<integer>","description":"(Required) The numeric ID of the custom filter"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"13844e69-e4bb-4b3b-adac-4edeee2f2637","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_filters/:custom_filter_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_filters",":custom_filter_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"custom_filter_id","value":"<integer>","description":"(Required) The numeric ID of the custom filter"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3e8e186e-fde8-40f8-b439-47bcb1fd9842","name":"The custom filter does not exist in the account","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_filters/:custom_filter_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_filters",":custom_filter_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"custom_filter_id","value":"<integer>","description":"(Required) The numeric ID of the custom filter"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b8dab5f6-4bf5-4b96-90b5-fa0fb422ef8e"}],"id":"210edaa1-52c9-4176-a9c9-8f31015c113a","_postman_id":"210edaa1-52c9-4176-a9c9-8f31015c113a","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"List all custom filters","id":"b65d26b8-9572-4a6e-8567-0abfe890b54f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_filters?filter_type=<string>","description":"<p>List all custom filters in a category of a user</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","custom_filters"],"host":["app","tokewoot","com"],"query":[{"description":{"content":"<p>The type of custom filter</p>\n","type":"text/plain"},"key":"filter_type","value":"<string>"}],"variable":[{"id":"aa304f58-54f0-4b18-a807-14127b2923e7","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"7bd55cb0-2dc4-48a9-befa-0bc32aa630c1","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_filters?filter_type=<string>","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_filters"],"query":[{"key":"filter_type","value":"<string>"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<number>\",\n    \"name\": \"<string>\",\n    \"type\": \"<string>\",\n    \"query\": \"<object>\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\"\n  },\n  {\n    \"id\": \"<number>\",\n    \"name\": \"<string>\",\n    \"type\": \"<string>\",\n    \"query\": \"<object>\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\"\n  }\n]"},{"id":"5eabc225-5ac1-4447-ac95-1475f4bc50a2","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_filters?filter_type=<string>","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_filters"],"query":[{"key":"filter_type","value":"<string>"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b65d26b8-9572-4a6e-8567-0abfe890b54f"},{"name":"Create a custom filter","id":"f1ec14cd-882b-4143-a349-79ea10d6a401","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"type\": \"<string>\",\n  \"query\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_filters?filter_type=<string>","description":"<p>Create a custom filter in the account</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","custom_filters"],"host":["app","tokewoot","com"],"query":[{"description":{"content":"<p>The type of custom filter</p>\n","type":"text/plain"},"key":"filter_type","value":"<string>"}],"variable":[{"id":"449931ed-79bc-4f30-9e5c-7aa43c792d24","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"033e6e0a-4e67-46d1-ba2e-64322a5e2574","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_filters?filter_type=<string>","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_filters"],"query":[{"key":"filter_type","value":"<string>"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<number>\",\n  \"name\": \"<string>\",\n  \"type\": \"<string>\",\n  \"query\": \"<object>\",\n  \"created_at\": \"<dateTime>\",\n  \"updated_at\": \"<dateTime>\"\n}"},{"id":"ecae79d4-22e3-40d3-881e-0952118193d5","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_filters?filter_type=<string>","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_filters"],"query":[{"key":"filter_type","value":"<string>"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f1ec14cd-882b-4143-a349-79ea10d6a401"}],"id":"f46b3441-ccc1-467e-9a2b-4f981ac970fd","_postman_id":"f46b3441-ccc1-467e-9a2b-4f981ac970fd","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"webhooks","item":[{"name":"{webhook_id}","item":[{"name":"Update a webhook object","id":"b5d05795-9f52-44e7-98af-7b1de5d9bcfc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"<string>\",\n  \"subscriptions\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/webhooks/:webhook_id","description":"<p>Update a webhook object in the account</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","webhooks",":webhook_id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"afa41f6b-5c75-4019-ad7b-30ef4659b75b","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"a5a78470-8351-4b17-9b30-b7b8e7915fc3","description":{"content":"<p>(Required) The numeric ID of the webhook</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"webhook_id"}]}},"response":[{"id":"ce3ff6db-d694-4932-9cf2-d4f62fc09a1b","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/webhooks/:webhook_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","webhooks",":webhook_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"webhook_id","value":"<integer>","description":"(Required) The numeric ID of the webhook"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<number>\",\n  \"url\": \"<string>\",\n  \"subscriptions\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"account_id\": \"<number>\"\n}"},{"id":"ec0226d5-9437-4be4-86b4-d11c9eb360e9","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/webhooks/:webhook_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","webhooks",":webhook_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"webhook_id","value":"<integer>","description":"(Required) The numeric ID of the webhook"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b5d05795-9f52-44e7-98af-7b1de5d9bcfc"},{"name":"Delete a webhook","id":"f5fde039-6f1c-4408-b823-f6c0844689b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/webhooks/:webhook_id","description":"<p>Delete a webhook from the account</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","webhooks",":webhook_id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"134cced0-6e0a-49b5-94e2-509755736239","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"611ccb77-8ab4-40f4-930b-eae6536dae5b","description":{"content":"<p>(Required) The numeric ID of the webhook</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"webhook_id"}]}},"response":[{"id":"3421bbda-c34c-4e25-a059-967398d097d2","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/webhooks/:webhook_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","webhooks",":webhook_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"webhook_id","value":"<integer>","description":"(Required) The numeric ID of the webhook"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f6dc3c3c-fdbc-41fb-932e-3b9c9fc8ef18","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/webhooks/:webhook_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","webhooks",":webhook_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"webhook_id","value":"<integer>","description":"(Required) The numeric ID of the webhook"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"cff8d0bc-bde6-4fde-9e45-1825ea1a7bd2","name":"The webhook does not exist in the account","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/webhooks/:webhook_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","webhooks",":webhook_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"webhook_id","value":"<integer>","description":"(Required) The numeric ID of the webhook"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f5fde039-6f1c-4408-b823-f6c0844689b7"}],"id":"80d9b5c1-8464-40c4-8b2a-ea9d5a50eafe","_postman_id":"80d9b5c1-8464-40c4-8b2a-ea9d5a50eafe","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"List all webhooks","id":"56dabe60-b315-4941-83e2-f012e9917a54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/webhooks","description":"<p>List all webhooks in the account</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","webhooks"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"e8356ce2-8225-4cbc-b7dd-bdbaa60d976c","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"9881d5b0-93a0-4c2a-972d-a48750d37f5d","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/webhooks","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","webhooks"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<number>\",\n    \"url\": \"<string>\",\n    \"subscriptions\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"account_id\": \"<number>\"\n  },\n  {\n    \"id\": \"<number>\",\n    \"url\": \"<string>\",\n    \"subscriptions\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"account_id\": \"<number>\"\n  }\n]"},{"id":"700b0f00-123f-4b9e-9d93-3c77203e86de","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/webhooks","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","webhooks"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"56dabe60-b315-4941-83e2-f012e9917a54"},{"name":"Add a webhook","id":"171f38e8-6416-4e31-82b7-a2dc88dcea20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"<string>\",\n  \"subscriptions\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/webhooks","description":"<p>Add a webhook subscription to the account</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","webhooks"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"c5ecaf39-9aaa-4069-b635-01ab3d5c8c67","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"d7f9c33d-52d3-4749-96f2-26cf81860d54","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/webhooks","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","webhooks"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<number>\",\n  \"url\": \"<string>\",\n  \"subscriptions\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"account_id\": \"<number>\"\n}"},{"id":"1d49e792-8ef2-4c31-8cd0-4073a3fc7121","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/webhooks","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","webhooks"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"171f38e8-6416-4e31-82b7-a2dc88dcea20"}],"id":"25d75868-388a-4a19-9875-c19a72b50493","_postman_id":"25d75868-388a-4a19-9875-c19a72b50493","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}}],"id":"75eb7e5e-ffbe-4e17-bc1d-867dbb9facb1","_postman_id":"75eb7e5e-ffbe-4e17-bc1d-867dbb9facb1","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"Fetch user profile","id":"680f3b5f-c9c3-4302-bf5d-d8ca82e848f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/profile","description":"<p>Get the user profile details</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","profile"],"host":["app","tokewoot","com"],"query":[],"variable":[]}},"response":[{"id":"c9464a2b-7d5b-4409-aa8c-2954cf44d687","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":"https://app.tokewoot.com/api/v1/profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<number>\",\n  \"uid\": \"<string>\",\n  \"name\": \"<string>\",\n  \"available_name\": \"<string>\",\n  \"display_name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"account_id\": \"<number>\",\n  \"role\": \"<string>\",\n  \"confirmed\": \"<boolean>\",\n  \"custom_attributes\": \"<object>\",\n  \"accounts\": [\n    {\n      \"id\": \"<number>\",\n      \"name\": \"<string>\",\n      \"role\": \"<string>\"\n    },\n    {\n      \"id\": \"<number>\",\n      \"name\": \"<string>\",\n      \"role\": \"<string>\"\n    }\n  ]\n}"},{"id":"fdcbb877-21e0-415b-ac9b-6a10750cc689","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":"https://app.tokewoot.com/api/v1/profile"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"680f3b5f-c9c3-4302-bf5d-d8ca82e848f1"}],"id":"bad01395-da07-4ae7-8488-251be275694c","_postman_id":"bad01395-da07-4ae7-8488-251be275694c","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"v1 Copy","item":[{"name":"accounts/{account_id}","item":[{"name":"agents","item":[{"name":"{id}","item":[{"name":"Update Agent in Account","id":"09fe00a6-04e3-4048-8f6e-50517c1aa405","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"role\": \"<string>\",\n  \"availability\": \"<string>\",\n  \"auto_offline\": \"<boolean>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/agents/:id","description":"<p>Update an Agent in Account</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","agents",":id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"1d75d0a4-0799-4ed9-bc1f-d7ac3a124271","description":{"content":"<p>(Required) The ID of the agent to be updated.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"},{"id":"a75b1c11-be94-45e3-b949-198a7eeb6659","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"ae61c33d-17b8-451b-b236-9f846d33d2d7","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"role\": \"<string>\",\n  \"availability\": \"<string>\",\n  \"auto_offline\": \"<boolean>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"/api/v1/accounts/:account_id/agents/:id","path":["api","v1","accounts",":account_id","agents",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the agent to be updated."},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"uid\": \"<string>\",\n  \"name\": \"<string>\",\n  \"available_name\": \"<string>\",\n  \"display_name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"account_id\": \"<integer>\",\n  \"role\": \"<string>\",\n  \"confirmed\": \"<boolean>\",\n  \"availability_status\": \"<string>\",\n  \"auto_offline\": \"<boolean>\",\n  \"custom_attributes\": \"<object>\"\n}"},{"id":"469cedb4-8613-4660-b54c-900c52dacd85","name":"Access denied","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"role\": \"<string>\",\n  \"availability\": \"<string>\",\n  \"auto_offline\": \"<boolean>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/agents/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","agents",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the agent to be updated."},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e677133c-7e3a-4d4d-863e-0e820541765e","name":"Agent not found","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"role\": \"<string>\",\n  \"availability\": \"<string>\",\n  \"auto_offline\": \"<boolean>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/agents/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","agents",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the agent to be updated."},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"09fe00a6-04e3-4048-8f6e-50517c1aa405"},{"name":"Remove an Agent from Account","id":"d03f15fb-505a-4906-861d-3e412e6336b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/agents/:id","description":"<p>Remove an Agent from Account</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","agents",":id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"1b4cb890-f36d-4e2c-af8b-e32769beedb3","description":{"content":"<p>(Required) The ID of the agent to be deleted</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"},{"id":"59eebf64-75c3-4d2a-9d25-72299a69fe5f","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"c234a301-9dc5-4bbe-8c92-204ce75acfed","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"/api/v1/accounts/:account_id/agents/:id","path":["api","v1","accounts",":account_id","agents",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the agent to be deleted"},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"42d27d39-6394-4760-a026-b443562e6c5f","name":"Access denied","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/agents/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","agents",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the agent to be deleted"},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"54613347-377b-4aa2-8c3b-7f2e2670632c","name":"Agent not found","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/agents/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","agents",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the agent to be deleted"},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d03f15fb-505a-4906-861d-3e412e6336b6"}],"id":"5aa141c8-6f1a-4636-872a-aa14dc80ad27","_postman_id":"5aa141c8-6f1a-4636-872a-aa14dc80ad27","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"List Agents in Account","id":"9c20df5e-262b-41a3-ac37-15dbf662a07c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/8/agents","description":"<p>Get Details of Agents in an Account</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts","8","agents"],"host":["app","tokewoot","com"],"query":[],"variable":[]}},"response":[{"id":"2f8e9139-aa4d-4741-a8a7-8e2564fc42e6","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"/api/v1/accounts/:account_id/agents","path":["api","v1","accounts",":account_id","agents"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"uid\": \"<string>\",\n    \"name\": \"<string>\",\n    \"available_name\": \"<string>\",\n    \"display_name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"account_id\": \"<integer>\",\n    \"role\": \"<string>\",\n    \"confirmed\": \"<boolean>\",\n    \"availability_status\": \"<string>\",\n    \"auto_offline\": \"<boolean>\",\n    \"custom_attributes\": \"<object>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"uid\": \"<string>\",\n    \"name\": \"<string>\",\n    \"available_name\": \"<string>\",\n    \"display_name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"account_id\": \"<integer>\",\n    \"role\": \"<string>\",\n    \"confirmed\": \"<boolean>\",\n    \"availability_status\": \"<string>\",\n    \"auto_offline\": \"<boolean>\",\n    \"custom_attributes\": \"<object>\"\n  }\n]"},{"id":"c7f64662-9a69-4bf5-a446-a8ae8eda935d","name":"Access denied","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/agents","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","agents"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9c20df5e-262b-41a3-ac37-15dbf662a07c"},{"name":"Add a New Agent","id":"c2d52878-142f-4a55-9b21-da978fac7c05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"role\": \"<string>\",\n  \"availability_status\": \"<string>\",\n  \"auto_offline\": \"<boolean>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/agents","description":"<p>Add a new Agent to Account</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","agents"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"7ec0bbbd-cb45-42a8-8ed8-f42f53d4365c","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"59451d1c-7cf2-49fb-b768-ee392d090d98","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"role\": \"<string>\",\n  \"availability_status\": \"<string>\",\n  \"auto_offline\": \"<boolean>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"/api/v1/accounts/:account_id/agents","path":["api","v1","accounts",":account_id","agents"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"uid\": \"<string>\",\n  \"name\": \"<string>\",\n  \"available_name\": \"<string>\",\n  \"display_name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"account_id\": \"<integer>\",\n  \"role\": \"<string>\",\n  \"confirmed\": \"<boolean>\",\n  \"availability_status\": \"<string>\",\n  \"auto_offline\": \"<boolean>\",\n  \"custom_attributes\": \"<object>\"\n}"},{"id":"4b7ccd5c-38bd-4849-b560-9fd285731d21","name":"Access denied","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"role\": \"<string>\",\n  \"availability_status\": \"<string>\",\n  \"auto_offline\": \"<boolean>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/agents","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","agents"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c2d52878-142f-4a55-9b21-da978fac7c05"}],"id":"4d16a260-384b-4ae2-ae7d-83299d40519a","_postman_id":"4d16a260-384b-4ae2-ae7d-83299d40519a","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"canned_responses","item":[{"name":"{id}","item":[{"name":"Update Canned Response in Account","id":"7764ab60-88ce-464d-99e8-bfcaf72bd528","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"content\": \"<string>\",\n  \"short_code\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/canned_responses/:id","description":"<p>Update a Canned Response in Account</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","canned_responses",":id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"d009e0be-b273-4073-9bd2-a6f5b94054a1","description":{"content":"<p>(Required) The ID of the canned response to be updated.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"},{"id":"813aa82c-d8fc-4faf-8d50-59d0b8148a45","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"49402ad7-6e82-4d0d-bef1-d0de0c877e9a","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/canned_responses/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","canned_responses",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the canned response to be updated."},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"content\": \"<string>\",\n  \"short_code\": \"<string>\",\n  \"account_id\": \"<integer>\"\n}"},{"id":"3421f681-7233-4244-a75a-235c04b8048b","name":"Access denied","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/canned_responses/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","canned_responses",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the canned response to be updated."},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"0289cfbc-8f9c-40b7-899b-b006b6ea8bf1","name":"Agent not found","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/canned_responses/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","canned_responses",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the canned response to be updated."},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7764ab60-88ce-464d-99e8-bfcaf72bd528"},{"name":"Remove a Canned Response from Account","id":"04843b75-5c48-42c8-9af8-323267b76b86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/canned_responses/:id","description":"<p>Remove a Canned Response from Account</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","canned_responses",":id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"c6c1b3c4-cadd-4a47-906c-139105187111","description":{"content":"<p>(Required) The ID of the canned response to be deleted</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"},{"id":"15448f38-15e5-4c5a-b538-ea2bbc249013","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"562c5936-ef53-437d-b07a-f72deca7c98b","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/canned_responses/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","canned_responses",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the canned response to be deleted"},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e1f72a7a-1dd2-4395-899b-afb92590b64a","name":"Access denied","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/canned_responses/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","canned_responses",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the canned response to be deleted"},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d55539eb-ac8f-417a-8e35-2bfb486fa17d","name":"Canned Response not found","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/canned_responses/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","canned_responses",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the canned response to be deleted"},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"04843b75-5c48-42c8-9af8-323267b76b86"}],"id":"b2b5228a-4c56-4078-8139-2ea59ef26421","_postman_id":"b2b5228a-4c56-4078-8139-2ea59ef26421","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"List all Canned Responses in an Account","id":"7eac9b05-cb5d-4052-8430-4a8a8b2be6e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/canned_responses","description":"<p>Get Details of Canned Responses in an Account</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","canned_responses"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"9aa0bdae-8f87-4f0e-bd60-291ba8461097","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"0a823f74-836b-44a4-a05d-fcc9c95decf0","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/canned_responses","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","canned_responses"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"content\": \"<string>\",\n    \"short_code\": \"<string>\",\n    \"account_id\": \"<integer>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"content\": \"<string>\",\n    \"short_code\": \"<string>\",\n    \"account_id\": \"<integer>\"\n  }\n]"},{"id":"ff556f57-953d-445d-bb57-b592fc8be7ca","name":"Access denied","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/canned_responses","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","canned_responses"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7eac9b05-cb5d-4052-8430-4a8a8b2be6e6"},{"name":"Add a New Canned Response","id":"a6e7aee8-fb29-4b9b-ba08-1657dcb7f5e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"content\": \"<string>\",\n  \"short_code\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/canned_responses","description":"<p>Add a new Canned Response to Account</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","canned_responses"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"f6fac4c3-62ac-4529-a81c-baf260d99dcc","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"bad6e2fb-39d9-4e90-a387-66f3e9dd93dc","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/canned_responses","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","canned_responses"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"content\": \"<string>\",\n  \"short_code\": \"<string>\",\n  \"account_id\": \"<integer>\"\n}"},{"id":"ecdd054c-77c9-4cb4-8499-1bfa5a868b20","name":"Access denied","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/canned_responses","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","canned_responses"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a6e7aee8-fb29-4b9b-ba08-1657dcb7f5e3"}],"id":"5cfa0786-f0d9-4752-b364-f24bcb0c28f9","_postman_id":"5cfa0786-f0d9-4752-b364-f24bcb0c28f9","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"custom_attribute_definitions","item":[{"name":"{id}","item":[{"name":"Get a custom attribute details","id":"c9c38730-1f71-4c3f-b939-561db3c11de9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_attribute_definitions/:id","description":"<p>Get the details of a custom attribute in the account</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","custom_attribute_definitions",":id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"711dc290-f61d-4f72-b866-553700eb3394","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"7cf2b878-0b2d-4846-a8ae-0a810a4b1635","description":{"content":"<p>(Required) The ID of the custom attribute to be updated.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"2c5a6879-bca5-4599-8daa-dac3530c07ef","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_attribute_definitions/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_attribute_definitions",":id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<integer>","description":"(Required) The ID of the custom attribute to be updated."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"attribute_display_name\": \"<string>\",\n  \"attribute_display_type\": \"<string>\",\n  \"attribute_description\": \"<string>\",\n  \"attribute_key\": \"<string>\",\n  \"attribute_values\": \"<string>\",\n  \"default_value\": \"<string>\",\n  \"attribute_model\": \"<string>\",\n  \"account_id\": \"<integer>\"\n}"},{"id":"34f00910-33d8-4175-bdba-4f988197bce1","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_attribute_definitions/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_attribute_definitions",":id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<integer>","description":"(Required) The ID of the custom attribute to be updated."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"03433c3f-441b-4c01-a5ea-aaed035feadc","name":"The given attribute ID does not exist in the account","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_attribute_definitions/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_attribute_definitions",":id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<integer>","description":"(Required) The ID of the custom attribute to be updated."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c9c38730-1f71-4c3f-b939-561db3c11de9"},{"name":"Update custom attribute in Account","id":"9b226a86-18c7-4d38-8caf-14ab3fa45e34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"attribute_display_name\": \"<string>\",\n  \"attribute_display_type\": \"<integer>\",\n  \"attribute_description\": \"<string>\",\n  \"attribute_key\": \"<string>\",\n  \"attribute_values\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"attribute_model\": \"<integer>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_attribute_definitions/:id","description":"<p>Update a custom attribute in account</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","custom_attribute_definitions",":id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"a375dce6-67c0-44bd-8f32-46f091149488","description":{"content":"<p>(Required) The ID of the custom attribute to be updated.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"},{"id":"ce9916f7-64c3-4ba8-a1e6-de1ade32e08a","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"3ed64a8b-edd9-4191-b88e-42a3bb698921","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_attribute_definitions/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_attribute_definitions",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the custom attribute to be updated."},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"attribute_display_name\": \"<string>\",\n  \"attribute_display_type\": \"<string>\",\n  \"attribute_description\": \"<string>\",\n  \"attribute_key\": \"<string>\",\n  \"attribute_values\": \"<string>\",\n  \"default_value\": \"<string>\",\n  \"attribute_model\": \"<string>\",\n  \"account_id\": \"<integer>\"\n}"},{"id":"45e1bf5f-ce25-427b-b329-8bf1cd1de777","name":"Access denied","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_attribute_definitions/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_attribute_definitions",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the custom attribute to be updated."},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"29521b21-8c36-4a9b-9cba-559e4dc25585","name":"Agent not found","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_attribute_definitions/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_attribute_definitions",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the custom attribute to be updated."},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9b226a86-18c7-4d38-8caf-14ab3fa45e34"},{"name":"Remove a custom attribute from account","id":"7411d22a-3730-414a-bf31-981dd86ac249","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_attribute_definitions/:id","description":"<p>Remove a custom attribute from account</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","custom_attribute_definitions",":id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"81c36e9b-f433-4a74-8c64-3c1dd94bed4c","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"8ba20520-fae3-47bc-8897-686a23455901","description":{"content":"<p>(Required) The ID of the custom attribute to be deleted</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"5df6f4f7-69dc-4e69-928f-044592a570c5","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_attribute_definitions/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_attribute_definitions",":id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<integer>","description":"(Required) The ID of the custom attribute to be deleted"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9a2a3f0e-fc69-4eb2-9f8f-2c521f6343b1","name":"Access denied","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_attribute_definitions/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_attribute_definitions",":id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<integer>","description":"(Required) The ID of the custom attribute to be deleted"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"2bbf9191-3620-4b75-b4bb-5679c9616121","name":"Custom attribute not found","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_attribute_definitions/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_attribute_definitions",":id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<integer>","description":"(Required) The ID of the custom attribute to be deleted"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7411d22a-3730-414a-bf31-981dd86ac249"}],"id":"1d1672ab-deb9-407d-8c73-16e6d9e2b314","_postman_id":"1d1672ab-deb9-407d-8c73-16e6d9e2b314","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"List all custom attributes in an account","id":"75e64ce6-e102-4d24-acd2-e1f57f8158ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_attribute_definitions?attribute_model=<string>","description":"<p>Get details of custom attributes in an Account</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","custom_attribute_definitions"],"host":["app","tokewoot","com"],"query":[{"description":{"content":"<p>(Required) conversation_attribute(0)/contact_attribute(1)</p>\n","type":"text/plain"},"key":"attribute_model","value":"<string>"}],"variable":[{"id":"0375bed5-c884-4a85-bb25-11e100c74ad6","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"6e7528ba-a460-4425-b476-049c84fa1c5f","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_attribute_definitions?attribute_model=<string>","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_attribute_definitions"],"query":[{"key":"attribute_model","value":"<string>"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"attribute_display_name\": \"<string>\",\n    \"attribute_display_type\": \"<string>\",\n    \"attribute_description\": \"<string>\",\n    \"attribute_key\": \"<string>\",\n    \"attribute_values\": \"<string>\",\n    \"default_value\": \"<string>\",\n    \"attribute_model\": \"<string>\",\n    \"account_id\": \"<integer>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"attribute_display_name\": \"<string>\",\n    \"attribute_display_type\": \"<string>\",\n    \"attribute_description\": \"<string>\",\n    \"attribute_key\": \"<string>\",\n    \"attribute_values\": \"<string>\",\n    \"default_value\": \"<string>\",\n    \"attribute_model\": \"<string>\",\n    \"account_id\": \"<integer>\"\n  }\n]"},{"id":"44125769-ff4a-4dd3-b23c-a63752a586e7","name":"Access denied","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_attribute_definitions?attribute_model=<string>","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_attribute_definitions"],"query":[{"key":"attribute_model","value":"<string>"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"75e64ce6-e102-4d24-acd2-e1f57f8158ea"},{"name":"Add a new custom attribute","id":"5a25c117-3e6c-4e21-8da4-453597b1114e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"attribute_display_name\": \"<string>\",\n  \"attribute_display_type\": \"<integer>\",\n  \"attribute_description\": \"<string>\",\n  \"attribute_key\": \"<string>\",\n  \"attribute_values\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"attribute_model\": \"<integer>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_attribute_definitions","description":"<p>Add a new custom attribute to account</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","custom_attribute_definitions"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"453ba284-a963-4aba-9b15-15389a68db67","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"65fd2509-a775-43a3-a8e8-f21c74e17c80","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_attribute_definitions","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_attribute_definitions"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"attribute_display_name\": \"<string>\",\n  \"attribute_display_type\": \"<string>\",\n  \"attribute_description\": \"<string>\",\n  \"attribute_key\": \"<string>\",\n  \"attribute_values\": \"<string>\",\n  \"default_value\": \"<string>\",\n  \"attribute_model\": \"<string>\",\n  \"account_id\": \"<integer>\"\n}"},{"id":"7d011ae9-f9d9-461e-ad52-ac1cdd9a8f6b","name":"Access denied","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_attribute_definitions","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_attribute_definitions"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5a25c117-3e6c-4e21-8da4-453597b1114e"}],"id":"bf812ada-74fe-4ba7-9dd0-b306e32b227e","_postman_id":"bf812ada-74fe-4ba7-9dd0-b306e32b227e","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"contacts","item":[{"name":"{id}","item":[{"name":"Show Contact","id":"9584fd59-ed93-4a5b-800a-f147c6e7db97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id","description":"<p>Get a contact belonging to the account using ID</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","contacts",":id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"59a84a6a-2ffe-42cd-bac7-73bc8d019327","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"8d171c74-0f37-4ba9-a1c0-2c3d7e57221c","description":{"content":"<p>(Required) ID of the contact</p>\n","type":"text/plain"},"type":"any","value":"<number>","key":"id"}]}},"response":[{"id":"2824d2ba-5017-459f-b0b9-9a0ab13a5bf7","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts",":id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the contact"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"payload\": {\n    \"contact\": {\n      \"email\": \"<string>\",\n      \"name\": \"<string>\",\n      \"phone_number\": \"<string>\",\n      \"thumbnail\": \"<string>\",\n      \"additional_attributes\": \"<object>\",\n      \"custom_attributes\": \"<object>\",\n      \"contact_inboxes\": [\n        {\n          \"source_id\": \"<string>\",\n          \"inbox\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        {\n          \"source_id\": \"<string>\",\n          \"inbox\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        }\n      ]\n    }\n  },\n  \"id\": \"<number>\",\n  \"availability_status\": \"<string>\"\n}"},{"id":"ff779d86-5e85-4098-a807-83165fa6d091","name":"Access denied","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts",":id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the contact"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"089c9b9e-9ec4-47fc-a0c8-05dd0478659d","name":"Contact not found","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts",":id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the contact"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9584fd59-ed93-4a5b-800a-f147c6e7db97"},{"name":"Update Contact","id":"9387ba58-eccf-4910-b03b-068d890f84f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"phone_number\": \"<string>\",\n  \"avatar\": \"<binary>\",\n  \"avatar_url\": \"<string>\",\n  \"identifier\": \"<string>\",\n  \"custom_attributes\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id","description":"<p>Update a contact belonging to the account using ID</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","contacts",":id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"31f3d5f4-f110-4c62-be06-86d7dd8dd78e","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"c3c299ea-03a4-4934-a7b9-e22bf0cc1a89","description":{"content":"<p>(Required) ID of the contact</p>\n","type":"text/plain"},"type":"any","value":"<number>","key":"id"}]}},"response":[{"id":"22d497d4-3e0d-4e4a-a673-780d4a883df7","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"phone_number\": \"<string>\",\n  \"avatar\": \"<binary>\",\n  \"avatar_url\": \"<string>\",\n  \"identifier\": \"<string>\",\n  \"custom_attributes\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts",":id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the contact"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<number>\",\n  \"payload\": {\n    \"contact\": {\n      \"email\": \"<string>\",\n      \"name\": \"<string>\",\n      \"phone_number\": \"<string>\",\n      \"thumbnail\": \"<string>\",\n      \"additional_attributes\": \"<object>\",\n      \"custom_attributes\": \"<object>\",\n      \"contact_inboxes\": [\n        {\n          \"source_id\": \"<string>\",\n          \"inbox\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        {\n          \"source_id\": \"<string>\",\n          \"inbox\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        }\n      ]\n    }\n  }\n}"},{"id":"fac4b6ed-4cf4-4b3c-9ce8-d733ca11c20c","name":"Access denied","originalRequest":{"method":"PUT","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"phone_number\": \"<string>\",\n  \"avatar\": \"<binary>\",\n  \"avatar_url\": \"<string>\",\n  \"identifier\": \"<string>\",\n  \"custom_attributes\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts",":id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the contact"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"eb6c6a85-d4c6-41ac-b092-3d045d23211a","name":"Contact not found","originalRequest":{"method":"PUT","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"phone_number\": \"<string>\",\n  \"avatar\": \"<binary>\",\n  \"avatar_url\": \"<string>\",\n  \"identifier\": \"<string>\",\n  \"custom_attributes\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts",":id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the contact"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9387ba58-eccf-4910-b03b-068d890f84f7"},{"name":"Delete Contact","id":"d6482d34-f726-4fa5-ad18-1652f0149ea9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","contacts",":id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"ebb5ac49-7e98-47e2-9535-e045f0707f50","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"a469d581-7030-4a9a-b77d-33b0fe9c2192","description":{"content":"<p>(Required) ID of the contact</p>\n","type":"text/plain"},"type":"any","value":"<number>","key":"id"}]}},"response":[{"id":"4ce5e240-4d35-46ff-943e-366d45514c2d","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts",":id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the contact"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"1ed6fa38-9da7-4657-ba2f-c638d3b7c32f","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts",":id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the contact"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"1d296385-3510-48f9-aa14-994faa522104","name":"Contact not found","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts",":id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the contact"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d6482d34-f726-4fa5-ad18-1652f0149ea9"},{"name":"Contact Conversations","id":"ed23056e-968a-46b8-afce-07fca3f98de6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id/conversations","description":"<p>Get conversations associated to that contact</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","contacts",":id","conversations"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"2e152c1b-a38d-4b3d-971b-8c581ca9f2fc","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"476dc78e-ac44-4b18-b63f-752a4b493c63","description":{"content":"<p>(Required) ID of the contact</p>\n","type":"text/plain"},"type":"any","value":"<number>","key":"id"}]}},"response":[{"id":"f10bf23e-b7e1-4730-8320-4913e62a2008","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id/conversations","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts",":id","conversations"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the contact"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<number>\",\n    \"messages\": [\n      {\n        \"content\": \"<string>\",\n        \"content_type\": \"<string>\",\n        \"content_attributes\": \"<object>\",\n        \"message_type\": \"<string>\",\n        \"created_at\": \"<integer>\",\n        \"private\": \"<boolean>\",\n        \"attachment\": \"<object>\",\n        \"sender\": \"<object>\",\n        \"conversation_id\": \"<number>\"\n      },\n      {\n        \"content\": \"<string>\",\n        \"content_type\": \"<string>\",\n        \"content_attributes\": \"<object>\",\n        \"message_type\": \"<string>\",\n        \"created_at\": \"<integer>\",\n        \"private\": \"<boolean>\",\n        \"attachment\": \"<object>\",\n        \"sender\": \"<object>\",\n        \"conversation_id\": \"<number>\"\n      }\n    ],\n    \"account_id\": \"<number>\",\n    \"inbox_id\": \"<number>\",\n    \"status\": \"<string>\",\n    \"timestamp\": \"<string>\",\n    \"contact_last_seen_at\": \"<string>\",\n    \"agent_last_seen_at\": \"<string>\",\n    \"unread_count\": \"<number>\",\n    \"additional_attributes\": \"<object>\",\n    \"custom_attributes\": \"<object>\",\n    \"meta\": {\n      \"sender\": {\n        \"id\": \"<number>\",\n        \"name\": \"<string>\",\n        \"thumbnail\": \"<string>\",\n        \"channel\": \"<string>\"\n      },\n      \"assignee\": {\n        \"id\": \"<number>\",\n        \"uid\": \"<string>\",\n        \"name\": \"<string>\",\n        \"available_name\": \"<string>\",\n        \"display_name\": \"<string>\",\n        \"email\": \"<string>\",\n        \"account_id\": \"<number>\",\n        \"role\": \"<string>\",\n        \"confirmed\": \"<boolean>\",\n        \"custom_attributes\": \"<object>\",\n        \"accounts\": [\n          {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"role\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"role\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    },\n    \"display_id\": \"<number>\"\n  },\n  {\n    \"id\": \"<number>\",\n    \"messages\": [\n      {\n        \"content\": \"<string>\",\n        \"content_type\": \"<string>\",\n        \"content_attributes\": \"<object>\",\n        \"message_type\": \"<string>\",\n        \"created_at\": \"<integer>\",\n        \"private\": \"<boolean>\",\n        \"attachment\": \"<object>\",\n        \"sender\": \"<object>\",\n        \"conversation_id\": \"<number>\"\n      },\n      {\n        \"content\": \"<string>\",\n        \"content_type\": \"<string>\",\n        \"content_attributes\": \"<object>\",\n        \"message_type\": \"<string>\",\n        \"created_at\": \"<integer>\",\n        \"private\": \"<boolean>\",\n        \"attachment\": \"<object>\",\n        \"sender\": \"<object>\",\n        \"conversation_id\": \"<number>\"\n      }\n    ],\n    \"account_id\": \"<number>\",\n    \"inbox_id\": \"<number>\",\n    \"status\": \"<string>\",\n    \"timestamp\": \"<string>\",\n    \"contact_last_seen_at\": \"<string>\",\n    \"agent_last_seen_at\": \"<string>\",\n    \"unread_count\": \"<number>\",\n    \"additional_attributes\": \"<object>\",\n    \"custom_attributes\": \"<object>\",\n    \"meta\": {\n      \"sender\": {\n        \"id\": \"<number>\",\n        \"name\": \"<string>\",\n        \"thumbnail\": \"<string>\",\n        \"channel\": \"<string>\"\n      },\n      \"assignee\": {\n        \"id\": \"<number>\",\n        \"uid\": \"<string>\",\n        \"name\": \"<string>\",\n        \"available_name\": \"<string>\",\n        \"display_name\": \"<string>\",\n        \"email\": \"<string>\",\n        \"account_id\": \"<number>\",\n        \"role\": \"<string>\",\n        \"confirmed\": \"<boolean>\",\n        \"custom_attributes\": \"<object>\",\n        \"accounts\": [\n          {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"role\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"role\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    },\n    \"display_id\": \"<number>\"\n  }\n]"},{"id":"98ea9265-1817-4fd0-98b9-45a818cca486","name":"Access denied","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id/conversations","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts",":id","conversations"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the contact"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"442a0eca-4dc3-4367-a1a5-a45cb3636c89","name":"Contact not found","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id/conversations","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts",":id","conversations"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the contact"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ed23056e-968a-46b8-afce-07fca3f98de6"},{"name":"Create contact inbox","id":"72d46e73-8fca-41a9-9b6d-672c06fcf562","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"inbox_id\": \"<number>\",\n  \"source_id\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id/contact_inboxes","description":"<p>Create a contact inbox record for an inbox</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","contacts",":id","contact_inboxes"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"47611fe8-8cfb-4f16-9701-fecfa65d486c","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"c3513bfd-6287-4a96-a580-44acb7327952","description":{"content":"<p>(Required) ID of the contact</p>\n","type":"text/plain"},"type":"any","value":"<number>","key":"id"}]}},"response":[{"id":"4ee25ff8-cef8-41d2-89a0-07fce9176e03","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"inbox_id\": \"<number>\",\n  \"source_id\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id/contact_inboxes","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts",":id","contact_inboxes"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the contact"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"source_id\": \"<string>\",\n  \"inbox\": {\n    \"id\": \"<number>\",\n    \"name\": \"<string>\",\n    \"website_url\": \"<string>\",\n    \"channel_type\": \"<string>\",\n    \"avatar_url\": \"<string>\",\n    \"widget_color\": \"<string>\",\n    \"website_token\": \"<string>\",\n    \"enable_auto_assignment\": \"<boolean>\",\n    \"web_widget_script\": \"<string>\",\n    \"welcome_title\": \"<string>\",\n    \"welcome_tagline\": \"<string>\",\n    \"greeting_enabled\": \"<boolean>\",\n    \"greeting_message\": \"<string>\"\n  }\n}"},{"id":"cf47f0b0-acd8-4a9c-97be-6a0921c2d46d","name":"Authentication error","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"inbox_id\": \"<number>\",\n  \"source_id\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id/contact_inboxes","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts",":id","contact_inboxes"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the contact"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"description\": \"<string>\",\n  \"errors\": [\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\",\n      \"code\": \"<string>\"\n    },\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\",\n      \"code\": \"<string>\"\n    }\n  ]\n}"},{"id":"a15e3eeb-b53b-4bae-917f-36b292866670","name":"Incorrect payload","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"inbox_id\": \"<number>\",\n  \"source_id\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id/contact_inboxes","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts",":id","contact_inboxes"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the contact"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"72d46e73-8fca-41a9-9b6d-672c06fcf562"},{"name":"Get Contactable Inboxes","id":"9d068e1f-348c-4e8f-8cc2-f89713e9f031","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id/contactable_inboxes","description":"<p>Get List of contactable Inboxes</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","contacts",":id","contactable_inboxes"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"7daaf89d-b7e9-4661-a8cd-27f9b1ebabec","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"3c42bebe-da7e-4a72-995b-24afd3983fe2","description":{"content":"<p>(Required) ID of the contact</p>\n","type":"text/plain"},"type":"any","value":"<number>","key":"id"}]}},"response":[{"id":"09f007af-dfaf-4860-9521-64e8b0756bdd","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id/contactable_inboxes","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts",":id","contactable_inboxes"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the contact"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"source_id\": \"<string>\",\n  \"inbox\": {\n    \"id\": \"<number>\",\n    \"name\": \"<string>\",\n    \"website_url\": \"<string>\",\n    \"channel_type\": \"<string>\",\n    \"avatar_url\": \"<string>\",\n    \"widget_color\": \"<string>\",\n    \"website_token\": \"<string>\",\n    \"enable_auto_assignment\": \"<boolean>\",\n    \"web_widget_script\": \"<string>\",\n    \"welcome_title\": \"<string>\",\n    \"welcome_tagline\": \"<string>\",\n    \"greeting_enabled\": \"<boolean>\",\n    \"greeting_message\": \"<string>\"\n  }\n}"},{"id":"664449ce-06ef-4969-a445-28c42528e0de","name":"Authentication error","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id/contactable_inboxes","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts",":id","contactable_inboxes"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the contact"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"description\": \"<string>\",\n  \"errors\": [\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\",\n      \"code\": \"<string>\"\n    },\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\",\n      \"code\": \"<string>\"\n    }\n  ]\n}"},{"id":"cfd767ff-658c-4163-b80e-365a479e8d02","name":"Incorrect payload","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id/contactable_inboxes","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts",":id","contactable_inboxes"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the contact"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9d068e1f-348c-4e8f-8cc2-f89713e9f031"}],"id":"b07a783b-e380-4a2c-9d2d-ee46eaac4ec4","_postman_id":"b07a783b-e380-4a2c-9d2d-ee46eaac4ec4","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"List Contacts","id":"bd442368-6970-44b8-aaf2-3c87ccfc2173","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts?sort=<string>&page=1","description":"<p>Listing all the resolved contacts with pagination (Page size = 15) . Resolved contacts are the ones with a value for identifier, email or phone number</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","contacts"],"host":["app","tokewoot","com"],"query":[{"description":{"content":"<p>The attribute by which list should be sorted</p>\n","type":"text/plain"},"key":"sort","value":"<string>"},{"description":{"content":"<p>The page parameter</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[{"id":"448d8953-ec6d-4203-a6f0-bbb819d23258","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"33f3afd0-0ad7-4d4a-8169-0527b474b348","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts?sort=<string>&page=1","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts"],"query":[{"key":"sort","value":"<string>"},{"key":"page","value":"1"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<number>\",\n    \"payload\": {\n      \"contact\": {\n        \"email\": \"<string>\",\n        \"name\": \"<string>\",\n        \"phone_number\": \"<string>\",\n        \"thumbnail\": \"<string>\",\n        \"additional_attributes\": \"<object>\",\n        \"custom_attributes\": \"<object>\",\n        \"contact_inboxes\": [\n          {\n            \"source_id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inbox\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"source_id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inbox\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    }\n  },\n  {\n    \"id\": \"<number>\",\n    \"payload\": {\n      \"contact\": {\n        \"email\": \"<string>\",\n        \"name\": \"<string>\",\n        \"phone_number\": \"<string>\",\n        \"thumbnail\": \"<string>\",\n        \"additional_attributes\": \"<object>\",\n        \"custom_attributes\": \"<object>\",\n        \"contact_inboxes\": [\n          {\n            \"source_id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inbox\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"source_id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inbox\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    }\n  }\n]"},{"id":"402f2824-82d9-4912-b20a-c7f6511cb8f4","name":"Bad Request Error","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts?sort=<string>&page=1","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts"],"query":[{"key":"sort","value":"<string>"},{"key":"page","value":"1"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"description\": \"<string>\",\n  \"errors\": [\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\",\n      \"code\": \"<string>\"\n    },\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\",\n      \"code\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"bd442368-6970-44b8-aaf2-3c87ccfc2173"},{"name":"Create Contact","id":"2f50d2ff-1b16-44f9-8a24-b5bfc3d88c72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"inbox_id\": \"<number>\",\n  \"name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"phone_number\": \"<string>\",\n  \"avatar\": \"<binary>\",\n  \"avatar_url\": \"<string>\",\n  \"identifier\": \"<string>\",\n  \"custom_attributes\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts","description":"<p>Create a new Contact</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","contacts"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"c34cee06-92b6-406f-bdad-d15a195f32da","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"059b3516-9ff1-48f1-b2b9-51ec37c14dd4","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"inbox_id\": \"<number>\",\n  \"name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"phone_number\": \"<string>\",\n  \"avatar\": \"<binary>\",\n  \"avatar_url\": \"<string>\",\n  \"identifier\": \"<string>\",\n  \"custom_attributes\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"payload\": {\n    \"contact\": {\n      \"email\": \"<string>\",\n      \"name\": \"<string>\",\n      \"phone_number\": \"<string>\",\n      \"thumbnail\": \"<string>\",\n      \"additional_attributes\": \"<object>\",\n      \"custom_attributes\": \"<object>\",\n      \"contact_inboxes\": [\n        {\n          \"source_id\": \"<string>\",\n          \"inbox\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        {\n          \"source_id\": \"<string>\",\n          \"inbox\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        }\n      ]\n    }\n  },\n  \"id\": \"<number>\",\n  \"availability_status\": \"<string>\"\n}"},{"id":"8a424d99-423f-4f01-8ee7-7385fa8c608d","name":"Bad Request Error","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"inbox_id\": \"<number>\",\n  \"name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"phone_number\": \"<string>\",\n  \"avatar\": \"<binary>\",\n  \"avatar_url\": \"<string>\",\n  \"identifier\": \"<string>\",\n  \"custom_attributes\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"description\": \"<string>\",\n  \"errors\": [\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\",\n      \"code\": \"<string>\"\n    },\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\",\n      \"code\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"2f50d2ff-1b16-44f9-8a24-b5bfc3d88c72"},{"name":"Search Contacts","id":"52daa892-4736-4c0a-809f-b47412f7964d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/search?q=<string>&sort=<string>&page=1","description":"<p>Search the resolved contacts using a search key, currently supports email search (Page size = 15). Resolved contacts are the ones with a value for identifier, email or phone number</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","contacts","search"],"host":["app","tokewoot","com"],"query":[{"description":{"content":"<p>Search using contact <code>name</code>, <code>identifier</code>, <code>email</code> or <code>phone number</code></p>\n","type":"text/plain"},"key":"q","value":"<string>"},{"description":{"content":"<p>The attribute by which list should be sorted</p>\n","type":"text/plain"},"key":"sort","value":"<string>"},{"description":{"content":"<p>The page parameter</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[{"id":"f535da6a-0e90-458e-bfcf-1a4b4801e3e3","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"b4406a62-c6a2-40dc-b40d-11f1988866b2","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/search?q=<string>&sort=<string>&page=1","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts","search"],"query":[{"key":"q","value":"<string>"},{"key":"sort","value":"<string>"},{"key":"page","value":"1"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"payload\": [\n    {\n      \"id\": \"<number>\",\n      \"payload\": {\n        \"contact\": {\n          \"email\": \"<string>\",\n          \"name\": \"<string>\",\n          \"phone_number\": \"<string>\",\n          \"thumbnail\": \"<string>\",\n          \"additional_attributes\": \"<object>\",\n          \"custom_attributes\": \"<object>\",\n          \"contact_inboxes\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    },\n    {\n      \"id\": \"<number>\",\n      \"payload\": {\n        \"contact\": {\n          \"email\": \"<string>\",\n          \"name\": \"<string>\",\n          \"phone_number\": \"<string>\",\n          \"thumbnail\": \"<string>\",\n          \"additional_attributes\": \"<object>\",\n          \"custom_attributes\": \"<object>\",\n          \"contact_inboxes\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    }\n  ]\n}"},{"id":"6b26970d-6212-4c5d-8940-3ccc0a8ec107","name":"Authentication error","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/search?q=<string>&sort=<string>&page=1","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts","search"],"query":[{"key":"q","value":"<string>"},{"key":"sort","value":"<string>"},{"key":"page","value":"1"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"description\": \"<string>\",\n  \"errors\": [\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\",\n      \"code\": \"<string>\"\n    },\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\",\n      \"code\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"52daa892-4736-4c0a-809f-b47412f7964d"},{"name":"Contact Filter","id":"4e971bc0-bc70-4d75-a630-3b9785d75f55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"[\n  {\n    \"attribute_key\": \"<string>\",\n    \"filter_operator\": \"<string>\",\n    \"values\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"query_operator\": \"<string>\"\n  },\n  {\n    \"attribute_key\": \"<string>\",\n    \"filter_operator\": \"<string>\",\n    \"values\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"query_operator\": \"<string>\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/filter?page=<integer>","description":"<p>Filter contacts with custom filter options and pagination</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","contacts","filter"],"host":["app","tokewoot","com"],"query":[{"key":"page","value":"<integer>"}],"variable":[{"id":"7dd5a60b-eaa0-4cd9-8be8-3287caee94f8","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"b48dd3b4-e1a0-4251-8173-a70251f0f8c6","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"[\n  {\n    \"attribute_key\": \"<string>\",\n    \"filter_operator\": \"<string>\",\n    \"values\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"query_operator\": \"<string>\"\n  },\n  {\n    \"attribute_key\": \"<string>\",\n    \"filter_operator\": \"<string>\",\n    \"values\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"query_operator\": \"<string>\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/filter?page=<integer>","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts","filter"],"query":[{"key":"page","value":"<integer>"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<number>\",\n    \"payload\": {\n      \"contact\": {\n        \"email\": \"<string>\",\n        \"name\": \"<string>\",\n        \"phone_number\": \"<string>\",\n        \"thumbnail\": \"<string>\",\n        \"additional_attributes\": \"<object>\",\n        \"custom_attributes\": \"<object>\",\n        \"contact_inboxes\": [\n          {\n            \"source_id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inbox\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"source_id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inbox\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    }\n  },\n  {\n    \"id\": \"<number>\",\n    \"payload\": {\n      \"contact\": {\n        \"email\": \"<string>\",\n        \"name\": \"<string>\",\n        \"phone_number\": \"<string>\",\n        \"thumbnail\": \"<string>\",\n        \"additional_attributes\": \"<object>\",\n        \"custom_attributes\": \"<object>\",\n        \"contact_inboxes\": [\n          {\n            \"source_id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inbox\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"source_id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inbox\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    }\n  }\n]"},{"id":"81666a59-5702-451e-b556-ec42837c5e99","name":"Bad Request Error","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"[\n  {\n    \"attribute_key\": \"<string>\",\n    \"filter_operator\": \"<string>\",\n    \"values\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"query_operator\": \"<string>\"\n  },\n  {\n    \"attribute_key\": \"<string>\",\n    \"filter_operator\": \"<string>\",\n    \"values\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"query_operator\": \"<string>\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/filter?page=<integer>","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts","filter"],"query":[{"key":"page","value":"<integer>"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"description\": \"<string>\",\n  \"errors\": [\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\",\n      \"code\": \"<string>\"\n    },\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\",\n      \"code\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"4e971bc0-bc70-4d75-a630-3b9785d75f55"}],"id":"44472dd8-d834-4386-a1fa-bf2f8af0ff59","_postman_id":"44472dd8-d834-4386-a1fa-bf2f8af0ff59","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"automation_rules","item":[{"name":"{id}","item":[{"name":"Get a automation rule details","id":"3bb56819-ea18-409f-9ac8-8fb57750a158","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/automation_rules/:id","description":"<p>Get the details of a automation rule in the account</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","automation_rules",":id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"5b8e38c5-3dfd-485b-80b8-23db349a62ee","description":{"content":"<p>(Required) The ID of the automation rule to be updated.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"},{"id":"9debd4a0-ec1e-4993-8249-7d9e77ac1411","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"324edb13-8b8d-44ca-a7c0-c4e18646756a","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"/api/v1/accounts/:account_id/automation_rules/:id","path":["api","v1","accounts",":account_id","automation_rules",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the automation rule to be updated."},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"event_name\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"active\": \"<boolean>\",\n  \"actions\": [\n    \"<object>\",\n    \"<object>\"\n  ],\n  \"conditions\": [\n    \"<object>\",\n    \"<object>\"\n  ],\n  \"account_id\": \"<integer>\"\n}"},{"id":"688b9258-1ecd-4ade-9b41-310c3676ab6e","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/automation_rules/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","automation_rules",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the automation rule to be updated."},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5dea41c1-cbb6-4f36-be48-b42f70ea1676","name":"The given rule ID does not exist in the account","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/automation_rules/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","automation_rules",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the automation rule to be updated."},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3bb56819-ea18-409f-9ac8-8fb57750a158"},{"name":"Update automation rule in Account","id":"08da2c95-7f4e-4281-8ca6-75628bb47c2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"event_name\": \"<string>\",\n  \"active\": \"<boolean>\",\n  \"actions\": [\n    \"<object>\",\n    \"<object>\"\n  ],\n  \"conditions\": [\n    \"<object>\",\n    \"<object>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/automation_rules/:id","description":"<p>Update a automation rule in account</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","automation_rules",":id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"81b850b5-4855-47eb-832e-83ca5d2763ba","description":{"content":"<p>(Required) The ID of the automation rule to be updated.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"},{"id":"a105422d-e508-4a16-adda-f67132afde68","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"ef92d882-7272-46de-aac2-f2f2f862a845","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"/api/v1/accounts/:account_id/automation_rules/:id","path":["api","v1","accounts",":account_id","automation_rules",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the automation rule to be updated."},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"event_name\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"active\": \"<boolean>\",\n  \"actions\": [\n    \"<object>\",\n    \"<object>\"\n  ],\n  \"conditions\": [\n    \"<object>\",\n    \"<object>\"\n  ],\n  \"account_id\": \"<integer>\"\n}"},{"id":"bff37175-d64f-46c8-8c26-e058107df741","name":"Access denied","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/automation_rules/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","automation_rules",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the automation rule to be updated."},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ca4ba75a-7fb9-473a-b6fd-b98b9d389084","name":"Rule not found","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/automation_rules/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","automation_rules",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the automation rule to be updated."},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"08da2c95-7f4e-4281-8ca6-75628bb47c2f"},{"name":"Remove a automation rule from account","id":"1dd41e19-436e-4a01-8ce3-4e08065b1b3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/automation_rules/:id","description":"<p>Remove a automation rule from account</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","automation_rules",":id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"d234f40d-f358-4c57-a7bb-bff9450bcb8a","description":{"content":"<p>(Required) The ID of the automation rule to be deleted</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"},{"id":"6915dd5a-14ca-4d75-916a-59cfd65a40b1","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"c3e1f388-40ad-4859-b99e-66f6d4aee8ba","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"/api/v1/accounts/:account_id/automation_rules/:id","path":["api","v1","accounts",":account_id","automation_rules",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the automation rule to be deleted"},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4c8d26e3-8967-4b2f-9b88-237a7701b33b","name":"Access denied","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/automation_rules/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","automation_rules",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the automation rule to be deleted"},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"24cdf5fd-bd08-4a3d-897a-dd007fc7227e","name":"automation rule not found","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/automation_rules/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","automation_rules",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the automation rule to be deleted"},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1dd41e19-436e-4a01-8ce3-4e08065b1b3e"}],"id":"fb18ff5e-9267-4fe7-b5ca-31717d4e83a6","_postman_id":"fb18ff5e-9267-4fe7-b5ca-31717d4e83a6","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"List all automation rules in an account","id":"633e4cb4-844d-48d2-bda1-cfda5c619dc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/automation_rules?page=1","description":"<p>Get details of automation rules in an Account</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","automation_rules"],"host":["app","tokewoot","com"],"query":[{"description":{"content":"<p>The page parameter</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[{"id":"a91cedda-f581-416e-9a77-49173387e8d7","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"ea3f6b36-d25d-4e63-b4b9-aaa75fd22321","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"/api/v1/accounts/:account_id/automation_rules?page=1","path":["api","v1","accounts",":account_id","automation_rules"],"query":[{"key":"page","value":"1"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"event_name\": \"<string>\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"active\": \"<boolean>\",\n    \"actions\": [\n      \"<object>\",\n      \"<object>\"\n    ],\n    \"conditions\": [\n      \"<object>\",\n      \"<object>\"\n    ],\n    \"account_id\": \"<integer>\"\n  },\n  {\n    \"event_name\": \"<string>\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"active\": \"<boolean>\",\n    \"actions\": [\n      \"<object>\",\n      \"<object>\"\n    ],\n    \"conditions\": [\n      \"<object>\",\n      \"<object>\"\n    ],\n    \"account_id\": \"<integer>\"\n  }\n]"},{"id":"9df98010-9f92-4bb7-b69f-a32a5f7c8d9a","name":"Access denied","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/automation_rules?page=1","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","automation_rules"],"query":[{"key":"page","value":"1"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"633e4cb4-844d-48d2-bda1-cfda5c619dc6"},{"name":"Add a new automation rule","id":"88c2eaea-cf91-4147-86e9-5ff7344eb44b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"event_name\": \"<string>\",\n  \"active\": \"<boolean>\",\n  \"actions\": [\n    \"<object>\",\n    \"<object>\"\n  ],\n  \"conditions\": [\n    \"<object>\",\n    \"<object>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/automation_rules","description":"<p>Add a new automation rule to account</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","automation_rules"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"f14e94af-e4d9-489c-9815-bbebcebb22bf","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"3fc6afbf-c70b-4987-8511-dabcbbbcbfa1","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"/api/v1/accounts/:account_id/automation_rules","path":["api","v1","accounts",":account_id","automation_rules"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"event_name\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"active\": \"<boolean>\",\n  \"actions\": [\n    \"<object>\",\n    \"<object>\"\n  ],\n  \"conditions\": [\n    \"<object>\",\n    \"<object>\"\n  ],\n  \"account_id\": \"<integer>\"\n}"},{"id":"a6a8ec38-494c-400a-bc9d-c88f64c8e9bf","name":"Access denied","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/automation_rules","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","automation_rules"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"88c2eaea-cf91-4147-86e9-5ff7344eb44b"}],"id":"a8e90b1f-baa1-41df-97db-9db73437bed9","_postman_id":"a8e90b1f-baa1-41df-97db-9db73437bed9","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"conversations","item":[{"name":"{conversation_id}","item":[{"name":"labels","item":[{"name":"List Labels","id":"96febe85-a196-48d9-a6a6-09ea13be94b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/labels","description":"<p>Lists all the labels of a conversation</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","conversations",":conversation_id","labels"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"b0b19aed-3cd8-4989-8f16-54b6677d7b25","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"0543c3d1-ab2a-460a-a9a8-df76f5b227a3","description":{"content":"<p>(Required) The numeric ID of the conversation</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"conversation_id"}]}},"response":[{"id":"2db5f2dd-d629-49a5-929a-6fdf8396d8f0","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"/api/v1/accounts/:account_id/conversations/:conversation_id/labels","path":["api","v1","accounts",":account_id","conversations",":conversation_id","labels"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"payload\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}"},{"id":"bd4e9b97-6300-46aa-971f-7a083f52ae49","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/labels","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","labels"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"90d76bc3-7872-483a-a9f7-1464946cb208","name":"Conversation not found","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/labels","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","labels"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"96febe85-a196-48d9-a6a6-09ea13be94b4"},{"name":"Add Labels","id":"96e17ab2-5407-40ee-926e-17e13f8ea012","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"labels\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/labels","description":"<p>Add labels to a conversation. Note that this API would overwrite the existing list of labels associated to the conversation.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","conversations",":conversation_id","labels"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"bac28cf1-5cd4-420f-8cb3-5094886dbe2e","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"91501698-ed29-4101-87a3-b11d1df8a547","description":{"content":"<p>(Required) The numeric ID of the conversation</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"conversation_id"}]}},"response":[{"id":"61c14e1a-1411-4651-a4ec-e4b641ab9151","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"labels\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/labels","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","labels"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"payload\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}"},{"id":"96377cec-8fa5-4d60-8948-5a422914e6a8","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"labels\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/labels","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","labels"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"070f1ac8-d058-4f4b-87b3-0fe18b22d8ca","name":"Conversation not found","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"labels\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/labels","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","labels"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"96e17ab2-5407-40ee-926e-17e13f8ea012"}],"id":"40f772f3-5c52-4357-ac59-4d1d840ecdcd","_postman_id":"40f772f3-5c52-4357-ac59-4d1d840ecdcd","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"messages","item":[{"name":"Get messages","id":"21fb1bd1-438c-4658-bf36-b38de469feb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/messages","description":"<p>List all messages of a conversation</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","conversations",":conversation_id","messages"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"f7baf880-d35e-49aa-b657-f2b9bfca52c2","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"e2255375-31bd-41a6-8ebd-609cb2ef2314","description":{"content":"<p>(Required) The numeric ID of the conversation</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"conversation_id"}]}},"response":[{"id":"4775616b-f99c-4b3e-99aa-eed71eb1d658","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/messages","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","messages"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<number>\",\n    \"content\": \"<string>\",\n    \"content_type\": \"<string>\",\n    \"content_attributes\": \"<object>\",\n    \"message_type\": \"<string>\",\n    \"created_at\": \"<integer>\",\n    \"private\": \"<boolean>\",\n    \"attachment\": \"<object>\",\n    \"sender\": \"<object>\",\n    \"conversation_id\": \"<number>\"\n  },\n  {\n    \"id\": \"<number>\",\n    \"content\": \"<string>\",\n    \"content_type\": \"<string>\",\n    \"content_attributes\": \"<object>\",\n    \"message_type\": \"<string>\",\n    \"created_at\": \"<integer>\",\n    \"private\": \"<boolean>\",\n    \"attachment\": \"<object>\",\n    \"sender\": \"<object>\",\n    \"conversation_id\": \"<number>\"\n  }\n]"},{"id":"678b9533-fddf-4201-b3dc-4cdae3d0ab71","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/messages","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","messages"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"98d767c7-d445-4783-8db0-48f395ddbc42","name":"Conversation not found","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/messages","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","messages"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"21fb1bd1-438c-4658-bf36-b38de469feb2"},{"name":"Create New Message","id":"c4bddca5-d492-4bf5-9181-8671cc6d5816","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"content\": \"<string>\",\n  \"message_type\": \"<string>\",\n  \"private\": \"<boolean>\",\n  \"content_type\": \"<string>\",\n  \"content_attributes\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/messages","description":"<p>Create a new message in the conversation</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","conversations",":conversation_id","messages"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"a943654a-08cd-4133-8870-34de8ecb9b54","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"168165bd-a135-4b36-91b7-a584c9811332","description":{"content":"<p>(Required) The numeric ID of the conversation</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"conversation_id"}]}},"response":[{"id":"0ef1a8e5-dce7-494a-8ca6-51e106f07fe5","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"content\": \"<string>\",\n  \"message_type\": \"<string>\",\n  \"private\": \"<boolean>\",\n  \"content_type\": \"<string>\",\n  \"content_attributes\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/messages","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","messages"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<number>\",\n  \"content\": \"<string>\",\n  \"content_type\": \"<string>\",\n  \"content_attributes\": \"<object>\",\n  \"message_type\": \"<string>\",\n  \"created_at\": \"<integer>\",\n  \"private\": \"<boolean>\",\n  \"attachment\": \"<object>\",\n  \"sender\": \"<object>\",\n  \"conversation_id\": \"<number>\"\n}"},{"id":"226f1ebe-97da-4e72-b633-7b250d5eb470","name":"Access denied","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"content\": \"<string>\",\n  \"message_type\": \"<string>\",\n  \"private\": \"<boolean>\",\n  \"content_type\": \"<string>\",\n  \"content_attributes\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/messages","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","messages"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5100aa61-ac61-416f-9f05-e61fb9dc86ce","name":"Conversation not found","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"content\": \"<string>\",\n  \"message_type\": \"<string>\",\n  \"private\": \"<boolean>\",\n  \"content_type\": \"<string>\",\n  \"content_attributes\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/messages","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","messages"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c4bddca5-d492-4bf5-9181-8671cc6d5816"},{"name":"Delete a message","id":"d1e4752c-6783-48ed-8950-588da3145563","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/messages/:message_id","description":"<p>Delete a message and it's attachments from the conversation.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","conversations",":conversation_id","messages",":message_id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"124a1bf3-c147-40fd-87f0-4cb59901a606","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"355aacb5-f6a8-47f7-a126-f6b28f982f70","description":{"content":"<p>(Required) The numeric ID of the conversation</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"conversation_id"},{"id":"00e8f58f-ac05-4fa5-a009-e9b3cba0d9c6","description":{"content":"<p>(Required) The numeric ID of the message</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"message_id"}]}},"response":[{"id":"bedc2547-358a-47bc-bbc8-ffaf31024c3c","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/messages/:message_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","messages",":message_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"},{"key":"message_id","value":"<integer>","description":"(Required) The numeric ID of the message"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"7643a82f-673d-4ea6-8b8a-7c201afc1794","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/messages/:message_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","messages",":message_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"},{"key":"message_id","value":"<integer>","description":"(Required) The numeric ID of the message"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"24f1f8a9-9794-4ca4-a86c-4f02d83182b0","name":"The message or conversation does not exist in the account","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/messages/:message_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","messages",":message_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"},{"key":"message_id","value":"<integer>","description":"(Required) The numeric ID of the message"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d1e4752c-6783-48ed-8950-588da3145563"}],"id":"e58c4329-5b4b-48d3-a151-72c49d29bebc","_postman_id":"e58c4329-5b4b-48d3-a151-72c49d29bebc","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"Conversation Details","id":"8d03ffef-a261-4fbd-8588-f367694c9268","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id","description":"<p>Get all details regarding a conversation with all messages in the conversation</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","conversations",":conversation_id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"962cfa3f-c376-4d4e-9d2d-b47c6da21933","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"d6fa7e8f-882f-4ce2-a3e5-597428cc9feb","description":{"content":"<p>(Required) The numeric ID of the conversation</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"conversation_id"}]}},"response":[{"id":"c4e8ec22-31f6-4b2f-ab65-01d79c281347","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"\"<object>\""},{"id":"7d029db8-b7d2-4b1e-9b41-d0705051cce0","name":"Access denied","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"2a0a928e-cea7-4515-ab80-c3b279cc1756","name":"Conversation not found","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8d03ffef-a261-4fbd-8588-f367694c9268"},{"name":"Toggle Status","id":"b6668b39-7d0b-48ff-b061-4fb7d6425444","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"status\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/toggle_status","description":"<p>Toggles the status of the conversation between open and resolved</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","conversations",":conversation_id","toggle_status"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"249b4bac-486f-49e0-9268-b82383f05f4e","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"3aa6a99c-c8e3-4770-95d9-8618d9b0d03e","description":{"content":"<p>(Required) The numeric ID of the conversation</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"conversation_id"}]}},"response":[{"id":"cf78d2bf-efee-4489-8e00-bea50cb8a250","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"status\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/toggle_status","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","toggle_status"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"meta\": \"<object>\",\n  \"payload\": {\n    \"success\": \"<boolean>\",\n    \"current_status\": \"<string>\",\n    \"conversation_id\": \"<number>\"\n  }\n}"},{"id":"ad9e915d-ef64-417f-a816-441eccb3ca69","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"status\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/toggle_status","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","toggle_status"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"684e6b81-0c0c-47ba-85cb-02cda4b1c7bf","name":"Conversation not found","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"status\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/toggle_status","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","toggle_status"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b6668b39-7d0b-48ff-b061-4fb7d6425444"},{"name":"Assign Conversation","id":"7db0fe7b-b6c9-4b0c-bec9-61a8502d4f0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"assignee_id\": \"<number>\",\n  \"team_id\": \"<number>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/assignments","description":"<p>Assign a conversation to an agent or a team</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","conversations",":conversation_id","assignments"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"0d6769c2-54e9-4c70-8c22-d518f55cbfc0","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"b07ced5b-ec34-4f5b-b756-119be825285f","description":{"content":"<p>(Required) The numeric ID of the conversation</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"conversation_id"}]}},"response":[{"id":"f9b4eab1-32d7-4a7a-96b3-6a83598cc3a5","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"assignee_id\": \"<number>\",\n  \"team_id\": \"<number>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/assignments","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","assignments"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<number>\",\n  \"uid\": \"<string>\",\n  \"name\": \"<string>\",\n  \"available_name\": \"<string>\",\n  \"display_name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"account_id\": \"<number>\",\n  \"role\": \"<string>\",\n  \"confirmed\": \"<boolean>\",\n  \"custom_attributes\": \"<object>\",\n  \"accounts\": [\n    {\n      \"id\": \"<number>\",\n      \"name\": \"<string>\",\n      \"role\": \"<string>\"\n    },\n    {\n      \"id\": \"<number>\",\n      \"name\": \"<string>\",\n      \"role\": \"<string>\"\n    }\n  ]\n}"},{"id":"24a5a571-7bdf-4d8b-a72d-0df1210f9587","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"assignee_id\": \"<number>\",\n  \"team_id\": \"<number>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/assignments","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","assignments"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"494a3b9e-37ff-4b39-ab46-328d33fb7b84","name":"Conversation not found","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"assignee_id\": \"<number>\",\n  \"team_id\": \"<number>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/assignments","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","assignments"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7db0fe7b-b6c9-4b0c-bec9-61a8502d4f0d"}],"id":"5c4adbe7-4374-4bf7-ba01-431aa0df4807","_postman_id":"5c4adbe7-4374-4bf7-ba01-431aa0df4807","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"Conversations List","id":"5c6f1f7a-d08a-4443-a329-e31f20b0cc17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations?assignee_type=all&status=open&q=<string>&inbox_id=<integer>&team_id=<integer>&labels=<string>,<string>&page=1","description":"<p>List all the conversations with pagination</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","conversations"],"host":["app","tokewoot","com"],"query":[{"description":{"content":"<p>Filter conversations by assignee type.</p>\n","type":"text/plain"},"key":"assignee_type","value":"all"},{"description":{"content":"<p>Filter by conversation status.</p>\n","type":"text/plain"},"key":"status","value":"open"},{"description":{"content":"<p>Filters conversations with messages containing the search term</p>\n","type":"text/plain"},"key":"q","value":"<string>"},{"key":"inbox_id","value":"<integer>"},{"key":"team_id","value":"<integer>"},{"key":"labels","value":"<string>,<string>"},{"description":{"content":"<p>paginate through conversations</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[{"id":"311d6ec9-dff7-43c6-8748-f6305864cb50","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"c927cd86-342a-48ed-bcad-86a8c1a57323","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations?assignee_type=all&status=open&q=<string>&inbox_id=<integer>&team_id=<integer>&labels=<string>,<string>&page=1","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations"],"query":[{"key":"assignee_type","value":"all"},{"key":"status","value":"open"},{"key":"q","value":"<string>"},{"key":"inbox_id","value":"<integer>"},{"key":"team_id","value":"<integer>"},{"key":"labels","value":"<string>,<string>"},{"key":"page","value":"1"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"meta\": {\n      \"mine_count\": \"<number>\",\n      \"unassigned_count\": \"<number>\",\n      \"assigned_count\": \"<number>\",\n      \"all_count\": \"<number>\"\n    },\n    \"payload\": [\n      {\n        \"id\": \"<number>\",\n        \"messages\": [\n          {\n            \"content\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"content_type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"content_attributes\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"message_type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"created_at\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"private\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"attachment\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sender\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"conversation_id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"content\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"content_type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"content_attributes\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"message_type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"created_at\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"private\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"attachment\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sender\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"conversation_id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"account_id\": \"<number>\",\n        \"inbox_id\": \"<number>\",\n        \"status\": \"<string>\",\n        \"timestamp\": \"<string>\",\n        \"contact_last_seen_at\": \"<string>\",\n        \"agent_last_seen_at\": \"<string>\",\n        \"unread_count\": \"<number>\",\n        \"additional_attributes\": \"<object>\",\n        \"custom_attributes\": \"<object>\",\n        \"meta\": {\n          \"sender\": {\n            \"id\": \"<number>\",\n            \"name\": \"<string>\",\n            \"thumbnail\": \"<string>\",\n            \"channel\": \"<string>\"\n          },\n          \"assignee\": {\n            \"id\": \"<number>\",\n            \"uid\": \"<string>\",\n            \"name\": \"<string>\",\n            \"available_name\": \"<string>\",\n            \"display_name\": \"<string>\",\n            \"email\": \"<string>\",\n            \"account_id\": \"<number>\",\n            \"role\": \"<string>\",\n            \"confirmed\": \"<boolean>\",\n            \"custom_attributes\": \"<object>\",\n            \"accounts\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      },\n      {\n        \"id\": \"<number>\",\n        \"messages\": [\n          {\n            \"content\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"content_type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"content_attributes\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"message_type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"created_at\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"private\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"attachment\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sender\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"conversation_id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"content\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"content_type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"content_attributes\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"message_type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"created_at\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"private\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"attachment\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sender\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"conversation_id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"account_id\": \"<number>\",\n        \"inbox_id\": \"<number>\",\n        \"status\": \"<string>\",\n        \"timestamp\": \"<string>\",\n        \"contact_last_seen_at\": \"<string>\",\n        \"agent_last_seen_at\": \"<string>\",\n        \"unread_count\": \"<number>\",\n        \"additional_attributes\": \"<object>\",\n        \"custom_attributes\": \"<object>\",\n        \"meta\": {\n          \"sender\": {\n            \"id\": \"<number>\",\n            \"name\": \"<string>\",\n            \"thumbnail\": \"<string>\",\n            \"channel\": \"<string>\"\n          },\n          \"assignee\": {\n            \"id\": \"<number>\",\n            \"uid\": \"<string>\",\n            \"name\": \"<string>\",\n            \"available_name\": \"<string>\",\n            \"display_name\": \"<string>\",\n            \"email\": \"<string>\",\n            \"account_id\": \"<number>\",\n            \"role\": \"<string>\",\n            \"confirmed\": \"<boolean>\",\n            \"custom_attributes\": \"<object>\",\n            \"accounts\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      }\n    ]\n  }\n}"},{"id":"796325e0-934e-4f2c-a005-0fe506205b15","name":"Bad Request Error","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations?assignee_type=all&status=open&q=<string>&inbox_id=<integer>&team_id=<integer>&labels=<string>,<string>&page=1","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations"],"query":[{"key":"assignee_type","value":"all"},{"key":"status","value":"open"},{"key":"q","value":"<string>"},{"key":"inbox_id","value":"<integer>"},{"key":"team_id","value":"<integer>"},{"key":"labels","value":"<string>,<string>"},{"key":"page","value":"1"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"description\": \"<string>\",\n  \"errors\": [\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\",\n      \"code\": \"<string>\"\n    },\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\",\n      \"code\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"5c6f1f7a-d08a-4443-a329-e31f20b0cc17"},{"name":"Create New Conversation","id":"b3eb4a1b-c2d4-46b5-8d77-477255e3f38e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"source_id\": \"<string>\",\n  \"inbox_id\": \"<string>\",\n  \"contact_id\": \"<string>\",\n  \"additional_attributes\": \"<object>\",\n  \"custom_attributes\": \"<object>\",\n  \"status\": \"<string>\",\n  \"assignee_id\": \"<string>\",\n  \"team_id\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations","description":"<p>Creating a conversation in tokewoot requires a source id. </p>\n<p> Learn more about source_id: <a href=\"https://github.com/tokewoot/tokewoot/wiki/Building-on-Top-of-tokewoot:-Importing-Existing-Contacts-and-Creating-Conversations\">https://github.com/tokewoot/tokewoot/wiki/Building-on-Top-of-tokewoot:-Importing-Existing-Contacts-and-Creating-Conversations</a></p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","conversations"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"bafa46e7-7f2a-4172-b158-c4dd5670ff9d","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"2703ecbc-316a-403c-8766-df57935cd2fd","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"source_id\": \"<string>\",\n  \"inbox_id\": \"<string>\",\n  \"contact_id\": \"<string>\",\n  \"additional_attributes\": \"<object>\",\n  \"custom_attributes\": \"<object>\",\n  \"status\": \"<string>\",\n  \"assignee_id\": \"<string>\",\n  \"team_id\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<number>\",\n  \"account_id\": \"<number>\",\n  \"inbox_id\": \"<number>\"\n}"},{"id":"26b99ebf-0fcf-4900-be93-cd555a42f741","name":"Access denied","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"source_id\": \"<string>\",\n  \"inbox_id\": \"<string>\",\n  \"contact_id\": \"<string>\",\n  \"additional_attributes\": \"<object>\",\n  \"custom_attributes\": \"<object>\",\n  \"status\": \"<string>\",\n  \"assignee_id\": \"<string>\",\n  \"team_id\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b3eb4a1b-c2d4-46b5-8d77-477255e3f38e"},{"name":"Get Conversation Counts","id":"cdc3d3db-a4bc-44a7-9bc8-0e4c2b2a9b6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/meta?status=open&q=<string>&inbox_id=<integer>&team_id=<integer>&labels=<string>,<string>","description":"<p>Get open, unassigned and all Conversation counts</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","conversations","meta"],"host":["app","tokewoot","com"],"query":[{"description":{"content":"<p>Filter by conversation status.</p>\n","type":"text/plain"},"key":"status","value":"open"},{"description":{"content":"<p>Filters conversations with messages containing the search term</p>\n","type":"text/plain"},"key":"q","value":"<string>"},{"key":"inbox_id","value":"<integer>"},{"key":"team_id","value":"<integer>"},{"key":"labels","value":"<string>,<string>"}],"variable":[{"id":"2708fd4d-6aa1-4106-81d7-bdaac458cab8","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"e4dd4a9f-5687-40b6-a640-4631070a3397","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/meta?status=open&q=<string>&inbox_id=<integer>&team_id=<integer>&labels=<string>,<string>","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations","meta"],"query":[{"key":"status","value":"open"},{"key":"q","value":"<string>"},{"key":"inbox_id","value":"<integer>"},{"key":"team_id","value":"<integer>"},{"key":"labels","value":"<string>,<string>"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"meta\": {\n    \"mine_count\": \"<number>\",\n    \"unassigned_count\": \"<number>\",\n    \"assigned_count\": \"<number>\",\n    \"all_count\": \"<number>\"\n  }\n}"},{"id":"c9fb04b1-9eb8-491f-b709-f913b423184e","name":"Bad Request Error","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/meta?status=open&q=<string>&inbox_id=<integer>&team_id=<integer>&labels=<string>,<string>","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations","meta"],"query":[{"key":"status","value":"open"},{"key":"q","value":"<string>"},{"key":"inbox_id","value":"<integer>"},{"key":"team_id","value":"<integer>"},{"key":"labels","value":"<string>,<string>"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"description\": \"<string>\",\n  \"errors\": [\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\",\n      \"code\": \"<string>\"\n    },\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\",\n      \"code\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"cdc3d3db-a4bc-44a7-9bc8-0e4c2b2a9b6c"},{"name":"Conversations Filter","id":"15b0f53f-3ef3-4d00-b49e-e9951ecb8554","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"[\n  {\n    \"attribute_key\": \"<string>\",\n    \"filter_operator\": \"<string>\",\n    \"values\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"query_operator\": \"<string>\"\n  },\n  {\n    \"attribute_key\": \"<string>\",\n    \"filter_operator\": \"<string>\",\n    \"values\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"query_operator\": \"<string>\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/filter?page=<integer>","description":"<p>Filter conversations with custom filter options and pagination</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","conversations","filter"],"host":["app","tokewoot","com"],"query":[{"key":"page","value":"<integer>"}],"variable":[{"id":"6fb6a2c1-5292-4027-ba29-4aa25728d36b","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"653354b9-e8fb-498a-80f5-fac02d605a2a","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"[\n  {\n    \"attribute_key\": \"<string>\",\n    \"filter_operator\": \"<string>\",\n    \"values\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"query_operator\": \"<string>\"\n  },\n  {\n    \"attribute_key\": \"<string>\",\n    \"filter_operator\": \"<string>\",\n    \"values\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"query_operator\": \"<string>\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/filter?page=<integer>","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations","filter"],"query":[{"key":"page","value":"<integer>"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"meta\": {\n      \"mine_count\": \"<number>\",\n      \"unassigned_count\": \"<number>\",\n      \"assigned_count\": \"<number>\",\n      \"all_count\": \"<number>\"\n    },\n    \"payload\": [\n      {\n        \"id\": \"<number>\",\n        \"messages\": [\n          {\n            \"content\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"content_type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"content_attributes\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"message_type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"created_at\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"private\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"attachment\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sender\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"conversation_id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"content\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"content_type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"content_attributes\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"message_type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"created_at\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"private\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"attachment\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sender\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"conversation_id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"account_id\": \"<number>\",\n        \"inbox_id\": \"<number>\",\n        \"status\": \"<string>\",\n        \"timestamp\": \"<string>\",\n        \"contact_last_seen_at\": \"<string>\",\n        \"agent_last_seen_at\": \"<string>\",\n        \"unread_count\": \"<number>\",\n        \"additional_attributes\": \"<object>\",\n        \"custom_attributes\": \"<object>\",\n        \"meta\": {\n          \"sender\": {\n            \"id\": \"<number>\",\n            \"name\": \"<string>\",\n            \"thumbnail\": \"<string>\",\n            \"channel\": \"<string>\"\n          },\n          \"assignee\": {\n            \"id\": \"<number>\",\n            \"uid\": \"<string>\",\n            \"name\": \"<string>\",\n            \"available_name\": \"<string>\",\n            \"display_name\": \"<string>\",\n            \"email\": \"<string>\",\n            \"account_id\": \"<number>\",\n            \"role\": \"<string>\",\n            \"confirmed\": \"<boolean>\",\n            \"custom_attributes\": \"<object>\",\n            \"accounts\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      },\n      {\n        \"id\": \"<number>\",\n        \"messages\": [\n          {\n            \"content\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"content_type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"content_attributes\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"message_type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"created_at\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"private\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"attachment\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sender\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"conversation_id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"content\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"content_type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"content_attributes\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"message_type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"created_at\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"private\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"attachment\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sender\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"conversation_id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"account_id\": \"<number>\",\n        \"inbox_id\": \"<number>\",\n        \"status\": \"<string>\",\n        \"timestamp\": \"<string>\",\n        \"contact_last_seen_at\": \"<string>\",\n        \"agent_last_seen_at\": \"<string>\",\n        \"unread_count\": \"<number>\",\n        \"additional_attributes\": \"<object>\",\n        \"custom_attributes\": \"<object>\",\n        \"meta\": {\n          \"sender\": {\n            \"id\": \"<number>\",\n            \"name\": \"<string>\",\n            \"thumbnail\": \"<string>\",\n            \"channel\": \"<string>\"\n          },\n          \"assignee\": {\n            \"id\": \"<number>\",\n            \"uid\": \"<string>\",\n            \"name\": \"<string>\",\n            \"available_name\": \"<string>\",\n            \"display_name\": \"<string>\",\n            \"email\": \"<string>\",\n            \"account_id\": \"<number>\",\n            \"role\": \"<string>\",\n            \"confirmed\": \"<boolean>\",\n            \"custom_attributes\": \"<object>\",\n            \"accounts\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      }\n    ]\n  }\n}"},{"id":"9f8a18c6-3c80-4378-a388-aac105d5df75","name":"Bad Request Error","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"[\n  {\n    \"attribute_key\": \"<string>\",\n    \"filter_operator\": \"<string>\",\n    \"values\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"query_operator\": \"<string>\"\n  },\n  {\n    \"attribute_key\": \"<string>\",\n    \"filter_operator\": \"<string>\",\n    \"values\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"query_operator\": \"<string>\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/filter?page=<integer>","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations","filter"],"query":[{"key":"page","value":"<integer>"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"description\": \"<string>\",\n  \"errors\": [\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\",\n      \"code\": \"<string>\"\n    },\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\",\n      \"code\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"15b0f53f-3ef3-4d00-b49e-e9951ecb8554"}],"id":"413e98be-8556-4545-baa3-5ec2a9de2a0a","_postman_id":"413e98be-8556-4545-baa3-5ec2a9de2a0a","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"inboxes","item":[{"name":"{id}","item":[{"name":"Get an inbox","id":"f4cc2e10-b433-4e51-b91b-7f9cddd44655","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/:id/","description":"<p>Get an inbox available in the current account</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","inboxes",":id",""],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"0c75cc2e-fc03-4d7b-950f-83b352a8ed77","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"20ad4b94-03c2-4ece-b3d9-aa5acc00b4ee","description":{"content":"<p>(Required) ID of the inbox</p>\n","type":"text/plain"},"type":"any","value":"<number>","key":"id"}]}},"response":[{"id":"d2d5ba6a-20b6-4906-b764-ac8efcbc599b","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/:id/","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inboxes",":id",""],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the inbox"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<number>\",\n  \"name\": \"<string>\",\n  \"website_url\": \"<string>\",\n  \"channel_type\": \"<string>\",\n  \"avatar_url\": \"<string>\",\n  \"widget_color\": \"<string>\",\n  \"website_token\": \"<string>\",\n  \"enable_auto_assignment\": \"<boolean>\",\n  \"web_widget_script\": \"<string>\",\n  \"welcome_title\": \"<string>\",\n  \"welcome_tagline\": \"<string>\",\n  \"greeting_enabled\": \"<boolean>\",\n  \"greeting_message\": \"<string>\"\n}"},{"id":"8be6876a-dc30-4af9-bff4-8b161b8d9824","name":"Access denied","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/:id/","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inboxes",":id",""],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the inbox"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"02f4eeea-c043-400f-97ee-fe5abe8cdb6a","name":"Inbox not found","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/:id/","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inboxes",":id",""],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the inbox"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f4cc2e10-b433-4e51-b91b-7f9cddd44655"},{"name":"Update Inbox","id":"363f2974-4d80-4763-874c-631435805fd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"enable_auto_assignment\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"avatar\": \"<binary>\",\n  \"channel\": {\n    \"website_url\": \"<string>\",\n    \"welcome_title\": \"<string>\",\n    \"welcome_tagline\": \"<string>\",\n    \"agent_away_message\": \"<string>\",\n    \"widget_color\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/:id","description":"<p>Add avatar and disable auto assignment for an inbox</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","inboxes",":id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"b43ed024-1855-4bf2-b038-1b03799260e6","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"37f79407-5361-4acf-bbb7-05af6a625dac","description":{"content":"<p>(Required) ID of the inbox</p>\n","type":"text/plain"},"type":"any","value":"<number>","key":"id"}]}},"response":[{"id":"3297bd88-32be-4aaa-9e5f-588580c08013","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"enable_auto_assignment\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"avatar\": \"<binary>\",\n  \"channel\": {\n    \"website_url\": \"<string>\",\n    \"welcome_title\": \"<string>\",\n    \"welcome_tagline\": \"<string>\",\n    \"agent_away_message\": \"<string>\",\n    \"widget_color\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inboxes",":id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the inbox"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<number>\",\n  \"name\": \"<string>\",\n  \"website_url\": \"<string>\",\n  \"channel_type\": \"<string>\",\n  \"avatar_url\": \"<string>\",\n  \"widget_color\": \"<string>\",\n  \"website_token\": \"<string>\",\n  \"enable_auto_assignment\": \"<boolean>\",\n  \"web_widget_script\": \"<string>\",\n  \"welcome_title\": \"<string>\",\n  \"welcome_tagline\": \"<string>\",\n  \"greeting_enabled\": \"<boolean>\",\n  \"greeting_message\": \"<string>\"\n}"},{"id":"358e15b2-8e38-4cd6-bd82-350a45c9a678","name":"Access denied","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"enable_auto_assignment\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"avatar\": \"<binary>\",\n  \"channel\": {\n    \"website_url\": \"<string>\",\n    \"welcome_title\": \"<string>\",\n    \"welcome_tagline\": \"<string>\",\n    \"agent_away_message\": \"<string>\",\n    \"widget_color\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inboxes",":id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the inbox"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"883ade22-4458-4ed7-8557-72e6971f1858","name":"Inbox not found","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"enable_auto_assignment\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"avatar\": \"<binary>\",\n  \"channel\": {\n    \"website_url\": \"<string>\",\n    \"welcome_title\": \"<string>\",\n    \"welcome_tagline\": \"<string>\",\n    \"agent_away_message\": \"<string>\",\n    \"widget_color\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inboxes",":id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the inbox"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"363f2974-4d80-4763-874c-631435805fd7"},{"name":"Show Inbox Agent Bot","id":"725ddb50-1196-40da-9263-c5b3b9721682","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/:id/agent_bot","description":"<p>See if an agent bot is associated to the Inbox</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","inboxes",":id","agent_bot"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"86c34a96-c26d-40ea-b309-e91285dcabee","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"28e43f9b-897e-4684-aa93-7d532d02d044","description":{"content":"<p>(Required) ID of the inbox</p>\n","type":"text/plain"},"type":"any","value":"<number>","key":"id"}]}},"response":[{"id":"a257675c-78eb-4559-948e-d36e2fb39767","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/:id/agent_bot","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inboxes",":id","agent_bot"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the inbox"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<number>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"account_id\": \"<number>\",\n  \"outgoing_url\": \"<string>\"\n}"},{"id":"5e725b48-fe94-4cd1-b163-1d69a615f828","name":"Access denied","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/:id/agent_bot","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inboxes",":id","agent_bot"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the inbox"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"905f5a41-6bbc-457a-a549-f64013d69f15","name":"Inbox not found, Agent bot not found","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/:id/agent_bot","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inboxes",":id","agent_bot"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the inbox"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"725ddb50-1196-40da-9263-c5b3b9721682"},{"name":"Add or remove agent bot","id":"242deda8-48ef-4e8e-b040-338a9d88b34c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"agent_bot\": \"<number>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/:id/set_agent_bot","description":"<p>To add an agent bot pass agent_bot id, to remove agent bot from an inbox pass null</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","inboxes",":id","set_agent_bot"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"90cb1e6a-f662-4191-8a10-6dd5d115f018","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"91753417-506d-44d2-a35d-1af61367bda1","description":{"content":"<p>(Required) ID of the inbox</p>\n","type":"text/plain"},"type":"any","value":"<number>","key":"id"}]}},"response":[{"id":"3f3b3659-5e79-443f-9cfd-bf0b479a6a0a","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"agent_bot\": \"<number>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/:id/set_agent_bot","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inboxes",":id","set_agent_bot"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the inbox"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5d68d1a9-bb6a-412f-836b-106f7fd07075","name":"Access denied","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"agent_bot\": \"<number>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/:id/set_agent_bot","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inboxes",":id","set_agent_bot"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the inbox"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ea7dc4bd-ef17-4136-a456-b47edf14a038","name":"Inbox not found, Agent bot not found","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"agent_bot\": \"<number>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/:id/set_agent_bot","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inboxes",":id","set_agent_bot"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the inbox"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"242deda8-48ef-4e8e-b040-338a9d88b34c"}],"id":"56558c21-2141-473a-8eb9-b39692276aaa","_postman_id":"56558c21-2141-473a-8eb9-b39692276aaa","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"List all inboxes","id":"d39418d9-aec0-428b-8a83-0bb75f814055","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes","description":"<p>List all inboxes available in the current account</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","inboxes"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"fb86cc59-6565-41b5-9947-cc768cbe40c1","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"87f8ec5c-48c6-4f44-ae98-5b9419d698f2","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inboxes"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<number>\",\n    \"name\": \"<string>\",\n    \"website_url\": \"<string>\",\n    \"channel_type\": \"<string>\",\n    \"avatar_url\": \"<string>\",\n    \"widget_color\": \"<string>\",\n    \"website_token\": \"<string>\",\n    \"enable_auto_assignment\": \"<boolean>\",\n    \"web_widget_script\": \"<string>\",\n    \"welcome_title\": \"<string>\",\n    \"welcome_tagline\": \"<string>\",\n    \"greeting_enabled\": \"<boolean>\",\n    \"greeting_message\": \"<string>\"\n  },\n  {\n    \"id\": \"<number>\",\n    \"name\": \"<string>\",\n    \"website_url\": \"<string>\",\n    \"channel_type\": \"<string>\",\n    \"avatar_url\": \"<string>\",\n    \"widget_color\": \"<string>\",\n    \"website_token\": \"<string>\",\n    \"enable_auto_assignment\": \"<boolean>\",\n    \"web_widget_script\": \"<string>\",\n    \"welcome_title\": \"<string>\",\n    \"welcome_tagline\": \"<string>\",\n    \"greeting_enabled\": \"<boolean>\",\n    \"greeting_message\": \"<string>\"\n  }\n]"},{"id":"5b66ae34-fe27-419b-acc7-e7132855e0fc","name":"Access denied","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inboxes"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4ca36054-2e3e-426c-b746-ead616384d27","name":"Inbox not found","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inboxes"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d39418d9-aec0-428b-8a83-0bb75f814055"},{"name":"Create an inbox","id":"7e00b6c6-5ae7-4dc6-abd5-a6979ff8f125","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"avatar\": \"<binary>\",\n  \"channel\": {\n    \"type\": \"<string>\",\n    \"website_url\": \"<string>\",\n    \"welcome_title\": \"<string>\",\n    \"welcome_tagline\": \"<string>\",\n    \"agent_away_message\": \"<string>\",\n    \"widget_color\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/","description":"<p>You can create more than one website inbox in each account</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","inboxes",""],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"4a8c731f-3ff0-4f4a-934f-7a279ba723c0","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"d858c44e-a6fc-4741-b378-2d4293333993","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"avatar\": \"<binary>\",\n  \"channel\": {\n    \"type\": \"<string>\",\n    \"website_url\": \"<string>\",\n    \"welcome_title\": \"<string>\",\n    \"welcome_tagline\": \"<string>\",\n    \"agent_away_message\": \"<string>\",\n    \"widget_color\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inboxes",""],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<number>\",\n  \"name\": \"<string>\",\n  \"website_url\": \"<string>\",\n  \"channel_type\": \"<string>\",\n  \"avatar_url\": \"<string>\",\n  \"widget_color\": \"<string>\",\n  \"website_token\": \"<string>\",\n  \"enable_auto_assignment\": \"<boolean>\",\n  \"web_widget_script\": \"<string>\",\n  \"welcome_title\": \"<string>\",\n  \"welcome_tagline\": \"<string>\",\n  \"greeting_enabled\": \"<boolean>\",\n  \"greeting_message\": \"<string>\"\n}"},{"id":"27726565-a179-4161-bbba-f4f8fef1ee99","name":"Access denied","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"avatar\": \"<binary>\",\n  \"channel\": {\n    \"type\": \"<string>\",\n    \"website_url\": \"<string>\",\n    \"welcome_title\": \"<string>\",\n    \"welcome_tagline\": \"<string>\",\n    \"agent_away_message\": \"<string>\",\n    \"widget_color\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inboxes",""],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b5924139-bf33-4b28-b57a-34bebb232d41","name":"Inbox not found","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"avatar\": \"<binary>\",\n  \"channel\": {\n    \"type\": \"<string>\",\n    \"website_url\": \"<string>\",\n    \"welcome_title\": \"<string>\",\n    \"welcome_tagline\": \"<string>\",\n    \"agent_away_message\": \"<string>\",\n    \"widget_color\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inboxes",""],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7e00b6c6-5ae7-4dc6-abd5-a6979ff8f125"}],"id":"732d23ba-a557-43cc-8b69-48da7efcd8b5","_postman_id":"732d23ba-a557-43cc-8b69-48da7efcd8b5","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"inbox_members","item":[{"name":"Add a New Agent","id":"c770f6f2-80e8-4a33-abb8-cc60ed9fdf1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"inbox_id\": \"<string>\",\n  \"user_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members","description":"<p>Add a new Agent to Inbox</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","inbox_members"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"64c54ec1-a1e3-44a2-aba7-4efb27f93f07","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"1a70c911-825c-4981-84f0-b8b5c15728fe","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inbox_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"uid\": \"<string>\",\n    \"name\": \"<string>\",\n    \"available_name\": \"<string>\",\n    \"display_name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"account_id\": \"<integer>\",\n    \"role\": \"<string>\",\n    \"confirmed\": \"<boolean>\",\n    \"availability_status\": \"<string>\",\n    \"auto_offline\": \"<boolean>\",\n    \"custom_attributes\": \"<object>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"uid\": \"<string>\",\n    \"name\": \"<string>\",\n    \"available_name\": \"<string>\",\n    \"display_name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"account_id\": \"<integer>\",\n    \"role\": \"<string>\",\n    \"confirmed\": \"<boolean>\",\n    \"availability_status\": \"<string>\",\n    \"auto_offline\": \"<boolean>\",\n    \"custom_attributes\": \"<object>\"\n  }\n]"},{"id":"0d9d207e-6159-449c-b635-18285c044bad","name":"Access denied","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inbox_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c8b337df-c315-4838-84c0-c32349e8a31a","name":"Inbox not found","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inbox_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"093f3a1d-e4ac-4ee1-840f-faaa8f91c861","name":"User must exist","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inbox_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c770f6f2-80e8-4a33-abb8-cc60ed9fdf1f"},{"name":"Update Agents in Inbox","id":"856d7ce8-0637-4ad4-9971-391bf27a3044","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"inbox_id\": \"<string>\",\n  \"user_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members","description":"<p>All agents except the one passed in params will be removed</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","inbox_members"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"0585caa1-50d7-4829-bd0a-2f20b3c9dac8","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"82d9eaf4-52ff-43f5-b8da-38affac64d40","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inbox_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"uid\": \"<string>\",\n    \"name\": \"<string>\",\n    \"available_name\": \"<string>\",\n    \"display_name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"account_id\": \"<integer>\",\n    \"role\": \"<string>\",\n    \"confirmed\": \"<boolean>\",\n    \"availability_status\": \"<string>\",\n    \"auto_offline\": \"<boolean>\",\n    \"custom_attributes\": \"<object>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"uid\": \"<string>\",\n    \"name\": \"<string>\",\n    \"available_name\": \"<string>\",\n    \"display_name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"account_id\": \"<integer>\",\n    \"role\": \"<string>\",\n    \"confirmed\": \"<boolean>\",\n    \"availability_status\": \"<string>\",\n    \"auto_offline\": \"<boolean>\",\n    \"custom_attributes\": \"<object>\"\n  }\n]"},{"id":"9aab6f6d-fbcb-48f7-a3bc-12b5df203eef","name":"Access denied","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inbox_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"85dec941-a5b8-4f3d-a70c-b980e8ad7988","name":"Inbox not found","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inbox_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"138a44db-7e58-4b4c-8399-4fec1a5f2f97","name":"User must exist","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inbox_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"856d7ce8-0637-4ad4-9971-391bf27a3044"},{"name":"Remove an Agent from Inbox","id":"cb8ad2c1-74eb-4b2d-b367-c729099419a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"inbox_id\": \"<string>\",\n  \"user_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members","description":"<p>Remove an Agent from Inbox</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","inbox_members"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"c6b47aa4-2ddb-4e20-9d13-3bc44edb05c9","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"bddabd23-2040-4aee-9201-42a04358e287","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"inbox_id\": \"<string>\",\n  \"user_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inbox_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"36c5ab59-6abe-4cd2-9849-30e986ac1db7","name":"Access denied","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"inbox_id\": \"<string>\",\n  \"user_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inbox_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"cce8940d-8625-44d9-b21f-ff907fb4e4a0","name":"Inbox not found","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"inbox_id\": \"<string>\",\n  \"user_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inbox_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"718ab05a-eb61-4c99-8265-26efb2b9ae6d","name":"User must exist","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"inbox_id\": \"<string>\",\n  \"user_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inbox_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cb8ad2c1-74eb-4b2d-b367-c729099419a6"},{"name":"List Agents in Inbox","id":"77870a40-313d-4b68-9cde-de390d73b3fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members/:inbox_id","description":"<p>Get Details of Agents in an Inbox</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","inbox_members",":inbox_id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"cf81821d-5e0a-4fd2-9ba6-074ffefe47f9","description":{"content":"<p>(Required) The ID of the Inbox</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"inbox_id"},{"id":"ce77f000-9248-4ed7-a7c0-d8a01b698a3a","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"26495e97-0007-4edd-be8b-81053a0d59d7","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members/:inbox_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inbox_members",":inbox_id"],"variable":[{"key":"inbox_id","value":"<integer>","description":"(Required) The ID of the Inbox"},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"uid\": \"<string>\",\n    \"name\": \"<string>\",\n    \"available_name\": \"<string>\",\n    \"display_name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"account_id\": \"<integer>\",\n    \"role\": \"<string>\",\n    \"confirmed\": \"<boolean>\",\n    \"availability_status\": \"<string>\",\n    \"auto_offline\": \"<boolean>\",\n    \"custom_attributes\": \"<object>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"uid\": \"<string>\",\n    \"name\": \"<string>\",\n    \"available_name\": \"<string>\",\n    \"display_name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"account_id\": \"<integer>\",\n    \"role\": \"<string>\",\n    \"confirmed\": \"<boolean>\",\n    \"availability_status\": \"<string>\",\n    \"auto_offline\": \"<boolean>\",\n    \"custom_attributes\": \"<object>\"\n  }\n]"},{"id":"6575125a-b2fd-418f-869c-205fca69bf57","name":"Access denied","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members/:inbox_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inbox_members",":inbox_id"],"variable":[{"key":"inbox_id","value":"<integer>","description":"(Required) The ID of the Inbox"},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4b31b054-a85b-4aab-8eeb-575b7ff13180","name":"Inbox not found","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members/:inbox_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inbox_members",":inbox_id"],"variable":[{"key":"inbox_id","value":"<integer>","description":"(Required) The ID of the Inbox"},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"77870a40-313d-4b68-9cde-de390d73b3fd"}],"id":"6f3865a5-d96d-439e-93b5-a048d9eb2676","_postman_id":"6f3865a5-d96d-439e-93b5-a048d9eb2676","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"integrations","item":[{"name":"hooks","item":[{"name":"{hook_id}","item":[{"name":"Update an Integration Hook","id":"5d3fd4ba-1746-4f7b-8caa-7971a0d0a279","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"settings\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/integrations/hooks/:hook_id","description":"<p>Update an Integration Hook</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","integrations","hooks",":hook_id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"5f750a0a-bfdf-4299-853a-3662cead1dbc","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"92732ec1-16e1-4236-b6dc-412bb7fe1e0b","description":{"content":"<p>(Required) The numeric ID of the integration hook</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"hook_id"}]}},"response":[{"id":"e7eb6a3d-f247-43ba-9b00-1b17d0252390","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"settings\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/integrations/hooks/:hook_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","integrations","hooks",":hook_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"hook_id","value":"<integer>","description":"(Required) The numeric ID of the integration hook"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<string>\",\n  \"app_id\": \"<string>\",\n  \"inbox_id\": \"<string>\",\n  \"account_id\": \"<string>\",\n  \"status\": \"<boolean>\",\n  \"hook_type\": \"<boolean>\",\n  \"settings\": \"<object>\"\n}"},{"id":"2ba437d3-b512-49fa-9e9e-3e73cff57ea9","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"settings\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/integrations/hooks/:hook_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","integrations","hooks",":hook_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"hook_id","value":"<integer>","description":"(Required) The numeric ID of the integration hook"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5d3fd4ba-1746-4f7b-8caa-7971a0d0a279"},{"name":"Delete an Integration Hook","id":"5d94c7e9-2176-4168-a3d7-5128cf954fa7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/integrations/hooks/:hook_id","description":"<p>Delete an Integration Hook</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","integrations","hooks",":hook_id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"8c570d1b-fab7-4414-9dd5-b825285e8fff","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"20ee252f-feea-4fe7-b797-8aede6ee6362","description":{"content":"<p>(Required) The numeric ID of the integration hook</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"hook_id"}]}},"response":[{"id":"e15d3a0b-ca3f-4d54-8c88-d56924759a2b","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/integrations/hooks/:hook_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","integrations","hooks",":hook_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"hook_id","value":"<integer>","description":"(Required) The numeric ID of the integration hook"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8aba275d-53e1-47be-bc60-608e55f97358","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/integrations/hooks/:hook_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","integrations","hooks",":hook_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"hook_id","value":"<integer>","description":"(Required) The numeric ID of the integration hook"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9ed75342-70df-4c9c-ad17-b5e16788962b","name":"The hook does not exist in the account","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/integrations/hooks/:hook_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","integrations","hooks",":hook_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"hook_id","value":"<integer>","description":"(Required) The numeric ID of the integration hook"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5d94c7e9-2176-4168-a3d7-5128cf954fa7"}],"id":"acfba095-e8d2-477a-92cb-1eeb70e798e2","_postman_id":"acfba095-e8d2-477a-92cb-1eeb70e798e2","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"Create an integration hook","id":"adeeab91-abfb-4078-bcae-2b0f77133b9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"app_id\": \"<string>\",\n  \"inbox_id\": \"<string>\",\n  \"settings\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/integrations/hooks","description":"<p>Create an integration hook</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","integrations","hooks"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"bc4b3fa8-5a3a-4bff-9eeb-74e013682ad6","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"15699956-da7b-4105-bb8c-6fb1a84112d8","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"app_id\": \"<string>\",\n  \"inbox_id\": \"<string>\",\n  \"settings\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/integrations/hooks","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","integrations","hooks"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<string>\",\n  \"app_id\": \"<string>\",\n  \"inbox_id\": \"<string>\",\n  \"account_id\": \"<string>\",\n  \"status\": \"<boolean>\",\n  \"hook_type\": \"<boolean>\",\n  \"settings\": \"<object>\"\n}"},{"id":"44537f2b-6274-4596-8cc3-7ccc7e98f9d8","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"app_id\": \"<string>\",\n  \"inbox_id\": \"<string>\",\n  \"settings\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/integrations/hooks","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","integrations","hooks"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"adeeab91-abfb-4078-bcae-2b0f77133b9c"}],"id":"3973a61a-6d0b-4f40-a824-a95a98945bd2","_postman_id":"3973a61a-6d0b-4f40-a824-a95a98945bd2","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"List all the Integrations","id":"28339f12-62a8-426e-861a-f19bb869c46d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/integrations/apps","description":"<p>Get the details of all Integrations available for the account</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","integrations","apps"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"8583f7cf-54a6-4074-806f-34fd11ab7b6d","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"36e1ac07-0384-4e91-b163-8a553dd14c52","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/integrations/apps","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","integrations","apps"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"hook_type\": \"<string>\",\n    \"enabled\": \"<boolean>\",\n    \"allow_multiple_hooks\": \"<boolean>\",\n    \"hooks\": [\n      \"<object>\",\n      \"<object>\"\n    ]\n  },\n  {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"hook_type\": \"<string>\",\n    \"enabled\": \"<boolean>\",\n    \"allow_multiple_hooks\": \"<boolean>\",\n    \"hooks\": [\n      \"<object>\",\n      \"<object>\"\n    ]\n  }\n]"},{"id":"aab407a6-d859-4622-90b2-28d805057fb7","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/integrations/apps","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","integrations","apps"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"48c651ca-e098-4398-9e7c-5fcc854436a7","name":"Url not found","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/integrations/apps","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","integrations","apps"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"28339f12-62a8-426e-861a-f19bb869c46d"}],"id":"694da9eb-4f28-47b3-b13f-f55e2468dcd1","_postman_id":"694da9eb-4f28-47b3-b13f-f55e2468dcd1","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"teams","item":[{"name":"{team_id}","item":[{"name":"team_members","item":[{"name":"List Agents in Team","id":"c7bf2ad9-59d6-472e-bd05-ec110c946d2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","description":"<p>Get Details of Agents in an Team</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"b2ba42b8-1c05-467a-b691-82f4a2ba9d1f","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"9f3a80e4-d20b-4da0-8137-b1185ccc2574","description":{"content":"<p>(Required) The ID of the team to be updated</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"team_id"}]}},"response":[{"id":"c5125605-a3c9-4fad-b145-9bb0b70ab1f6","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"uid\": \"<string>\",\n    \"name\": \"<string>\",\n    \"available_name\": \"<string>\",\n    \"display_name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"account_id\": \"<integer>\",\n    \"role\": \"<string>\",\n    \"confirmed\": \"<boolean>\",\n    \"availability_status\": \"<string>\",\n    \"auto_offline\": \"<boolean>\",\n    \"custom_attributes\": \"<object>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"uid\": \"<string>\",\n    \"name\": \"<string>\",\n    \"available_name\": \"<string>\",\n    \"display_name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"account_id\": \"<integer>\",\n    \"role\": \"<string>\",\n    \"confirmed\": \"<boolean>\",\n    \"availability_status\": \"<string>\",\n    \"auto_offline\": \"<boolean>\",\n    \"custom_attributes\": \"<object>\"\n  }\n]"},{"id":"93d14fe5-f8c0-4660-9800-8b8afc6aa53f","name":"Access denied","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"93e92766-fa92-4e47-a373-8b613176ac67","name":"Inbox not found","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c7bf2ad9-59d6-472e-bd05-ec110c946d2e"},{"name":"Add a New Agent","id":"06322992-f96c-4746-90d2-c4eb95ddcdfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":""},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","description":"<p>Add a new Agent to Team</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"0a8f6ac7-95fd-4ae0-a446-296b51d5a7a0","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"3b1a812d-78d8-49a1-84c4-f364af42c81c","description":{"content":"<p>(Required) The ID of the team to be updated</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"team_id"}]}},"response":[{"id":"e5b9c2c4-cd39-4351-9293-86611000cfb0","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"uid\": \"<string>\",\n    \"name\": \"<string>\",\n    \"available_name\": \"<string>\",\n    \"display_name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"account_id\": \"<integer>\",\n    \"role\": \"<string>\",\n    \"confirmed\": \"<boolean>\",\n    \"availability_status\": \"<string>\",\n    \"auto_offline\": \"<boolean>\",\n    \"custom_attributes\": \"<object>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"uid\": \"<string>\",\n    \"name\": \"<string>\",\n    \"available_name\": \"<string>\",\n    \"display_name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"account_id\": \"<integer>\",\n    \"role\": \"<string>\",\n    \"confirmed\": \"<boolean>\",\n    \"availability_status\": \"<string>\",\n    \"auto_offline\": \"<boolean>\",\n    \"custom_attributes\": \"<object>\"\n  }\n]"},{"id":"8ecd206f-ba4d-4c8e-8ba7-c154783962a0","name":"Access denied","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ab58eaaf-f8f4-47e8-bdd0-a0a0ba1df213","name":"Team not found","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b2cfa960-9755-4b94-8c70-7414962f8bf6","name":"User must exist","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"06322992-f96c-4746-90d2-c4eb95ddcdfe"},{"name":"Update Agents in Team","id":"73a7fea7-a310-428c-a8c1-f0711fbc5b16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":""},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","description":"<p>All agents except the one passed in params will be removed</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"d67a2dd5-83ae-4b03-8b2a-4ade7aa05c7d","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"56ff3a36-da0d-476b-829f-9fc1d6ce0a08","description":{"content":"<p>(Required) The ID of the team to be updated</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"team_id"}]}},"response":[{"id":"b0ccdb94-3bad-490c-9eca-837bceb3bd25","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"uid\": \"<string>\",\n    \"name\": \"<string>\",\n    \"available_name\": \"<string>\",\n    \"display_name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"account_id\": \"<integer>\",\n    \"role\": \"<string>\",\n    \"confirmed\": \"<boolean>\",\n    \"availability_status\": \"<string>\",\n    \"auto_offline\": \"<boolean>\",\n    \"custom_attributes\": \"<object>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"uid\": \"<string>\",\n    \"name\": \"<string>\",\n    \"available_name\": \"<string>\",\n    \"display_name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"account_id\": \"<integer>\",\n    \"role\": \"<string>\",\n    \"confirmed\": \"<boolean>\",\n    \"availability_status\": \"<string>\",\n    \"auto_offline\": \"<boolean>\",\n    \"custom_attributes\": \"<object>\"\n  }\n]"},{"id":"caa11808-ecb0-45da-812a-a685ea1d855a","name":"Access denied","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f1a6cafd-cf18-4b0b-855a-258c7aa5ecbf","name":"Team not found","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"876d9c85-1cd8-443b-a649-68d5dbe5dafe","name":"User must exist","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"73a7fea7-a310-428c-a8c1-f0711fbc5b16"},{"name":"Remove an Agent from Team","id":"17fcd135-9317-420e-b867-4a56583087f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":""},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","description":"<p>Remove an Agent from Team</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"364f80e9-1ed4-409c-a392-b5d82adddf83","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"24c4f891-bead-46e3-b5d8-519485024daf","description":{"content":"<p>(Required) The ID of the team to be updated</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"team_id"}]}},"response":[{"id":"1efe2b23-9d47-46ce-9b1f-363c24bfe58f","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"user_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"team_id\": -53717252\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3c1adcc6-5d3c-4ba9-97aa-0cf3eed2247a","name":"Access denied","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"user_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"team_id\": -53717252\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"dd998db5-d2e2-46f6-afe9-ac443b021be7","name":"Team not found","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"user_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"team_id\": -53717252\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9319fc8f-fc08-45f8-8baf-664a870cacf7","name":"User must exist","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"user_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"team_id\": -53717252\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"17fcd135-9317-420e-b867-4a56583087f8"}],"id":"97e424ef-7c0c-4e0f-ab41-fe3871e021fa","_postman_id":"97e424ef-7c0c-4e0f-ab41-fe3871e021fa","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"Get a team details","id":"fc4c79f6-2f96-447f-8672-7d75ec989553","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id","description":"<p>Get the details of a team in the account</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","teams",":team_id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"4f87994e-e992-4ab7-a45c-91ad6875aaaf","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"a46df7ce-f1f5-470b-aad8-39371e053d7c","description":{"content":"<p>(Required) The ID of the team to be updated</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"team_id"}]}},"response":[{"id":"d07fdf6c-1eee-4eaa-98cb-32f33c0db8a1","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<number>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"allow_auto_assign\": \"<boolean>\",\n  \"account_id\": \"<number>\",\n  \"is_member\": \"<boolean>\"\n}"},{"id":"0dec4c81-0608-490f-b2d6-aefbfad9c23b","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b81a0d17-0f6f-420b-9e73-1db0b76c3f8d","name":"The given team ID does not exist in the account","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fc4c79f6-2f96-447f-8672-7d75ec989553"},{"name":"Update a team","id":"4ebfde15-aeda-41e4-a4a5-03760202feac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":""},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id","description":"<p>Update a team's attributes</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","teams",":team_id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"d6d6c06c-c141-4669-9bfe-8102b62c30f0","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"c2e3b16a-7753-4fbb-8e88-c058b8df84c7","description":{"content":"<p>(Required) The ID of the team to be updated</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"team_id"}]}},"response":[{"id":"5e35549c-9ae0-491d-97c5-302b723a4f14","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<number>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"allow_auto_assign\": \"<boolean>\",\n  \"account_id\": \"<number>\",\n  \"is_member\": \"<boolean>\"\n}"},{"id":"629b1996-000c-448f-94a4-48acd2a3bd72","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4ebfde15-aeda-41e4-a4a5-03760202feac"},{"name":"Delete a team","id":"cbd219e6-320f-4c70-a6af-a0fcc56da6d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id","description":"<p>Delete a team from the account</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","teams",":team_id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"b8aacc28-6ca6-41fb-b617-122be376b22e","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"9bd2dbf3-8ca8-40f1-8278-13a63e892395","description":{"content":"<p>(Required) The ID of the team to be updated</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"team_id"}]}},"response":[{"id":"c2c756a8-6c2d-4af7-b15e-0d6e8d9f3b3f","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b965bae7-06bd-4bcd-bb12-c7381bacc2ea","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"67773c02-4155-4d1c-bcdc-eb589883633e","name":"The team does not exist in the account","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cbd219e6-320f-4c70-a6af-a0fcc56da6d5"}],"id":"e757789e-1216-45cc-b543-d77bd1bb1c45","_postman_id":"e757789e-1216-45cc-b543-d77bd1bb1c45","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"List all teams","id":"17d2349a-3778-46ac-bfb0-8c99bfc537d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams","description":"<p>List all teams available in the current account</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","teams"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"38e1acc2-e8e4-47d5-b61d-292a0f7f2347","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"70a2e2dc-ce63-4e36-a629-a50b1d7a843d","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<number>\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"allow_auto_assign\": \"<boolean>\",\n    \"account_id\": \"<number>\",\n    \"is_member\": \"<boolean>\"\n  },\n  {\n    \"id\": \"<number>\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"allow_auto_assign\": \"<boolean>\",\n    \"account_id\": \"<number>\",\n    \"is_member\": \"<boolean>\"\n  }\n]"},{"id":"30319e06-63e3-4276-9215-0c11754219c5","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"17d2349a-3778-46ac-bfb0-8c99bfc537d6"},{"name":"Create a team","id":"8080d66b-16b5-4272-86fc-60ed5384630a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"allow_auto_assign\": \"<boolean>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams","description":"<p>Create a team in the account</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","teams"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"6efdaff5-d062-42a1-9b41-92b333c37026","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"c45811df-7e03-4bd5-b7e3-06ac8a0da39b","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<number>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"allow_auto_assign\": \"<boolean>\",\n  \"account_id\": \"<number>\",\n  \"is_member\": \"<boolean>\"\n}"},{"id":"4654c1a7-7f54-4895-bee9-ab101f9823f1","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8080d66b-16b5-4272-86fc-60ed5384630a"}],"id":"05bfee89-7408-405f-afb3-eb6a89ec4d34","_postman_id":"05bfee89-7408-405f-afb3-eb6a89ec4d34","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"custom_filters","item":[{"name":"{custom_filter_id}","item":[{"name":"Get a custom filter details","id":"567aa813-e150-41a0-93ca-d8daf4e0d5ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_filters/:custom_filter_id","description":"<p>Get the details of a custom filter in the account</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","custom_filters",":custom_filter_id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"2482c984-5d15-4bb2-9804-b2f156e737e0","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"a02b2e75-1b0a-42be-9dcb-5c15bb8be985","description":{"content":"<p>(Required) The numeric ID of the custom filter</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"custom_filter_id"}]}},"response":[{"id":"f10981f6-ec8a-4855-86cc-8b8d6406630a","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_filters/:custom_filter_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_filters",":custom_filter_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"custom_filter_id","value":"<integer>","description":"(Required) The numeric ID of the custom filter"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<number>\",\n  \"name\": \"<string>\",\n  \"type\": \"<string>\",\n  \"query\": \"<object>\",\n  \"created_at\": \"<dateTime>\",\n  \"updated_at\": \"<dateTime>\"\n}"},{"id":"177a5ff9-5c99-4ca0-8601-42e903d6cf2f","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_filters/:custom_filter_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_filters",":custom_filter_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"custom_filter_id","value":"<integer>","description":"(Required) The numeric ID of the custom filter"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5dcf80d7-ee27-49b0-9c5f-126d6591eba6","name":"The given team ID does not exist in the account","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_filters/:custom_filter_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_filters",":custom_filter_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"custom_filter_id","value":"<integer>","description":"(Required) The numeric ID of the custom filter"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"567aa813-e150-41a0-93ca-d8daf4e0d5ba"},{"name":"Update a custom filter","id":"8522a35e-102f-481b-9ce3-1c9aa6854551","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"type\": \"<string>\",\n  \"query\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_filters/:custom_filter_id","description":"<p>Update a custom filter's attributes</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","custom_filters",":custom_filter_id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"072b875b-09e6-408e-8bc2-393a18ec3163","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"663505f6-9527-42d5-8749-ad7df8ca3399","description":{"content":"<p>(Required) The numeric ID of the custom filter</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"custom_filter_id"}]}},"response":[{"id":"6f693a8d-59fd-43ea-8b0f-58f3ddef68b1","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_filters/:custom_filter_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_filters",":custom_filter_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"custom_filter_id","value":"<integer>","description":"(Required) The numeric ID of the custom filter"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<number>\",\n  \"name\": \"<string>\",\n  \"type\": \"<string>\",\n  \"query\": \"<object>\",\n  \"created_at\": \"<dateTime>\",\n  \"updated_at\": \"<dateTime>\"\n}"},{"id":"d7664a3a-6bfe-4a3f-9de7-9a1044ccd65f","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_filters/:custom_filter_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_filters",":custom_filter_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"custom_filter_id","value":"<integer>","description":"(Required) The numeric ID of the custom filter"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8522a35e-102f-481b-9ce3-1c9aa6854551"},{"name":"Delete a custom filter","id":"d962859a-ff8d-4788-9aff-16cde6a0ae19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_filters/:custom_filter_id","description":"<p>Delete a custom filter from the account</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","custom_filters",":custom_filter_id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"c4466819-66d0-4557-8db3-63132133edc5","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"8a04eaeb-966f-42ab-bd54-4168e5cf57be","description":{"content":"<p>(Required) The numeric ID of the custom filter</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"custom_filter_id"}]}},"response":[{"id":"8d7ebfe7-a56a-41fc-89e1-a6e5459ef9db","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_filters/:custom_filter_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_filters",":custom_filter_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"custom_filter_id","value":"<integer>","description":"(Required) The numeric ID of the custom filter"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f21f4d06-594f-433b-a99d-71c54ebb3396","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_filters/:custom_filter_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_filters",":custom_filter_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"custom_filter_id","value":"<integer>","description":"(Required) The numeric ID of the custom filter"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"29033a0e-458e-4011-afd6-76dc1514a45c","name":"The custom filter does not exist in the account","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_filters/:custom_filter_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_filters",":custom_filter_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"custom_filter_id","value":"<integer>","description":"(Required) The numeric ID of the custom filter"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d962859a-ff8d-4788-9aff-16cde6a0ae19"}],"id":"a2d9aa93-fd22-4f79-b403-88dc27a7ec58","_postman_id":"a2d9aa93-fd22-4f79-b403-88dc27a7ec58","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"List all custom filters","id":"f880a6a5-ddb0-4721-a775-d87a43a1fcbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_filters?filter_type=<string>","description":"<p>List all custom filters in a category of a user</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","custom_filters"],"host":["app","tokewoot","com"],"query":[{"description":{"content":"<p>The type of custom filter</p>\n","type":"text/plain"},"key":"filter_type","value":"<string>"}],"variable":[{"id":"aa304f58-54f0-4b18-a807-14127b2923e7","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"2d37186b-db9c-4eb6-be99-cfdcc99708d9","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_filters?filter_type=<string>","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_filters"],"query":[{"key":"filter_type","value":"<string>"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<number>\",\n    \"name\": \"<string>\",\n    \"type\": \"<string>\",\n    \"query\": \"<object>\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\"\n  },\n  {\n    \"id\": \"<number>\",\n    \"name\": \"<string>\",\n    \"type\": \"<string>\",\n    \"query\": \"<object>\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\"\n  }\n]"},{"id":"4f687f1f-f35c-4f91-9545-26841c0c7120","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_filters?filter_type=<string>","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_filters"],"query":[{"key":"filter_type","value":"<string>"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f880a6a5-ddb0-4721-a775-d87a43a1fcbb"},{"name":"Create a custom filter","id":"5b614a62-2fec-4b0b-88d7-83092cf65238","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"type\": \"<string>\",\n  \"query\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_filters?filter_type=<string>","description":"<p>Create a custom filter in the account</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","custom_filters"],"host":["app","tokewoot","com"],"query":[{"description":{"content":"<p>The type of custom filter</p>\n","type":"text/plain"},"key":"filter_type","value":"<string>"}],"variable":[{"id":"449931ed-79bc-4f30-9e5c-7aa43c792d24","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"93cc7874-e2dc-4aad-a70b-ce593f0427f5","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_filters?filter_type=<string>","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_filters"],"query":[{"key":"filter_type","value":"<string>"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<number>\",\n  \"name\": \"<string>\",\n  \"type\": \"<string>\",\n  \"query\": \"<object>\",\n  \"created_at\": \"<dateTime>\",\n  \"updated_at\": \"<dateTime>\"\n}"},{"id":"bdff49d1-d71c-49bf-a3af-e68b4e177a38","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_filters?filter_type=<string>","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_filters"],"query":[{"key":"filter_type","value":"<string>"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5b614a62-2fec-4b0b-88d7-83092cf65238"}],"id":"d089cb03-08cb-4fa1-a0c4-b86614635e16","_postman_id":"d089cb03-08cb-4fa1-a0c4-b86614635e16","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"webhooks","item":[{"name":"{webhook_id}","item":[{"name":"Update a webhook object","id":"6feedea8-6712-4295-acbf-5f2e4f27ada9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"<string>\",\n  \"subscriptions\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/webhooks/:webhook_id","description":"<p>Update a webhook object in the account</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","webhooks",":webhook_id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"afa41f6b-5c75-4019-ad7b-30ef4659b75b","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"a5a78470-8351-4b17-9b30-b7b8e7915fc3","description":{"content":"<p>(Required) The numeric ID of the webhook</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"webhook_id"}]}},"response":[{"id":"1b0ea2d3-512c-4a9d-bdb8-89c52a615ef1","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/webhooks/:webhook_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","webhooks",":webhook_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"webhook_id","value":"<integer>","description":"(Required) The numeric ID of the webhook"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<number>\",\n  \"url\": \"<string>\",\n  \"subscriptions\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"account_id\": \"<number>\"\n}"},{"id":"5dea5908-75a8-48f3-87a9-c86a065667ac","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/webhooks/:webhook_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","webhooks",":webhook_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"webhook_id","value":"<integer>","description":"(Required) The numeric ID of the webhook"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6feedea8-6712-4295-acbf-5f2e4f27ada9"},{"name":"Delete a webhook","id":"aa0eb57d-cce7-424f-a3ea-b66270dddcd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/webhooks/:webhook_id","description":"<p>Delete a webhook from the account</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","webhooks",":webhook_id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"134cced0-6e0a-49b5-94e2-509755736239","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"611ccb77-8ab4-40f4-930b-eae6536dae5b","description":{"content":"<p>(Required) The numeric ID of the webhook</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"webhook_id"}]}},"response":[{"id":"02fe539f-8e1b-4c87-85a2-04445132157b","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/webhooks/:webhook_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","webhooks",":webhook_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"webhook_id","value":"<integer>","description":"(Required) The numeric ID of the webhook"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"54865a75-68b7-4f92-85f1-63638148ba7c","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/webhooks/:webhook_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","webhooks",":webhook_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"webhook_id","value":"<integer>","description":"(Required) The numeric ID of the webhook"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"65fbf108-9f7f-477c-9f82-71a7312c8a31","name":"The webhook does not exist in the account","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/webhooks/:webhook_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","webhooks",":webhook_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"webhook_id","value":"<integer>","description":"(Required) The numeric ID of the webhook"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"aa0eb57d-cce7-424f-a3ea-b66270dddcd6"}],"id":"cd85e504-94a8-48cc-a854-4f174ff34ab8","_postman_id":"cd85e504-94a8-48cc-a854-4f174ff34ab8","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"List all webhooks","id":"baaf177f-3da3-423e-b627-288a9cacd2b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/webhooks","description":"<p>List all webhooks in the account</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","webhooks"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"e8356ce2-8225-4cbc-b7dd-bdbaa60d976c","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"96cd9b48-acb3-4897-a413-55949ce5e5e4","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/webhooks","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","webhooks"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<number>\",\n    \"url\": \"<string>\",\n    \"subscriptions\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"account_id\": \"<number>\"\n  },\n  {\n    \"id\": \"<number>\",\n    \"url\": \"<string>\",\n    \"subscriptions\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"account_id\": \"<number>\"\n  }\n]"},{"id":"99204651-1e04-40d0-b640-fb554a67cdd4","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/webhooks","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","webhooks"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"baaf177f-3da3-423e-b627-288a9cacd2b1"},{"name":"Add a webhook","id":"6a4defb0-6dbf-4ae3-85db-a36c48cf6674","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"<string>\",\n  \"subscriptions\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/webhooks","description":"<p>Add a webhook subscription to the account</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","webhooks"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"c5ecaf39-9aaa-4069-b635-01ab3d5c8c67","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"81ddfaf3-2ea1-4749-a169-3c042b266964","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/webhooks","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","webhooks"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<number>\",\n  \"url\": \"<string>\",\n  \"subscriptions\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"account_id\": \"<number>\"\n}"},{"id":"d1439dac-ddf4-4e4f-a49c-d30ee4c90cf7","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/webhooks","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","webhooks"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6a4defb0-6dbf-4ae3-85db-a36c48cf6674"}],"id":"9e08ba68-2db8-4f2e-824c-cf42bc520c75","_postman_id":"9e08ba68-2db8-4f2e-824c-cf42bc520c75","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}}],"id":"a2fb7f15-3b92-4176-b096-964237e441f9","_postman_id":"a2fb7f15-3b92-4176-b096-964237e441f9","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"Fetch user profile","id":"3b6e8bcd-2763-4d85-a7f7-abede4818df9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/profile","description":"<p>Get the user profile details</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","profile"],"host":["app","tokewoot","com"],"query":[],"variable":[]}},"response":[{"id":"e894fe4c-9434-46df-9222-841a378290a7","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":"https://app.tokewoot.com/api/v1/profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<number>\",\n  \"uid\": \"<string>\",\n  \"name\": \"<string>\",\n  \"available_name\": \"<string>\",\n  \"display_name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"account_id\": \"<number>\",\n  \"role\": \"<string>\",\n  \"confirmed\": \"<boolean>\",\n  \"custom_attributes\": \"<object>\",\n  \"accounts\": [\n    {\n      \"id\": \"<number>\",\n      \"name\": \"<string>\",\n      \"role\": \"<string>\"\n    },\n    {\n      \"id\": \"<number>\",\n      \"name\": \"<string>\",\n      \"role\": \"<string>\"\n    }\n  ]\n}"},{"id":"c55d8eee-fb4e-436d-8c76-4c0e1ed8c4e6","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":"https://app.tokewoot.com/api/v1/profile"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3b6e8bcd-2763-4d85-a7f7-abede4818df9"}],"id":"334821e0-dd74-4bc5-b3e5-00bdc75ec5ce","_postman_id":"334821e0-dd74-4bc5-b3e5-00bdc75ec5ce","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"v1 Copy","item":[{"name":"accounts/{account_id}","item":[{"name":"agents","item":[{"name":"{id}","item":[{"name":"Update Agent in Account","id":"8aa67299-ddad-47f6-90bf-269b910ea68e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":""},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/agents/:id","description":"<p>Update an Agent in Account</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","agents",":id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"79bf2ff5-f14c-48ea-8a3c-345f328c6183","description":{"content":"<p>(Required) The ID of the agent to be updated.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"},{"id":"de23826a-7ada-4620-a500-92e448ce2c9b","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"949cc059-6e24-46b7-803a-508b0e82a36e","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"role\": \"<string>\",\n  \"availability\": \"<string>\",\n  \"auto_offline\": \"<boolean>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/agents/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","agents",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the agent to be updated."},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"uid\": \"<string>\",\n  \"name\": \"<string>\",\n  \"available_name\": \"<string>\",\n  \"display_name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"account_id\": \"<integer>\",\n  \"role\": \"<string>\",\n  \"confirmed\": \"<boolean>\",\n  \"availability_status\": \"<string>\",\n  \"auto_offline\": \"<boolean>\",\n  \"custom_attributes\": \"<object>\"\n}"},{"id":"db44f785-da31-4a6a-97f2-766ed67f71d2","name":"Access denied","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"role\": \"<string>\",\n  \"availability\": \"<string>\",\n  \"auto_offline\": \"<boolean>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/agents/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","agents",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the agent to be updated."},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6e6f4978-b2d4-4cbe-9a84-e93b28971a3e","name":"Agent not found","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"role\": \"<string>\",\n  \"availability\": \"<string>\",\n  \"auto_offline\": \"<boolean>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/agents/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","agents",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the agent to be updated."},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8aa67299-ddad-47f6-90bf-269b910ea68e"},{"name":"Remove an Agent from Account","id":"63d6352d-2cef-4c19-9ce4-184e533d41b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/agents/:id","description":"<p>Remove an Agent from Account</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","agents",":id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"63a020bb-3dbd-4be6-9bb0-d8ca03b23c90","description":{"content":"<p>(Required) The ID of the agent to be deleted</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"},{"id":"1c16d5e4-cec3-40bb-95a8-85a206983b5c","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"55a4dee9-040b-4f4f-b7f6-7fb5cb1599e0","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/agents/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","agents",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the agent to be deleted"},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a74df21e-12e8-4e37-8994-fc681e741c0d","name":"Access denied","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/agents/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","agents",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the agent to be deleted"},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"0d7f0100-7b49-495e-9251-ac1da8f8df32","name":"Agent not found","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/agents/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","agents",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the agent to be deleted"},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"63d6352d-2cef-4c19-9ce4-184e533d41b5"}],"id":"36483c30-5e20-4e2d-befa-a6c241e629fc","_postman_id":"36483c30-5e20-4e2d-befa-a6c241e629fc","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"List Agents in Account","id":"af427bf1-6fac-4c5c-861b-7df43fec153c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/8/agents","description":"<p>Get Details of Agents in an Account</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts","8","agents"],"host":["app","tokewoot","com"],"query":[],"variable":[]}},"response":[{"id":"4b9cd4f4-61f9-4748-a799-f700e51e5316","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/agents","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","agents"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"uid\": \"<string>\",\n    \"name\": \"<string>\",\n    \"available_name\": \"<string>\",\n    \"display_name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"account_id\": \"<integer>\",\n    \"role\": \"<string>\",\n    \"confirmed\": \"<boolean>\",\n    \"availability_status\": \"<string>\",\n    \"auto_offline\": \"<boolean>\",\n    \"custom_attributes\": \"<object>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"uid\": \"<string>\",\n    \"name\": \"<string>\",\n    \"available_name\": \"<string>\",\n    \"display_name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"account_id\": \"<integer>\",\n    \"role\": \"<string>\",\n    \"confirmed\": \"<boolean>\",\n    \"availability_status\": \"<string>\",\n    \"auto_offline\": \"<boolean>\",\n    \"custom_attributes\": \"<object>\"\n  }\n]"},{"id":"2e3891c5-f69b-41ff-bb78-c6292c8db4df","name":"Access denied","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/agents","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","agents"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"af427bf1-6fac-4c5c-861b-7df43fec153c"},{"name":"Add a New Agent","id":"b2160620-4c27-4205-90ae-d5c5fb955b92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"role\": \"<string>\",\n  \"availability_status\": \"<string>\",\n  \"auto_offline\": \"<boolean>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/agents","description":"<p>Add a new Agent to Account</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","agents"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"9948b728-570e-483b-8c06-7e6eac52bba4","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"04e32220-1c79-45ec-9028-28442dfb1fc4","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"role\": \"<string>\",\n  \"availability_status\": \"<string>\",\n  \"auto_offline\": \"<boolean>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/agents","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","agents"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"uid\": \"<string>\",\n  \"name\": \"<string>\",\n  \"available_name\": \"<string>\",\n  \"display_name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"account_id\": \"<integer>\",\n  \"role\": \"<string>\",\n  \"confirmed\": \"<boolean>\",\n  \"availability_status\": \"<string>\",\n  \"auto_offline\": \"<boolean>\",\n  \"custom_attributes\": \"<object>\"\n}"},{"id":"4a4f4f19-770c-43f7-927e-5c49105043e5","name":"Access denied","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"role\": \"<string>\",\n  \"availability_status\": \"<string>\",\n  \"auto_offline\": \"<boolean>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/agents","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","agents"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b2160620-4c27-4205-90ae-d5c5fb955b92"}],"id":"0d9e6d06-0ba7-4cc8-a6d3-6ecf4c50020a","_postman_id":"0d9e6d06-0ba7-4cc8-a6d3-6ecf4c50020a","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"canned_responses","item":[{"name":"{id}","item":[{"name":"Update Canned Response in Account","id":"5635112d-ab26-48ce-a065-c59b5fda6434","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"content\": \"<string>\",\n  \"short_code\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/canned_responses/:id","description":"<p>Update a Canned Response in Account</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","canned_responses",":id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"7035b618-97a5-458d-8be9-60f661983c6b","description":{"content":"<p>(Required) The ID of the canned response to be updated.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"},{"id":"4da0eacb-80f1-4d5e-99a9-4ac7a8a5cabd","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"ae6811a3-98da-42d5-95ab-fda3b058ade6","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/canned_responses/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","canned_responses",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the canned response to be updated."},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"content\": \"<string>\",\n  \"short_code\": \"<string>\",\n  \"account_id\": \"<integer>\"\n}"},{"id":"dab00de3-a21b-48a2-8854-8a38c4fadd5b","name":"Access denied","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/canned_responses/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","canned_responses",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the canned response to be updated."},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"2d096d8a-98ea-41fe-a72d-df3b7e55567b","name":"Agent not found","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/canned_responses/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","canned_responses",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the canned response to be updated."},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5635112d-ab26-48ce-a065-c59b5fda6434"},{"name":"Remove a Canned Response from Account","id":"9ee6e896-de0c-4ed7-93c7-80beefa65eb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/canned_responses/:id","description":"<p>Remove a Canned Response from Account</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","canned_responses",":id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"a82f7b47-6da9-4cc1-8191-ddc94d69bc3a","description":{"content":"<p>(Required) The ID of the canned response to be deleted</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"},{"id":"c6b28eda-ef46-4a01-8ff0-cb7664b261f6","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"102f3d61-1242-4621-bc78-61782970a105","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/canned_responses/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","canned_responses",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the canned response to be deleted"},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f887998e-60d8-43eb-a4c9-525945b76dca","name":"Access denied","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/canned_responses/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","canned_responses",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the canned response to be deleted"},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"888f84df-a03b-40c2-8ec8-1a739c77026b","name":"Canned Response not found","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/canned_responses/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","canned_responses",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the canned response to be deleted"},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9ee6e896-de0c-4ed7-93c7-80beefa65eb4"}],"id":"da53646b-0aab-490e-abf0-fb6504d3f7bd","_postman_id":"da53646b-0aab-490e-abf0-fb6504d3f7bd","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"List all Canned Responses in an Account","id":"d1958cf4-ceb8-4f83-b1b7-b4c655df6bf7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/canned_responses","description":"<p>Get Details of Canned Responses in an Account</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","canned_responses"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"71363bd7-2680-4ec8-99f9-129b8e9e6479","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"811752c4-9891-4abb-920c-efbb197ce2a3","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/canned_responses","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","canned_responses"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"content\": \"<string>\",\n    \"short_code\": \"<string>\",\n    \"account_id\": \"<integer>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"content\": \"<string>\",\n    \"short_code\": \"<string>\",\n    \"account_id\": \"<integer>\"\n  }\n]"},{"id":"9b6f05b9-71cc-4542-9264-ea834c6d38ef","name":"Access denied","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/canned_responses","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","canned_responses"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d1958cf4-ceb8-4f83-b1b7-b4c655df6bf7"},{"name":"Add a New Canned Response","id":"70f06dbe-a1b2-496a-9f41-54c44a06f4ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"content\": \"<string>\",\n  \"short_code\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/canned_responses","description":"<p>Add a new Canned Response to Account</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","canned_responses"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"81a93459-2366-4767-b374-5285b506a1a9","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"a94ec01e-5e90-4760-9ae1-3beb2c59427f","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/canned_responses","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","canned_responses"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"content\": \"<string>\",\n  \"short_code\": \"<string>\",\n  \"account_id\": \"<integer>\"\n}"},{"id":"70471b5c-c84a-426b-9dfb-e6524d4152c2","name":"Access denied","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/canned_responses","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","canned_responses"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"70f06dbe-a1b2-496a-9f41-54c44a06f4ab"}],"id":"da713ce7-e776-473d-857c-e442d2704170","_postman_id":"da713ce7-e776-473d-857c-e442d2704170","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"custom_attribute_definitions","item":[{"name":"{id}","item":[{"name":"Get a custom attribute details","id":"2a817f8b-a1d8-4557-b881-05b9b557e9da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_attribute_definitions/:id","description":"<p>Get the details of a custom attribute in the account</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","custom_attribute_definitions",":id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"6ad8b186-be40-457d-96e1-0a9aa0e091cb","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"f8c93102-7a10-481a-81be-01817a6d1e97","description":{"content":"<p>(Required) The ID of the custom attribute to be updated.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"ee17b859-4dc9-4a82-8d83-588cba10955b","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_attribute_definitions/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_attribute_definitions",":id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<integer>","description":"(Required) The ID of the custom attribute to be updated."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"attribute_display_name\": \"<string>\",\n  \"attribute_display_type\": \"<string>\",\n  \"attribute_description\": \"<string>\",\n  \"attribute_key\": \"<string>\",\n  \"attribute_values\": \"<string>\",\n  \"default_value\": \"<string>\",\n  \"attribute_model\": \"<string>\",\n  \"account_id\": \"<integer>\"\n}"},{"id":"b7390e69-e245-4c25-8526-a5b5d8896fc9","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_attribute_definitions/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_attribute_definitions",":id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<integer>","description":"(Required) The ID of the custom attribute to be updated."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"7eba918d-f22b-44a8-950d-07ca1a7aff0e","name":"The given attribute ID does not exist in the account","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_attribute_definitions/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_attribute_definitions",":id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<integer>","description":"(Required) The ID of the custom attribute to be updated."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2a817f8b-a1d8-4557-b881-05b9b557e9da"},{"name":"Update custom attribute in Account","id":"c2660bbb-903f-4e78-924b-aa38c63f9da3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"attribute_display_name\": \"<string>\",\n  \"attribute_display_type\": \"<integer>\",\n  \"attribute_description\": \"<string>\",\n  \"attribute_key\": \"<string>\",\n  \"attribute_values\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"attribute_model\": \"<integer>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_attribute_definitions/:id","description":"<p>Update a custom attribute in account</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","custom_attribute_definitions",":id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"5f4393a7-cb1d-4294-ad74-4a48128c408c","description":{"content":"<p>(Required) The ID of the custom attribute to be updated.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"},{"id":"bd4438c8-878b-4d09-a467-5399521a811a","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"49b15db2-2d90-45ab-842d-4e1a1a3911ec","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_attribute_definitions/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_attribute_definitions",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the custom attribute to be updated."},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"attribute_display_name\": \"<string>\",\n  \"attribute_display_type\": \"<string>\",\n  \"attribute_description\": \"<string>\",\n  \"attribute_key\": \"<string>\",\n  \"attribute_values\": \"<string>\",\n  \"default_value\": \"<string>\",\n  \"attribute_model\": \"<string>\",\n  \"account_id\": \"<integer>\"\n}"},{"id":"48d666ac-d89d-4324-ba5f-f41526db3e8d","name":"Access denied","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_attribute_definitions/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_attribute_definitions",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the custom attribute to be updated."},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a12ce46c-ece3-4e82-8c5c-53c55fe2783d","name":"Agent not found","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_attribute_definitions/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_attribute_definitions",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the custom attribute to be updated."},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c2660bbb-903f-4e78-924b-aa38c63f9da3"},{"name":"Remove a custom attribute from account","id":"84b8fe36-f52c-4a30-8e9f-19230ca636e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_attribute_definitions/:id","description":"<p>Remove a custom attribute from account</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","custom_attribute_definitions",":id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"20600ec1-d9c0-4a60-8230-d8a0fef20c66","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"43c50522-e9f3-4a20-8d61-a074bbd8a9ed","description":{"content":"<p>(Required) The ID of the custom attribute to be deleted</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"261490fa-7039-4285-b03e-9ca077ef024a","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_attribute_definitions/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_attribute_definitions",":id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<integer>","description":"(Required) The ID of the custom attribute to be deleted"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4c7763a6-1167-444b-9197-e374afb63635","name":"Access denied","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_attribute_definitions/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_attribute_definitions",":id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<integer>","description":"(Required) The ID of the custom attribute to be deleted"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d607c96d-7bdb-41a7-8475-224f8165ed5d","name":"Custom attribute not found","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_attribute_definitions/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_attribute_definitions",":id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<integer>","description":"(Required) The ID of the custom attribute to be deleted"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"84b8fe36-f52c-4a30-8e9f-19230ca636e1"}],"id":"3d320459-37a4-4560-bf13-6be3ce9656ae","_postman_id":"3d320459-37a4-4560-bf13-6be3ce9656ae","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"List all custom attributes in an account","id":"be585ad7-18ed-41b5-b1b3-f32a0ac54e3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_attribute_definitions?attribute_model=<string>","description":"<p>Get details of custom attributes in an Account</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","custom_attribute_definitions"],"host":["app","tokewoot","com"],"query":[{"description":{"content":"<p>(Required) conversation_attribute(0)/contact_attribute(1)</p>\n","type":"text/plain"},"key":"attribute_model","value":"<string>"}],"variable":[{"id":"6210c593-9b0f-45fe-9990-569c278d0cdd","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"f35021cc-1af3-4dce-92c7-8715464d9117","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_attribute_definitions?attribute_model=<string>","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_attribute_definitions"],"query":[{"key":"attribute_model","value":"<string>"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"attribute_display_name\": \"<string>\",\n    \"attribute_display_type\": \"<string>\",\n    \"attribute_description\": \"<string>\",\n    \"attribute_key\": \"<string>\",\n    \"attribute_values\": \"<string>\",\n    \"default_value\": \"<string>\",\n    \"attribute_model\": \"<string>\",\n    \"account_id\": \"<integer>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"attribute_display_name\": \"<string>\",\n    \"attribute_display_type\": \"<string>\",\n    \"attribute_description\": \"<string>\",\n    \"attribute_key\": \"<string>\",\n    \"attribute_values\": \"<string>\",\n    \"default_value\": \"<string>\",\n    \"attribute_model\": \"<string>\",\n    \"account_id\": \"<integer>\"\n  }\n]"},{"id":"5f12472d-6c46-4ec2-abc6-4e669fc26e4c","name":"Access denied","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_attribute_definitions?attribute_model=<string>","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_attribute_definitions"],"query":[{"key":"attribute_model","value":"<string>"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"be585ad7-18ed-41b5-b1b3-f32a0ac54e3a"},{"name":"Add a new custom attribute","id":"4762b39a-c9f6-44e0-9ed4-571d2607d9fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"attribute_display_name\": \"<string>\",\n  \"attribute_display_type\": \"<integer>\",\n  \"attribute_description\": \"<string>\",\n  \"attribute_key\": \"<string>\",\n  \"attribute_values\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"attribute_model\": \"<integer>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_attribute_definitions","description":"<p>Add a new custom attribute to account</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","custom_attribute_definitions"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"bba245f6-8166-40a4-bec5-684ed6255575","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"4426ba6e-eef5-45fd-af20-105b3f2709b4","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_attribute_definitions","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_attribute_definitions"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"attribute_display_name\": \"<string>\",\n  \"attribute_display_type\": \"<string>\",\n  \"attribute_description\": \"<string>\",\n  \"attribute_key\": \"<string>\",\n  \"attribute_values\": \"<string>\",\n  \"default_value\": \"<string>\",\n  \"attribute_model\": \"<string>\",\n  \"account_id\": \"<integer>\"\n}"},{"id":"0e2e078c-555b-4c24-9111-be2fe6f733a0","name":"Access denied","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_attribute_definitions","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_attribute_definitions"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4762b39a-c9f6-44e0-9ed4-571d2607d9fe"}],"id":"e11441db-9625-4489-a91b-b28d49d24255","_postman_id":"e11441db-9625-4489-a91b-b28d49d24255","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"contacts","item":[{"name":"{id}","item":[{"name":"Show Contact","id":"5e77362a-5294-4b90-85d0-3c51bcac5d44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id","description":"<p>Get a contact belonging to the account using ID</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","contacts",":id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"fb546510-e416-4e52-a354-70ce0ae123ed","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"c053b4d7-9e18-42e0-b36b-cc6593517019","description":{"content":"<p>(Required) ID of the contact</p>\n","type":"text/plain"},"type":"any","value":"<number>","key":"id"}]}},"response":[{"id":"8d33360c-4109-495e-821e-6e207188af90","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts",":id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the contact"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"payload\": {\n    \"contact\": {\n      \"email\": \"<string>\",\n      \"name\": \"<string>\",\n      \"phone_number\": \"<string>\",\n      \"thumbnail\": \"<string>\",\n      \"additional_attributes\": \"<object>\",\n      \"custom_attributes\": \"<object>\",\n      \"contact_inboxes\": [\n        {\n          \"source_id\": \"<string>\",\n          \"inbox\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        {\n          \"source_id\": \"<string>\",\n          \"inbox\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        }\n      ]\n    }\n  },\n  \"id\": \"<number>\",\n  \"availability_status\": \"<string>\"\n}"},{"id":"bbc03189-39fb-4fcc-ae22-a4f43d2d87d9","name":"Access denied","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts",":id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the contact"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3192ddda-024b-4391-886f-8ff13d216540","name":"Contact not found","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts",":id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the contact"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5e77362a-5294-4b90-85d0-3c51bcac5d44"},{"name":"Update Contact","id":"f4a8692c-e33b-41b9-8a25-a3cf74275045","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"phone_number\": \"<string>\",\n  \"avatar\": \"<binary>\",\n  \"avatar_url\": \"<string>\",\n  \"identifier\": \"<string>\",\n  \"custom_attributes\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id","description":"<p>Update a contact belonging to the account using ID</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","contacts",":id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"2bf1ef0e-cecc-435c-a931-87dd060e21fe","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"82790a57-37dd-43db-bee2-38e457f759de","description":{"content":"<p>(Required) ID of the contact</p>\n","type":"text/plain"},"type":"any","value":"<number>","key":"id"}]}},"response":[{"id":"ac63c4fb-e2d7-4461-a193-a52c61884438","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"phone_number\": \"<string>\",\n  \"avatar\": \"<binary>\",\n  \"avatar_url\": \"<string>\",\n  \"identifier\": \"<string>\",\n  \"custom_attributes\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts",":id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the contact"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<number>\",\n  \"payload\": {\n    \"contact\": {\n      \"email\": \"<string>\",\n      \"name\": \"<string>\",\n      \"phone_number\": \"<string>\",\n      \"thumbnail\": \"<string>\",\n      \"additional_attributes\": \"<object>\",\n      \"custom_attributes\": \"<object>\",\n      \"contact_inboxes\": [\n        {\n          \"source_id\": \"<string>\",\n          \"inbox\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        {\n          \"source_id\": \"<string>\",\n          \"inbox\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        }\n      ]\n    }\n  }\n}"},{"id":"4d5b50ba-14b1-4788-a57d-b4326871f3af","name":"Access denied","originalRequest":{"method":"PUT","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"phone_number\": \"<string>\",\n  \"avatar\": \"<binary>\",\n  \"avatar_url\": \"<string>\",\n  \"identifier\": \"<string>\",\n  \"custom_attributes\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts",":id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the contact"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"dd685ce1-d98c-43b9-b29b-ae90e8a359a1","name":"Contact not found","originalRequest":{"method":"PUT","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"phone_number\": \"<string>\",\n  \"avatar\": \"<binary>\",\n  \"avatar_url\": \"<string>\",\n  \"identifier\": \"<string>\",\n  \"custom_attributes\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts",":id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the contact"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f4a8692c-e33b-41b9-8a25-a3cf74275045"},{"name":"Delete Contact","id":"c95e6cf1-6922-457c-a674-73ec4dd71b17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","contacts",":id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"c32d8388-9abb-43ec-aba0-e3fa14b4251f","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"5b4c4246-ee32-439b-b748-622f6075f016","description":{"content":"<p>(Required) ID of the contact</p>\n","type":"text/plain"},"type":"any","value":"<number>","key":"id"}]}},"response":[{"id":"62b665aa-1467-4c02-ae70-dbeb9020df2d","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts",":id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the contact"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"0564bfa0-9156-42c8-a467-4acc5509bb67","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts",":id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the contact"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"99fa3dda-fd24-4651-83e3-c0d6ef9d43d4","name":"Contact not found","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts",":id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the contact"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c95e6cf1-6922-457c-a674-73ec4dd71b17"},{"name":"Contact Conversations","id":"ed6300cc-032c-41b6-967e-3dfd964975cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id/conversations","description":"<p>Get conversations associated to that contact</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","contacts",":id","conversations"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"16092ad1-59fb-4a06-8144-f26ec7f17481","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"f878a4df-324f-4f07-9da1-3881606acb63","description":{"content":"<p>(Required) ID of the contact</p>\n","type":"text/plain"},"type":"any","value":"<number>","key":"id"}]}},"response":[{"id":"1c2240fb-7bc5-4a9a-8a76-f57c9a3167b9","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id/conversations","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts",":id","conversations"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the contact"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<number>\",\n    \"messages\": [\n      {\n        \"content\": \"<string>\",\n        \"content_type\": \"<string>\",\n        \"content_attributes\": \"<object>\",\n        \"message_type\": \"<string>\",\n        \"created_at\": \"<integer>\",\n        \"private\": \"<boolean>\",\n        \"attachment\": \"<object>\",\n        \"sender\": \"<object>\",\n        \"conversation_id\": \"<number>\"\n      },\n      {\n        \"content\": \"<string>\",\n        \"content_type\": \"<string>\",\n        \"content_attributes\": \"<object>\",\n        \"message_type\": \"<string>\",\n        \"created_at\": \"<integer>\",\n        \"private\": \"<boolean>\",\n        \"attachment\": \"<object>\",\n        \"sender\": \"<object>\",\n        \"conversation_id\": \"<number>\"\n      }\n    ],\n    \"account_id\": \"<number>\",\n    \"inbox_id\": \"<number>\",\n    \"status\": \"<string>\",\n    \"timestamp\": \"<string>\",\n    \"contact_last_seen_at\": \"<string>\",\n    \"agent_last_seen_at\": \"<string>\",\n    \"unread_count\": \"<number>\",\n    \"additional_attributes\": \"<object>\",\n    \"custom_attributes\": \"<object>\",\n    \"meta\": {\n      \"sender\": {\n        \"id\": \"<number>\",\n        \"name\": \"<string>\",\n        \"thumbnail\": \"<string>\",\n        \"channel\": \"<string>\"\n      },\n      \"assignee\": {\n        \"id\": \"<number>\",\n        \"uid\": \"<string>\",\n        \"name\": \"<string>\",\n        \"available_name\": \"<string>\",\n        \"display_name\": \"<string>\",\n        \"email\": \"<string>\",\n        \"account_id\": \"<number>\",\n        \"role\": \"<string>\",\n        \"confirmed\": \"<boolean>\",\n        \"custom_attributes\": \"<object>\",\n        \"accounts\": [\n          {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"role\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"role\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    },\n    \"display_id\": \"<number>\"\n  },\n  {\n    \"id\": \"<number>\",\n    \"messages\": [\n      {\n        \"content\": \"<string>\",\n        \"content_type\": \"<string>\",\n        \"content_attributes\": \"<object>\",\n        \"message_type\": \"<string>\",\n        \"created_at\": \"<integer>\",\n        \"private\": \"<boolean>\",\n        \"attachment\": \"<object>\",\n        \"sender\": \"<object>\",\n        \"conversation_id\": \"<number>\"\n      },\n      {\n        \"content\": \"<string>\",\n        \"content_type\": \"<string>\",\n        \"content_attributes\": \"<object>\",\n        \"message_type\": \"<string>\",\n        \"created_at\": \"<integer>\",\n        \"private\": \"<boolean>\",\n        \"attachment\": \"<object>\",\n        \"sender\": \"<object>\",\n        \"conversation_id\": \"<number>\"\n      }\n    ],\n    \"account_id\": \"<number>\",\n    \"inbox_id\": \"<number>\",\n    \"status\": \"<string>\",\n    \"timestamp\": \"<string>\",\n    \"contact_last_seen_at\": \"<string>\",\n    \"agent_last_seen_at\": \"<string>\",\n    \"unread_count\": \"<number>\",\n    \"additional_attributes\": \"<object>\",\n    \"custom_attributes\": \"<object>\",\n    \"meta\": {\n      \"sender\": {\n        \"id\": \"<number>\",\n        \"name\": \"<string>\",\n        \"thumbnail\": \"<string>\",\n        \"channel\": \"<string>\"\n      },\n      \"assignee\": {\n        \"id\": \"<number>\",\n        \"uid\": \"<string>\",\n        \"name\": \"<string>\",\n        \"available_name\": \"<string>\",\n        \"display_name\": \"<string>\",\n        \"email\": \"<string>\",\n        \"account_id\": \"<number>\",\n        \"role\": \"<string>\",\n        \"confirmed\": \"<boolean>\",\n        \"custom_attributes\": \"<object>\",\n        \"accounts\": [\n          {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"role\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"name\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"role\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    },\n    \"display_id\": \"<number>\"\n  }\n]"},{"id":"37a56aa5-5a11-455b-a654-cd6521ce3936","name":"Access denied","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id/conversations","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts",":id","conversations"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the contact"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4428c213-1d96-4cba-880d-b1fdf2f5cd4a","name":"Contact not found","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id/conversations","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts",":id","conversations"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the contact"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ed6300cc-032c-41b6-967e-3dfd964975cc"},{"name":"Create contact inbox","id":"fbe68ff0-8a32-4931-84f7-ab1ed3940e56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"inbox_id\": \"<number>\",\n  \"source_id\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id/contact_inboxes","description":"<p>Create a contact inbox record for an inbox</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","contacts",":id","contact_inboxes"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"94daf4d2-eb09-41f1-903a-fd6240602f65","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"d7f5ed96-5c21-4e27-8bb6-fb99a322555d","description":{"content":"<p>(Required) ID of the contact</p>\n","type":"text/plain"},"type":"any","value":"<number>","key":"id"}]}},"response":[{"id":"829a1742-433d-455f-8b77-038298515440","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"inbox_id\": \"<number>\",\n  \"source_id\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id/contact_inboxes","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts",":id","contact_inboxes"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the contact"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"source_id\": \"<string>\",\n  \"inbox\": {\n    \"id\": \"<number>\",\n    \"name\": \"<string>\",\n    \"website_url\": \"<string>\",\n    \"channel_type\": \"<string>\",\n    \"avatar_url\": \"<string>\",\n    \"widget_color\": \"<string>\",\n    \"website_token\": \"<string>\",\n    \"enable_auto_assignment\": \"<boolean>\",\n    \"web_widget_script\": \"<string>\",\n    \"welcome_title\": \"<string>\",\n    \"welcome_tagline\": \"<string>\",\n    \"greeting_enabled\": \"<boolean>\",\n    \"greeting_message\": \"<string>\"\n  }\n}"},{"id":"05c642c2-0a9e-4b0e-a395-b83c4cbbafb8","name":"Authentication error","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"inbox_id\": \"<number>\",\n  \"source_id\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id/contact_inboxes","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts",":id","contact_inboxes"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the contact"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"description\": \"<string>\",\n  \"errors\": [\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\",\n      \"code\": \"<string>\"\n    },\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\",\n      \"code\": \"<string>\"\n    }\n  ]\n}"},{"id":"a9401d57-72c5-4fb3-b361-e3d2e2271a77","name":"Incorrect payload","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"inbox_id\": \"<number>\",\n  \"source_id\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id/contact_inboxes","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts",":id","contact_inboxes"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the contact"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fbe68ff0-8a32-4931-84f7-ab1ed3940e56"},{"name":"Get Contactable Inboxes","id":"e3ae8d62-59db-4066-b7e9-bbd5c84067ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id/contactable_inboxes","description":"<p>Get List of contactable Inboxes</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","contacts",":id","contactable_inboxes"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"9711391c-1ee3-418e-a8b7-8afb965def8c","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"f22d3b45-6332-474d-b4f0-2ee5e1161bc1","description":{"content":"<p>(Required) ID of the contact</p>\n","type":"text/plain"},"type":"any","value":"<number>","key":"id"}]}},"response":[{"id":"1134a234-df02-4eeb-ae8b-e8412c7f9067","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id/contactable_inboxes","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts",":id","contactable_inboxes"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the contact"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"source_id\": \"<string>\",\n  \"inbox\": {\n    \"id\": \"<number>\",\n    \"name\": \"<string>\",\n    \"website_url\": \"<string>\",\n    \"channel_type\": \"<string>\",\n    \"avatar_url\": \"<string>\",\n    \"widget_color\": \"<string>\",\n    \"website_token\": \"<string>\",\n    \"enable_auto_assignment\": \"<boolean>\",\n    \"web_widget_script\": \"<string>\",\n    \"welcome_title\": \"<string>\",\n    \"welcome_tagline\": \"<string>\",\n    \"greeting_enabled\": \"<boolean>\",\n    \"greeting_message\": \"<string>\"\n  }\n}"},{"id":"db7ce27e-271c-4379-8101-36e9adbed524","name":"Authentication error","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id/contactable_inboxes","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts",":id","contactable_inboxes"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the contact"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"description\": \"<string>\",\n  \"errors\": [\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\",\n      \"code\": \"<string>\"\n    },\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\",\n      \"code\": \"<string>\"\n    }\n  ]\n}"},{"id":"17c4445a-851d-4b0f-9dff-47fd9fe22019","name":"Incorrect payload","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/:id/contactable_inboxes","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts",":id","contactable_inboxes"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the contact"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e3ae8d62-59db-4066-b7e9-bbd5c84067ed"}],"id":"a4d3f283-145f-4588-8b5c-034b3b44c726","_postman_id":"a4d3f283-145f-4588-8b5c-034b3b44c726","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"List Contacts","id":"7c6fbf8e-dcc2-4cd7-b000-08f09d58a8cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts?sort=<string>&page=1","description":"<p>Listing all the resolved contacts with pagination (Page size = 15) . Resolved contacts are the ones with a value for identifier, email or phone number</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","contacts"],"host":["app","tokewoot","com"],"query":[{"description":{"content":"<p>The attribute by which list should be sorted</p>\n","type":"text/plain"},"key":"sort","value":"<string>"},{"description":{"content":"<p>The page parameter</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[{"id":"1e52e385-d3c2-43e3-b1c8-10e15e700763","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"bd2bb385-accf-4de8-aa2a-56e0e33e1ae1","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts?sort=<string>&page=1","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts"],"query":[{"key":"sort","value":"<string>"},{"key":"page","value":"1"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<number>\",\n    \"payload\": {\n      \"contact\": {\n        \"email\": \"<string>\",\n        \"name\": \"<string>\",\n        \"phone_number\": \"<string>\",\n        \"thumbnail\": \"<string>\",\n        \"additional_attributes\": \"<object>\",\n        \"custom_attributes\": \"<object>\",\n        \"contact_inboxes\": [\n          {\n            \"source_id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inbox\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"source_id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inbox\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    }\n  },\n  {\n    \"id\": \"<number>\",\n    \"payload\": {\n      \"contact\": {\n        \"email\": \"<string>\",\n        \"name\": \"<string>\",\n        \"phone_number\": \"<string>\",\n        \"thumbnail\": \"<string>\",\n        \"additional_attributes\": \"<object>\",\n        \"custom_attributes\": \"<object>\",\n        \"contact_inboxes\": [\n          {\n            \"source_id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inbox\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"source_id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inbox\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    }\n  }\n]"},{"id":"875773e4-0ab8-414d-91f4-5bf11d3a238a","name":"Bad Request Error","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts?sort=<string>&page=1","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts"],"query":[{"key":"sort","value":"<string>"},{"key":"page","value":"1"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"description\": \"<string>\",\n  \"errors\": [\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\",\n      \"code\": \"<string>\"\n    },\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\",\n      \"code\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"7c6fbf8e-dcc2-4cd7-b000-08f09d58a8cf"},{"name":"Create Contact","id":"ce65b917-aaad-4e70-8f3e-5eb033e19e99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"inbox_id\": \"<number>\",\n  \"name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"phone_number\": \"<string>\",\n  \"avatar\": \"<binary>\",\n  \"avatar_url\": \"<string>\",\n  \"identifier\": \"<string>\",\n  \"custom_attributes\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts","description":"<p>Create a new Contact</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","contacts"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"0ea0cdb2-25a1-432f-96e5-26c0bc441d23","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"795d8f74-83e3-4040-9644-3ee5dec0f692","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"inbox_id\": \"<number>\",\n  \"name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"phone_number\": \"<string>\",\n  \"avatar\": \"<binary>\",\n  \"avatar_url\": \"<string>\",\n  \"identifier\": \"<string>\",\n  \"custom_attributes\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"payload\": {\n    \"contact\": {\n      \"email\": \"<string>\",\n      \"name\": \"<string>\",\n      \"phone_number\": \"<string>\",\n      \"thumbnail\": \"<string>\",\n      \"additional_attributes\": \"<object>\",\n      \"custom_attributes\": \"<object>\",\n      \"contact_inboxes\": [\n        {\n          \"source_id\": \"<string>\",\n          \"inbox\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        },\n        {\n          \"source_id\": \"<string>\",\n          \"inbox\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        }\n      ]\n    }\n  },\n  \"id\": \"<number>\",\n  \"availability_status\": \"<string>\"\n}"},{"id":"440cad8a-3aaa-42e8-a947-3d8beb4cffe7","name":"Bad Request Error","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"inbox_id\": \"<number>\",\n  \"name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"phone_number\": \"<string>\",\n  \"avatar\": \"<binary>\",\n  \"avatar_url\": \"<string>\",\n  \"identifier\": \"<string>\",\n  \"custom_attributes\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"description\": \"<string>\",\n  \"errors\": [\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\",\n      \"code\": \"<string>\"\n    },\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\",\n      \"code\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"ce65b917-aaad-4e70-8f3e-5eb033e19e99"},{"name":"Search Contacts","id":"5a7328d5-a06b-457b-960e-89e8977489fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/search?q=<string>&sort=<string>&page=1","description":"<p>Search the resolved contacts using a search key, currently supports email search (Page size = 15). Resolved contacts are the ones with a value for identifier, email or phone number</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","contacts","search"],"host":["app","tokewoot","com"],"query":[{"description":{"content":"<p>Search using contact <code>name</code>, <code>identifier</code>, <code>email</code> or <code>phone number</code></p>\n","type":"text/plain"},"key":"q","value":"<string>"},{"description":{"content":"<p>The attribute by which list should be sorted</p>\n","type":"text/plain"},"key":"sort","value":"<string>"},{"description":{"content":"<p>The page parameter</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[{"id":"50e81945-2219-464a-a6a8-5fa9b1e985e5","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"339b54c5-b7a3-4c0b-bfb1-8636f9108162","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/search?q=<string>&sort=<string>&page=1","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts","search"],"query":[{"key":"q","value":"<string>"},{"key":"sort","value":"<string>"},{"key":"page","value":"1"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"payload\": [\n    {\n      \"id\": \"<number>\",\n      \"payload\": {\n        \"contact\": {\n          \"email\": \"<string>\",\n          \"name\": \"<string>\",\n          \"phone_number\": \"<string>\",\n          \"thumbnail\": \"<string>\",\n          \"additional_attributes\": \"<object>\",\n          \"custom_attributes\": \"<object>\",\n          \"contact_inboxes\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    },\n    {\n      \"id\": \"<number>\",\n      \"payload\": {\n        \"contact\": {\n          \"email\": \"<string>\",\n          \"name\": \"<string>\",\n          \"phone_number\": \"<string>\",\n          \"thumbnail\": \"<string>\",\n          \"additional_attributes\": \"<object>\",\n          \"custom_attributes\": \"<object>\",\n          \"contact_inboxes\": [\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          ]\n        }\n      }\n    }\n  ]\n}"},{"id":"f2409ae8-a45a-4b97-9a1d-24e27f8185fa","name":"Authentication error","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/search?q=<string>&sort=<string>&page=1","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts","search"],"query":[{"key":"q","value":"<string>"},{"key":"sort","value":"<string>"},{"key":"page","value":"1"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"description\": \"<string>\",\n  \"errors\": [\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\",\n      \"code\": \"<string>\"\n    },\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\",\n      \"code\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"5a7328d5-a06b-457b-960e-89e8977489fd"},{"name":"Contact Filter","id":"67757a05-ef7a-4ca2-8d17-09010d1c6d46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"[\n  {\n    \"attribute_key\": \"<string>\",\n    \"filter_operator\": \"<string>\",\n    \"values\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"query_operator\": \"<string>\"\n  },\n  {\n    \"attribute_key\": \"<string>\",\n    \"filter_operator\": \"<string>\",\n    \"values\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"query_operator\": \"<string>\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/filter?page=<integer>","description":"<p>Filter contacts with custom filter options and pagination</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","contacts","filter"],"host":["app","tokewoot","com"],"query":[{"key":"page","value":"<integer>"}],"variable":[{"id":"387f4ce5-18d3-4913-9d0d-f703e1c53d03","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"59b470a2-a42f-4854-aafc-17682a42dc99","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"[\n  {\n    \"attribute_key\": \"<string>\",\n    \"filter_operator\": \"<string>\",\n    \"values\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"query_operator\": \"<string>\"\n  },\n  {\n    \"attribute_key\": \"<string>\",\n    \"filter_operator\": \"<string>\",\n    \"values\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"query_operator\": \"<string>\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/filter?page=<integer>","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts","filter"],"query":[{"key":"page","value":"<integer>"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<number>\",\n    \"payload\": {\n      \"contact\": {\n        \"email\": \"<string>\",\n        \"name\": \"<string>\",\n        \"phone_number\": \"<string>\",\n        \"thumbnail\": \"<string>\",\n        \"additional_attributes\": \"<object>\",\n        \"custom_attributes\": \"<object>\",\n        \"contact_inboxes\": [\n          {\n            \"source_id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inbox\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"source_id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inbox\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    }\n  },\n  {\n    \"id\": \"<number>\",\n    \"payload\": {\n      \"contact\": {\n        \"email\": \"<string>\",\n        \"name\": \"<string>\",\n        \"phone_number\": \"<string>\",\n        \"thumbnail\": \"<string>\",\n        \"additional_attributes\": \"<object>\",\n        \"custom_attributes\": \"<object>\",\n        \"contact_inboxes\": [\n          {\n            \"source_id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inbox\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"source_id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"inbox\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ]\n      }\n    }\n  }\n]"},{"id":"aeef8d98-1369-4a26-915f-3a936cd1b78a","name":"Bad Request Error","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"[\n  {\n    \"attribute_key\": \"<string>\",\n    \"filter_operator\": \"<string>\",\n    \"values\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"query_operator\": \"<string>\"\n  },\n  {\n    \"attribute_key\": \"<string>\",\n    \"filter_operator\": \"<string>\",\n    \"values\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"query_operator\": \"<string>\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/contacts/filter?page=<integer>","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","contacts","filter"],"query":[{"key":"page","value":"<integer>"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"description\": \"<string>\",\n  \"errors\": [\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\",\n      \"code\": \"<string>\"\n    },\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\",\n      \"code\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"67757a05-ef7a-4ca2-8d17-09010d1c6d46"}],"id":"326caa07-d061-45f2-ad65-009145491843","_postman_id":"326caa07-d061-45f2-ad65-009145491843","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"automation_rules","item":[{"name":"{id}","item":[{"name":"Get a automation rule details","id":"2a608a18-dc81-49ae-8826-0427dca2e550","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/automation_rules/:id","description":"<p>Get the details of a automation rule in the account</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","automation_rules",":id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"26c08952-41ee-4463-8965-82753eba839f","description":{"content":"<p>(Required) The ID of the automation rule to be updated.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"},{"id":"c0fce758-29ee-466f-8096-e783cebac0df","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"d9e402f0-5079-4922-8e47-2ad3c9200819","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/automation_rules/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","automation_rules",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the automation rule to be updated."},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"event_name\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"active\": \"<boolean>\",\n  \"actions\": [\n    \"<object>\",\n    \"<object>\"\n  ],\n  \"conditions\": [\n    \"<object>\",\n    \"<object>\"\n  ],\n  \"account_id\": \"<integer>\"\n}"},{"id":"37413521-ff2c-4c90-8ce6-0c3c44f48196","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/automation_rules/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","automation_rules",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the automation rule to be updated."},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"bb377173-c449-43ba-be50-5734ca76205d","name":"The given rule ID does not exist in the account","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/automation_rules/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","automation_rules",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the automation rule to be updated."},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2a608a18-dc81-49ae-8826-0427dca2e550"},{"name":"Update automation rule in Account","id":"e8fb00b4-924b-466d-a6d8-8b83b3914134","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"event_name\": \"<string>\",\n  \"active\": \"<boolean>\",\n  \"actions\": [\n    \"<object>\",\n    \"<object>\"\n  ],\n  \"conditions\": [\n    \"<object>\",\n    \"<object>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/automation_rules/:id","description":"<p>Update a automation rule in account</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","automation_rules",":id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"19dcca81-0286-4353-893f-6f0f1544329e","description":{"content":"<p>(Required) The ID of the automation rule to be updated.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"},{"id":"a4558d7c-1f87-418e-81b4-0a5eb4446fe0","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"1082dc0c-9e93-4bcd-ad5d-0a9e9b2d5bd6","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/automation_rules/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","automation_rules",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the automation rule to be updated."},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"event_name\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"active\": \"<boolean>\",\n  \"actions\": [\n    \"<object>\",\n    \"<object>\"\n  ],\n  \"conditions\": [\n    \"<object>\",\n    \"<object>\"\n  ],\n  \"account_id\": \"<integer>\"\n}"},{"id":"6920e577-5f38-4e7e-b7b8-c67b5b5658aa","name":"Access denied","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/automation_rules/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","automation_rules",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the automation rule to be updated."},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5f701ef5-d784-4c33-81e7-401b8394071d","name":"Rule not found","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/automation_rules/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","automation_rules",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the automation rule to be updated."},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e8fb00b4-924b-466d-a6d8-8b83b3914134"},{"name":"Remove a automation rule from account","id":"b88a8f8a-4e38-4651-83d3-819552fd7eec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/automation_rules/:id","description":"<p>Remove a automation rule from account</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","automation_rules",":id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"8605619d-ada1-40a7-b338-434fbeb485ec","description":{"content":"<p>(Required) The ID of the automation rule to be deleted</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"},{"id":"e053fc4c-561a-47c3-b47c-d08378422f99","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"c49e3d9f-d590-41ad-8d06-f3057373bd8f","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/automation_rules/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","automation_rules",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the automation rule to be deleted"},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4fe691ed-db74-4f5c-86b6-65187eb7b3ff","name":"Access denied","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/automation_rules/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","automation_rules",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the automation rule to be deleted"},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8177eded-421a-4a26-a003-9f110c3f7374","name":"automation rule not found","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/automation_rules/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","automation_rules",":id"],"variable":[{"key":"id","value":"<integer>","description":"(Required) The ID of the automation rule to be deleted"},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b88a8f8a-4e38-4651-83d3-819552fd7eec"}],"id":"c53fefc7-a738-41e1-ab93-821f5554b432","_postman_id":"c53fefc7-a738-41e1-ab93-821f5554b432","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"List all automation rules in an account","id":"ba8f13c2-0070-4ace-9bf4-9b1d1946f416","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/automation_rules?page=1","description":"<p>Get details of automation rules in an Account</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","automation_rules"],"host":["app","tokewoot","com"],"query":[{"description":{"content":"<p>The page parameter</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[{"id":"64988778-028c-47c2-a242-9e8fc8b23daa","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"fd3817ce-6286-422c-a3bc-2bf062e9d370","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/automation_rules?page=1","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","automation_rules"],"query":[{"key":"page","value":"1"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"event_name\": \"<string>\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"active\": \"<boolean>\",\n    \"actions\": [\n      \"<object>\",\n      \"<object>\"\n    ],\n    \"conditions\": [\n      \"<object>\",\n      \"<object>\"\n    ],\n    \"account_id\": \"<integer>\"\n  },\n  {\n    \"event_name\": \"<string>\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"active\": \"<boolean>\",\n    \"actions\": [\n      \"<object>\",\n      \"<object>\"\n    ],\n    \"conditions\": [\n      \"<object>\",\n      \"<object>\"\n    ],\n    \"account_id\": \"<integer>\"\n  }\n]"},{"id":"4132f383-d628-4645-ab24-966cee140312","name":"Access denied","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/automation_rules?page=1","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","automation_rules"],"query":[{"key":"page","value":"1"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ba8f13c2-0070-4ace-9bf4-9b1d1946f416"},{"name":"Add a new automation rule","id":"b1466da0-a02e-4c1c-bb40-82b335723651","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"event_name\": \"<string>\",\n  \"active\": \"<boolean>\",\n  \"actions\": [\n    \"<object>\",\n    \"<object>\"\n  ],\n  \"conditions\": [\n    \"<object>\",\n    \"<object>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/automation_rules","description":"<p>Add a new automation rule to account</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","automation_rules"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"e2254703-6c9a-43ae-a2e6-6672428ece08","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"47ec7faf-fcd2-4377-ad54-56951da52b17","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/automation_rules","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","automation_rules"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"event_name\": \"<string>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"active\": \"<boolean>\",\n  \"actions\": [\n    \"<object>\",\n    \"<object>\"\n  ],\n  \"conditions\": [\n    \"<object>\",\n    \"<object>\"\n  ],\n  \"account_id\": \"<integer>\"\n}"},{"id":"f2726305-870a-4102-b2e9-ad7cb6ec5a27","name":"Access denied","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/automation_rules","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","automation_rules"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b1466da0-a02e-4c1c-bb40-82b335723651"}],"id":"b0f7e986-29e8-4165-a23a-4221b16a5f25","_postman_id":"b0f7e986-29e8-4165-a23a-4221b16a5f25","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"conversations","item":[{"name":"{conversation_id}","item":[{"name":"labels","item":[{"name":"List Labels","id":"1ef9989c-c481-4deb-80f5-625e7618c369","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/labels","description":"<p>Lists all the labels of a conversation</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","conversations",":conversation_id","labels"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"24ea4aad-2319-4807-a816-9d03f7cdfeff","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"1b490c6e-7035-4329-8229-edacef8a7414","description":{"content":"<p>(Required) The numeric ID of the conversation</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"conversation_id"}]}},"response":[{"id":"4ceddb0c-638d-4d7a-8415-c095ccd4ee97","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/labels","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","labels"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"payload\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}"},{"id":"09e5d022-9202-49e0-b427-9b51098405d3","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/labels","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","labels"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"35de56e7-859a-4e53-94dc-fa7ea0707493","name":"Conversation not found","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/labels","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","labels"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1ef9989c-c481-4deb-80f5-625e7618c369"},{"name":"Add Labels","id":"a589f297-671b-4b7b-9b66-b8f378c7ebbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"labels\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/labels","description":"<p>Add labels to a conversation. Note that this API would overwrite the existing list of labels associated to the conversation.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","conversations",":conversation_id","labels"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"3923a70b-265c-4945-9663-5c3f03aa14e5","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"18010755-0c0b-4572-a867-fe32904e1692","description":{"content":"<p>(Required) The numeric ID of the conversation</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"conversation_id"}]}},"response":[{"id":"a7b98e51-8c7a-4d2c-9ecc-5484c54f0d0f","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"labels\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/labels","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","labels"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"payload\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}"},{"id":"4aef73f7-786e-429e-8caa-1532f8419c94","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"labels\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/labels","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","labels"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"2e7e6f6a-d2f5-4dcf-bac0-c4bd4049c3aa","name":"Conversation not found","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"labels\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/labels","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","labels"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a589f297-671b-4b7b-9b66-b8f378c7ebbb"}],"id":"88fcdc40-7791-49fa-9b70-019fcab830f8","_postman_id":"88fcdc40-7791-49fa-9b70-019fcab830f8","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"messages","item":[{"name":"Get messages","id":"a7a30b38-c8d9-4518-96fb-cc11b496afcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/messages","description":"<p>List all messages of a conversation</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","conversations",":conversation_id","messages"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"6470b715-7b6f-4825-842c-f9ae1dff4033","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"4fa7a6b5-21bf-44ed-9cd2-a8de803541b7","description":{"content":"<p>(Required) The numeric ID of the conversation</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"conversation_id"}]}},"response":[{"id":"17351667-d24b-44f9-a00b-c6072943ee89","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/messages","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","messages"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<number>\",\n    \"content\": \"<string>\",\n    \"content_type\": \"<string>\",\n    \"content_attributes\": \"<object>\",\n    \"message_type\": \"<string>\",\n    \"created_at\": \"<integer>\",\n    \"private\": \"<boolean>\",\n    \"attachment\": \"<object>\",\n    \"sender\": \"<object>\",\n    \"conversation_id\": \"<number>\"\n  },\n  {\n    \"id\": \"<number>\",\n    \"content\": \"<string>\",\n    \"content_type\": \"<string>\",\n    \"content_attributes\": \"<object>\",\n    \"message_type\": \"<string>\",\n    \"created_at\": \"<integer>\",\n    \"private\": \"<boolean>\",\n    \"attachment\": \"<object>\",\n    \"sender\": \"<object>\",\n    \"conversation_id\": \"<number>\"\n  }\n]"},{"id":"c074f27c-5fff-4835-bd3b-ae9f478154ad","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/messages","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","messages"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"dba28324-4f9b-442f-993d-848c941ec73b","name":"Conversation not found","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/messages","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","messages"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a7a30b38-c8d9-4518-96fb-cc11b496afcd"},{"name":"Create New Message","id":"960d5664-7552-47da-b8e5-41fc260b9d77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"content\": \"<string>\",\n  \"message_type\": \"<string>\",\n  \"private\": \"<boolean>\",\n  \"content_type\": \"<string>\",\n  \"content_attributes\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/messages","description":"<p>Create a new message in the conversation</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","conversations",":conversation_id","messages"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"0d1f93cc-105c-4d7c-a348-6ca8ecb0764b","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"8458b18e-c0a3-4ca7-97c3-3dd37bdb1aa8","description":{"content":"<p>(Required) The numeric ID of the conversation</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"conversation_id"}]}},"response":[{"id":"6e84e95a-9d02-4520-8be9-8c22346f2ac7","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"content\": \"<string>\",\n  \"message_type\": \"<string>\",\n  \"private\": \"<boolean>\",\n  \"content_type\": \"<string>\",\n  \"content_attributes\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/messages","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","messages"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<number>\",\n  \"content\": \"<string>\",\n  \"content_type\": \"<string>\",\n  \"content_attributes\": \"<object>\",\n  \"message_type\": \"<string>\",\n  \"created_at\": \"<integer>\",\n  \"private\": \"<boolean>\",\n  \"attachment\": \"<object>\",\n  \"sender\": \"<object>\",\n  \"conversation_id\": \"<number>\"\n}"},{"id":"3b012587-3f4a-4e64-b822-be69af79d378","name":"Access denied","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"content\": \"<string>\",\n  \"message_type\": \"<string>\",\n  \"private\": \"<boolean>\",\n  \"content_type\": \"<string>\",\n  \"content_attributes\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/messages","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","messages"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"79081a08-2c1b-4033-94db-f3cf49f3a03e","name":"Conversation not found","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"content\": \"<string>\",\n  \"message_type\": \"<string>\",\n  \"private\": \"<boolean>\",\n  \"content_type\": \"<string>\",\n  \"content_attributes\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/messages","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","messages"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"960d5664-7552-47da-b8e5-41fc260b9d77"},{"name":"Delete a message","id":"e329cc04-4d50-4e8c-9265-5e60d1124c02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/messages/:message_id","description":"<p>Delete a message and it's attachments from the conversation.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","conversations",":conversation_id","messages",":message_id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"6e033feb-1bf2-4b9d-ba5a-40fa86596bcd","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"239a2a4a-0bec-4c6c-8a98-01d99e9b3fda","description":{"content":"<p>(Required) The numeric ID of the conversation</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"conversation_id"},{"id":"f18e4825-b61c-4dbf-a184-913438aaca02","description":{"content":"<p>(Required) The numeric ID of the message</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"message_id"}]}},"response":[{"id":"b6da43e6-0dbf-4757-b617-73f150006307","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/messages/:message_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","messages",":message_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"},{"key":"message_id","value":"<integer>","description":"(Required) The numeric ID of the message"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c144172d-7ec3-413c-86f0-91ccc37ae513","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/messages/:message_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","messages",":message_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"},{"key":"message_id","value":"<integer>","description":"(Required) The numeric ID of the message"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"232fbc30-0b39-4f62-9c51-bfec4457f163","name":"The message or conversation does not exist in the account","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/messages/:message_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","messages",":message_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"},{"key":"message_id","value":"<integer>","description":"(Required) The numeric ID of the message"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e329cc04-4d50-4e8c-9265-5e60d1124c02"}],"id":"4f011026-47c2-4ef0-a4ea-1a1e72a2b518","_postman_id":"4f011026-47c2-4ef0-a4ea-1a1e72a2b518","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"Conversation Details","id":"6a8f37d7-df57-4113-8766-1d194b7bc757","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id","description":"<p>Get all details regarding a conversation with all messages in the conversation</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","conversations",":conversation_id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"83b4a7e0-ec64-446f-abcf-76bd8729fb90","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"899ba476-fe06-4745-81cb-f1cf1d1916ed","description":{"content":"<p>(Required) The numeric ID of the conversation</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"conversation_id"}]}},"response":[{"id":"6afe3908-1683-4a8b-a43b-e857d22b3787","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"\"<object>\""},{"id":"ee98db2d-16b8-431a-9a6e-6bfa12330614","name":"Access denied","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"58372261-e688-4d38-9cc0-aed29e4737b3","name":"Conversation not found","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6a8f37d7-df57-4113-8766-1d194b7bc757"},{"name":"Toggle Status","id":"39e2e287-5ddb-46bf-9ae4-8b4f9ac750a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"status\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/toggle_status","description":"<p>Toggles the status of the conversation between open and resolved</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","conversations",":conversation_id","toggle_status"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"00d50123-1f1d-4444-97b1-7f2c0e712b1e","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"cc1f20e9-2e0f-47d6-b831-84b9f6c6ba65","description":{"content":"<p>(Required) The numeric ID of the conversation</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"conversation_id"}]}},"response":[{"id":"e6f01bc2-82a7-472f-aca2-68e159dbed2a","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"status\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/toggle_status","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","toggle_status"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"meta\": \"<object>\",\n  \"payload\": {\n    \"success\": \"<boolean>\",\n    \"current_status\": \"<string>\",\n    \"conversation_id\": \"<number>\"\n  }\n}"},{"id":"d0741763-6be9-4e8f-b02e-059febbd7571","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"status\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/toggle_status","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","toggle_status"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"dd533b0e-3800-4f5e-bce6-6de4ab40266d","name":"Conversation not found","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"status\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/toggle_status","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","toggle_status"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"39e2e287-5ddb-46bf-9ae4-8b4f9ac750a2"},{"name":"Assign Conversation","id":"4659ba33-6aef-4b39-9e57-71f8f8059c63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"assignee_id\": \"<number>\",\n  \"team_id\": \"<number>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/assignments","description":"<p>Assign a conversation to an agent or a team</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","conversations",":conversation_id","assignments"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"16fc84b7-b730-4ac1-b1e2-9a97ae84905a","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"716c45a3-f2c4-472c-b65f-b7e534a634f9","description":{"content":"<p>(Required) The numeric ID of the conversation</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"conversation_id"}]}},"response":[{"id":"59ff4f59-0620-4e8a-9614-880ce7d0481b","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"assignee_id\": \"<number>\",\n  \"team_id\": \"<number>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/assignments","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","assignments"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<number>\",\n  \"uid\": \"<string>\",\n  \"name\": \"<string>\",\n  \"available_name\": \"<string>\",\n  \"display_name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"account_id\": \"<number>\",\n  \"role\": \"<string>\",\n  \"confirmed\": \"<boolean>\",\n  \"custom_attributes\": \"<object>\",\n  \"accounts\": [\n    {\n      \"id\": \"<number>\",\n      \"name\": \"<string>\",\n      \"role\": \"<string>\"\n    },\n    {\n      \"id\": \"<number>\",\n      \"name\": \"<string>\",\n      \"role\": \"<string>\"\n    }\n  ]\n}"},{"id":"4982c5a8-6197-4f27-b3d9-7465ac9a2e4d","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"assignee_id\": \"<number>\",\n  \"team_id\": \"<number>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/assignments","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","assignments"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f9b0ae16-e5f1-4c8d-bfe0-947e27e49998","name":"Conversation not found","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"assignee_id\": \"<number>\",\n  \"team_id\": \"<number>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/:conversation_id/assignments","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations",":conversation_id","assignments"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"conversation_id","value":"<integer>","description":"(Required) The numeric ID of the conversation"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4659ba33-6aef-4b39-9e57-71f8f8059c63"}],"id":"7c503626-23c6-4169-9869-08aca2ce5ae1","_postman_id":"7c503626-23c6-4169-9869-08aca2ce5ae1","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"Conversations List","id":"9d470fbe-3d3b-4039-bf1c-b7ecb70e4e0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations?assignee_type=all&status=open&q=<string>&inbox_id=<integer>&team_id=<integer>&labels=<string>,<string>&page=1","description":"<p>List all the conversations with pagination</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","conversations"],"host":["app","tokewoot","com"],"query":[{"description":{"content":"<p>Filter conversations by assignee type.</p>\n","type":"text/plain"},"key":"assignee_type","value":"all"},{"description":{"content":"<p>Filter by conversation status.</p>\n","type":"text/plain"},"key":"status","value":"open"},{"description":{"content":"<p>Filters conversations with messages containing the search term</p>\n","type":"text/plain"},"key":"q","value":"<string>"},{"key":"inbox_id","value":"<integer>"},{"key":"team_id","value":"<integer>"},{"key":"labels","value":"<string>,<string>"},{"description":{"content":"<p>paginate through conversations</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[{"id":"1d9ea125-166f-4dc3-9cf5-64f46ae44632","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"b2c88b31-347b-429c-907b-2efb3d6e5b50","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations?assignee_type=all&status=open&q=<string>&inbox_id=<integer>&team_id=<integer>&labels=<string>,<string>&page=1","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations"],"query":[{"key":"assignee_type","value":"all"},{"key":"status","value":"open"},{"key":"q","value":"<string>"},{"key":"inbox_id","value":"<integer>"},{"key":"team_id","value":"<integer>"},{"key":"labels","value":"<string>,<string>"},{"key":"page","value":"1"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"meta\": {\n      \"mine_count\": \"<number>\",\n      \"unassigned_count\": \"<number>\",\n      \"assigned_count\": \"<number>\",\n      \"all_count\": \"<number>\"\n    },\n    \"payload\": [\n      {\n        \"id\": \"<number>\",\n        \"messages\": [\n          {\n            \"content\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"content_type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"content_attributes\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"message_type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"created_at\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"private\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"attachment\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sender\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"conversation_id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"content\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"content_type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"content_attributes\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"message_type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"created_at\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"private\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"attachment\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sender\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"conversation_id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"account_id\": \"<number>\",\n        \"inbox_id\": \"<number>\",\n        \"status\": \"<string>\",\n        \"timestamp\": \"<string>\",\n        \"contact_last_seen_at\": \"<string>\",\n        \"agent_last_seen_at\": \"<string>\",\n        \"unread_count\": \"<number>\",\n        \"additional_attributes\": \"<object>\",\n        \"custom_attributes\": \"<object>\",\n        \"meta\": {\n          \"sender\": {\n            \"id\": \"<number>\",\n            \"name\": \"<string>\",\n            \"thumbnail\": \"<string>\",\n            \"channel\": \"<string>\"\n          },\n          \"assignee\": {\n            \"id\": \"<number>\",\n            \"uid\": \"<string>\",\n            \"name\": \"<string>\",\n            \"available_name\": \"<string>\",\n            \"display_name\": \"<string>\",\n            \"email\": \"<string>\",\n            \"account_id\": \"<number>\",\n            \"role\": \"<string>\",\n            \"confirmed\": \"<boolean>\",\n            \"custom_attributes\": \"<object>\",\n            \"accounts\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      },\n      {\n        \"id\": \"<number>\",\n        \"messages\": [\n          {\n            \"content\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"content_type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"content_attributes\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"message_type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"created_at\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"private\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"attachment\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sender\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"conversation_id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"content\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"content_type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"content_attributes\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"message_type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"created_at\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"private\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"attachment\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sender\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"conversation_id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"account_id\": \"<number>\",\n        \"inbox_id\": \"<number>\",\n        \"status\": \"<string>\",\n        \"timestamp\": \"<string>\",\n        \"contact_last_seen_at\": \"<string>\",\n        \"agent_last_seen_at\": \"<string>\",\n        \"unread_count\": \"<number>\",\n        \"additional_attributes\": \"<object>\",\n        \"custom_attributes\": \"<object>\",\n        \"meta\": {\n          \"sender\": {\n            \"id\": \"<number>\",\n            \"name\": \"<string>\",\n            \"thumbnail\": \"<string>\",\n            \"channel\": \"<string>\"\n          },\n          \"assignee\": {\n            \"id\": \"<number>\",\n            \"uid\": \"<string>\",\n            \"name\": \"<string>\",\n            \"available_name\": \"<string>\",\n            \"display_name\": \"<string>\",\n            \"email\": \"<string>\",\n            \"account_id\": \"<number>\",\n            \"role\": \"<string>\",\n            \"confirmed\": \"<boolean>\",\n            \"custom_attributes\": \"<object>\",\n            \"accounts\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      }\n    ]\n  }\n}"},{"id":"3e47b9b8-45e4-41ca-b14e-9e1fae693545","name":"Bad Request Error","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations?assignee_type=all&status=open&q=<string>&inbox_id=<integer>&team_id=<integer>&labels=<string>,<string>&page=1","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations"],"query":[{"key":"assignee_type","value":"all"},{"key":"status","value":"open"},{"key":"q","value":"<string>"},{"key":"inbox_id","value":"<integer>"},{"key":"team_id","value":"<integer>"},{"key":"labels","value":"<string>,<string>"},{"key":"page","value":"1"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"description\": \"<string>\",\n  \"errors\": [\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\",\n      \"code\": \"<string>\"\n    },\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\",\n      \"code\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"9d470fbe-3d3b-4039-bf1c-b7ecb70e4e0c"},{"name":"Create New Conversation","id":"0a491a11-b9bf-4529-8bb5-0a062a197384","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"source_id\": \"<string>\",\n  \"inbox_id\": \"<string>\",\n  \"contact_id\": \"<string>\",\n  \"additional_attributes\": \"<object>\",\n  \"custom_attributes\": \"<object>\",\n  \"status\": \"<string>\",\n  \"assignee_id\": \"<string>\",\n  \"team_id\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations","description":"<p>Creating a conversation in tokewoot requires a source id. </p>\n<p> Learn more about source_id: <a href=\"https://github.com/tokewoot/tokewoot/wiki/Building-on-Top-of-tokewoot:-Importing-Existing-Contacts-and-Creating-Conversations\">https://github.com/tokewoot/tokewoot/wiki/Building-on-Top-of-tokewoot:-Importing-Existing-Contacts-and-Creating-Conversations</a></p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","conversations"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"41acff1d-0513-40c2-82d0-7840243bda16","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"0710531b-abf2-4422-8ab1-58809ada0dbf","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"source_id\": \"<string>\",\n  \"inbox_id\": \"<string>\",\n  \"contact_id\": \"<string>\",\n  \"additional_attributes\": \"<object>\",\n  \"custom_attributes\": \"<object>\",\n  \"status\": \"<string>\",\n  \"assignee_id\": \"<string>\",\n  \"team_id\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<number>\",\n  \"account_id\": \"<number>\",\n  \"inbox_id\": \"<number>\"\n}"},{"id":"7eac6abd-decb-4dc5-9dd4-66662626ae92","name":"Access denied","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"source_id\": \"<string>\",\n  \"inbox_id\": \"<string>\",\n  \"contact_id\": \"<string>\",\n  \"additional_attributes\": \"<object>\",\n  \"custom_attributes\": \"<object>\",\n  \"status\": \"<string>\",\n  \"assignee_id\": \"<string>\",\n  \"team_id\": \"<string>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0a491a11-b9bf-4529-8bb5-0a062a197384"},{"name":"Get Conversation Counts","id":"37646fa8-359d-4830-862c-c4ccb205c2be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/meta?status=open&q=<string>&inbox_id=<integer>&team_id=<integer>&labels=<string>,<string>","description":"<p>Get open, unassigned and all Conversation counts</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","conversations","meta"],"host":["app","tokewoot","com"],"query":[{"description":{"content":"<p>Filter by conversation status.</p>\n","type":"text/plain"},"key":"status","value":"open"},{"description":{"content":"<p>Filters conversations with messages containing the search term</p>\n","type":"text/plain"},"key":"q","value":"<string>"},{"key":"inbox_id","value":"<integer>"},{"key":"team_id","value":"<integer>"},{"key":"labels","value":"<string>,<string>"}],"variable":[{"id":"c5005ef7-a844-4b7d-af49-b91a35b72b32","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"f5b56807-50aa-4621-909f-becebb6ca01c","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/meta?status=open&q=<string>&inbox_id=<integer>&team_id=<integer>&labels=<string>,<string>","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations","meta"],"query":[{"key":"status","value":"open"},{"key":"q","value":"<string>"},{"key":"inbox_id","value":"<integer>"},{"key":"team_id","value":"<integer>"},{"key":"labels","value":"<string>,<string>"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"meta\": {\n    \"mine_count\": \"<number>\",\n    \"unassigned_count\": \"<number>\",\n    \"assigned_count\": \"<number>\",\n    \"all_count\": \"<number>\"\n  }\n}"},{"id":"77c2ee63-31f6-4b2a-8eec-396e35b71905","name":"Bad Request Error","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/meta?status=open&q=<string>&inbox_id=<integer>&team_id=<integer>&labels=<string>,<string>","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations","meta"],"query":[{"key":"status","value":"open"},{"key":"q","value":"<string>"},{"key":"inbox_id","value":"<integer>"},{"key":"team_id","value":"<integer>"},{"key":"labels","value":"<string>,<string>"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"description\": \"<string>\",\n  \"errors\": [\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\",\n      \"code\": \"<string>\"\n    },\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\",\n      \"code\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"37646fa8-359d-4830-862c-c4ccb205c2be"},{"name":"Conversations Filter","id":"43feb012-6c3d-4dfa-939d-11870143e138","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"[\n  {\n    \"attribute_key\": \"<string>\",\n    \"filter_operator\": \"<string>\",\n    \"values\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"query_operator\": \"<string>\"\n  },\n  {\n    \"attribute_key\": \"<string>\",\n    \"filter_operator\": \"<string>\",\n    \"values\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"query_operator\": \"<string>\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/filter?page=<integer>","description":"<p>Filter conversations with custom filter options and pagination</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","conversations","filter"],"host":["app","tokewoot","com"],"query":[{"key":"page","value":"<integer>"}],"variable":[{"id":"aa629d86-499f-4fb5-9261-a3c208d18c32","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"efd586c3-9588-4a10-b5cb-e7160ba10fc1","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"[\n  {\n    \"attribute_key\": \"<string>\",\n    \"filter_operator\": \"<string>\",\n    \"values\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"query_operator\": \"<string>\"\n  },\n  {\n    \"attribute_key\": \"<string>\",\n    \"filter_operator\": \"<string>\",\n    \"values\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"query_operator\": \"<string>\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/filter?page=<integer>","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations","filter"],"query":[{"key":"page","value":"<integer>"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"meta\": {\n      \"mine_count\": \"<number>\",\n      \"unassigned_count\": \"<number>\",\n      \"assigned_count\": \"<number>\",\n      \"all_count\": \"<number>\"\n    },\n    \"payload\": [\n      {\n        \"id\": \"<number>\",\n        \"messages\": [\n          {\n            \"content\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"content_type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"content_attributes\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"message_type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"created_at\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"private\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"attachment\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sender\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"conversation_id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"content\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"content_type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"content_attributes\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"message_type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"created_at\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"private\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"attachment\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sender\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"conversation_id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"account_id\": \"<number>\",\n        \"inbox_id\": \"<number>\",\n        \"status\": \"<string>\",\n        \"timestamp\": \"<string>\",\n        \"contact_last_seen_at\": \"<string>\",\n        \"agent_last_seen_at\": \"<string>\",\n        \"unread_count\": \"<number>\",\n        \"additional_attributes\": \"<object>\",\n        \"custom_attributes\": \"<object>\",\n        \"meta\": {\n          \"sender\": {\n            \"id\": \"<number>\",\n            \"name\": \"<string>\",\n            \"thumbnail\": \"<string>\",\n            \"channel\": \"<string>\"\n          },\n          \"assignee\": {\n            \"id\": \"<number>\",\n            \"uid\": \"<string>\",\n            \"name\": \"<string>\",\n            \"available_name\": \"<string>\",\n            \"display_name\": \"<string>\",\n            \"email\": \"<string>\",\n            \"account_id\": \"<number>\",\n            \"role\": \"<string>\",\n            \"confirmed\": \"<boolean>\",\n            \"custom_attributes\": \"<object>\",\n            \"accounts\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      },\n      {\n        \"id\": \"<number>\",\n        \"messages\": [\n          {\n            \"content\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"content_type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"content_attributes\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"message_type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"created_at\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"private\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"attachment\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sender\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"conversation_id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          },\n          {\n            \"content\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"content_type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"content_attributes\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"message_type\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"created_at\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"private\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"attachment\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"sender\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            },\n            \"conversation_id\": {\n              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n            }\n          }\n        ],\n        \"account_id\": \"<number>\",\n        \"inbox_id\": \"<number>\",\n        \"status\": \"<string>\",\n        \"timestamp\": \"<string>\",\n        \"contact_last_seen_at\": \"<string>\",\n        \"agent_last_seen_at\": \"<string>\",\n        \"unread_count\": \"<number>\",\n        \"additional_attributes\": \"<object>\",\n        \"custom_attributes\": \"<object>\",\n        \"meta\": {\n          \"sender\": {\n            \"id\": \"<number>\",\n            \"name\": \"<string>\",\n            \"thumbnail\": \"<string>\",\n            \"channel\": \"<string>\"\n          },\n          \"assignee\": {\n            \"id\": \"<number>\",\n            \"uid\": \"<string>\",\n            \"name\": \"<string>\",\n            \"available_name\": \"<string>\",\n            \"display_name\": \"<string>\",\n            \"email\": \"<string>\",\n            \"account_id\": \"<number>\",\n            \"role\": \"<string>\",\n            \"confirmed\": \"<boolean>\",\n            \"custom_attributes\": \"<object>\",\n            \"accounts\": [\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              },\n              {\n                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n              }\n            ]\n          }\n        }\n      }\n    ]\n  }\n}"},{"id":"87dd11c6-d07b-4c95-99b5-81eb2223781b","name":"Bad Request Error","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"[\n  {\n    \"attribute_key\": \"<string>\",\n    \"filter_operator\": \"<string>\",\n    \"values\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"query_operator\": \"<string>\"\n  },\n  {\n    \"attribute_key\": \"<string>\",\n    \"filter_operator\": \"<string>\",\n    \"values\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"query_operator\": \"<string>\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/conversations/filter?page=<integer>","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","conversations","filter"],"query":[{"key":"page","value":"<integer>"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"description\": \"<string>\",\n  \"errors\": [\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\",\n      \"code\": \"<string>\"\n    },\n    {\n      \"field\": \"<string>\",\n      \"message\": \"<string>\",\n      \"code\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"43feb012-6c3d-4dfa-939d-11870143e138"}],"id":"eaf1eeb1-6a7f-4b23-98df-91f36bf76834","_postman_id":"eaf1eeb1-6a7f-4b23-98df-91f36bf76834","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"inboxes","item":[{"name":"{id}","item":[{"name":"Get an inbox","id":"711e7a65-1962-4ad3-8825-88bdd0bef888","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/:id/","description":"<p>Get an inbox available in the current account</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","inboxes",":id",""],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"f157ff5a-b593-4217-9f36-525f39dd4857","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"e5141b36-c5af-4519-b39d-3c9d96cf9da6","description":{"content":"<p>(Required) ID of the inbox</p>\n","type":"text/plain"},"type":"any","value":"<number>","key":"id"}]}},"response":[{"id":"20d5f10e-dd9a-4cf3-8d5b-3c88c2310011","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/:id/","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inboxes",":id",""],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the inbox"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<number>\",\n  \"name\": \"<string>\",\n  \"website_url\": \"<string>\",\n  \"channel_type\": \"<string>\",\n  \"avatar_url\": \"<string>\",\n  \"widget_color\": \"<string>\",\n  \"website_token\": \"<string>\",\n  \"enable_auto_assignment\": \"<boolean>\",\n  \"web_widget_script\": \"<string>\",\n  \"welcome_title\": \"<string>\",\n  \"welcome_tagline\": \"<string>\",\n  \"greeting_enabled\": \"<boolean>\",\n  \"greeting_message\": \"<string>\"\n}"},{"id":"b2a3a18a-aa70-466b-883d-5d13704f4818","name":"Access denied","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/:id/","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inboxes",":id",""],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the inbox"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ed0462ba-9a6a-4d0b-841e-854e6bd16261","name":"Inbox not found","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/:id/","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inboxes",":id",""],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the inbox"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"711e7a65-1962-4ad3-8825-88bdd0bef888"},{"name":"Update Inbox","id":"32e39972-3178-44ac-aac2-21878f7b4c22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"enable_auto_assignment\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"avatar\": \"<binary>\",\n  \"channel\": {\n    \"website_url\": \"<string>\",\n    \"welcome_title\": \"<string>\",\n    \"welcome_tagline\": \"<string>\",\n    \"agent_away_message\": \"<string>\",\n    \"widget_color\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/:id","description":"<p>Add avatar and disable auto assignment for an inbox</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","inboxes",":id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"52923a92-ab47-4183-9db5-471b6ba308b2","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"498fb483-ed53-4de8-a89f-9dfd1ed88955","description":{"content":"<p>(Required) ID of the inbox</p>\n","type":"text/plain"},"type":"any","value":"<number>","key":"id"}]}},"response":[{"id":"4865d0c6-2ffa-47e7-8a8f-d780b5ddae0b","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"enable_auto_assignment\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"avatar\": \"<binary>\",\n  \"channel\": {\n    \"website_url\": \"<string>\",\n    \"welcome_title\": \"<string>\",\n    \"welcome_tagline\": \"<string>\",\n    \"agent_away_message\": \"<string>\",\n    \"widget_color\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inboxes",":id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the inbox"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<number>\",\n  \"name\": \"<string>\",\n  \"website_url\": \"<string>\",\n  \"channel_type\": \"<string>\",\n  \"avatar_url\": \"<string>\",\n  \"widget_color\": \"<string>\",\n  \"website_token\": \"<string>\",\n  \"enable_auto_assignment\": \"<boolean>\",\n  \"web_widget_script\": \"<string>\",\n  \"welcome_title\": \"<string>\",\n  \"welcome_tagline\": \"<string>\",\n  \"greeting_enabled\": \"<boolean>\",\n  \"greeting_message\": \"<string>\"\n}"},{"id":"d51e49d3-d700-40e6-ad1b-2294f4d93288","name":"Access denied","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"enable_auto_assignment\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"avatar\": \"<binary>\",\n  \"channel\": {\n    \"website_url\": \"<string>\",\n    \"welcome_title\": \"<string>\",\n    \"welcome_tagline\": \"<string>\",\n    \"agent_away_message\": \"<string>\",\n    \"widget_color\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inboxes",":id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the inbox"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"8779821c-a207-44be-8966-da5366670344","name":"Inbox not found","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"enable_auto_assignment\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"avatar\": \"<binary>\",\n  \"channel\": {\n    \"website_url\": \"<string>\",\n    \"welcome_title\": \"<string>\",\n    \"welcome_tagline\": \"<string>\",\n    \"agent_away_message\": \"<string>\",\n    \"widget_color\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/:id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inboxes",":id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the inbox"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"32e39972-3178-44ac-aac2-21878f7b4c22"},{"name":"Show Inbox Agent Bot","id":"7a36ada3-0d0a-491d-a9d0-d512f9b9261a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/:id/agent_bot","description":"<p>See if an agent bot is associated to the Inbox</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","inboxes",":id","agent_bot"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"ad7caf4c-be9f-429e-9c86-0c736ceb1cd1","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"3f1b1508-c558-401a-8832-d3341c78dd0d","description":{"content":"<p>(Required) ID of the inbox</p>\n","type":"text/plain"},"type":"any","value":"<number>","key":"id"}]}},"response":[{"id":"bd6399d4-5182-4deb-87d5-d16ee22a4048","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/:id/agent_bot","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inboxes",":id","agent_bot"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the inbox"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<number>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"account_id\": \"<number>\",\n  \"outgoing_url\": \"<string>\"\n}"},{"id":"80be8156-44de-43ba-9de7-881120cb02f6","name":"Access denied","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/:id/agent_bot","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inboxes",":id","agent_bot"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the inbox"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e109d546-99b9-4704-a135-16a3019e3f7a","name":"Inbox not found, Agent bot not found","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/:id/agent_bot","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inboxes",":id","agent_bot"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the inbox"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7a36ada3-0d0a-491d-a9d0-d512f9b9261a"},{"name":"Add or remove agent bot","id":"39bcc408-03b9-40d2-99d2-2d2752a215b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"agent_bot\": \"<number>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/:id/set_agent_bot","description":"<p>To add an agent bot pass agent_bot id, to remove agent bot from an inbox pass null</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","inboxes",":id","set_agent_bot"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"343bba51-bd46-45d5-a31c-f0db79746b00","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"ccdbc228-652a-4357-aedb-efdc6bf94ed0","description":{"content":"<p>(Required) ID of the inbox</p>\n","type":"text/plain"},"type":"any","value":"<number>","key":"id"}]}},"response":[{"id":"a3d5bd39-7247-4885-9384-d11ec5ab5614","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"agent_bot\": \"<number>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/:id/set_agent_bot","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inboxes",":id","set_agent_bot"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the inbox"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6a61f117-6f8b-4f6c-a2eb-090ac2d82fef","name":"Access denied","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"agent_bot\": \"<number>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/:id/set_agent_bot","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inboxes",":id","set_agent_bot"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the inbox"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"16aeca9c-0580-4c1c-9447-4b660c0abaae","name":"Inbox not found, Agent bot not found","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"agent_bot\": \"<number>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/:id/set_agent_bot","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inboxes",":id","set_agent_bot"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"id","value":"<number>","description":"(Required) ID of the inbox"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"39bcc408-03b9-40d2-99d2-2d2752a215b7"}],"id":"0ed4114e-329e-426b-819c-b0b5b3073466","_postman_id":"0ed4114e-329e-426b-819c-b0b5b3073466","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"List all inboxes","id":"8b378119-20e0-44a7-af9b-a582633c2ea8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes","description":"<p>List all inboxes available in the current account</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","inboxes"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"0fd92336-14a2-459c-b592-3f6f1d25be21","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"2662f217-b03f-4f3a-959d-34785938a4bb","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inboxes"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<number>\",\n    \"name\": \"<string>\",\n    \"website_url\": \"<string>\",\n    \"channel_type\": \"<string>\",\n    \"avatar_url\": \"<string>\",\n    \"widget_color\": \"<string>\",\n    \"website_token\": \"<string>\",\n    \"enable_auto_assignment\": \"<boolean>\",\n    \"web_widget_script\": \"<string>\",\n    \"welcome_title\": \"<string>\",\n    \"welcome_tagline\": \"<string>\",\n    \"greeting_enabled\": \"<boolean>\",\n    \"greeting_message\": \"<string>\"\n  },\n  {\n    \"id\": \"<number>\",\n    \"name\": \"<string>\",\n    \"website_url\": \"<string>\",\n    \"channel_type\": \"<string>\",\n    \"avatar_url\": \"<string>\",\n    \"widget_color\": \"<string>\",\n    \"website_token\": \"<string>\",\n    \"enable_auto_assignment\": \"<boolean>\",\n    \"web_widget_script\": \"<string>\",\n    \"welcome_title\": \"<string>\",\n    \"welcome_tagline\": \"<string>\",\n    \"greeting_enabled\": \"<boolean>\",\n    \"greeting_message\": \"<string>\"\n  }\n]"},{"id":"df8869b9-8dfc-4b0a-9855-4258498fc783","name":"Access denied","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inboxes"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4f1b0703-72d3-4587-9e99-785f627c91ec","name":"Inbox not found","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inboxes"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8b378119-20e0-44a7-af9b-a582633c2ea8"},{"name":"Create an inbox","id":"b5c2d1a7-9e93-40ac-9d22-8fb9de6f6307","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"avatar\": \"<binary>\",\n  \"channel\": {\n    \"type\": \"<string>\",\n    \"website_url\": \"<string>\",\n    \"welcome_title\": \"<string>\",\n    \"welcome_tagline\": \"<string>\",\n    \"agent_away_message\": \"<string>\",\n    \"widget_color\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/","description":"<p>You can create more than one website inbox in each account</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","inboxes",""],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"1405c10d-2dcc-4379-a221-d9ebd5b80b08","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"fb4d2051-ad70-476e-92d9-74ba52151387","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"avatar\": \"<binary>\",\n  \"channel\": {\n    \"type\": \"<string>\",\n    \"website_url\": \"<string>\",\n    \"welcome_title\": \"<string>\",\n    \"welcome_tagline\": \"<string>\",\n    \"agent_away_message\": \"<string>\",\n    \"widget_color\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inboxes",""],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<number>\",\n  \"name\": \"<string>\",\n  \"website_url\": \"<string>\",\n  \"channel_type\": \"<string>\",\n  \"avatar_url\": \"<string>\",\n  \"widget_color\": \"<string>\",\n  \"website_token\": \"<string>\",\n  \"enable_auto_assignment\": \"<boolean>\",\n  \"web_widget_script\": \"<string>\",\n  \"welcome_title\": \"<string>\",\n  \"welcome_tagline\": \"<string>\",\n  \"greeting_enabled\": \"<boolean>\",\n  \"greeting_message\": \"<string>\"\n}"},{"id":"bfc8bfee-04a8-45d3-8bfd-c261556989c4","name":"Access denied","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"avatar\": \"<binary>\",\n  \"channel\": {\n    \"type\": \"<string>\",\n    \"website_url\": \"<string>\",\n    \"welcome_title\": \"<string>\",\n    \"welcome_tagline\": \"<string>\",\n    \"agent_away_message\": \"<string>\",\n    \"widget_color\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inboxes",""],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"75890c2d-725f-405f-b226-9c14d241a533","name":"Inbox not found","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"avatar\": \"<binary>\",\n  \"channel\": {\n    \"type\": \"<string>\",\n    \"website_url\": \"<string>\",\n    \"welcome_title\": \"<string>\",\n    \"welcome_tagline\": \"<string>\",\n    \"agent_away_message\": \"<string>\",\n    \"widget_color\": \"<string>\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inboxes/","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inboxes",""],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b5c2d1a7-9e93-40ac-9d22-8fb9de6f6307"}],"id":"ec4b2f21-0665-4bb2-9cd2-7a749070e570","_postman_id":"ec4b2f21-0665-4bb2-9cd2-7a749070e570","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"inbox_members","item":[{"name":"Add a New Agent","id":"61942c09-1bec-4176-b438-23e6a9ff6ba3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":""},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members","description":"<p>Add a new Agent to Inbox</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","inbox_members"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"ac3956c9-ead6-4e88-a906-cb85270cee5d","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"39a33f9f-aff1-41f9-9be1-b4c3eff4333d","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inbox_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"uid\": \"<string>\",\n    \"name\": \"<string>\",\n    \"available_name\": \"<string>\",\n    \"display_name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"account_id\": \"<integer>\",\n    \"role\": \"<string>\",\n    \"confirmed\": \"<boolean>\",\n    \"availability_status\": \"<string>\",\n    \"auto_offline\": \"<boolean>\",\n    \"custom_attributes\": \"<object>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"uid\": \"<string>\",\n    \"name\": \"<string>\",\n    \"available_name\": \"<string>\",\n    \"display_name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"account_id\": \"<integer>\",\n    \"role\": \"<string>\",\n    \"confirmed\": \"<boolean>\",\n    \"availability_status\": \"<string>\",\n    \"auto_offline\": \"<boolean>\",\n    \"custom_attributes\": \"<object>\"\n  }\n]"},{"id":"eec2f227-35d3-4a4a-87c4-90fcb2bda624","name":"Access denied","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inbox_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"1e039ffb-6e67-43c7-aab0-d308697300ff","name":"Inbox not found","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inbox_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e5fd9217-1938-4d02-aed7-67f96b3889af","name":"User must exist","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inbox_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"61942c09-1bec-4176-b438-23e6a9ff6ba3"},{"name":"Update Agents in Inbox","id":"29ee17a0-255b-4648-aaab-8acb3ec3df36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":""},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members","description":"<p>All agents except the one passed in params will be removed</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","inbox_members"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"846d90ea-9e24-41ef-a98f-4000255e47b3","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"cd2679c3-cba4-4851-b44f-644de30a9638","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inbox_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"uid\": \"<string>\",\n    \"name\": \"<string>\",\n    \"available_name\": \"<string>\",\n    \"display_name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"account_id\": \"<integer>\",\n    \"role\": \"<string>\",\n    \"confirmed\": \"<boolean>\",\n    \"availability_status\": \"<string>\",\n    \"auto_offline\": \"<boolean>\",\n    \"custom_attributes\": \"<object>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"uid\": \"<string>\",\n    \"name\": \"<string>\",\n    \"available_name\": \"<string>\",\n    \"display_name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"account_id\": \"<integer>\",\n    \"role\": \"<string>\",\n    \"confirmed\": \"<boolean>\",\n    \"availability_status\": \"<string>\",\n    \"auto_offline\": \"<boolean>\",\n    \"custom_attributes\": \"<object>\"\n  }\n]"},{"id":"8cef247d-d744-4888-b550-1a01cf6c8e00","name":"Access denied","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inbox_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"41adea9e-f86f-4486-ba04-73a2fb3d6f69","name":"Inbox not found","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inbox_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"91896100-f065-49a3-83da-fe08378b3f7b","name":"User must exist","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inbox_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"29ee17a0-255b-4648-aaab-8acb3ec3df36"},{"name":"Remove an Agent from Inbox","id":"bccac5a8-007b-46f8-9a10-d343f695ade9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":""},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members","description":"<p>Remove an Agent from Inbox</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","inbox_members"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"2177a7e9-4d2f-4f7f-9eba-fc5065f3f734","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"6dcd00cf-cfec-4dd1-bca2-138d42b1a764","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"inbox_id\": \"<string>\",\n  \"user_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inbox_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ec72fcac-b2d3-4155-b7b5-621311a54b6f","name":"Access denied","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"inbox_id\": \"<string>\",\n  \"user_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inbox_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"1172a9d1-2294-474e-8284-fe4245e24931","name":"Inbox not found","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"inbox_id\": \"<string>\",\n  \"user_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inbox_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"25d60492-58a9-4a94-acfc-300ec227eb1f","name":"User must exist","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"inbox_id\": \"<string>\",\n  \"user_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inbox_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bccac5a8-007b-46f8-9a10-d343f695ade9"},{"name":"List Agents in Inbox","id":"c9889747-b2e9-403b-9eac-47a0dc683fb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members/:inbox_id","description":"<p>Get Details of Agents in an Inbox</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","inbox_members",":inbox_id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"502b414a-7a96-45ee-aeda-49a6358ffc10","description":{"content":"<p>(Required) The ID of the Inbox</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"inbox_id"},{"id":"b55800d2-a1fd-407b-a145-16edc152de0a","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"8576eba6-0b8c-4b71-bacf-a38185abe0fc","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members/:inbox_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inbox_members",":inbox_id"],"variable":[{"key":"inbox_id","value":"<integer>","description":"(Required) The ID of the Inbox"},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"uid\": \"<string>\",\n    \"name\": \"<string>\",\n    \"available_name\": \"<string>\",\n    \"display_name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"account_id\": \"<integer>\",\n    \"role\": \"<string>\",\n    \"confirmed\": \"<boolean>\",\n    \"availability_status\": \"<string>\",\n    \"auto_offline\": \"<boolean>\",\n    \"custom_attributes\": \"<object>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"uid\": \"<string>\",\n    \"name\": \"<string>\",\n    \"available_name\": \"<string>\",\n    \"display_name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"account_id\": \"<integer>\",\n    \"role\": \"<string>\",\n    \"confirmed\": \"<boolean>\",\n    \"availability_status\": \"<string>\",\n    \"auto_offline\": \"<boolean>\",\n    \"custom_attributes\": \"<object>\"\n  }\n]"},{"id":"25e1c3e0-8983-4a44-9432-0641b67e20af","name":"Access denied","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members/:inbox_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inbox_members",":inbox_id"],"variable":[{"key":"inbox_id","value":"<integer>","description":"(Required) The ID of the Inbox"},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"49bd5e79-1f02-4509-a18c-9b5969c55fd7","name":"Inbox not found","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/inbox_members/:inbox_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","inbox_members",":inbox_id"],"variable":[{"key":"inbox_id","value":"<integer>","description":"(Required) The ID of the Inbox"},{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c9889747-b2e9-403b-9eac-47a0dc683fb7"}],"id":"2c732ae4-2568-4e7d-96ff-9f4a746f881d","_postman_id":"2c732ae4-2568-4e7d-96ff-9f4a746f881d","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"integrations","item":[{"name":"hooks","item":[{"name":"{hook_id}","item":[{"name":"Update an Integration Hook","id":"61e420f7-7cc1-4468-a18c-6d511c07602d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"settings\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/integrations/hooks/:hook_id","description":"<p>Update an Integration Hook</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","integrations","hooks",":hook_id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"9b089483-5b14-47e6-b5d8-8fbe7dc7b4a4","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"9fad435f-8a13-4755-be77-232911575034","description":{"content":"<p>(Required) The numeric ID of the integration hook</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"hook_id"}]}},"response":[{"id":"0b6f32f9-c1fb-47ed-8950-18719d65ec80","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"settings\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/integrations/hooks/:hook_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","integrations","hooks",":hook_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"hook_id","value":"<integer>","description":"(Required) The numeric ID of the integration hook"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<string>\",\n  \"app_id\": \"<string>\",\n  \"inbox_id\": \"<string>\",\n  \"account_id\": \"<string>\",\n  \"status\": \"<boolean>\",\n  \"hook_type\": \"<boolean>\",\n  \"settings\": \"<object>\"\n}"},{"id":"63da6245-b2f0-4291-ba7f-3abf72c03221","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"settings\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/integrations/hooks/:hook_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","integrations","hooks",":hook_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"hook_id","value":"<integer>","description":"(Required) The numeric ID of the integration hook"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"61e420f7-7cc1-4468-a18c-6d511c07602d"},{"name":"Delete an Integration Hook","id":"cd1a552e-d1b3-4469-859c-f36e91f4e9aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/integrations/hooks/:hook_id","description":"<p>Delete an Integration Hook</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","integrations","hooks",":hook_id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"a01a5258-352a-44be-b7fd-8859ca7301c4","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"021c65ad-faed-4a16-8ec9-c129be216363","description":{"content":"<p>(Required) The numeric ID of the integration hook</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"hook_id"}]}},"response":[{"id":"9b3d3cba-e422-42b3-8b13-b8cdff36b19a","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/integrations/hooks/:hook_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","integrations","hooks",":hook_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"hook_id","value":"<integer>","description":"(Required) The numeric ID of the integration hook"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"05df49cc-3eee-4a7c-ac01-0cf8f5204139","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/integrations/hooks/:hook_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","integrations","hooks",":hook_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"hook_id","value":"<integer>","description":"(Required) The numeric ID of the integration hook"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"5e38d55f-2c1b-4a8d-acae-74493bda0f7e","name":"The hook does not exist in the account","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/integrations/hooks/:hook_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","integrations","hooks",":hook_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"hook_id","value":"<integer>","description":"(Required) The numeric ID of the integration hook"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cd1a552e-d1b3-4469-859c-f36e91f4e9aa"}],"id":"609a3d3c-658a-417c-bfa0-cd4ef71a482f","_postman_id":"609a3d3c-658a-417c-bfa0-cd4ef71a482f","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"Create an integration hook","id":"819f7133-d0f4-46aa-a498-6a07d672b13c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"app_id\": \"<string>\",\n  \"inbox_id\": \"<string>\",\n  \"settings\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/integrations/hooks","description":"<p>Create an integration hook</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","integrations","hooks"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"96651fce-d527-4230-8f3b-b168baefa045","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"db35f055-ac6c-48bc-9df6-eb46b96b9709","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"app_id\": \"<string>\",\n  \"inbox_id\": \"<string>\",\n  \"settings\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/integrations/hooks","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","integrations","hooks"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<string>\",\n  \"app_id\": \"<string>\",\n  \"inbox_id\": \"<string>\",\n  \"account_id\": \"<string>\",\n  \"status\": \"<boolean>\",\n  \"hook_type\": \"<boolean>\",\n  \"settings\": \"<object>\"\n}"},{"id":"8dd6caae-913f-44b1-b20d-03882c973b21","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"app_id\": \"<string>\",\n  \"inbox_id\": \"<string>\",\n  \"settings\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/integrations/hooks","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","integrations","hooks"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"819f7133-d0f4-46aa-a498-6a07d672b13c"}],"id":"b2dec0a6-64ef-4a0c-9821-4a35f032dacc","_postman_id":"b2dec0a6-64ef-4a0c-9821-4a35f032dacc","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"List all the Integrations","id":"44b971b9-cbe3-4e6c-b0f2-5f9fffa140b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/integrations/apps","description":"<p>Get the details of all Integrations available for the account</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","integrations","apps"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"70a030e3-63a1-4d00-8929-224eb194b914","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"2200db2b-c929-4ba6-8331-cf4499ffdcd4","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/integrations/apps","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","integrations","apps"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"hook_type\": \"<string>\",\n    \"enabled\": \"<boolean>\",\n    \"allow_multiple_hooks\": \"<boolean>\",\n    \"hooks\": [\n      \"<object>\",\n      \"<object>\"\n    ]\n  },\n  {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"hook_type\": \"<string>\",\n    \"enabled\": \"<boolean>\",\n    \"allow_multiple_hooks\": \"<boolean>\",\n    \"hooks\": [\n      \"<object>\",\n      \"<object>\"\n    ]\n  }\n]"},{"id":"d94d57a7-273e-4509-b0d6-61134a5cc13f","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/integrations/apps","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","integrations","apps"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"d26cfbbd-baa5-4aa7-8eb0-1bc7b2d7c30c","name":"Url not found","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/integrations/apps","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","integrations","apps"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"44b971b9-cbe3-4e6c-b0f2-5f9fffa140b5"}],"id":"c6204b16-da24-4dc5-b13d-f82f6e48b3ef","_postman_id":"c6204b16-da24-4dc5-b13d-f82f6e48b3ef","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"teams","item":[{"name":"{team_id}","item":[{"name":"team_members","item":[{"name":"List Agents in Team","id":"a2ce0873-8d3f-4d3b-bab0-a6a51325d6ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","description":"<p>Get Details of Agents in an Team</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"63f6e76b-f956-441b-bacc-4aae5d1d1434","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"ea18b56d-be57-490f-9d7f-ee8731a7b300","description":{"content":"<p>(Required) The ID of the team to be updated</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"team_id"}]}},"response":[{"id":"975fb9da-0523-41cd-a51d-d454d40b6152","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"uid\": \"<string>\",\n    \"name\": \"<string>\",\n    \"available_name\": \"<string>\",\n    \"display_name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"account_id\": \"<integer>\",\n    \"role\": \"<string>\",\n    \"confirmed\": \"<boolean>\",\n    \"availability_status\": \"<string>\",\n    \"auto_offline\": \"<boolean>\",\n    \"custom_attributes\": \"<object>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"uid\": \"<string>\",\n    \"name\": \"<string>\",\n    \"available_name\": \"<string>\",\n    \"display_name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"account_id\": \"<integer>\",\n    \"role\": \"<string>\",\n    \"confirmed\": \"<boolean>\",\n    \"availability_status\": \"<string>\",\n    \"auto_offline\": \"<boolean>\",\n    \"custom_attributes\": \"<object>\"\n  }\n]"},{"id":"ec8af5b1-e95e-44f5-ad5e-4c09c2ced95f","name":"Access denied","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c67a1aac-4ca9-4c45-b54b-c20bf80247b1","name":"Inbox not found","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a2ce0873-8d3f-4d3b-bab0-a6a51325d6ae"},{"name":"Add a New Agent","id":"9b3f5c19-7120-4ddf-ae61-6c559aaf57d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"user_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","description":"<p>Add a new Agent to Team</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"f13ab31d-e62f-4347-bd2a-2acbf2ed5d30","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"0a639a8b-a2cf-4660-a0c7-dea38adb9176","description":{"content":"<p>(Required) The ID of the team to be updated</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"team_id"}]}},"response":[{"id":"fae5b157-452e-411e-924e-df7135b186c3","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"uid\": \"<string>\",\n    \"name\": \"<string>\",\n    \"available_name\": \"<string>\",\n    \"display_name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"account_id\": \"<integer>\",\n    \"role\": \"<string>\",\n    \"confirmed\": \"<boolean>\",\n    \"availability_status\": \"<string>\",\n    \"auto_offline\": \"<boolean>\",\n    \"custom_attributes\": \"<object>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"uid\": \"<string>\",\n    \"name\": \"<string>\",\n    \"available_name\": \"<string>\",\n    \"display_name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"account_id\": \"<integer>\",\n    \"role\": \"<string>\",\n    \"confirmed\": \"<boolean>\",\n    \"availability_status\": \"<string>\",\n    \"auto_offline\": \"<boolean>\",\n    \"custom_attributes\": \"<object>\"\n  }\n]"},{"id":"7223a01e-1164-422e-b33f-5a94f77d0334","name":"Access denied","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"b5a11f46-6c61-487f-b9ee-718f7e07ca57","name":"Team not found","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"bb913a2f-9d95-491e-8f9f-430afaca05c3","name":"User must exist","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9b3f5c19-7120-4ddf-ae61-6c559aaf57d8"},{"name":"Update Agents in Team","id":"b2fcc144-68b0-40fa-b357-b147de55b370","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"user_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","description":"<p>All agents except the one passed in params will be removed</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"b5389c4f-94b7-4d22-99ee-8388730ae773","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"9c6f9ca6-b3f6-41a1-a905-1f8928d5bf43","description":{"content":"<p>(Required) The ID of the team to be updated</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"team_id"}]}},"response":[{"id":"6d74e33e-61ee-4f65-9ccc-148577548a45","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"uid\": \"<string>\",\n    \"name\": \"<string>\",\n    \"available_name\": \"<string>\",\n    \"display_name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"account_id\": \"<integer>\",\n    \"role\": \"<string>\",\n    \"confirmed\": \"<boolean>\",\n    \"availability_status\": \"<string>\",\n    \"auto_offline\": \"<boolean>\",\n    \"custom_attributes\": \"<object>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"uid\": \"<string>\",\n    \"name\": \"<string>\",\n    \"available_name\": \"<string>\",\n    \"display_name\": \"<string>\",\n    \"email\": \"<string>\",\n    \"account_id\": \"<integer>\",\n    \"role\": \"<string>\",\n    \"confirmed\": \"<boolean>\",\n    \"availability_status\": \"<string>\",\n    \"auto_offline\": \"<boolean>\",\n    \"custom_attributes\": \"<object>\"\n  }\n]"},{"id":"82057127-7cad-4ec4-b4eb-f3b4959de660","name":"Access denied","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"89231489-5392-479b-9219-f7b28cfe26e0","name":"Team not found","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"2ee306e4-62ad-4769-a73e-84a879333ef7","name":"User must exist","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b2fcc144-68b0-40fa-b357-b147de55b370"},{"name":"Remove an Agent from Team","id":"37e50bb2-22da-49bb-b19c-215f74eeeadc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"user_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"team_id\": \"consectetur aliqua adipisic\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","description":"<p>Remove an Agent from Team</p>\n","urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"230012d5-dbce-4e1d-a6df-8dd8b35ae174","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"fcf95544-fb69-411e-9ef0-2c5e45ef55b1","description":{"content":"<p>(Required) The ID of the team to be updated</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"team_id"}]}},"response":[{"id":"ff84d4db-b76f-4dad-a434-74957729d63b","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"user_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"team_id\": -53717252\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"a1a2bb01-0359-438e-8142-5d5803736f89","name":"Access denied","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"user_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"team_id\": -53717252\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"4e8ef7e7-6113-47f0-98fc-635f1d6f648c","name":"Team not found","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"user_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"team_id\": -53717252\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"7b862468-03a1-4d08-87c2-b0af4ee133e8","name":"User must exist","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"body":{"mode":"raw","raw":"{\n  \"user_ids\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"team_id\": -53717252\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id/team_members","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id","team_members"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"37e50bb2-22da-49bb-b19c-215f74eeeadc"}],"id":"b971169b-9e4f-4434-b302-89976d433c5d","_postman_id":"b971169b-9e4f-4434-b302-89976d433c5d","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"Get a team details","id":"b87538e7-4a93-49ba-a3e2-c388db04544e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id","description":"<p>Get the details of a team in the account</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","teams",":team_id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"33b70e10-8f0d-4a1f-b849-20a17978e1c4","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"0a26fbf4-3079-4be1-9bf8-2d3304a2b3e8","description":{"content":"<p>(Required) The ID of the team to be updated</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"team_id"}]}},"response":[{"id":"02d93c9c-b017-4cb0-979f-d98fd434f521","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<number>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"allow_auto_assign\": \"<boolean>\",\n  \"account_id\": \"<number>\",\n  \"is_member\": \"<boolean>\"\n}"},{"id":"8d85e258-ec44-4c08-a472-3a084914d98b","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"12c20dc1-814b-4174-b043-77dfcacbb9e1","name":"The given team ID does not exist in the account","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b87538e7-4a93-49ba-a3e2-c388db04544e"},{"name":"Update a team","id":"a0b636e0-ead0-41c4-a600-a6e8d94432be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"allow_auto_assign\": \"<boolean>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id","description":"<p>Update a team's attributes</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","teams",":team_id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"c04b7f67-daad-445b-bbed-c974a8353ab4","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"acdb3c3f-73bf-4f14-a1af-7b3e447f0658","description":{"content":"<p>(Required) The ID of the team to be updated</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"team_id"}]}},"response":[{"id":"6d359d66-f915-4979-b748-d8fc2eb296de","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<number>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"allow_auto_assign\": \"<boolean>\",\n  \"account_id\": \"<number>\",\n  \"is_member\": \"<boolean>\"\n}"},{"id":"1a1b1ba7-3bc8-454e-86ed-976a500ebc6a","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a0b636e0-ead0-41c4-a600-a6e8d94432be"},{"name":"Delete a team","id":"50ed4110-d079-4527-8bbb-7339adf32906","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id","description":"<p>Delete a team from the account</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","teams",":team_id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"a2b0df3c-4987-43c3-a6fe-18e54b434a77","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"f17379fc-1a6c-400a-a276-c9b7049e1edb","description":{"content":"<p>(Required) The ID of the team to be updated</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"team_id"}]}},"response":[{"id":"2e5275b1-c79a-40b3-94e5-38544c7ccf23","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"77f067a3-3054-45bb-a77f-13cd8c084f6d","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9758237f-d47b-43af-8feb-4bf2031d3958","name":"The team does not exist in the account","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams/:team_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams",":team_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"team_id","value":"<integer>","description":"(Required) The ID of the team to be updated"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"50ed4110-d079-4527-8bbb-7339adf32906"}],"id":"81d089cd-162c-4f2a-aa92-596a365f3ca5","_postman_id":"81d089cd-162c-4f2a-aa92-596a365f3ca5","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"List all teams","id":"f042df7e-3ffa-443f-b44f-498d82c8c23f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams","description":"<p>List all teams available in the current account</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","teams"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"aa31191a-26e8-422e-824b-3de1eb537c79","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"3b36b334-ac6c-4516-8233-fc3c06840052","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<number>\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"allow_auto_assign\": \"<boolean>\",\n    \"account_id\": \"<number>\",\n    \"is_member\": \"<boolean>\"\n  },\n  {\n    \"id\": \"<number>\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"allow_auto_assign\": \"<boolean>\",\n    \"account_id\": \"<number>\",\n    \"is_member\": \"<boolean>\"\n  }\n]"},{"id":"ad349b96-c75d-429b-a9bf-1547c9be3dda","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f042df7e-3ffa-443f-b44f-498d82c8c23f"},{"name":"Create a team","id":"96bfb334-89e5-417a-a219-6fe09dfff9e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"allow_auto_assign\": \"<boolean>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams","description":"<p>Create a team in the account</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","teams"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"379ce3fd-a5b4-44fe-aa5c-b4f9457914b9","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"a2f37d76-36f5-4538-8860-20822f9a4f53","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<number>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"allow_auto_assign\": \"<boolean>\",\n  \"account_id\": \"<number>\",\n  \"is_member\": \"<boolean>\"\n}"},{"id":"4380bdf5-ebd0-4b12-9426-b48882037006","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/teams","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","teams"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"96bfb334-89e5-417a-a219-6fe09dfff9e0"}],"id":"5a48acfb-9b49-4e64-8ed6-ad354ace8ce5","_postman_id":"5a48acfb-9b49-4e64-8ed6-ad354ace8ce5","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"custom_filters","item":[{"name":"{custom_filter_id}","item":[{"name":"Get a custom filter details","id":"ef3691b5-8090-4e89-9587-e47295912fb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_filters/:custom_filter_id","description":"<p>Get the details of a custom filter in the account</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","custom_filters",":custom_filter_id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"654b0a10-f304-418c-ade2-1922394392c7","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"4786b1c3-fc9b-4298-a13b-eddb0440b20e","description":{"content":"<p>(Required) The numeric ID of the custom filter</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"custom_filter_id"}]}},"response":[{"id":"1afd407f-b7bc-4b6f-99b6-a9c6858757d9","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_filters/:custom_filter_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_filters",":custom_filter_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"custom_filter_id","value":"<integer>","description":"(Required) The numeric ID of the custom filter"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<number>\",\n  \"name\": \"<string>\",\n  \"type\": \"<string>\",\n  \"query\": \"<object>\",\n  \"created_at\": \"<dateTime>\",\n  \"updated_at\": \"<dateTime>\"\n}"},{"id":"4d6cbdd6-55ae-4451-85fd-fbd6e2cd5ca7","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_filters/:custom_filter_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_filters",":custom_filter_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"custom_filter_id","value":"<integer>","description":"(Required) The numeric ID of the custom filter"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3f464e11-5e48-4792-beb4-ac0e658025bc","name":"The given team ID does not exist in the account","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_filters/:custom_filter_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_filters",":custom_filter_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"custom_filter_id","value":"<integer>","description":"(Required) The numeric ID of the custom filter"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ef3691b5-8090-4e89-9587-e47295912fb2"},{"name":"Update a custom filter","id":"56f0929f-db54-47b2-8b07-2f03906e01ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"type\": \"<string>\",\n  \"query\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_filters/:custom_filter_id","description":"<p>Update a custom filter's attributes</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","custom_filters",":custom_filter_id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"c83b7872-5455-42cc-a0e3-f6542535de06","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"e6d612c3-9cfa-4c64-a323-6dc9981205a8","description":{"content":"<p>(Required) The numeric ID of the custom filter</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"custom_filter_id"}]}},"response":[{"id":"1b7c098a-8155-4bb1-bd82-53c9f2e94564","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_filters/:custom_filter_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_filters",":custom_filter_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"custom_filter_id","value":"<integer>","description":"(Required) The numeric ID of the custom filter"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<number>\",\n  \"name\": \"<string>\",\n  \"type\": \"<string>\",\n  \"query\": \"<object>\",\n  \"created_at\": \"<dateTime>\",\n  \"updated_at\": \"<dateTime>\"\n}"},{"id":"a62d7c4c-7c02-4bef-8470-dd083df96192","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_filters/:custom_filter_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_filters",":custom_filter_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"custom_filter_id","value":"<integer>","description":"(Required) The numeric ID of the custom filter"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"56f0929f-db54-47b2-8b07-2f03906e01ce"},{"name":"Delete a custom filter","id":"837a8398-3385-4581-bd8c-03050ee4a226","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_filters/:custom_filter_id","description":"<p>Delete a custom filter from the account</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","custom_filters",":custom_filter_id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"84a89219-c893-4899-92c3-293ea982ccd2","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"698db128-b768-4b80-8454-9b8d858789ba","description":{"content":"<p>(Required) The numeric ID of the custom filter</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"custom_filter_id"}]}},"response":[{"id":"9956403f-a487-4d07-8993-318409520f94","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_filters/:custom_filter_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_filters",":custom_filter_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"custom_filter_id","value":"<integer>","description":"(Required) The numeric ID of the custom filter"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c5c0409f-58ad-4ca4-98b2-22b369179545","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_filters/:custom_filter_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_filters",":custom_filter_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"custom_filter_id","value":"<integer>","description":"(Required) The numeric ID of the custom filter"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"228b361e-1e8d-4037-bfd2-748f30d904bc","name":"The custom filter does not exist in the account","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_filters/:custom_filter_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_filters",":custom_filter_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"custom_filter_id","value":"<integer>","description":"(Required) The numeric ID of the custom filter"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"837a8398-3385-4581-bd8c-03050ee4a226"}],"id":"109de3e2-acaf-43e6-ac97-8d7983cbd06d","_postman_id":"109de3e2-acaf-43e6-ac97-8d7983cbd06d","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"List all custom filters","id":"5d7f3a7f-3f6a-412c-bc31-df80ffdbe18c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_filters?filter_type=<string>","description":"<p>List all custom filters in a category of a user</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","custom_filters"],"host":["app","tokewoot","com"],"query":[{"description":{"content":"<p>The type of custom filter</p>\n","type":"text/plain"},"key":"filter_type","value":"<string>"}],"variable":[{"id":"314dd232-12db-4893-8e27-460f14b8addf","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"6019d403-664d-4765-ab45-6991d7dd85ea","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_filters?filter_type=<string>","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_filters"],"query":[{"key":"filter_type","value":"<string>"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<number>\",\n    \"name\": \"<string>\",\n    \"type\": \"<string>\",\n    \"query\": \"<object>\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\"\n  },\n  {\n    \"id\": \"<number>\",\n    \"name\": \"<string>\",\n    \"type\": \"<string>\",\n    \"query\": \"<object>\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\"\n  }\n]"},{"id":"a29e4566-4957-49d8-b73d-b1007635d5b6","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_filters?filter_type=<string>","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_filters"],"query":[{"key":"filter_type","value":"<string>"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5d7f3a7f-3f6a-412c-bc31-df80ffdbe18c"},{"name":"Create a custom filter","id":"c5f3dc90-d9db-44d9-a759-1238e9f3363e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"type\": \"<string>\",\n  \"query\": \"<object>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_filters?filter_type=<string>","description":"<p>Create a custom filter in the account</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","custom_filters"],"host":["app","tokewoot","com"],"query":[{"description":{"content":"<p>The type of custom filter</p>\n","type":"text/plain"},"key":"filter_type","value":"<string>"}],"variable":[{"id":"1d7597b1-c2f4-4241-a1e4-db2b28630441","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"f865655a-e839-4b00-bb25-bc26f86b8d9b","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_filters?filter_type=<string>","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_filters"],"query":[{"key":"filter_type","value":"<string>"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<number>\",\n  \"name\": \"<string>\",\n  \"type\": \"<string>\",\n  \"query\": \"<object>\",\n  \"created_at\": \"<dateTime>\",\n  \"updated_at\": \"<dateTime>\"\n}"},{"id":"2f55672a-5283-4719-ad85-773d566c9ca9","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/custom_filters?filter_type=<string>","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","custom_filters"],"query":[{"key":"filter_type","value":"<string>"}],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c5f3dc90-d9db-44d9-a759-1238e9f3363e"}],"id":"c09950fc-9b5d-4054-9dcd-81789b1d171e","_postman_id":"c09950fc-9b5d-4054-9dcd-81789b1d171e","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"webhooks","item":[{"name":"{webhook_id}","item":[{"name":"Update a webhook object","id":"e0a45ba0-8fce-49c7-b00f-9ae37decfce6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"<string>\",\n  \"subscriptions\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/webhooks/:webhook_id","description":"<p>Update a webhook object in the account</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","webhooks",":webhook_id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"9709ac64-99da-4b89-86e6-0940192144fa","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"9c00a898-bf37-4bff-ac95-31d8d25184c2","description":{"content":"<p>(Required) The numeric ID of the webhook</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"webhook_id"}]}},"response":[{"id":"787f2da0-36f8-427e-8673-fb27ed852bc3","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/webhooks/:webhook_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","webhooks",":webhook_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"webhook_id","value":"<integer>","description":"(Required) The numeric ID of the webhook"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<number>\",\n  \"url\": \"<string>\",\n  \"subscriptions\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"account_id\": \"<number>\"\n}"},{"id":"c4137f95-94d6-448c-b61c-70ca98a4377a","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/webhooks/:webhook_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","webhooks",":webhook_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"webhook_id","value":"<integer>","description":"(Required) The numeric ID of the webhook"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e0a45ba0-8fce-49c7-b00f-9ae37decfce6"},{"name":"Delete a webhook","id":"7fde0bcb-8fe9-4ac1-8e3c-e282153bb0e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/webhooks/:webhook_id","description":"<p>Delete a webhook from the account</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","webhooks",":webhook_id"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"1503587c-7bd0-4115-bc28-4557a72c60b0","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"},{"id":"a7390ff8-6911-434b-88d7-99108fb29f32","description":{"content":"<p>(Required) The numeric ID of the webhook</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"webhook_id"}]}},"response":[{"id":"23212630-6290-4209-9147-9bad5299239c","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/webhooks/:webhook_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","webhooks",":webhook_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"webhook_id","value":"<integer>","description":"(Required) The numeric ID of the webhook"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"53cf5a44-a996-494f-a561-ef317d4fd58b","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/webhooks/:webhook_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","webhooks",":webhook_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"webhook_id","value":"<integer>","description":"(Required) The numeric ID of the webhook"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"3e992ac1-1fc3-4e20-af2f-5367c1604731","name":"The webhook does not exist in the account","originalRequest":{"method":"DELETE","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/webhooks/:webhook_id","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","webhooks",":webhook_id"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"},{"key":"webhook_id","value":"<integer>","description":"(Required) The numeric ID of the webhook"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7fde0bcb-8fe9-4ac1-8e3c-e282153bb0e6"}],"id":"fa136c77-164b-491c-af35-8319dbe7830c","_postman_id":"fa136c77-164b-491c-af35-8319dbe7830c","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"List all webhooks","id":"726639f4-8a3c-4c59-9274-5317d3bab28f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/webhooks","description":"<p>List all webhooks in the account</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","webhooks"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"51169ed7-5a9a-4daa-b059-2a630f01a43a","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"947d1a6d-8e19-485f-bf08-9a9f5cb7201b","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/webhooks","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","webhooks"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<number>\",\n    \"url\": \"<string>\",\n    \"subscriptions\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"account_id\": \"<number>\"\n  },\n  {\n    \"id\": \"<number>\",\n    \"url\": \"<string>\",\n    \"subscriptions\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"account_id\": \"<number>\"\n  }\n]"},{"id":"9186e17b-5f2d-42bb-aec6-ce7dcca134d3","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/webhooks","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","webhooks"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"726639f4-8a3c-4c59-9274-5317d3bab28f"},{"name":"Add a webhook","id":"753e1a50-e8c5-4872-af4c-e9dcadeb21f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Accept","value":"application/json; charset=utf-8"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"<string>\",\n  \"subscriptions\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.tokewoot.com/api/v1/accounts/:account_id/webhooks","description":"<p>Add a webhook subscription to the account</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","accounts",":account_id","webhooks"],"host":["app","tokewoot","com"],"query":[],"variable":[{"id":"a6e99caf-7b0f-489d-a9b7-17793b55d683","description":{"content":"<p>(Required) The numeric ID of the account</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"account_id"}]}},"response":[{"id":"97dc3725-8fb6-4504-90ba-7d3ad47a25ac","name":"Success","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/webhooks","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","webhooks"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<number>\",\n  \"url\": \"<string>\",\n  \"subscriptions\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"account_id\": \"<number>\"\n}"},{"id":"48e1a554-76b6-4f15-bab0-e77288b30583","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://app.tokewoot.com/api/v1/accounts/:account_id/webhooks","protocol":"https","host":["app","tokewoot","com"],"path":["api","v1","accounts",":account_id","webhooks"],"variable":[{"key":"account_id","value":"<integer>","description":"(Required) The numeric ID of the account"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"753e1a50-e8c5-4872-af4c-e9dcadeb21f8"}],"id":"d54ffba0-3c0d-4a49-8829-034043317900","_postman_id":"d54ffba0-3c0d-4a49-8829-034043317900","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}}],"id":"adf301d1-7970-4b57-9ef1-983ff1d15f4f","_postman_id":"adf301d1-7970-4b57-9ef1-983ff1d15f4f","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}},{"name":"Fetch user profile","id":"3c6d4bad-f3d4-4d89-8ce2-39fb70ce50e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json; charset=utf-8"}],"url":"https://app.tokewoot.com/api/v1/profile","description":"<p>Get the user profile details</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","profile"],"host":["app","tokewoot","com"],"query":[],"variable":[]}},"response":[{"id":"4799ac51-5a9d-4918-aec2-022f0e4d1732","name":"Success","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":"https://app.tokewoot.com/api/v1/profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<number>\",\n  \"uid\": \"<string>\",\n  \"name\": \"<string>\",\n  \"available_name\": \"<string>\",\n  \"display_name\": \"<string>\",\n  \"email\": \"<string>\",\n  \"account_id\": \"<number>\",\n  \"role\": \"<string>\",\n  \"confirmed\": \"<boolean>\",\n  \"custom_attributes\": \"<object>\",\n  \"accounts\": [\n    {\n      \"id\": \"<number>\",\n      \"name\": \"<string>\",\n      \"role\": \"<string>\"\n    },\n    {\n      \"id\": \"<number>\",\n      \"name\": \"<string>\",\n      \"role\": \"<string>\"\n    }\n  ]\n}"},{"id":"72b85fd4-3e81-400a-87b5-06d44ab3e38f","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"api_access_token","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":"https://app.tokewoot.com/api/v1/profile"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3c6d4bad-f3d4-4d89-8ce2-39fb70ce50e1"}],"id":"42840a78-b874-4905-8069-7e085e349b75","_postman_id":"42840a78-b874-4905-8069-7e085e349b75","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}}],"id":"20ed378a-751b-4784-a908-c0fcbadc2f3f","_postman_id":"20ed378a-751b-4784-a908-c0fcbadc2f3f","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","id":"c0aa1ff8-89b3-4c43-879d-05fe4bc723b4","name":"TokeWoot","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"api_access_token"},{"key":"value","value":""}]}},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"789a1892-f544-459d-bf0a-154d5002a11c"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"7fdc7863-9c2a-43cf-b1b6-e5ce55f771ac"}}],"variable":[{"key":"baseUrl","value":"","type":"string"},{"key":"apiKey","value":"","type":"string"},{"key":"account_id","value":"","type":"string"},{"key":"contact_id","value":"","type":"string"}]}