{"id":270962,"date":"2025-07-13T16:14:36","date_gmt":"2025-07-13T16:14:36","guid":{"rendered":"https:\/\/www.revechat.com\/?post_type=help-center&#038;p=270962"},"modified":"2025-11-19T04:28:48","modified_gmt":"2025-11-19T04:28:48","slug":"agents-api","status":"publish","type":"help-center","link":"https:\/\/www.revechat.com\/help-center\/agents-api\/","title":{"rendered":"Agents API"},"content":{"rendered":"\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">List all agents data<\/h2>\n\n\n\n<p>To access all data use the below CURL replacing {account_id} from your account.<\/p>\n\n\n\n<p><a href=\"https:\/\/www.revechat.com\/help-center\/introduction-to-rest-api\/#how-to-get-your-account-id\" target=\"_blank\" rel=\"noreferrer noopener\">Learn how to get your Account ID.<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/www.revechat.com\/help-center\/introduction-to-rest-api\/#how-to-get-your-authorization-key\" target=\"_blank\" rel=\"noreferrer noopener\">Learn how to get Authorization key.<\/a><\/p>\n\n\n\n<pre class=\"wp-block-prismatic-blocks\"><code class=\"language-php\">curl --location -g &#039;https:\/\/api.revechat.com\/api\/agents\/{account_id}&#039; \\\n--header &#039;Authorization: paste your authorization key here&#039;<\/code><\/pre>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>Example:<\/strong><\/h5>\n\n\n\n<pre class=\"wp-block-prismatic-blocks\"><code class=\"language-php\">curl --location &#039;https:\/\/api.revechat.com\/api\/agents\/8683034&#039; \\\n--header &#039;Authorization: eyJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50SWQiOiI4NjgzMDM0Iiwic3ViIjoiYXV0aG9yaXphdGlvbiIsImV4cCI6MTc1NDk4MTM4MSwiaWF0IjoxNzUyMzg5MzgxfQ.yZ2jyKiY-dKCwDU_V09shdOugJKHaczMWlVFuitYQ9Q&#039; \\\n--header &#039;Cookie: revechatLocaleCookie=en&#039;<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">All agent API Parameters<\/h3>\n\n\n\n<figure class=\"wp-block-table is-style-regular\"><table class=\"has-fixed-layout\"><thead><tr><th>Field<\/th><th>Category<\/th><th>Type<\/th><th>Description<\/th><th>Example<\/th><\/tr><\/thead><tbody><tr><td>page_no<\/td><td>optional<\/td><td>Number<\/td><td>The requested page number.<\/td><td><code>?page_no=1<\/code><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<details class=\"wp-block-details is-layout-flow wp-block-details-is-layout-flow\"><summary>View Success Response<\/summary>\n<pre class=\"wp-block-prismatic-blocks\"><code class=\"language-json\">{\n    &quot;status&quot;: &quot;success&quot;,\n    &quot;message&quot;: &quot;Agents found&quot;,\n    &quot;body&quot;: [\n        {\n            &quot;agent_id&quot;: 77273,\n            &quot;account_id&quot;: &quot;8683034&quot;,\n            &quot;role&quot;: null,\n            &quot;email&quot;: &quot;luffy@mrg.com&quot;,\n            &quot;designation&quot;: &quot;&quot;,\n            &quot;phone_no&quot;: &quot;&quot;,\n            &quot;status&quot;: &quot;OFFLINE&quot;,\n            &quot;concurrent_chat_limit&quot;: 5,\n            &quot;additional_info&quot;: null,\n            &quot;last_login_time&quot;: 1752391069243,\n            &quot;last_name&quot;: &quot;Tuhin Design&quot;,\n            &quot;first_name&quot;: &quot;Asif&quot;,\n            &quot;create_time&quot;: 1643532522000,\n            &quot;departments&quot;: [\n                {\n                    &quot;deptName&quot;: &quot;WhatsApp&quot;,\n                    &quot;clOperatorCode&quot;: null,\n                    &quot;deptDescription&quot;: &quot;&quot;,\n                    &quot;isAccessAllReport&quot;: null,\n                    &quot;id&quot;: 4213,\n                    &quot;active&quot;: false\n                }\n            ]\n        },\n        {\n            &quot;agent_id&quot;: 81830,\n            &quot;account_id&quot;: &quot;8683034&quot;,\n            &quot;role&quot;: null,\n            &quot;email&quot;: &quot;talha@revechat.com&quot;,\n            &quot;designation&quot;: &quot;&quot;,\n            &quot;phone_no&quot;: &quot;&quot;,\n            &quot;status&quot;: &quot;OFFLINE&quot;,\n            &quot;concurrent_chat_limit&quot;: 5,\n            &quot;additional_info&quot;: null,\n            &quot;last_login_time&quot;: 1752391945383,\n            &quot;last_name&quot;: &quot;&quot;,\n            &quot;first_name&quot;: &quot;Mohaimin&quot;,\n            &quot;create_time&quot;: 1655109292000,\n            &quot;departments&quot;: []\n        },\n        {\n            &quot;agent_id&quot;: 86682,\n            &quot;account_id&quot;: &quot;8683034&quot;,\n            &quot;role&quot;: null,\n            &quot;email&quot;: &quot;anowerhossain97@gmail.com&quot;,\n            &quot;designation&quot;: &quot;&quot;,\n            &quot;phone_no&quot;: &quot;&quot;,\n            &quot;status&quot;: &quot;OFFLINE&quot;,\n            &quot;concurrent_chat_limit&quot;: 20,\n            &quot;additional_info&quot;: null,\n            &quot;last_login_time&quot;: 1752379578660,\n            &quot;last_name&quot;: &quot;Bot&quot;,\n            &quot;first_name&quot;: &quot;Anower&quot;,\n            &quot;create_time&quot;: 1663814705000,\n            &quot;departments&quot;: [\n                {\n                    &quot;deptName&quot;: &quot;Facebook&quot;,\n                    &quot;clOperatorCode&quot;: null,\n                    &quot;deptDescription&quot;: &quot;&quot;,\n                    &quot;isAccessAllReport&quot;: null,\n                    &quot;id&quot;: 4214,\n                    &quot;active&quot;: false\n                },\n                {\n                    &quot;deptName&quot;: &quot;WhatsApp&quot;,\n                    &quot;clOperatorCode&quot;: null,\n                    &quot;deptDescription&quot;: &quot;&quot;,\n                    &quot;isAccessAllReport&quot;: null,\n                    &quot;id&quot;: 4213,\n                    &quot;active&quot;: false\n                }\n            ]\n        },\n        {\n            &quot;agent_id&quot;: 92352,\n            &quot;account_id&quot;: &quot;8683034&quot;,\n            &quot;role&quot;: null,\n            &quot;email&quot;: &quot;hamid@revesoft.com&quot;,\n            &quot;designation&quot;: &quot;&quot;,\n            &quot;phone_no&quot;: &quot;&quot;,\n            &quot;status&quot;: &quot;OFFLINE&quot;,\n            &quot;concurrent_chat_limit&quot;: 4,\n            &quot;additional_info&quot;: null,\n            &quot;last_login_time&quot;: 1751881330730,\n            &quot;last_name&quot;: &quot;Qa&quot;,\n            &quot;first_name&quot;: &quot;Hamid&quot;,\n            &quot;create_time&quot;: 1674635747000,\n            &quot;departments&quot;: []\n        },\n        {\n            &quot;agent_id&quot;: 93441,\n            &quot;account_id&quot;: &quot;8683034&quot;,\n            &quot;role&quot;: null,\n            &quot;email&quot;: &quot;rahat@revechat.com&quot;,\n            &quot;designation&quot;: &quot;&quot;,\n            &quot;phone_no&quot;: &quot;&quot;,\n            &quot;status&quot;: &quot;OFFLINE&quot;,\n            &quot;concurrent_chat_limit&quot;: 10,\n            &quot;additional_info&quot;: null,\n            &quot;last_login_time&quot;: 1742138673428,\n            &quot;last_name&quot;: &quot;Hassan&quot;,\n            &quot;first_name&quot;: &quot;Rahat&quot;,\n            &quot;create_time&quot;: 1676566247000,\n            &quot;departments&quot;: []\n        },\n        {\n            &quot;agent_id&quot;: 95754,\n            &quot;account_id&quot;: &quot;8683034&quot;,\n            &quot;role&quot;: null,\n            &quot;email&quot;: &quot;nomanprod@revechat.com&quot;,\n            &quot;designation&quot;: &quot;&quot;,\n            &quot;phone_no&quot;: &quot;&quot;,\n            &quot;status&quot;: &quot;OFFLINE&quot;,\n            &quot;concurrent_chat_limit&quot;: 2,\n            &quot;additional_info&quot;: null,\n            &quot;last_login_time&quot;: 1748753954220,\n            &quot;last_name&quot;: &quot;dev&quot;,\n            &quot;first_name&quot;: &quot;Noman&quot;,\n            &quot;create_time&quot;: 1679456488000,\n            &quot;departments&quot;: []\n        },\n        {\n            &quot;agent_id&quot;: 99004,\n            &quot;account_id&quot;: &quot;8683034&quot;,\n            &quot;role&quot;: null,\n            &quot;email&quot;: &quot;devs@revechat.com&quot;,\n            &quot;designation&quot;: &quot;&quot;,\n            &quot;phone_no&quot;: &quot;&quot;,\n            &quot;status&quot;: &quot;OFFLINE&quot;,\n            &quot;concurrent_chat_limit&quot;: 1,\n            &quot;additional_info&quot;: null,\n            &quot;last_login_time&quot;: 1752025518948,\n            &quot;last_name&quot;: &quot;Dev Team1&quot;,\n            &quot;first_name&quot;: &quot;Reve&quot;,\n            &quot;create_time&quot;: 1684640788000,\n            &quot;departments&quot;: []\n        },\n        {\n            &quot;agent_id&quot;: 99005,\n            &quot;account_id&quot;: &quot;8683034&quot;,\n            &quot;role&quot;: null,\n            &quot;email&quot;: &quot;dev@revechat.com&quot;,\n            &quot;designation&quot;: &quot;&quot;,\n            &quot;phone_no&quot;: &quot;&quot;,\n            &quot;status&quot;: &quot;OFFLINE&quot;,\n            &quot;concurrent_chat_limit&quot;: 1,\n            &quot;additional_info&quot;: null,\n            &quot;last_login_time&quot;: 1748088177089,\n            &quot;last_name&quot;: &quot;Shermin&quot;,\n            &quot;first_name&quot;: &quot;Sheyla&quot;,\n            &quot;create_time&quot;: 1684640943000,\n            &quot;departments&quot;: []\n        },\n        {\n            &quot;agent_id&quot;: 106372,\n            &quot;account_id&quot;: &quot;8683034&quot;,\n            &quot;role&quot;: null,\n            &quot;email&quot;: &quot;mahfuz0057@gmail.com&quot;,\n            &quot;designation&quot;: &quot;&quot;,\n            &quot;phone_no&quot;: &quot;&quot;,\n            &quot;status&quot;: &quot;OFFLINE&quot;,\n            &quot;concurrent_chat_limit&quot;: 2,\n            &quot;additional_info&quot;: null,\n            &quot;last_login_time&quot;: 1752044783049,\n            &quot;last_name&quot;: &quot;QA&quot;,\n            &quot;first_name&quot;: &quot;Tushar&quot;,\n            &quot;create_time&quot;: 1698910016000,\n            &quot;departments&quot;: []\n        },\n        {\n            &quot;agent_id&quot;: 109358,\n            &quot;account_id&quot;: &quot;8683034&quot;,\n            &quot;role&quot;: null,\n            &quot;email&quot;: &quot;r@r.com&quot;,\n            &quot;designation&quot;: &quot;&quot;,\n            &quot;phone_no&quot;: &quot;&quot;,\n            &quot;status&quot;: &quot;OFFLINE&quot;,\n            &quot;concurrent_chat_limit&quot;: 2,\n            &quot;additional_info&quot;: null,\n            &quot;last_login_time&quot;: 1737091771101,\n            &quot;last_name&quot;: &quot;&quot;,\n            &quot;first_name&quot;: &quot;TestRahat&quot;,\n            &quot;create_time&quot;: 1702448909000,\n            &quot;departments&quot;: []\n        },\n        {\n            &quot;agent_id&quot;: 113425,\n            &quot;account_id&quot;: &quot;8683034&quot;,\n            &quot;role&quot;: null,\n            &quot;email&quot;: &quot;mehedi.mamun@revechat.com&quot;,\n            &quot;designation&quot;: &quot;&quot;,\n            &quot;phone_no&quot;: &quot;&quot;,\n            &quot;status&quot;: &quot;OFFLINE&quot;,\n            &quot;concurrent_chat_limit&quot;: 2,\n            &quot;additional_info&quot;: null,\n            &quot;last_login_time&quot;: 1729268702874,\n            &quot;last_name&quot;: &quot;&quot;,\n            &quot;first_name&quot;: &quot;Mehedi&quot;,\n            &quot;create_time&quot;: 1724300955000,\n            &quot;departments&quot;: []\n        },\n        {\n            &quot;agent_id&quot;: 113593,\n            &quot;account_id&quot;: &quot;8683034&quot;,\n            &quot;role&quot;: null,\n            &quot;email&quot;: &quot;sourabh.new@revechat.com&quot;,\n            &quot;designation&quot;: &quot;&quot;,\n            &quot;phone_no&quot;: &quot;&quot;,\n            &quot;status&quot;: &quot;ONLINE&quot;,\n            &quot;concurrent_chat_limit&quot;: 0,\n            &quot;additional_info&quot;: null,\n            &quot;last_login_time&quot;: 1728558213403,\n            &quot;last_name&quot;: &quot;Qwerty&quot;,\n            &quot;first_name&quot;: &quot;Sourabh&quot;,\n            &quot;create_time&quot;: 1725354508000,\n            &quot;departments&quot;: []\n        },\n        {\n            &quot;agent_id&quot;: 113919,\n            &quot;account_id&quot;: &quot;8683034&quot;,\n            &quot;role&quot;: null,\n            &quot;email&quot;: &quot;hafeez@gmail.com&quot;,\n            &quot;designation&quot;: &quot;&quot;,\n            &quot;phone_no&quot;: &quot;8801686321456&quot;,\n            &quot;status&quot;: &quot;OFFLINE&quot;,\n            &quot;concurrent_chat_limit&quot;: 0,\n            &quot;additional_info&quot;: null,\n            &quot;last_login_time&quot;: 1740934857371,\n            &quot;last_name&quot;: &quot;&quot;,\n            &quot;first_name&quot;: &quot;Hafeez&quot;,\n            &quot;create_time&quot;: 1727331335000,\n            &quot;departments&quot;: []\n        },\n        {\n            &quot;agent_id&quot;: 114061,\n            &quot;account_id&quot;: &quot;8683034&quot;,\n            &quot;role&quot;: null,\n            &quot;email&quot;: &quot;bdsales@test.com&quot;,\n            &quot;designation&quot;: &quot;&quot;,\n            &quot;phone_no&quot;: &quot;&quot;,\n            &quot;status&quot;: &quot;OFFLINE&quot;,\n            &quot;concurrent_chat_limit&quot;: 2,\n            &quot;additional_info&quot;: null,\n            &quot;last_login_time&quot;: 1728108209475,\n            &quot;last_name&quot;: &quot;Sales&quot;,\n            &quot;first_name&quot;: &quot;BD&quot;,\n            &quot;create_time&quot;: 1727938468000,\n            &quot;departments&quot;: []\n        },\n        {\n            &quot;agent_id&quot;: 114812,\n            &quot;account_id&quot;: &quot;8683034&quot;,\n            &quot;role&quot;: null,\n            &quot;email&quot;: &quot;reve_android_sdk@test.com&quot;,\n            &quot;designation&quot;: &quot;SDK Dev&quot;,\n            &quot;phone_no&quot;: &quot;&quot;,\n            &quot;status&quot;: &quot;OFFLINE&quot;,\n            &quot;concurrent_chat_limit&quot;: 2,\n            &quot;additional_info&quot;: null,\n            &quot;last_login_time&quot;: 1739943584438,\n            &quot;last_name&quot;: &quot;SDK Dev 1&quot;,\n            &quot;first_name&quot;: &quot;Android&quot;,\n            &quot;create_time&quot;: 1732686888000,\n            &quot;departments&quot;: []\n        },\n        {\n            &quot;agent_id&quot;: 114813,\n            &quot;account_id&quot;: &quot;8683034&quot;,\n            &quot;role&quot;: null,\n            &quot;email&quot;: &quot;reve_ios_sdk@test.com&quot;,\n            &quot;designation&quot;: &quot;&quot;,\n            &quot;phone_no&quot;: &quot;&quot;,\n            &quot;status&quot;: &quot;OFFLINE&quot;,\n            &quot;concurrent_chat_limit&quot;: 2,\n            &quot;additional_info&quot;: null,\n            &quot;last_login_time&quot;: null,\n            &quot;last_name&quot;: &quot;SDK Dev 1&quot;,\n            &quot;first_name&quot;: &quot;iOS&quot;,\n            &quot;create_time&quot;: 1732686939000,\n            &quot;departments&quot;: []\n        },\n        {\n            &quot;agent_id&quot;: 115124,\n            &quot;account_id&quot;: &quot;8683034&quot;,\n            &quot;role&quot;: null,\n            &quot;email&quot;: &quot;ahsan@revechat.com&quot;,\n            &quot;designation&quot;: &quot;&quot;,\n            &quot;phone_no&quot;: &quot;&quot;,\n            &quot;status&quot;: &quot;OFFLINE&quot;,\n            &quot;concurrent_chat_limit&quot;: 0,\n            &quot;additional_info&quot;: null,\n            &quot;last_login_time&quot;: 1738466982705,\n            &quot;last_name&quot;: &quot;&quot;,\n            &quot;first_name&quot;: &quot;Ahsan&quot;,\n            &quot;create_time&quot;: 1734930585000,\n            &quot;departments&quot;: []\n        },\n        {\n            &quot;agent_id&quot;: 115722,\n            &quot;account_id&quot;: &quot;8683034&quot;,\n            &quot;role&quot;: null,\n            &quot;email&quot;: &quot;sujon@revesoft.com&quot;,\n            &quot;designation&quot;: &quot;&quot;,\n            &quot;phone_no&quot;: &quot;&quot;,\n            &quot;status&quot;: &quot;OFFLINE&quot;,\n            &quot;concurrent_chat_limit&quot;: 20,\n            &quot;additional_info&quot;: null,\n            &quot;last_login_time&quot;: 1750145010664,\n            &quot;last_name&quot;: &quot;&quot;,\n            &quot;first_name&quot;: &quot;Sujon&quot;,\n            &quot;create_time&quot;: 1738727804000,\n            &quot;departments&quot;: []\n        },\n        {\n            &quot;agent_id&quot;: 116353,\n            &quot;account_id&quot;: &quot;8683034&quot;,\n            &quot;role&quot;: null,\n            &quot;email&quot;: &quot;hachibur.revechat+1@gmail.com&quot;,\n            &quot;designation&quot;: &quot;&quot;,\n            &quot;phone_no&quot;: &quot;&quot;,\n            &quot;status&quot;: &quot;OFFLINE&quot;,\n            &quot;concurrent_chat_limit&quot;: 5,\n            &quot;additional_info&quot;: null,\n            &quot;last_login_time&quot;: 1750046689811,\n            &quot;last_name&quot;: &quot;Rahman&quot;,\n            &quot;first_name&quot;: &quot;Hachibur&quot;,\n            &quot;create_time&quot;: 1742370184000,\n            &quot;departments&quot;: [\n                {\n                    &quot;deptName&quot;: &quot;Facebook&quot;,\n                    &quot;clOperatorCode&quot;: null,\n                    &quot;deptDescription&quot;: &quot;&quot;,\n                    &quot;isAccessAllReport&quot;: null,\n                    &quot;id&quot;: 4214,\n                    &quot;active&quot;: false\n                },\n                {\n                    &quot;deptName&quot;: &quot;WhatsApp&quot;,\n                    &quot;clOperatorCode&quot;: null,\n                    &quot;deptDescription&quot;: &quot;&quot;,\n                    &quot;isAccessAllReport&quot;: null,\n                    &quot;id&quot;: 4213,\n                    &quot;active&quot;: false\n                }\n            ]\n        },\n        {\n            &quot;agent_id&quot;: 116931,\n            &quot;account_id&quot;: &quot;8683034&quot;,\n            &quot;role&quot;: null,\n            &quot;email&quot;: &quot;rasheek11@revechat.com&quot;,\n            &quot;designation&quot;: &quot;&quot;,\n            &quot;phone_no&quot;: &quot;&quot;,\n            &quot;status&quot;: &quot;OFFLINE&quot;,\n            &quot;concurrent_chat_limit&quot;: 2,\n            &quot;additional_info&quot;: null,\n            &quot;last_login_time&quot;: 1746524463293,\n            &quot;last_name&quot;: &quot;&quot;,\n            &quot;first_name&quot;: &quot;Rasheek&quot;,\n            &quot;create_time&quot;: 1746434352000,\n            &quot;departments&quot;: []\n        },\n        {\n            &quot;agent_id&quot;: 117342,\n            &quot;account_id&quot;: &quot;8683034&quot;,\n            &quot;role&quot;: null,\n            &quot;email&quot;: &quot;afjal.123@revechat.com&quot;,\n            &quot;designation&quot;: &quot;&quot;,\n            &quot;phone_no&quot;: &quot;&quot;,\n            &quot;status&quot;: &quot;OFFLINE&quot;,\n            &quot;concurrent_chat_limit&quot;: 0,\n            &quot;additional_info&quot;: null,\n            &quot;last_login_time&quot;: 1750040917371,\n            &quot;last_name&quot;: &quot;Siddique&quot;,\n            &quot;first_name&quot;: &quot;Afjal&quot;,\n            &quot;create_time&quot;: 1748752360000,\n            &quot;departments&quot;: []\n        },\n        {\n            &quot;agent_id&quot;: 118647,\n            &quot;account_id&quot;: &quot;8683034&quot;,\n            &quot;role&quot;: null,\n            &quot;email&quot;: &quot;sa@revechat.com&quot;,\n            &quot;designation&quot;: &quot;&quot;,\n            &quot;phone_no&quot;: &quot;&quot;,\n            &quot;status&quot;: &quot;OFFLINE&quot;,\n            &quot;concurrent_chat_limit&quot;: 2,\n            &quot;additional_info&quot;: null,\n            &quot;last_login_time&quot;: null,\n            &quot;last_name&quot;: &quot;dev&quot;,\n            &quot;first_name&quot;: &quot;Sayeem&quot;,\n            &quot;create_time&quot;: 1751269506000,\n            &quot;departments&quot;: []\n        }\n    ]\n}<\/code><\/pre>\n<\/details>\n\n\n\n<h2 class=\"wp-block-heading\">Get a single agent details<\/h2>\n\n\n\n<p>To access a single chat details you need to use the below CURL replacing {account_id} from your account and the {agent_id} of that particular chat.<\/p>\n\n\n\n<pre class=\"wp-block-prismatic-blocks\"><code class=\"language-php\">curl --location -g &#039;https:\/\/api.revechat.com\/api\/agents\/{account_id}\/{agent_id}&#039; \\\n--header &#039;Authorization: paste your authorization key here&#039;<\/code><\/pre>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>Example:<\/strong><\/h5>\n\n\n\n<pre class=\"wp-block-prismatic-blocks\"><code class=\"language-php\">curl --location &#039;https:\/\/api.revechat.com\/api\/agents\/8683034\/81830&#039; \\\n--header &#039;Authorization: eyJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50SWQiOiI4NjgzMDM0Iiwic3ViIjoiYXV0aG9yaXphdGlvbiIsImV4cCI6MTc1NDk4MTM4MSwiaWF0IjoxNzUyMzg5MzgxfQ.yZ2jyKiY-dKCwDU_V09shdOugJKHaczMWlVFuitYQ9Q&#039; \\\n--header &#039;Cookie: revechatLocaleCookie=en&#039;<\/code><\/pre>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Single Agent API with Parameters<\/h3>\n\n\n\n<figure class=\"wp-block-table is-style-regular\"><table class=\"has-fixed-layout\"><thead><tr><th>Field<\/th><th>Category<\/th><th>Type<\/th><th>Description<\/th><th>Example<\/th><\/tr><\/thead><tbody><tr><td>agent_id<\/td><td>required<\/td><td>Number<\/td><td>The id of the chat.<\/td><td><code>\/{agent_id}<\/code><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<details class=\"wp-block-details is-layout-flow wp-block-details-is-layout-flow\"><summary>View Success Parameter Here<\/summary>\n<pre class=\"wp-block-prismatic-blocks\"><code class=\"language-json\">{\n    &quot;status&quot;: &quot;success&quot;,\n    &quot;message&quot;: &quot;Agents found&quot;,\n    &quot;body&quot;: {\n        &quot;agent_id&quot;: 81830,\n        &quot;account_id&quot;: &quot;8683034&quot;,\n        &quot;role&quot;: null,\n        &quot;email&quot;: &quot;talha@revechat.com&quot;,\n        &quot;designation&quot;: &quot;&quot;,\n        &quot;phone_no&quot;: &quot;&quot;,\n        &quot;status&quot;: &quot;OFFLINE&quot;,\n        &quot;concurrent_chat_limit&quot;: 5,\n        &quot;additional_info&quot;: null,\n        &quot;last_login_time&quot;: 1752391945383,\n        &quot;last_name&quot;: &quot;&quot;,\n        &quot;first_name&quot;: &quot;Mohaimin&quot;,\n        &quot;create_time&quot;: null,\n        &quot;departments&quot;: []\n    }\n}<\/code><\/pre>\n<\/details>\n\n\n\n<p><\/p>\n\n\n\n<p>Any questions? Please email us at <a href=\"mailto:support@revechat.com\">support@revechat.com<\/a> <\/p>\n","protected":false},"excerpt":{"rendered":"<p>List all agents data To access all data use the below CURL replacing {account_id} from your account. Learn how to get your Account ID. Learn how to get Authorization key. Example: All agent API Parameters FieldCategoryTypeDescriptionExamplepage_nooptionalNumberThe requested page number.?page_no=1 Get a single agent details To access a single chat details you need to use the [&hellip;]<\/p>\n","protected":false},"author":43,"featured_media":0,"menu_order":122,"template":"","meta":{"_acf_changed":false,"footnotes":""},"help_center_type":[1815],"class_list":["post-270962","help-center","type-help-center","status-publish","hentry","help_center_type-rest-api"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.revechat.com\/wp-json\/wp\/v2\/help-center\/270962","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.revechat.com\/wp-json\/wp\/v2\/help-center"}],"about":[{"href":"https:\/\/www.revechat.com\/wp-json\/wp\/v2\/types\/help-center"}],"author":[{"embeddable":true,"href":"https:\/\/www.revechat.com\/wp-json\/wp\/v2\/users\/43"}],"version-history":[{"count":6,"href":"https:\/\/www.revechat.com\/wp-json\/wp\/v2\/help-center\/270962\/revisions"}],"predecessor-version":[{"id":276996,"href":"https:\/\/www.revechat.com\/wp-json\/wp\/v2\/help-center\/270962\/revisions\/276996"}],"wp:attachment":[{"href":"https:\/\/www.revechat.com\/wp-json\/wp\/v2\/media?parent=270962"}],"wp:term":[{"taxonomy":"help_center_type","embeddable":true,"href":"https:\/\/www.revechat.com\/wp-json\/wp\/v2\/help_center_type?post=270962"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}