{"info":{"_postman_id":"173c51d7-f6d5-4a81-8fd0-cdf68003a68a","name":"Callerdesk API","description":"<html><head></head><body><h1 id=\"welcome-to-callerdesk-api-reference\">Welcome to Callerdesk API Reference</h1>\n<p>It is built especially for businesses to help them intelligently manage callers and for automating self-service options. It can be useful for gathering actionable customer information and meeting customer expectations in a timely manner, thus eliminating wait times and increasing chances of giving continuous business.</p>\n<p><i><b>What can you expect from using us?</b></i></p>\n<ul>\n<li><p>Build a solid cloud call telephony solution that your team can use to handle calls easily, onboard new members faster, become remote-friendly, and provide better workflows overall;</p>\n</li>\n<li><p>Build a virtual contact center to enable a call support system for your customers;</p>\n</li>\n<li><p>Integrate it with other SaaS solutions you might already use for business management.</p>\n</li>\n</ul>\n<p>The platform is relatively intuitive and easy to use, but we still find some use cases are not obvious, so let's dive into our documentation.</p>\n<h1 id=\"1authentication\">1.Authentication</h1>\n<p>Authenticate your workspace when using the API by including your API Key in the request. You can access your API Key in the Integration Settings on your Callerdesk dashboard.</p>\n<p>Please note that your API Key grants you access to your private contact data in Callerdesk. Therefore, it should not be shared outside of your company. If a certain integration, not listed on our Integrations page, requests your API Key, please contact us and refrain from sharing your key with anyone. Additionally, ensure that you do not disclose your API key in publicly accessible areas such as GitHub or client-side code.</p>\n<p>You need to send your API Key in the authcode parameter</p>\n<p>All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.</p>\n<p>To test requests using your account, replace the sample API key with your actual API key or sign in .</p>\n<h1 id=\"2about-webhooks-integration\">2.About Webhooks Integration</h1>\n<p>In today's digital era, where corporate norms and procedures are constantly expanding, it is not uncommon to use a variety of different applications and apps. However, it's crucial that these two (or more) applications synchronise or interact with one another flawlessly.</p>\n<p>CallerDesk provides <a href=\"https://api.callerdesk.io/\">API</a> and Webhooks to enable such swifter communication.</p>\n<p>Webhooks and API, however, operate in different ways. To give one easy example, <strong>when you ask API to do something, it will do it. Webhooks, on the other hand, will carry out the same function when specific events occur or specified requirements/situations are achieved.</strong></p>\n<p>In addition to automating processes, Webhooks also saves a tonne of manual work and is quite simple to design and utilise.</p>\n<p>Let's explore to fully comprehend,</p>\n<h2 id=\"how-do-webhooks-work\"><strong>How Do Webhooks Work?</strong></h2>\n<p>To put it simply, a Webhook is an HTTP callback or an HTTP POST that notifies a server of an occurrence.</p>\n<p>In other words, Webhooks facilitate communication between two apps by sending \"event-notifications\" via HTTP POST (CallerDesk Platform + other integrated application). When a \"event\" happens, it merely sends a message (including all the valuable data) over a URL to the third party application. Usually, the third-party programme provides this URL. In CallerDesk Platform, you can choose specific occurrences or circumstances that will permit communication between the Webhook and the integrated third-party application.</p>\n<h2 id=\"what-are-the-benefits-of-using-webhooks\"><strong>What Are the Benefits of Using Webhooks?</strong></h2>\n<p>Webhooks should be used if you want your two (or more) applications to work in concurrently. Webhooks are very user-friendly, flexible, and customizable. In other words, a webhook can be used for either a single event or a collection of events.</p>\n<p>Additionally, Webhooks save a lot of manual work because they deliver real-time notifications and instantly synchronise with the integrated 3rd party application.</p>\n<h2 id=\"apis-vs-webhooks\"><strong>APIs Vs Webhooks</strong></h2>\n<p>APIs deliver you the data when you ask for it but Webhooks eliminate the requirement for a user to send a request. As soon as the data is available, you get it.</p>\n<p><em>Example</em></p>\n<p><em>Using APIs, you must keep polling every few seconds until a new call is received if you want to determine whether a new call lead has been received or not. However, if you're utilising Webhooks, you may set up a webhook event called \"call report\" to get alerts whenever a caller connects with the IVR.</em></p>\n<h1 id=\"21-callerdesk-webhook\">2.1 CallerDesk &lt;&gt; Webhook</h1>\n<p>CallerDesk event is a specific type of activity. Call report, live call answers, the addition, deletion, and updating of members or call groups are all included in this. Each interaction is recorded in CallerDesk's \"Events\" section, and the corresponding \"Event Data\" is sent in a JSON format to the external app.</p>\n<p>In the CallerDesk Platform, events fall into four main categories. <strong>The Webhook is activated when one or more of the events specified below occurs :</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Webhook Event</th>\n<th>Description</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Call Events</td>\n<td>This webhook integration of the platform allows to get alll the inbound and outgoing call reports.</td>\n<td><strong>Call Report</strong> – Call detailed information after disconnection.  <br>  <br><strong>Live Call</strong> – When an incoming/outgoing call is triggered.  <br>  <br><strong>App Call Report</strong> - Call detailed information after disconnection. ( From APP )</td>\n</tr>\n<tr>\n<td>Member Events</td>\n<td>This webhook integration of the platform allows to get the details of added new members, updating and deleting members</td>\n<td><strong>Add Member</strong> - When a member is created.  <br>  <br><strong>Update Member</strong>- When a member is updated.  <br>  <br><strong>Delete Member</strong> - When a member is deleted.</td>\n</tr>\n<tr>\n<td><strong>CallGroup Events</strong></td>\n<td>This webhook integration of the platform allows to get the details of added new callgroup, updating and deleting callgroup.  <br>  <br>This webhook integration of the platform allows to get the details of the  <br>  <br>This webhook integration of the platform allows to get the details of the This API is used to get the call groups list.</td>\n<td><strong>Add Call Group</strong> - When a Call group is created.  <br>  <br><strong>Update Call Group</strong> - When a Call group is updated.  <br>  <br><strong>Delete Call Group</strong> - When a Call group is deleted.</td>\n</tr>\n<tr>\n<td><strong>Security Activity</strong></td>\n<td>This webhook integration of the platform allows to get the details of all activity happening in the platform by your team i.e login time, export data etc</td>\n<td><strong>Security Activity -</strong> When an activity happens on the web platform.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>To set up webhooks:</strong></em></p>\n<p>Log onto the CallerDesk Dashboard to configure webhooks and select and navigate to <strong>Dashboard → API &amp; Integration → Webhooks.</strong></p>\n<img src=\"https://content.pstmn.io/371a7779-24f3-4afd-9ba7-622fab074971/MTExMS5qcGc=\">\n\n<p><strong>2. Select \"+ Create Webhook\" from the menu.</strong></p>\n<img src=\"https://content.pstmn.io/dc2d7b75-0cb8-44d9-a81c-38d30c066db6/MjIyMjIgY29weS5qcGc=\">\n\n<p>3. <strong>Enter the URL you wish to receive the webhook payload</strong> at when an event is triggered in the Webhook Setup pop-up window. We advise using an HTTPS URL</p>\n<img src=\"https://content.pstmn.io/4bad88c6-00af-4603-80f5-e50fa7f19279/MzMzMy5qcGc=\">\n\n<p>4. <strong>Enter the email address where notifications should be sent</strong> in the event that a webhook fails in the Alert Email area. You will receive notifications about webhooks, such as failures, deactivation, and so on.</p>\n<img src=\"https://content.pstmn.io/3363c77b-6d2c-4c4f-8604-c719bed28bae/NDQ0NC4uanBn\">\n\n<p>5. <strong>From the list of Active Events, pick the necessary events.</strong></p>\n<img src=\"https://content.pstmn.io/2826ae10-b860-487f-9bb5-9513cef715f9/NTUuanBn\">\n\n<p>6. <strong>Then click to submit Create Webhook tab mentioned in the popup screen</strong>. A webhook is added to the list of webhooks after being set.</p>\n<p><strong>To make more modifications, select the webhook and click Edit.</strong></p>\n<blockquote>\n<p><em><strong>Handy Hints</strong></em><br>1. Webhooks can only be sent to publicly accessible URLs.<br>2. You won't be able to add the URL and will experience an error if it contains the domain CallerDesk.<br>3. You will encounter a not allowed error if you try to save a localhost endpoint as part of a webhook configuration. </p>\n</blockquote>\n<p>Note: This webhook integration is a premium feature. To know more about it, please connect with your account manager.</p>\n<h1 id=\"22-test-validate-webhook\">2.2 Test &amp; Validate Webhook</h1>\n<p>You can do a test of the webhooks to see if the payloads are correct or to make sure the integration is functioning. When a transaction is performed in Test mode, test events are triggered. Since the format of the payload is consistent between the Live and Test environments, you may have faith in your pre-production checks. Webhooks can be tested with using <a href=\"https://webhook.site/\">request interceptor tools</a><strong>.</strong></p>\n<ul>\n<li><strong>Using Request Interceptor Tools🔗</strong></li>\n</ul>\n<p>The internet provides a plethora of free, high-quality webhook testing tools. Performing search on Google for \"test webhooks online” will bring up a number of different sites where you can put your webhook testing skills to the test.</p>\n<p><strong>To test webhooks:</strong></p>\n<p>1. Visit <a href=\"https://webhook.site\">https://webhook.site</a> to test webhooks.</p>\n<img src=\"https://content.pstmn.io/ea5abaf5-a250-4a3e-a04b-7d3fda14934a/MTFhUTFKMFNaajBvT2hpSk51YTJSeHJfc2NyZWVuc2hvdC0wMi0wMS0yMDIzLWF0LTIxMzQuanBn\">\n\n<p>2. 2. In the Callerdesk Panel's , <a href=\"https://app.callerdesk.io/admin/webhook-configuration\">Webhook&nbsp;URL field</a> paste the endpoint that you copied in the previous step. Be sure to log in to the platform first before clicking the link to the CallerDesk Webhook Page above.</p>\n<img src=\"https://content.pstmn.io/d687f3d8-e05b-412c-b7d9-5e03a4dadcaf/MjIuN1FlXzFTMXZpR3pHZ1dDZHBiY0xaX3NjcmVlbnNob3QtMDItMDEtMjAyMy1hdC0yMTM1LmpwZw==\">\n\n<h1 id=\"3-about-postman-for-api-testing\">3. About POSTMAN for API testing</h1>\n<h4 id=\"what-is-postman\"><strong>What is Postman?</strong></h4>\n<p>Postman is an API testing tool that can easily be integrated into a <a href=\"https://en.wikipedia.org/wiki/CI/CD\">CI/CD pipeline</a> and scales to meet your needs.</p>\n<p>The goal is to make the API workflow more straightforward during testing and development. The abbreviation \"API\" stands for \"Application Programming Interface,\" and it is this interface that enables software applications to connect with one another by making API calls.</p>\n<p>The purpose of this tutorial is to provide you with a high-level overview of how to make your initial queries to the CallerDesk API utilising the API testing tool known as <em><strong>Postman</strong></em></p>\n<h4 id=\"why-use-postman\">Why Use Postman?</h4>\n<p>Postman Software, which currently has more than 20 million users, has developed into a popular choice of tool for the following reasons:</p>\n<ul>\n<li><p><strong>Accessibility :</strong> In order to utilise the Postman tool, a user simply needs to log in to their own accounts, which makes it simple to access files whenever and wherever they need to as long as a Postman application is installed on the computer.</p>\n</li>\n<li><p><strong>Utilisation of Collections :</strong> Postman users are given the ability to generate collections for usage with Postman API requests. Each collection has the ability to generate multiple requests and subfolders. This helps organise your test suites in a more efficient manner.</p>\n</li>\n<li><p><strong>Collaboration :</strong> You are able to import or export collections and environments, which makes it simple to exchange files with other users. Sharing collections can also be accomplished through the use of a direct link.</p>\n</li>\n<li><p><strong>Developing Environments</strong> : Having numerous environments helps reduce the amount of time spent repeating tests because one may utilise the same collection of data but apply it to a new setting.</p>\n</li>\n<li><p><strong>Creation of Tests</strong> : Test checkpoints, such as validating for a successful HTTP response status, can be added to each Postman API call, which helps assure test coverage and contributes to the overall quality of the tests.</p>\n</li>\n<li><p><strong>Automation Testing</strong> : Tests can be performed in several iterations to save time for repetitious tests by making use of either the Collection Runner or Newman.</p>\n</li>\n<li><p><strong>Debugging Postman's console:</strong> makes it simple to see what data has been retrieved, which simplifies the process of debugging tests.</p>\n</li>\n<li><p><strong>Continuous Integration</strong> : The capacity to support continuous integration ensures that development practises are kept up to date.</p>\n</li>\n</ul>\n<h4 id=\"install-or-login-directly-through-browser\">Install or Login directly through Browser</h4>\n<p>If you do not already have Postman, you can start by downloading it and installing it on your computer. <a href=\"https://www.getpostman.com/downloads/\">https://www.getpostman.com/downloads/</a></p>\n<h2 id=\"tutorial-on-how-to-use-postman-to-interact-with-apis\">Tutorial on how to use Postman to interact with APIs</h2>\n<p>The Postman's Workspace can be found down below. Let's go over the process of how to utilise Postman step by step, as well as the various capabilities that are available in the Postman tool!</p>\n<ol>\n<li><p><strong>New</strong> : This is the section in which you will be able to create a new request, collection, or environment.</p>\n</li>\n<li><p><strong>Import</strong> : With this function, you can bring in a collection or an environment. Import from file, import from folder, import from link, or paste raw text are some of the choices.</p>\n</li>\n<li><p><strong>Workspace</strong> : Create a new workspace for yourself or collaborate with others using the \"My Workspace\" feature.</p>\n</li>\n<li><p><strong>Invite</strong> : Collaborate with other members of your team on a workspace by inviting them.</p>\n</li>\n<li><p><strong>History</strong> : The requests that you have sent in the past will be presented in the History section. Because of this, it is simple to keep track of the actions that you have completed.</p>\n</li>\n<li><p><strong>Collections</strong>: Create collections to organise your test suite and keep everything in its proper place. There may be numerous requests and subfolders associated with each collection. Duplicating a request or a folder is another option that is available.</p>\n</li>\n<li><p><strong>Request tab :</strong> When you click on the Request tab, the title of the request that you are now working on will be displayed here. For requests that did not have titles, the message \"Untitled Request\" would be displayed by default.</p>\n</li>\n<li><p><strong>HTTP Request</strong> : Selecting this item will bring up a dropdown menu with a variety of request options, including GET, POST, COPY, and DELETE, among others. The GET and POST queries are the ones that are utilised the most frequently when testing the Postman API.</p>\n</li>\n<li><p><strong>Request URL</strong> : Also referred to as an endpoint, this is the location in which you will identify the link to the location with which the API will communicate.</p>\n</li>\n<li><p><strong>Save</strong> : Click the \"Save\" button whenever there are modifications to be made to a request. This ensures that the latest modifications will not be lost or overridden by previous ones.</p>\n</li>\n<li><p><strong>Params</strong> – This is the section in which you will enter the parameters required for a request, such as the key values.</p>\n</li>\n<li><p><strong>Authorization</strong> : It is necessary to have the appropriate authorisation in order to use APIs. It could take the shape of a username and password, a bearer token, or something else entirely.</p>\n</li>\n<li><p><strong>Headers</strong> : Depending on the requirements of the organisation, you have the ability to set headers such as the content type JSON.</p>\n</li>\n<li><p><strong>Body</strong> : This is the section of a request that is typically used for POST requests, and it is where one can customise the specifics of the request.</p>\n</li>\n</ol>\n<p><strong>To learn more, click the detailed tutorial</strong> <a href=\"https://learning.postman.com/docs/introduction/overview/\">here</a></p>\n<h1 id=\"31-callerdesk-postman\">3.1 CallerDesk &lt;&gt; POSTMAN</h1>\n<h2 id=\"authorization\"><strong>Authorization</strong></h2>\n<p>Adding your 'Basic Auth' is the easiest method to authorize your requests. To accomplish this, you must first locate your API key &amp; Secret Key from your callerdesk platform under \"API Integration\" section.</p>\n<p>After that, proceed with the remaining steps, which are as follows:</p>\n<ul>\n<li><p>To give Postman permission to process your requests, you will need to add your Basic Auth to Postman by selecting the drop-down menu (the icon with three dots) near collection name.</p>\n</li>\n<li><p>Choose \"Edit\".</p>\n</li>\n<li><p>On the newly created edit screen, navigate to the \"Authorization\" tab and click there.</p>\n</li>\n<li><p>Add the type of authorization method as '<strong>Basic Auth</strong>' ,</p>\n</li>\n<li><p>And then enter the \"your callerdesk account API Key\" as \"username\" &amp; \"Secret Key\" as password.</p>\n</li>\n<li><p>Now you may verify everything by clicking the \"Update\" button.</p>\n</li>\n</ul>\n<p>At this point, you are able to make your initial requests. Make certain that <i><b>\"Basic Auth\"</b></i> is selected as the authorisation type under the authorisation tab.</p>\n<img src=\"https://content.pstmn.io/e990bfad-b0c1-4707-87a4-32e975daa6fb/UU96OXFHY2hhWUJvZE1WakNlODAxX2NhbGxlcmRlc2twb3N0bWFuLmdpZg==\"></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Welcome to Callerdesk API Reference","slug":"welcome-to-callerdesk-api-reference"},{"content":"1.Authentication","slug":"1authentication"},{"content":"2.About Webhooks Integration","slug":"2about-webhooks-integration"},{"content":"2.1 CallerDesk <> Webhook","slug":"21-callerdesk-webhook"},{"content":"2.2 Test & Validate Webhook","slug":"22-test-validate-webhook"},{"content":"3. About POSTMAN for API testing","slug":"3-about-postman-for-api-testing"},{"content":"3.1 CallerDesk <> POSTMAN","slug":"31-callerdesk-postman"}],"owner":"36976357","collectionId":"173c51d7-f6d5-4a81-8fd0-cdf68003a68a","publishedId":"2sA3kPp4vp","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-01-08T07:07:10.000Z"},"item":[{"name":"Post Webhook payload","id":"c485c403-7940-4d1f-abd0-25a93f124ab0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.callerdesk.io/sample-payload","description":"<h1 id=\"call-report-webhook-sample-payload\">Call Report Webhook Sample Payload</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th><strong>Data Type / Format</strong></th>\n<th>Definition</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SourceNumber</td>\n<td>Integer</td>\n<td>Number of the caller</td>\n</tr>\n<tr>\n<td>DestinationNumber</td>\n<td>Integer</td>\n<td>VN on which the call has been triggered</td>\n</tr>\n<tr>\n<td>DialWhomNumber</td>\n<td>Integer</td>\n<td>Agent number on which call has been answered</td>\n</tr>\n<tr>\n<td>CallDuration</td>\n<td>Integer</td>\n<td>Total call duration from initiation to end</td>\n</tr>\n<tr>\n<td>coins</td>\n<td>Integer</td>\n<td>Credit deducted for the call ( for example-1)</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>String</td>\n<td>End result of call like Agent engaged, busy, abandonment, answered, cancel.</td>\n</tr>\n<tr>\n<td>StartTime</td>\n<td>yyyy-mm-dd hh:mm:ss</td>\n<td>Initiation date &amp; time of the call</td>\n</tr>\n<tr>\n<td>EndTime</td>\n<td>yyyy-mm-dd hh:mm:ss</td>\n<td>End time of the call</td>\n</tr>\n<tr>\n<td>CallSid</td>\n<td>Integer</td>\n<td>Call Unique Id ( for example-1586420216.7173x)</td>\n</tr>\n<tr>\n<td>CallRecordingUrl</td>\n<td><a href=\"https://callrecords.callerdesk.io/incoming/01_2023xxxxxx\">https://callrecords.callerdesk.io/incoming/01_2023xxxxxx</a></td>\n<td>Call recording URL if answered</td>\n</tr>\n<tr>\n<td>Direction</td>\n<td>String</td>\n<td>Type of Call Direction  <br />IVR = Incoming call  <br />WEBOBD = outgoing call</td>\n</tr>\n<tr>\n<td>campid</td>\n<td>Integer</td>\n<td>Unique campaign id ( for example 9995 ). This will show in case of outgoing call report only</td>\n</tr>\n<tr>\n<td>TalkDuration</td>\n<td>Integer</td>\n<td>Total talk duration if the call was answered</td>\n</tr>\n<tr>\n<td>call_group</td>\n<td>String</td>\n<td>Call Group Name of the connected call</td>\n</tr>\n<tr>\n<td>receiver_name</td>\n<td>String</td>\n<td>Name of the team member who answered the phone</td>\n</tr>\n<tr>\n<td>error_code</td>\n<td>Integer</td>\n<td>It will show error code incase of any error</td>\n</tr>\n<tr>\n<td>LegA_Picked_time</td>\n<td>2023-01-02 14:32:44</td>\n<td>LegA join time i.e once LegA user picked the call</td>\n</tr>\n<tr>\n<td>LegB_Start_time</td>\n<td>2023-01-02 14:32:45</td>\n<td>LegB Initiation time i.e once call initiate to the LegB user</td>\n</tr>\n<tr>\n<td>LegB_Picked_time</td>\n<td>2023-01-02 14:32:54</td>\n<td>LegB join time i.e once LegA user picked the call</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"live-call-sample-payload\">Live Call Sample Payload</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th><strong>Data Type</strong></th>\n<th>Definition</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>SourceNumber</td>\n<td>Integer</td>\n<td>Number of the caller</td>\n</tr>\n<tr>\n<td>DestinationNumber</td>\n<td>Integer</td>\n<td>VN on which the call has been triggered</td>\n</tr>\n<tr>\n<td>DialWhomNumber</td>\n<td>Integer</td>\n<td>Agent number on which call has been answered</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>String</td>\n<td>End result of call like Agent engaged, busy, abandonment, answered, cancel.</td>\n</tr>\n<tr>\n<td>StartTime</td>\n<td>yyyy-mm-dd  hh:mm:ss</td>\n<td>Initiation date &amp; time of the call</td>\n</tr>\n<tr>\n<td>CallSid</td>\n<td>Integer</td>\n<td>Call Unique Id ( for example-1586420216.7173x)</td>\n</tr>\n<tr>\n<td>Direction</td>\n<td>String</td>\n<td>Type of Call Direction  <br />IVR = Incoming call  <br />WEBOBD = outgoing call</td>\n</tr>\n<tr>\n<td>call_group</td>\n<td>String</td>\n<td>Call Group Name of the connected call</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["sample-payload"],"host":["api","callerdesk","io"],"query":[],"variable":[]}},"response":[{"id":"a98d5e7d-4ebf-4f99-b39e-f81dcf27c07b","name":"Webhook payload","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://yourdomain.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"server","value":"nginx"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"transfer-encoding","value":"chunked"},{"key":"x-request-id","value":"325b9845-488c-48cf-9faa-5cc19ff3d632"},{"key":"x-token-id","value":"84d14364-678d-4467-9a22-5e14b742d642"},{"key":"cache-control","value":"no-cache, private"},{"key":"date","value":"Mon, 30 Dec 2024 07:23:46 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"call_report\",\n    \"SourceNumber\": \"08882369xxx\",\n    \"DestinationNumber\": \"0806286xxx\",\n    \"DialWhomNumber\": \"0765208xxx\",\n    \"CallDuration\": \"26\",\n    \"coins\": \"2\",\n    \"Status\": \"ANSWER\",\n    \"StartTime\": \"2024-12-30 12:43:19\",\n    \"EndTime\": \"2024-12-30 12:43:45\",\n    \"CallSid\": \"8397472\",\n    \"CallRecordingUrl\": \"https://newcallrecords.callerdesk.io/outgoing/12_2024/3xxxwav\",\n    \"Direction\": \"WEBOBD\",\n    \"campid\": \"83974xx\",\n    \"TalkDuration\": \"2\",\n    \"call_group\": \"\",\n    \"receiver_name\": \"Aniket\",\n    \"error_code\": \"0\",\n    \"LegA_Picked_time\": \"2024-12-30 12:43:27\",\n    \"LegB_Start_time\": \"2024-12-30 12:43:28\",\n    \"LegB_Picked_time\": \"2024-12-30 12:43:43\",\n    \"key_press\": \"\",\n    \"hangup_cause\": \"ANSWER(16-customer)\",\n    \"Uniqueid\": \"8397472\"\n}"}],"_postman_id":"c485c403-7940-4d1f-abd0-25a93f124ab0"},{"name":"Get Webhook payload","id":"c1b1ad95-48be-4f26-915f-e4d2adea314c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://yourdomain.com?SourceNumber=981126xxxx&DestinationNumber=120685xxx&DialWh\nomNumber=0859591xxx&CallDuration=210&coins=4&Status=ANSWER&StartTime=2020-04-\n09n13:46:56&EndTime=2020-04-09n13:50:26&CallSid=1586420216.71xxx&CallRecordingUrl=https://callrecords.callerdesk.io/0/xxxxx.wav&Direction=WEBOBD&campid=&TalkDuration=200","urlObject":{"protocol":"https","host":["yourdomain","com"],"query":[{"key":"SourceNumber","value":"981126xxxx"},{"key":"DestinationNumber","value":"120685xxx"},{"key":"DialWh\nomNumber","value":"0859591xxx"},{"key":"CallDuration","value":"210"},{"key":"coins","value":"4"},{"key":"Status","value":"ANSWER"},{"key":"StartTime","value":"2020-04-\n09n13:46:56"},{"key":"EndTime","value":"2020-04-09n13:50:26"},{"key":"CallSid","value":"1586420216.71xxx"},{"key":"CallRecordingUrl","value":"https://callrecords.callerdesk.io/0/xxxxx.wav"},{"key":"Direction","value":"WEBOBD"},{"key":"campid","value":""},{"key":"TalkDuration","value":"200"}],"variable":[]}},"response":[{"id":"a45cc10c-181d-490e-96c0-d679f94c56d1","name":"Get Method","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://webhook.site/84d14364-678d-4467-9a22-5e14b742d642/?SourceNumber=981126xxxx&DestinationNumber=120685xxx&DialWh\nomNumber=0859591xxx&CallDuration=210&coins=4&Status=ANSWER&StartTime=2020-04-\n09n13:46:56&EndTime=2020-04-09n13:50:26&CallSid=1586420216.71xxx&CallRecordingUrl=https://callrecords.callerdesk.io/0/xxxxx.wav&Direction=WEBOBD&campid=&TalkDuration=200","protocol":"https","host":["webhook","site"],"path":["84d14364-678d-4467-9a22-5e14b742d642",""],"query":[{"key":"SourceNumber","value":"981126xxxx"},{"key":"DestinationNumber","value":"120685xxx"},{"key":"DialWh\nomNumber","value":"0859591xxx"},{"key":"CallDuration","value":"210"},{"key":"coins","value":"4"},{"key":"Status","value":"ANSWER"},{"key":"StartTime","value":"2020-04-\n09n13:46:56"},{"key":"EndTime","value":"2020-04-09n13:50:26"},{"key":"CallSid","value":"1586420216.71xxx"},{"key":"CallRecordingUrl","value":"https://callrecords.callerdesk.io/0/xxxxx.wav"},{"key":"Direction","value":"WEBOBD"},{"key":"campid","value":""},{"key":"TalkDuration","value":"200"}]}},"status":"OK","code":200,"_postman_previewlanguage":"raw","header":[{"key":"server","value":"nginx"},{"key":"content-type","value":"Getting"},{"key":"transfer-encoding","value":"chunked"},{"key":"x-request-id","value":"be500a5f-909b-4b9c-9f72-ea68ab9a24ec"},{"key":"x-token-id","value":"84d14364-678d-4467-9a22-5e14b742d642"},{"key":"cache-control","value":"no-cache, private"},{"key":"date","value":"Mon, 30 Dec 2024 11:08:18 GMT"}],"cookie":[],"responseTime":null,"body":"success"}],"_postman_id":"c1b1ad95-48be-4f26-915f-e4d2adea314c"},{"name":"Add member","id":"6d70bae4-aa9e-4cc4-b0aa-f22cb3644456","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"eee32711e53d174c27097cb310b02xxx","type":"text"},{"key":"member_name","value":"testing","type":"text"},{"key":"member_num","value":"7065765xxx","type":"text"},{"key":"access","value":"2","type":"text"},{"key":"active","value":"1","type":"text"}]},"url":"https://app.callerdesk.io/api/addmember_v2","description":"<h3 id=\"add-member-v2\">Add Member v2</h3>\n<p><em><strong>This endpoint allows you to add a new member using the provided information.</strong></em></p>\n<h4 id=\"request-body-parameters\">Request Body Parameters</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>authcode <em>*required*</em></td>\n<td>(String) This is the unique Auth key</td>\n</tr>\n<tr>\n<td>member_name <em>*required*</em></td>\n<td>(String) Team Member Name</td>\n</tr>\n<tr>\n<td>member_num <em>*required*</em></td>\n<td>(Integer) Team Member Number ( for example-0859xxxxxx)</td>\n</tr>\n<tr>\n<td>access <em>*required*</em></td>\n<td>(Integer) Access to be given to the member. 1 or admin and 2 for regular</td>\n</tr>\n<tr>\n<td>active <em>*required*</em></td>\n<td>(Integer) The member has to be made active or not. 1 for active and 0 for inactive</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","addmember_v2"],"host":["app","callerdesk","io"],"query":[],"variable":[]}},"response":[{"id":"5df26697-10c9-4b16-867d-02e481841a4c","name":"Add member","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"eee32711e53d174c27097cb310b0xxxx","type":"text"},{"key":"member_name","value":"Testing","type":"text"},{"key":"member_num","value":"7065765xxxx","type":"text"},{"key":"access","value":"2","type":"text"},{"key":"active","value":"1","type":"text"}]},"url":"https://app.callerdesk.io/api/addmember_v2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Jul 2024 07:26:21 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, X-Auth-Token"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"keep-alive, Keep-Alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Set-Cookie","value":"ci_cookie=7Kz7cQmq5AZSztEoM25%2Bkz1XW5BIefTXviVMFnEd%2BR36r9I4TArkUX%2B2zcIQ449K14%2FXg2OPqUMDk3E396OgitkcbPx4rBSIaAvxXtc3J9oD7Z8YyTOFank89FGFtbqrlPo8kmmilrS5jHt1HSG8kAOCcf9OMpdKGMFg7lSp%2BWGpyEu8kWlfajJLvDMCeVK1fmN7Sa%2FsftYzSghfjZoP%2F56DgxGd%2BvUIUx5JoOia2J06ggOYhm7xRIn4Zk2e%2BOjMHiF5jXk3ZZU0T2A8LDVA4rdBu71jFFXQASvxtfwNkQ4%3D; path=/; secure;Secure;HttpOnly"},{"key":"Content-Length","value":"163"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"success\",\n    \"message\": \"Invite member added Successfully.\",\n    \"getmember\": [\n        {\n            \"member_id\": \"24196\",\n            \"member_name\": \"Kush\",\n            \"member_email\": \"kuxxxxxxxxx9@callerdesk.io\",\n            \"member_num\": \"0928999xxxx\"\n        }\n    ]\n}"}],"_postman_id":"6d70bae4-aa9e-4cc4-b0aa-f22cb3644456"},{"name":"Update member","id":"68409857-c0e9-4e1f-92dd-77dba105a500","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"eee32711e53d174c27097cb310b0xxxx","type":"text"},{"key":"access","value":"2","type":"text"},{"key":"status","value":"1","type":"text"},{"key":"member_id","value":"62456","type":"text"},{"key":"member_num","value":"7065765xxx","type":"text"},{"key":"member_email","value":"xxxxx@gmail.com","type":"text"},{"key":"member_name","value":"testing","type":"text"},{"key":"password","value":"xxxxx..","type":"text"}]},"url":"https://app.callerdesk.io/api/updatemember_v2","description":"<p><em><strong>This API is used to Update your team member information</strong></em>.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>authcode <em>*required</em></td>\n<td>(String) This is the unique Auth key</td>\n</tr>\n<tr>\n<td>member_id <em>*required</em></td>\n<td>(Integer) Team member unique id. ( for example 22259 )</td>\n</tr>\n<tr>\n<td>member_num <em>*required</em></td>\n<td>(Integer) The number of the member, this is non editable</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Optional (The edits that will be madeEnd)</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>access</td>\n<td>Access to be given to the member. 1 or admin and 2 for regular</td>\n</tr>\n<tr>\n<td>status</td>\n<td>The member has to be made active or not. 1 for active and 2 for inactive</td>\n</tr>\n<tr>\n<td>member_email</td>\n<td>Team Member Email id ( fro <a href=\"https://mailto:example-agent1@xxx.com\">example-agent1@xxx.com</a>)</td>\n</tr>\n<tr>\n<td>member_name</td>\n<td>This is the username of the member</td>\n</tr>\n<tr>\n<td>password</td>\n<td>This is the password that the member uses to login to the panel</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","updatemember_v2"],"host":["app","callerdesk","io"],"query":[],"variable":[]}},"response":[{"id":"0fd9f21a-b27f-4e8f-8b1d-1698621c84a2","name":"Update member","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"eee32711e53d174c27097cb310b0xxxx","type":"text"},{"key":"access","value":"2","type":"text"},{"key":"status","value":"1","type":"text"},{"key":"member_id","value":"62456","type":"text"},{"key":"member_num","value":"7065765xxx","type":"text"},{"key":"member_email","value":"xxxx@gmail.com","type":"text"},{"key":"member_name","value":"testing ","type":"text"},{"key":"password","value":"xxxxx..","type":"text"}]},"url":"https://app.callerdesk.io/api/updatemember_v2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Jul 2024 07:47:16 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, X-Auth-Token"},{"key":"Vary","value":"User-Agent"},{"key":"Connection","value":"keep-alive, Keep-Alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Set-Cookie","value":"ci_cookie=UrqvQfgIoZ64bj720QRQbJgUZbnZQ8wmJ4tZ96Bss1gybeU04bltYsMu0bjfMPFFQyHQmK0O%2BrinVXK4MfhiPyBQqOKsu0zTCZGTfwrsJ%2B499TTtZ0iQ%2BkpMsfoy4Qvv3GCdXDA94lxx7AAeO6GHfGJw%2BXM%2F3otkDvTNZJLjuBJ3tEyQ1OZIsmvVE0sud9Jy8qaMMbCyggHmo4RHDTO8Ep8Z41MwB6bfpNJ1jS0rlv0BY%2BcfQSpyZrp49rWSFXpAWc3pHJEtRkSoMcFNOOnhiR%2FcTfrf6aB5aN5%2FvGMhknQ%3D; path=/; secure;Secure;HttpOnly"},{"key":"Content-Length","value":"50"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"success\",\n    \"message\": \"Successfully updated member\"\n}"}],"_postman_id":"68409857-c0e9-4e1f-92dd-77dba105a500"},{"name":"Delete Member","id":"1e49ae18-507f-430e-b489-37a7dba9682b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"eee32711e53d174c27097cb310b0xxxx","type":"text"},{"key":"member_id","value":"63xxx","type":"text"}]},"url":"https://app.callerdesk.io/api/deletemember_v2","description":"<p><em><strong>If you want to delete any team member from the platform, then you can use this API.</strong></em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>key</th>\n<th>value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>authcode</td>\n<td>(String) This is the unique Auth key.</td>\n</tr>\n<tr>\n<td>member_id</td>\n<td>Team member unique id. ( for example 22259 )</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","deletemember_v2"],"host":["app","callerdesk","io"],"query":[],"variable":[]}},"response":[{"id":"f4bb36aa-d48a-4b2b-87e0-484c85d76738","name":"Delete Member","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"eee32711e53d174c27097cb31nm0xxxx","type":"text"},{"key":"member_id","value":"63499","type":"text"}]},"url":"https://app.callerdesk.io/api/deletemember_v2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Jul 2024 07:36:38 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, X-Auth-Token"},{"key":"Vary","value":"User-Agent"},{"key":"Connection","value":"keep-alive, Keep-Alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Set-Cookie","value":"ci_cookie=UzvyP7vntTGAaQTCPuMhc3kahZyl2GMW7V3EBqtguHD7CMm2O8JKRSmN8hAW23jSYCwQr7Ae1RXLii97GDtgEqxWweWJwrDxawcNM4EMLqnBvlSXY1FiI9UjVl9mToaIJThgDzcUGkNiujrTsN0zUbQygKHzFyq%2F1P0d%2FYUcgq%2BNRlfS6z6hA2lacTDGdBEm4cJjls6eDAs5a7W6g8HevY%2BZv1sohsUbfmnG5%2FWUIhsFh2Q6lAVBbQL3Kl5ZYQwFik9%2Fs553rmXTCuY6zxYLIZ90pKxBCve22V7GRVlA6g0%3D; path=/; secure;Secure;HttpOnly"},{"key":"Content-Length","value":"57"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"success\",\n    \"message\": \"successfully delete member\"\n}"}],"_postman_id":"1e49ae18-507f-430e-b489-37a7dba9682b"},{"name":"Get Member List","id":"bf971a1a-5636-4b23-a3e0-928736e1b112","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"6e2a6ad066vhgfh553cdbb6db84f2xx7xxxx","type":"text"}]},"url":"https://app.callerdesk.io/api/getmemberlist_V2","description":"<p><strong>Through Member list API, you will find all added team members information like member id, name, mobile number, auto generated email id.</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>authcode <em><strong>*required</strong></em></td>\n<td>(String) This is the unique Auth key</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Optional (The edits that will be madeEnd)</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>current_page</td>\n<td><em>(Integer)</em> count of pages</td>\n</tr>\n<tr>\n<td>per_page</td>\n<td>(Integer) Limit per page (fixed at 50 from backend)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","getmemberlist_V2"],"host":["app","callerdesk","io"],"query":[],"variable":[]}},"response":[{"id":"a7585bd8-76cc-4b05-94f2-465deb37fa59","name":"Get Member List","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"eee32711e53d174c27097cb310b0xxxx","type":"text"}]},"url":"https://app.callerdesk.io/api/getmemberlist_V2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Jul 2024 07:38:37 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, X-Auth-Token"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"keep-alive, Keep-Alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Set-Cookie","value":"ci_cookie=pb8nI%2FgMVr27aW%2FbOxlrjkBBPnHOOuIHDqyyKn0%2FLAk5k1s9z4FtJ1h5HqxY6eEguyxYmzKoRCbPFmTIvN1EW0teG%2FHES7r%2FG3xMw6lXqDX0Lq2l4doN8yUA3c6BVdk8w%2FEbNNNWOfSJgNS15icSRSc3S3qHRQOrtu85wE1ttTJdVxQ0S4C%2FR%2FhPOqCiYObvs%2F4PrSg95lMyCfG9qzd9oMIqz0FjvKwIoGe97tglsgN0iro0FJ7jXAI%2B5NT%2FyQ74G8OdAeB0XFQxhwctfaiqV8ZD5M6ZOsoRATPagN%2FJ8gY%3D; path=/; secure;Secure;HttpOnly"},{"key":"Content-Length","value":"270"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"getmember\": [\n        {\n            \"member_id\": \"15xxx\",\n            \"member_name\": \"Nexxxx\",\n            \"member_email\": \"nehaXXXXXn@callerdesk.io\",\n            \"member_num\": \"0859591xxxx\",\n            \"password\": \"1234xxx\",\n            \"access\": \"2\",\n            \"status\": \"1\",\n            \"type\": \"Normal\",\n            \"agent_extn\": \"*703xxx\"\n        }\n\n        ],\n    \"total_record\": 1xx,\n    \"type\": \"success\"\n}"}],"_postman_id":"bf971a1a-5636-4b23-a3e0-928736e1b112"},{"name":"Create Call Group","id":"2f53b20d-dc4d-4cf0-a763-bc9e1947c4c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"eee32711e53d174c27097cb310b0xxxx","type":"text"},{"key":"group_name","value":"Testxxxx","type":"text"},{"key":"deskphone_id","value":"9912","type":"text"}]},"url":"https://app.callerdesk.io/api/createcallgroup","description":"<p><em><strong>This api will help you to create a new call Group along with DeskPhone and group owner configuration</strong></em>.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>authcode <em>*required*</em></td>\n<td>(String) The unique auth key</td>\n</tr>\n<tr>\n<td>group_name <em>*required*</em></td>\n<td>(String) Name of the call group</td>\n</tr>\n<tr>\n<td>deskphone_id <em>*required*</em></td>\n<td>(Integer) Desk Phone unique id , You need to hit API named as IVR Number List (parameter in response = did_id: 418xxx)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","createcallgroup"],"host":["app","callerdesk","io"],"query":[],"variable":[]}},"response":[{"id":"2d58903f-c7ea-4d79-8052-6ae24effe53d","name":"Create Call Group","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"eee53621e53d174c27097cbvfvsgfjhg0xxxx","type":"text"},{"key":"group_name","value":"Testing New version","type":"text"},{"key":"deskphone_id","value":"9912","type":"text"},{"key":"member_id","value":"60252","type":"text"},{"key":"group_owner_name","value":"testing","type":"text"}]},"url":"https://app.callerdesk.io/api/createcallgroup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Jul 2024 07:49:09 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, X-Auth-Token"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"keep-alive, Keep-Alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Length","value":"90"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"success\",\n    \"message\": \"Call Group added successfully.\",\n    \"grouplist\": [\n        {\n            \"group_id\": \"82xx\",\n            \"group_name\": \"xxx group4\",\n            \"call_strategy\": null,\n            \"is_sticky\": \"0\",\n            \"is_multi_sticky\": null,\n            \"group_owner_name\": \"Kausxxxl\",\n            \"extension\": null\n        }\n    ]\n}"}],"_postman_id":"2f53b20d-dc4d-4cf0-a763-bc9e1947c4c8"},{"name":"Update Callgroup","id":"1e6906f0-ef2a-4040-a810-7625d417fdc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"eee32711e53d174c27097cb310b0xxxx","type":"text"},{"key":"group_id","value":"253xx","type":"text"},{"key":"member_id","value":"610xx","type":"text"},{"key":"group_name","value":"Apitest","type":"text"}]},"url":"https://app.callerdesk.io/api/updategroup_v2","description":"<p><em><strong>This API is used to update your existing call group</strong></em>.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>authcode <em>*required*</em></td>\n<td>(String) This is the unique Auth key</td>\n</tr>\n<tr>\n<td>group_id <em>*required*</em></td>\n<td>(Integer) This is the unique ID of the group</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Optional (The edits that will be madeEnd)</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>member_id</td>\n<td>(Integer) Team member unique id. ( for example 22259 )</td>\n</tr>\n<tr>\n<td>group_name</td>\n<td>(String) Name of the group to be updated</td>\n</tr>\n<tr>\n<td>strategy_check</td>\n<td>(Integer) <strong>1</strong> for ROUND ROBIN RINGING ,  <br /><strong>2</strong> For SEQUENTIAL RINGING ,  <br /><strong>3</strong> For RANDOM RINGING ,  <br /><strong>4</strong> FOR Least Occupied Ringing ,  <br /><strong>5</strong> FOR Parallel Ringing ,  <br /><strong>6</strong> FOR Least Idle Ringing )</td>\n</tr>\n<tr>\n<td>multi_sticky</td>\n<td>(Integer) To activate or deactivate the sticky member option ( <strong>0 for OFF</strong>, <strong>1 for Advance</strong> , <strong>2 For Normal</strong> )</td>\n</tr>\n<tr>\n<td>day</td>\n<td>(Integer) This is to update the  <br />active days in particular callgroup  <br /><strong>1</strong>=&gt;'Mon',  <br /><strong>2</strong>=&gt;'Tue',  <br /><strong>3</strong>=&gt;'Wed',  <br /><strong>4</strong>=&gt;'Thu',  <br /><strong>5</strong>=&gt;'Fri',  <br /><strong>6</strong>=&gt;'Sat',  <br /><strong>7</strong>=&gt;'Sun')</td>\n</tr>\n<tr>\n<td>holiday_prompt_file_name</td>\n<td>(String) Name of the holiday prompt file</td>\n</tr>\n<tr>\n<td>holiday_prompt_type</td>\n<td>(String) Type of the prompt for holiday(<strong>Audio</strong> or <strong>Voice Mail</strong>)</td>\n</tr>\n<tr>\n<td>business_hours</td>\n<td>(Integer) (1 for 24*7 active hours, 0 for custom hours)</td>\n</tr>\n<tr>\n<td>starttime</td>\n<td>(Integer) It should be in 24 hour format</td>\n</tr>\n<tr>\n<td>endtime</td>\n<td><strong>(String)</strong> It should be in 24 hour format</td>\n</tr>\n<tr>\n<td>business_hours_prompt_file_name</td>\n<td>(String) Name of the non-working hours prompt file</td>\n</tr>\n<tr>\n<td>business_hours_prompt_type</td>\n<td>(String) Type of the prompt for non-working hours (<strong>Audio</strong> or <strong>Voice Mail</strong>)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","updategroup_v2"],"host":["app","callerdesk","io"],"query":[],"variable":[]}},"response":[{"id":"ac7fe49d-e38d-459a-81b4-20695fd36584","name":"Update Callgroup","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"eee53621e53d174c27097cb310b0xxxx","type":"text"},{"key":"group_id","value":"253xx","type":"text"},{"key":"member_id","value":"610xx","type":"text"},{"key":"group_name","value":"Apitestt","type":"text"}]},"url":"https://app.callerdesk.io/api/updategroup_v2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Jul 2024 07:51:51 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, X-Auth-Token"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"keep-alive, Keep-Alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Length","value":"90"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"success\",\n    \"message\": \"Group update successfully\"\n}"}],"_postman_id":"1e6906f0-ef2a-4040-a810-7625d417fdc5"},{"name":"Delete Callgroup","id":"b6f63e11-1c3d-4e59-af73-697e128847a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Cookie","value":"Cookies......."}],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"eee32711e53d174c27097cb310b0xxxx","type":"text"},{"key":"group_id","value":"251xx","type":"text"}]},"url":"https://app.callerdesk.io/api/deletegroup","description":"<p><em><strong>If you want to delete any of your existing call group from the platform, then you can use this API</strong></em>.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>authcode <em>*required*</em></td>\n<td>(String) This is the unique auth key</td>\n</tr>\n<tr>\n<td>group_id <em>*required*</em></td>\n<td>(Integer) Unique call group id ( for example 9995 )</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","deletegroup"],"host":["app","callerdesk","io"],"query":[],"variable":[]}},"response":[{"id":"85f33a58-de42-4619-b24b-c7e5a438459f","name":"Delete Callgroup","originalRequest":{"method":"POST","header":[{"key":"Cookie","value":"PHPSESSID=55ua8nlsbrtabg9d3m1gv5fghr; ci_cookie=li%2FHpKAGWzdppko6NtG36kjPn3C3kWHCkLt%2BeQTJFQLvPUI3%2BIXlRaSgmge1uYFSzJ33%2BkI3A86MpSsRSxa21sQL4Gaywn%2FaFKjH%2Fa2eSUAQT7nkY4j4uQZx9peWXRzf9ZF0qx7PzjEp49tHfbkjTPwy8k%2Blt4Ayo1jJxo8PfSBJ7GAAV6nozN%2FZgdda43uCLGh7%2BHSYj%2B66VyOyo31sLjy3EXDIV2S%2FwP4v%2BmsbDSWrpHzCCxukZA5Lg%2FeiQ21kWI6PLr2AjZowR3Paw4VNSB1Aaxf%2F7TDDs6QvVX0Cnrk%3D"}],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"eee53621e53d174c27097cb310b0xxxx","type":"text"},{"key":"group_id","value":"25151","type":"text"}]},"url":"https://app.callerdesk.io/api/deletegroup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Jul 2024 07:52:40 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, X-Auth-Token"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"keep-alive, Keep-Alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Set-Cookie","value":"ci_cookie=a%3A0%3A%7B%7D; expires=Tue, 04-Jul-2023 17:52:40 GMT; Max-Age=0; path=/;Secure;HttpOnly"},{"key":"Set-Cookie","value":"ci_cookie=26nGGecYujH1mbqK0suWHhIsWx3cjAYgeVvih2Rudm48gkGgh2FKS2pCFrXJIXOXDG5HW1QlbM%2F%2BP%2F1M56K9ojfK07l5ib3ouA22V1uPRoVhaZmiRun6E3%2BCPWKUttrPpx64hl4X0a1yBoIs1LsbARpOX1nf9b%2FMyDpW%2F33cIHslZJvBY1kBi5Xtk354Xa7cb7Aaov6U8N83bVpffpOhGhRogzRIzW81PR%2BETMBZZ6lNdC%2BRVjOvhZ1Be0sWVGipYt%2BHdnhHIDGed4jGftHprh5lVKXV6JsdXNkSpDLdbXtegGf9JyY8QNK9XS2ZfG9tKjg2HPjmfjSv2o131l9w0g%3D%3D; path=/; secure;Secure;HttpOnly"},{"key":"Content-Length","value":"90"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"success\",\n    \"message\": \"Successfully delete call group.\"\n}"}],"_postman_id":"b6f63e11-1c3d-4e59-af73-697e128847a3"},{"name":"Callgroup List","id":"d8e5557a-e9dd-4fcb-b123-5c0c37895adc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"eee32711e53d174c27097cb310b0xxxx","type":"text"}]},"url":"https://app.callerdesk.io/api/getgrouplist_v2","description":"<p><em><strong>This API is used to get the call groups listEnd</strong></em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>authcode <em>*required*</em></td>\n<td>(String) This is the unique auth key</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Optional (The edits that will be madeEnd)</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>current_page</td>\n<td><em>(Integer)</em> count of pages</td>\n</tr>\n<tr>\n<td>per_page</td>\n<td>(Integer) Limit per page(fixed at 50 from backend)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","getgrouplist_v2"],"host":["app","callerdesk","io"],"query":[],"variable":[]}},"response":[{"id":"6c9958e6-9e8b-4345-8c5c-93512634be17","name":"Callgroup List","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"eee53621e53d174c27097cb310b0xxxx","type":"text"}]},"url":"https://app.callerdesk.io/api/getgrouplist_v2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Jul 2024 07:53:43 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, X-Auth-Token"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"keep-alive, Keep-Alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Length","value":"90"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"grouplist\": [\r\n        {\r\n            \"group_id\": \"159xx\",\r\n            \"group_name\": \"Workshop Paxxx\",\r\n            \"call_strategy\": \"1\",\r\n            \"is_sticky\": \"0\",\r\n            \"is_multi_sticky\": \"0\",\r\n            \"group_owner_name\": null,\r\n            \"extension\": \"\",\r\n            \"deskphone_id\": \"39xxx\",\r\n            \"group_extn\": \"\",\r\n            \"groupmember_count\": 4xx,\r\n            \"time_schedule\": 1\r\n        }\r\n        ],\r\n    \"total\": xx,\r\n    \"get_owner_list\": [\r\n        {\r\n            \"mobile_no\": \"0813094xxxx\",\r\n            \"username\": \"Ani20241xxxxx\",\r\n            \"fname\": \"baxxx\",\r\n            \"id\": \"776xx\"\r\n        },\r\n        {\r\n            \"mobile_no\": \"088823xxxxx\",\r\n            \"username\": \"Ani20xxxxx\",\r\n            \"fname\": \" Aniket\",\r\n            \"id\": \"776xx\"\r\n        }\r\n    ],\r\n    \"current_page\": 1,\r\n    \"type\": \"success\"\r\n}\r\n"}],"_postman_id":"d8e5557a-e9dd-4fcb-b123-5c0c37895adc"},{"name":"Get Group Time Schedule","id":"960c389e-b2a2-4709-be5b-0f4810a520d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"eee32711e53d174c27097cb310b0xxxx","type":"text"},{"key":"group_id","value":"253xx","type":"text"}]},"url":"https://app.callerdesk.io/api/getgroupschedule","description":"<p><em><strong>Get Group Time Schedule</strong></em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>authcode <em>*required*</em></td>\n<td>(String) This is the unique auth key</td>\n</tr>\n<tr>\n<td>group_id *required*</td>\n<td>(Integer) Unique call group id ( for example 9995 )</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","getgroupschedule"],"host":["app","callerdesk","io"],"query":[],"variable":[]}},"response":[{"id":"ceae9938-dc8a-405b-af49-2ae8499ad12f","name":"Get Group Time Schedule","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"eee53621e53d174c27097cb310b0xxxx","type":"text"},{"key":"group_id","value":"253xx","type":"text"}]},"url":"https://app.callerdesk.io/api/getgroupschedule"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Jul 2024 07:55:33 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, X-Auth-Token"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"keep-alive, Keep-Alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Length","value":"90"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"working_hour\": [\n        {\n            \"group_id\": \"258xx\",\n            \"starttime\": \"12:00:00\",\n            \"endtime\": \"22:00:00\",\n            \"Day\": \"1\",\n            \"prompt_type\": null,\n            \"prompt_file_name\": null,\n            \"prompt_file_path\": \"/var/www/html/app.callerdesk.io/uploads/669xx\",\n            \"prompt_url\": \"\"\n        },\n        {\n            \"group_id\": \"258xx\",\n            \"starttime\": \"12:00:00\",\n            \"endtime\": \"22:00:00\",\n            \"Day\": \"2\",\n            \"prompt_type\": null,\n            \"prompt_file_name\": null,\n            \"prompt_file_path\": \"/var/www/html/app.callerdesk.io/uploads/669xx\",\n            \"prompt_url\": \"\"\n        },\n        {\n            \"group_id\": \"258xx\",\n            \"starttime\": \"12:00:00\",\n            \"endtime\": \"22:00:00\",\n            \"Day\": \"3\",\n            \"prompt_type\": null,\n            \"prompt_file_name\": null,\n            \"prompt_file_path\": \"/var/www/html/app.callerdesk.io/uploads/669xx\",\n            \"prompt_url\": \"\"\n        },\n        {\n            \"group_id\": \"258xx\",\n            \"starttime\": \"12:00:00\",\n            \"endtime\": \"22:00:00\",\n            \"Day\": \"4\",\n            \"prompt_type\": null,\n            \"prompt_file_name\": null,\n            \"prompt_file_path\": \"/var/www/html/app.callerdesk.io/uploads/669xx\",\n            \"prompt_url\": \"\"\n        },\n        {\n            \"group_id\": \"258xx\",\n            \"starttime\": \"12:00:00\",\n            \"endtime\": \"22:00:00\",\n            \"Day\": \"5\",\n            \"prompt_type\": null,\n            \"prompt_file_name\": null,\n            \"prompt_file_path\": \"/var/www/html/app.callerdesk.io/uploads/669xx\",\n            \"prompt_url\": \"\"\n        },\n        {\n            \"group_id\": \"258xx\",\n            \"starttime\": \"12:00:00\",\n            \"endtime\": \"22:00:00\",\n            \"Day\": \"6\",\n            \"prompt_type\": null,\n            \"prompt_file_name\": null,\n            \"prompt_file_path\": \"/var/www/html/app.callerdesk.io/uploads/669xx\",\n            \"prompt_url\": \"\"\n        }\n    ],\n    \"non_working_hour\": [\n        {\n            \"group_id\": \"258xx\",\n            \"starttime\": \"00:00\",\n            \"endtime\": \"00:00\",\n            \"Day\": \"7\",\n            \"prompt_type\": null,\n            \"prompt_file_name\": null,\n            \"prompt_file_path\": \"/var/www/html/app.callerdesk.io/uploads/669xx\",\n            \"prompt_url\": \"\"\n        }\n    ],\n    \"group_id\": \"258xx\",\n    \"day\": \"1,2,3,4,5,6\",\n    \"holiday_prompt_file_name\": null,\n    \"holiday_prompt_url\": \"\",\n    \"holiday_prompt_type\": null,\n    \"business_hours\": 1,\n    \"starttime\": \"12:00:00\",\n    \"endtime\": \"22:00:00\",\n    \"business_hours_prompt_file_name\": null,\n    \"business_hours_prompt_url\": \"\",\n    \"business_hours_prompt_type\": null,\n    \"type\": \"success\"\n}"}],"_postman_id":"960c389e-b2a2-4709-be5b-0f4810a520d5"},{"name":"Get Group details from group id","id":"394b5b2a-2d46-49f1-b577-2c04aa564f73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"eee32711e53d174c27097cb310b0xxxx","type":"text"},{"key":"group_id","value":"25357","type":"text"}]},"url":"https://app.callerdesk.io/api/getgroupbyid_v2","description":"<p><em><strong>Get Group details from group id</strong></em>.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>authcode <em>*required*</em></td>\n<td>(String) This is the unique auth key</td>\n</tr>\n<tr>\n<td>group_id <em>*required*</em></td>\n<td>(Integer) Unique call group id ( for example 9995 )</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","getgroupbyid_v2"],"host":["app","callerdesk","io"],"query":[],"variable":[]}},"response":[{"id":"15ae6a5a-1a42-4ab9-baa4-da773e86a914","name":"Get Group details from group id","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"eee53621e53d174c27097cb310b0xxxx","type":"text"},{"key":"group_id","value":"25357","type":"text"}]},"url":"https://app.callerdesk.io/api/getgroupbyid_v2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Jul 2024 09:05:19 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, X-Auth-Token"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"keep-alive, Keep-Alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Set-Cookie","value":"ci_cookie=h6Sp9tq8ihUj9zo1tPTmkw%2FpDTUPLSUfaNVm77fnB58pTcJydRiA38FONfHYbE2sVcBamNjKzP3fz9aWMsPl%2FWsNKEYc9f0yHdpYmj7m5h7fZWbZzDb0N1uNRtzDiKNW8TFOdy5AIt%2B7K%2BJellInZT2%2FUhwu%2F0V7qR6M9uIaTd9FIDGLjga9YIK1RVbUe0mgAKeWM%2BXPXSROE07W8YUFOdjPrXqOXIS%2BRv1ucFV8wibXiT7iqv5cNFpix7khNC5RtMlo6K0YqSjKB1bS0daVRuzrvDaB%2FP0rlEQl0FpH8G0%3D; path=/; secure;Secure;HttpOnly"},{"key":"Content-Length","value":"90"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"group_user_nonlive\": [\r\n        {\r\n            \"member_id\": \"24xx8\",\r\n            \"member_name\": \"Tikendra1\",\r\n            \"member_email\": \"tikenxxx0@calxxxk.com\",\r\n            \"member_num\": \"09717xxxxx\",\r\n            \"password\": \"09717xxxxx3\",\r\n            \"access\": \"1\",\r\n            \"status\": \"1\"\r\n        \r\n         }\r\n    ],\r\n    \"group_user_live\": [\r\n        {\r\n            \"group_member_id\": \"72xxx\",\r\n            \"member_name\": \"Vikas Sip\",\r\n            \"member_email\": \"vikassu@callerxxxx.com\",\r\n            \"member_num\": \"0958xxxx\",\r\n            \"password\": \"0958278xxx\",\r\n            \"group_member_status\": \"1\",\r\n            \"starttime\": \"00:00:15\",\r\n            \"endtime\": \"23:59:45\",\r\n            \"weekdays\": \"0,1,2,3,4,5,6\",\r\n            \"priority\": \"2\",\r\n            \"member_status\": \"1\"\r\n        },\r\n    \r\n    ],\r\n    \"grouplist\": [\r\n        {\r\n            \"group_id\": \"8xxx\",\r\n            \"group_name\": \"callgrxxx\",\r\n            \"call_strategy\": \"2\",\r\n            \"is_sticky\": \"1\",\r\n            \"is_multi_sticky\": \"0\",\r\n            \"group_owner_name\": null,\r\n            \"extension\": null,\r\n            \"did_no\": \"12068xxxx\",\r\n            \"desk_phone\": \"83779xxxx\",\r\n            \"groupmember_count\": 4\r\n        }\r\n    ],\r\n    \"type\": \"success\"\r\n}\r\n"}],"_postman_id":"394b5b2a-2d46-49f1-b577-2c04aa564f73"},{"name":"Member delete in Callgroup","id":"61fea8ad-9a6d-46d9-8173-40ece10d8c2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"type":"text","key":"authcode","value":"a74af2a2b8835a8974af0d7cbb2a5943"},{"type":"text","key":"id","value":"180497"}]},"url":"https://app.callerdesk.io/api/delete_user_call_group","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>authcode</strong></td>\n<td>(String) This is the unique auth key</td>\n</tr>\n<tr>\n<td><strong>id</strong></td>\n<td>(Integer) <strong><code>group_member_id</code></strong> of the member</td>\n</tr>\n</tbody>\n</table>\n</div><p>This API is used to delete a specific member from a call group.</p>\n<p>To perform this action, you first need to retrieve the <strong><code>group_member_id</code></strong> of the member you want to delete. This ID can be obtained by using the <strong>\"Get Group Details by Group ID\"</strong> API. Once you have the <code>group_member_id</code>, pass it as the <strong><code>id</code></strong> parameter in this API to remove the member from the group.</p>\n<p><strong>Required Parameter:</strong></p>\n<ul>\n<li><strong><code>id</code></strong>: <em>(integer)</em><br />  The unique identifier of the group member (<code>group_member_id</code>) that needs to be deleted.</li>\n</ul>\n<p><strong>Usage Workflow:</strong></p>\n<ol>\n<li><p>Call <strong>Get Group Details by Group ID</strong> API.</p>\n</li>\n<li><p>Extract the required <strong><code>group_member_id</code></strong> from the response.</p>\n</li>\n<li><p>Use this <strong><code>group_member_id</code></strong> as the <strong><code>id</code></strong> in this delete API.</p>\n</li>\n</ol>\n","urlObject":{"protocol":"https","path":["api","delete_user_call_group"],"host":["app","callerdesk","io"],"query":[],"variable":[]}},"response":[{"id":"b01eb820-415d-48e3-a53f-634f301aaa79","name":"https://app.callerdesk.io/api/delete_user_call_group","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"type":"text","key":"authcode","value":"a74af2a2b8835a8974af0d7cbb2axxx"},{"type":"text","key":"id","value":"180xx"}]},"url":"https://app.callerdesk.io/api/delete_user_call_group"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 14 May 2025 05:07:34 GMT"},{"key":"Server","value":"Apache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, X-Auth-Token"},{"key":"Set-Cookie","value":"ci_cookie=BDBTaAJhAj8OfVh%2BBmkGZwVmUD9RJFYiBjYAJgN3BGRXbwM%2FAQ1VPQ4%2FByRSP1UhXG4DZQBnUzleLwU2XTMBMlEzXzlUY1I%2BVzgAN1MyATMEaVMwAmQCZw40WDkGYwZnBWNQMVFgVmQGNgBlA2AEa1cyA2IBMVVkDj8HJFI%2FVSFcbgNnAGVTOV4vBTldegFZUWVfblQ3UilXZQAhU3MBIgRqUyECbgI0DjRYNwZxBmMFYlArUT5WZwZ9AGADNAQjVzEDYgFrVXYOYAd1Uj5VY1xkA2wAd1N2Xn4FNV14AVlRZV9tVDZSNVd0AHBTOwFzBGtTYAJlAj8OJFhdBjwGJQUiUGhRZ1Y%2FBgEAIANqBHlXaQM8ATdVew5sByhSMFVhXHoDYgB3UzhefgVqXTsBNVE%2BXyhUP1I6V3MAJlNfAWEEMlMmAj0Ccw5vWHkGKgZ0BW1QbFE8VmAGZABhAzMEPFc5A2gBYFVhDm8HPVJ3VWhcbQNsAHdTdl5%2BBTVdeAFZUWBfa1QnUjpXIgBpU3MBOgRhU2gCdgInDj1YcA%3D%3D; path=/; secure"},{"key":"Set-Cookie","value":"PHPSESSID=r5ddj0v7cqpijj5c65erclgsck; path=/"},{"key":"Set-Cookie","value":"ci_cookie=BTFTaFMxCzYOfQchAG9RMABjVzhVIFcjU2MCJFQgBGQCOlRoCAQAaFdmVHcDblUhDT8HYVUyUzlTIlVmBmgFNgBiB2EBNgJuUj1SZQZnVmQFaFMwUzULbg40B2YAZVEwAGZXNlVkV2VTYwJnVDcEawJnVDUIOAAxV2ZUdwNuVSENPwdjVTBTOVMiVWkGIQVdADQHNgFiAnlSYFJzBiZWdQVrUyFTPws9DjQHaAB3UTQAZ1csVTpXZlMoAmJUYwQjAmRUNQhiACNXOVQmA29VYw01B2hVIlN2U3NVZQYjBV0ANAc1AWMCZVJxUiIGblYkBWpTYFM0CzYOJAcCADpRcgAnV29VY1c%2BU1QCIlQ9BHkCPFRrCD4ALlc1VHsDYVVhDSsHZlUiUzhTc1U6BmAFMQBvB3ABagJqUnZSdAYKVjYFM1MmU2wLeg5vByYALFEjAGhXa1U4V2FTMQJjVGQEPAJsVD8IaQA0VzZUbgMo; path=/; secure"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"keep-alive, Keep-Alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Length","value":"64"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"success\",\n    \"message\": \"Successfully deleted user from Call group\"\n}"}],"_postman_id":"61fea8ad-9a6d-46d9-8173-40ece10d8c2f"},{"name":"Add Contact","id":"c509c8e4-3968-44cd-b8da-1cd80b35bd0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"da59caa8d53883a70d20ef04c5f3xxxx","type":"text"},{"key":"contact_num","value":"765208xxxx","type":"text"},{"key":"contact_name","value":"xxxxxx","type":"text"},{"key":"contact_email","value":"xxxx@gmail.com","type":"text"},{"key":"contact_address","value":"Noida","type":"text"}]},"url":"https://app.callerdesk.io/api/savecontact_v2","description":"<p><em><strong>This API can help to add contact in panel</strong></em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>authcode <em>*required*</em></td>\n<td>(String) This is the unique Auth key</td>\n</tr>\n<tr>\n<td>contact_num <em>*required*</em></td>\n<td>(Integer) The number of the contact</td>\n</tr>\n<tr>\n<td>contact_name <em>*required*</em></td>\n<td>(String) name of contact person</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Optional (The edits that will be madeEnd)</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>contact_email</td>\n<td>(String) email of contact person</td>\n</tr>\n<tr>\n<td>contact_address</td>\n<td>(String) Address of contact person</td>\n</tr>\n<tr>\n<td>contact_followupdate</td>\n<td>(String) Date of the follow up ( The followup date of contact ( yy-mm-dd i.e 2023-10-18 )</td>\n</tr>\n<tr>\n<td>contact_status</td>\n<td>(Integer) Status of contact  <br />1 for Hot lead  <br />2 for warm lead  <br />3 for cold lead  <br />4 for invalid lead  <br />5 for disqualified lead  <br />6 for prospect lead</td>\n</tr>\n<tr>\n<td>member_name</td>\n<td>(String) Name of the member to whome the contact is assigned</td>\n</tr>\n<tr>\n<td>member_num</td>\n<td>(Integer) Number of the member to whome the contact is assigned</td>\n</tr>\n<tr>\n<td>contact_comment</td>\n<td>(String) Comment on the contact</td>\n</tr>\n<tr>\n<td>contact_followuptime</td>\n<td>(String) HH:MM:SS. Format based on a 12 hour system i.e 11:29:40 AM or 11:29:40 PM</td>\n</tr>\n<tr>\n<td>extra_param</td>\n<td>(String) Pass your all custom data separated by comma like: country,pincode,alternatenumber with this parameter</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","savecontact_v2"],"host":["app","callerdesk","io"],"query":[],"variable":[]}},"response":[{"id":"839b4d62-b66b-4cd3-aa27-fa6a0214c91d","name":"Add Contact","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"da59caa8d53883a70d20ef04c5f3xxxx","type":"text"},{"key":"contact_num","value":"765208xxxx","type":"text"},{"key":"contact_name","value":"bhhbdvdsu","type":"text"},{"key":"contact_email","value":"bbb98@gmail.com","type":"text"},{"key":"contact_address","value":"india","type":"text"}]},"url":"https://app.callerdesk.io/api/savecontact_v2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Jul 2024 18:44:04 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, X-Auth-Token"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"keep-alive, Keep-Alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Set-Cookie","value":"ci_cookie=j9eh8XbXPdvQURynVRiyAndgc1A51ujIj%2BYZewU9ssvJ5NBI9nz8A91ODL3bC8qFOQp91k5TslVo7u6hnm8omO6qSvHZ3U%2BkOViJdys3gVHihOTll0FPJhS9g%2F4YYS3dRzxVYmvd2TtcCnkLKCrCIPbL5wVHrCdKuBo8VGDxh1WWWV0tCQ8mllVQN6MtFBVWs2nalgZJ7SY3mGuswjfT70zVnr7YCKJzFZ18EU%2BalxHtU5MisKUsuLzdlNhCpI6gIYtiovEbuohfLElc5gIXIwmfPFz39AUQ%2Bn0qaLGG9cM%3D; path=/; secure;Secure;HttpOnly"},{"key":"Content-Length","value":"90"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"success\",\n    \"message\": \"Contact Save successfully.\"\n}\n"}],"_postman_id":"c509c8e4-3968-44cd-b8da-1cd80b35bd0e"},{"name":"Update Contact","id":"149e0344-01ea-47ed-b137-308691394433","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"da59caa8d53883a70d0ef04c5f3xxxx","type":"text"},{"key":"contact_id","value":"17538612","type":"text"},{"key":"contact_name","value":"bhhbdvdsu","type":"text"},{"key":"contact_email","value":"xxx87@gmail.com","type":"text"}]},"url":"https://app.callerdesk.io/api/editContact_v2","description":"<p><em><strong>This API is used to edit the contacts that you have already added on panel</strong></em>.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>authcode <em>*required*</em></td>\n<td>(String) This is the unique Auth key</td>\n</tr>\n<tr>\n<td>contact_id <em>*required*</em></td>\n<td>(Integer) The unique ID of the contact</td>\n</tr>\n<tr>\n<td>contact_name <em>*required*</em></td>\n<td>(String) Name of the registerd contact</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Optional (The edits that will be madeEnd)</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>contact_email</td>\n<td>(String) Email of the registered contact</td>\n</tr>\n<tr>\n<td>contact_address</td>\n<td>(String) Address of the registered contact</td>\n</tr>\n<tr>\n<td>contact_status</td>\n<td>(Integer) Status of contact  <br />1 for Hot lead  <br />2 for warm lead  <br />3 for cold lead  <br />4 for invalid lead  <br />5 for disqualified lead  <br />6 for prospect lead</td>\n</tr>\n<tr>\n<td>contact_followupdate</td>\n<td>(String) Date of the follow up ( The followup date of contact ( yy-mm-dd i.e 2023-10-18 )</td>\n</tr>\n<tr>\n<td>contact_comment</td>\n<td>(String) Comment on the contact</td>\n</tr>\n<tr>\n<td>contact_followuptime</td>\n<td>(String) HH:MM:SS. Format based on a 12 hour system i.e 11:29:40 AM or 11:29:40 PM</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","editContact_v2"],"host":["app","callerdesk","io"],"query":[],"variable":[]}},"response":[{"id":"882eaa03-b922-4344-9ea8-6e55131a6e7e","name":"Update Contact","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"da59caa8d53883a70d20ef04c5f3xxxx","type":"text"},{"key":"contact_id","value":"17535612","type":"text"},{"key":"contact_name","value":"bhhbdvds","type":"text"},{"key":"contact_email","value":"xxxx87@gmail.com","type":"text"}]},"url":"https://app.callerdesk.io/api/editContact_v2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Jul 2024 18:46:13 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, X-Auth-Token"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"keep-alive, Keep-Alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Length","value":"90"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"success\",\n    \"message\": \"Contact Updtate successfully.\"\n}\n"}],"_postman_id":"149e0344-01ea-47ed-b137-308691394433"},{"name":"Delete Contact","id":"08faf9e6-b3df-4d8a-8619-f84d673a767f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"da59caa8d53883gh0d0ef04c5f3xxxx","type":"text"},{"key":"contact_num","value":"765208xxxx","type":"text"}]},"url":"https://app.callerdesk.io/api/deleteContact","description":"<p><em><strong>Use this API for deleting contacts.</strong></em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>authcode <em>*required</em></td>\n<td>(String) This is the unique Auth key</td>\n</tr>\n<tr>\n<td>contact_num <em>*required</em></td>\n<td>(Integer) The number of the contact</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","deleteContact"],"host":["app","callerdesk","io"],"query":[],"variable":[]}},"response":[{"id":"30c0c397-c8f4-40b7-aa4f-3938a0c0316b","name":"Delete Contact","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"da59caa8d53883a70d0ef04c5f3xxxx","type":"text"},{"key":"contact_num","value":"765208xxxx","type":"text"}]},"url":"https://app.callerdesk.io/api/deleteContact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Jul 2024 18:54:40 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, X-Auth-Token"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"keep-alive, Keep-Alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Set-Cookie","value":"ci_cookie=ntXfb48Rt%2F5QxoKVa5uWL90o75%2BLOsnqcTT7yMNjmVKe0K%2F335K4LHZn66jJScRZ6m5HEc4pEE%2BkiBY%2BGdV%2BA0Y3UyYiy6caRV0K%2BORwicUxYOOTkjWOvsJaSx9mXF6doCWse%2BEahN%2B4I5cFNzl%2Fr6ljDuHuwwlYrVIWQEHaGjN0Fs0Hh83%2B1OIfDbqsZwQf3ucpmC2wPgzJQ0rxT0I3CjN7TqNPbtC2QsZWy8q6ANG5My%2F608ywS%2BN1dLdEHL23s7BmyOCpfchKs9dR5wiZnLDi5M3%2FB2GlAdojQbAIbNM%3D; path=/; secure;Secure;HttpOnly"},{"key":"Content-Length","value":"90"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"success\",\n    \"message\": \"Contact Delete Successfully\"\n}\n"}],"_postman_id":"08faf9e6-b3df-4d8a-8619-f84d673a767f"},{"name":"Get Contact List","id":"3dc72c1a-0b76-4fc8-adda-59daf96925f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"4ad76e15ef18a73ba109802157b9xxx","type":"text"}]},"url":"https://app.callerdesk.io/api/contact_list_v2","description":"<p><em><strong>This API is used for fetching the whole contact list</strong></em>.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>authcode <em>*required</em></td>\n<td>(String) This is the unique Auth key</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Optional (The edits that will be madeEnd)</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>current_page</td>\n<td>(Integer) Denotes the page range</td>\n</tr>\n<tr>\n<td>per_page</td>\n<td>(Integer) Denotes the number of entries per page(current limit set at)</td>\n</tr>\n<tr>\n<td>start_date</td>\n<td>(Integer) The start date from which the contacts are fetched. Format should be YYYY-MM-DD</td>\n</tr>\n<tr>\n<td>end_date</td>\n<td>(Integer) The end date from up till which the contacts are needed. Format should be YYYY-MM-DD</td>\n</tr>\n<tr>\n<td>contact_num</td>\n<td>(Integer) The number of the contact</td>\n</tr>\n<tr>\n<td>member_name</td>\n<td>(String) Name of the member to which the contact is assigned</td>\n</tr>\n<tr>\n<td>contact_status</td>\n<td>(Integer) (Integer) Status of contact  <br />1 for Hot lead  <br />2 for warm lead  <br />3 for cold lead  <br />4 for invalid lead  <br />5 for disqualified lead  <br />6 for prospect lead</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","contact_list_v2"],"host":["app","callerdesk","io"],"query":[],"variable":[]}},"response":[{"id":"7eddb1ea-2f30-49eb-ae81-4a285fd0c626","name":"Get Contact List","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"4ad76e15ef18a73ba109802157b9xxx","type":"text"}]},"url":"https://app.callerdesk.io/api/contact_list_v2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Jul 2024 18:57:15 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, X-Auth-Token"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"keep-alive, Keep-Alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Length","value":"90"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        {\n            \"contact_id\": \"723xx4\",\n            \"contact_num\": \"8375xxxx\",\n            \"contact_name\": \"Kaushal\",\n            \"contact_email\": \"kxxxx@gmail.com\",\n            \"contact_address\": \"Noida\",\n            \"member_name\": null,\n            \"contact_status\": \"6\",\n            \"contact_comment\": \"comment\",\n            \"contact_savedate\": \"2022-01-08 20:24:37\",\n            \"contact_followupdate\": null,\n            \"deskphone\": \"1204xxxx9\"\n        }"}],"_postman_id":"3dc72c1a-0b76-4fc8-adda-59daf96925f1"},{"name":"Do wise contact list","id":"f9fc2c20-ab63-4656-8d2c-48764f96cbdb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.callerdesk.io/api/contact_list_do_v2?authcode=4ad76e15ef18a73ba109802157b9xxxx","description":"<p><em><strong>This API is used for fetching the whole DO wise contact list.</strong></em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>authcode <em>*required</em></td>\n<td>String This is the unique Auth key</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Optional</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>contact_num</td>\n<td>(Integer) The number of the contact</td>\n</tr>\n<tr>\n<td>start_date</td>\n<td>(integer) The start date from which the contacts are fetched. Format should be YYYY-MM-DD</td>\n</tr>\n<tr>\n<td>end_date</td>\n<td>(Integer) The end date from up till which the contacts are needed. Format should be YYYY-MM-DD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","contact_list_do_v2"],"host":["app","callerdesk","io"],"query":[{"key":"authcode","value":"4ad76e15ef18a73ba109802157b9xxxx"}],"variable":[]}},"response":[{"id":"5aee6052-0c78-42ec-92ff-9347ca47b193","name":"Do wise contact list","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.callerdesk.io/api/contact_list_do_v2?authcode=4ad76e15ef18a73ba109802157b9xxxx","protocol":"https","host":["app","callerdesk","io"],"path":["api","contact_list_do_v2"],"query":[{"key":"authcode","value":"4ad76e15ef18a73ba109802157b9xxxx"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Jul 2024 19:05:20 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, X-Auth-Token"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"keep-alive, Keep-Alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Set-Cookie","value":"ci_cookie=EuUuER9V35gk2E6jEMsD3xjs9rhbq40gzXF3lFEkhafJ7HYhKowZAF6oP%2BbQ2j%2BfXI5zfsddwURxw5DpBFLm7RiPGYW318WyHek9c6MFssydwR9VF34kncDmjzV%2FdHtRrCjnWwbC7oQbyCYVdCSGBaC9eAM7H5XV59ibtRJV8wpwJNOTyH1%2FJbPs5uBIj1oAl8kWzdUXuxz%2Bsr0FQOqYWydM2U1MYx9q0JZ59J6HEZPVb9LwPhEdnrlLcFHigpU8vwLFKGHjWJpjdcy53eql78JsgCI%2FaXtqVHOu8jxxBSY%3D; path=/; secure;Secure;HttpOnly"},{"key":"Content-Length","value":"90"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        {\n            \"contact_id\": \"164482xx\",\n            \"contact_num\": \"842741xxx\",\n            \"contact_name\": \"Khuxxx\",\n            \"contact_email\": null,\n            \"contact_address\": null,\n            \"member_name\": \"Shashxxx\",\n            \"contact_status\": \"6\",\n            \"contact_comment\": \"\",\n            \"contact_savedate\": \"2023-12-05 19:23:09\",\n            \"contact_followupdate\": null,\n            \"contact_followuptime\": null,\n            \"deskphone\": \"80691xxxx\",\n            \"company_name\": \"aadxxxxx\"\n        },\n        {\n            \"contact_id\": \"16448xxx\",\n            \"contact_num\": \"84274xxxx\",\n            \"contact_name\": \"Khuxxxx\",\n            \"contact_email\": null,\n            \"contact_address\": null,\n            \"member_name\": \"Shasxxx\",\n            \"contact_status\": \"6\",\n            \"contact_comment\": \"\",\n            \"contact_savedate\": \"2023-12-05 19:22:56\",\n            \"contact_followupdate\": null,\n            \"contact_followuptime\": null,\n            \"deskphone\": \"80691xxxx\",\n            \"company_name\": \"axxxxxxxx\"\n        }\n    ],\n    \"total\": 3xxx,\n    \"type\": \"success\"\n}"}],"_postman_id":"f9fc2c20-ab63-4656-8d2c-48764f96cbdb"},{"name":"Block Number","id":"bdaa5dba-a080-416c-83bd-5a3d7f65f4d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"eee32711e53d174c27097cb310b0xxxx","type":"text"},{"key":"caller_number","value":"765208xxxx","type":"text"}]},"url":"https://app.callerdesk.io/api/block_number","description":"<p><em><strong>This API is used to block a pariticular caller number.</strong></em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>authcode <em>*required</em></td>\n<td>(String) This is the unique auth key</td>\n</tr>\n<tr>\n<td>caller_number <em>*required</em></td>\n<td>(Integer) Number which has to be blocked as per the parameter from call logs</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","block_number"],"host":["app","callerdesk","io"],"query":[],"variable":[]}},"response":[{"id":"d2fe934f-09e1-4684-9551-cfac4f40148c","name":"Block","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"eee32711e53d174c27097cb310b0xxx","type":"text"},{"key":"caller_number","value":"765208xxxx","type":"text"}]},"url":"https://app.callerdesk.io/api/block_number"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 04 Jul 2024 06:02:22 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, X-Auth-Token"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"keep-alive, Keep-Alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Set-Cookie","value":"ci_cookie=DfIKWB5dRkteMp8sFPu5Su5bNJrPYN37XBgJjgC60Ofsp9h9yDfMJq9RvZtjVq7LLC0xIVdaARdjWoJBlkKZHhaUl6yEwMz3YVbYY2RK4vX1oSho5%2F0PZ1mUwgzC78NyDUgFfPz%2F1nU2wyMoT5gnpiRQI5bnC%2FbUbj4q8wCRRvcZVliG%2F2gzJ%2BEjvd%2F1XH8fgH7WwspofG5hPCvtDq%2BHDD3uZhKAKYmqiO6gQ8p45P9irtGk1tvdRlx09hg%2F7IHGkAJHlS%2BuKc041vQZiQbOv4hfuw0Z4q297bxhIBg4oBpaPWwwxlZnbzlBX1bSFUlR4TVcVbzi8v1jYkpYBwyvJQ%3D%3D; path=/; secure;Secure;HttpOnly"},{"key":"Set-Cookie","value":"PHPSESSID=ggeke027dto0pg7n8232reqqre; path=/;Secure;HttpOnly"},{"key":"Content-Length","value":"90"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"success\",\n    \"message\": \"Number Block successfully.\"\n}"}],"_postman_id":"bdaa5dba-a080-416c-83bd-5a3d7f65f4d3"},{"name":"Unblock Number","id":"1913fe58-9364-4a84-80b2-8f010f089756","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"eee32711e53d174c27097cb310b0xxx","type":"text"},{"key":"caller_number","value":"765208xxxx","type":"text"}]},"url":"https://app.callerdesk.io/api/unblock_number","description":"<p><em><strong>This API is used to unblock an already blocked number.</strong></em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>authcode <em>*required</em></td>\n<td>(String) This is the unique auth key</td>\n</tr>\n<tr>\n<td>caller_number <em>*required</em></td>\n<td>(Integer) Number of caller that has to be unblocked( Pass from parameter of call logs)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","unblock_number"],"host":["app","callerdesk","io"],"query":[],"variable":[]}},"response":[{"id":"9f9a7a5e-e752-4f14-90ed-442c81866ef8","name":"Unblock","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"eee32711e53d174c27097cb310b0xxx","type":"text"},{"key":"caller_number","value":"765208xxxx","type":"text"}]},"url":"https://app.callerdesk.io/api/unblock_number"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 04 Jul 2024 06:04:01 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, X-Auth-Token"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"keep-alive, Keep-Alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Length","value":"90"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"success\",\n    \"message\": \"Number Un-Block successfully.\"\n}"}],"_postman_id":"1913fe58-9364-4a84-80b2-8f010f089756"},{"name":"Click_to_call (Normal)","id":"0044063b-dc49-4a95-a70f-d926ec2be2f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.callerdesk.io/api/click_to_call_v2?calling_party_a=765208xxxx&calling_party_b=706576xxxx&deskphone=0806924xxxx&authcode=845b0fc6287ef82de5a4cae70d33xxxx&call_from_did=1","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>calling_party_a <em>*required*</em></td>\n<td>(Integer) The number who is going to receive the call first ( for example-9999xxxxx )</td>\n</tr>\n<tr>\n<td>calling_party_b <em>*required*</em></td>\n<td>(Integer) The number who is going to receive the call once first party pick the call i.e second party (for example-9266xxxxx)</td>\n</tr>\n<tr>\n<td>deskphone <em>*required*</em></td>\n<td>(Integer) Did or Deskphone assigned in account ( for example-0120xxxx)</td>\n</tr>\n<tr>\n<td>authcode <em>*required*</em></td>\n<td>(String) This is the unique Auth key</td>\n</tr>\n<tr>\n<td>call_from_did <em>*required*</em></td>\n<td>(Integer) Always mention as \"1\" ( Mandatory )</td>\n</tr>\n<tr>\n<td>call_start_time <em>*optional*</em></td>\n<td>(Integer) Need to mention date and time  <br />E.g= 2024-03-20 12:23:15</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Usually this api will be used to integrate in 3rd party webapp &amp; mobile app as company have both agent and customer number. Example: app calling for cab service, e-commerce, food delivery app or parent/teacher app</strong></em></p>\n","urlObject":{"protocol":"https","path":["api","click_to_call_v2"],"host":["app","callerdesk","io"],"query":[{"key":"calling_party_a","value":"765208xxxx"},{"key":"calling_party_b","value":"706576xxxx"},{"key":"deskphone","value":"0806924xxxx"},{"key":"authcode","value":"845b0fc6287ef82de5a4cae70d33xxxx"},{"key":"call_from_did","value":"1"}],"variable":[]}},"response":[{"id":"ad9ebd83-9f6f-4d2a-a3d6-4dc47abbe380","name":"Click_to_call (Normal)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.callerdesk.io/api/click_to_call_v2?calling_party_a=765208xxxx&calling_party_b=706576xxxx&deskphone=0806924xxxx&authcode=845b0fc6287ef82de5a4cae70d33xxxx&call_from_did=1","protocol":"https","host":["app","callerdesk","io"],"path":["api","click_to_call_v2"],"query":[{"key":"calling_party_a","value":"765208xxxx"},{"key":"calling_party_b","value":"706576xxxx"},{"key":"deskphone","value":"0806924xxxx"},{"key":"authcode","value":"845b0fc6287ef82de5a4cae70d33xxxx"},{"key":"call_from_did","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 04 Jul 2024 06:19:47 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, X-Auth-Token"},{"key":"Vary","value":"User-Agent"},{"key":"Connection","value":"keep-alive, Keep-Alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Set-Cookie","value":"ci_cookie=a1voGiUjeDwZ8l5Kgf4QTNNnySP5x1%2BU16KPn1u7S%2BTT6R2kfHqDmICG6JSuLAmhJCFwdkUh966h9kW%2FuhUkox2z6tM4BLT3PFnzHwFk8DSbxvrNl6Neh0Yjqp%2F6lysE%2FAOkpqBETjh3PN9oNa6Uy0Iz034jTrL80hpd7q4ALgDOG8BYQtmtpduyZsO3iGlvNo2oUJByT3P9V0hmKgSL%2Breb3qjGpyaZgW5TeRcv%2FMhger6VeKL9Dp15AsnUuuvsV7RciGQcygUkizgEx4UKyWQA9EVB60jWAn9M8xG2Qyc%3D; path=/; secure;Secure;HttpOnly"},{"key":"Content-Length","value":"47"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n\"type\": \"success\",\r\n\"message\": \"Call to Customer Initiate Successfully..\",\r\n\"campid\": 3494xx9,\r\n\"callerid\": \"120476xxxx\"\r\n}"}],"_postman_id":"0044063b-dc49-4a95-a70f-d926ec2be2f0"},{"name":"Click2call via Member ID","id":"121b89be-3bcc-449a-8209-3e625bca0d38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.callerdesk.io/api/click_to_call_v4?calling_party_b=765208xxxx&deskphone=0806274xxxx&call_from_did=1&authcode=da59caa8d53883a70d20ef04c5f3xxxx&member_id=60229","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>authcode <em>*required*</em></td>\n<td>(String) This is the unique Auth key</td>\n</tr>\n<tr>\n<td>call_from_did <em>*required*</em></td>\n<td>(Integer) Always mention as \"1\" ( Mandatory )</td>\n</tr>\n<tr>\n<td>deskphone <em>*required*</em></td>\n<td>(Integer) Did or Deskphone assigned in account ( for example-0120xxxx)</td>\n</tr>\n<tr>\n<td>member_id <em>*required*</em></td>\n<td>(Integer) Pass the member id of the member.</td>\n</tr>\n<tr>\n<td>calling_party_b <em>*required*</em></td>\n<td>(Integer) The number who is going to receive the call once first party pick the call i.e second party (for example-9266xxxxx)</td>\n</tr>\n<tr>\n<td>call_start_time <em>*optional*</em></td>\n<td>(Integer) Need to mention date and time  <br />E.g= 2024-03-20 12:23:15</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Usually this api will be used to integrate in 3rd party webapp &amp; mobile app as company have both agent and customer number. Example: app calling for cab service, e-commerce, food delivery app or parent/teacher app.</strong></em></p>\n","urlObject":{"protocol":"https","path":["api","click_to_call_v4"],"host":["app","callerdesk","io"],"query":[{"key":"calling_party_b","value":"765208xxxx"},{"key":"deskphone","value":"0806274xxxx"},{"key":"call_from_did","value":"1"},{"key":"authcode","value":"da59caa8d53883a70d20ef04c5f3xxxx"},{"key":"member_id","value":"60229"}],"variable":[]}},"response":[{"id":"2b1c2204-2241-405c-adac-1eca4ae59290","name":"Click2call via Member ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.callerdesk.io/api/click_to_call_v4?calling_party_b=765208xxxx&deskphone=0806274xxxx&call_from_did=1&authcode=da59caa8d53883a70d20ef04c5f3xxxx&member_id=60229","protocol":"https","host":["app","callerdesk","io"],"path":["api","click_to_call_v4"],"query":[{"key":"calling_party_b","value":"765208xxxx"},{"key":"deskphone","value":"0806274xxxx"},{"key":"call_from_did","value":"1"},{"key":"authcode","value":"da59caa8d53883a70d20ef04c5f3xxxx"},{"key":"member_id","value":"60229"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 04 Jul 2024 06:21:59 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, X-Auth-Token"},{"key":"Vary","value":"User-Agent"},{"key":"Connection","value":"keep-alive, Keep-Alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Length","value":"47"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n\"type\": \"success\",\r\n\"message\": \"Call to Customer Initiate Successfully..\",\r\n\"campid\": 3494xx9,\r\n\"callerid\": \"120476xxxx\"\r\n}\r\n"}],"_postman_id":"121b89be-3bcc-449a-8209-3e625bca0d38"},{"name":"Click2Call API (with CallGroup)","id":"0babd325-a684-4904-96f5-1e6f372686f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.callerdesk.io/api/click_to_call_v2?calling_party_a=888236xxxx&calling_party_b=765208xxxx&deskphone=0806274xxxx&authcode=da59caa8d53883a70d20ef04c5f3xxxx&group_name=Apitest&call_from_did=1","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>calling_party_a <em>*required*</em></td>\n<td>(Integer) The number who is going to receive the call first ( for example-9999xxxxx )</td>\n</tr>\n<tr>\n<td>calling_party_b <em>*required*</em></td>\n<td>(Integer) The number who is going to receive the call once first party pick the call i.e second party (for example-9266xxxxx)</td>\n</tr>\n<tr>\n<td>deskphone <em>*required*</em></td>\n<td>(Integer) Did or Deskphone assigned in account ( for example-120xxxx or 928xxxxxx)</td>\n</tr>\n<tr>\n<td>authcode <em>*required*</em></td>\n<td>(String) This is the unique Auth key</td>\n</tr>\n<tr>\n<td>call_from_did <em>*required*</em></td>\n<td>(Integer) Always mention as \"1\" ( Mandatory )</td>\n</tr>\n<tr>\n<td>group_name <em>*required*</em></td>\n<td>(String) Name of the particular assigned group on which \"calling_party_a\" added</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>This API will help you to pass call group name as well. Do remember that, Party A mobile number should be added on that particular call group in the panel. Once call get disconnected, same call group will be reflect on panel as well under report section.</strong></em></p>\n<p><em><strong>Usecase: During 3rd party crm integration, it requires to know which call group dept. team member has generated the call like: sales dept, support dept, accounts dept etc.</strong></em></p>\n","urlObject":{"protocol":"https","path":["api","click_to_call_v2"],"host":["app","callerdesk","io"],"query":[{"key":"calling_party_a","value":"888236xxxx"},{"key":"calling_party_b","value":"765208xxxx"},{"key":"deskphone","value":"0806274xxxx"},{"key":"authcode","value":"da59caa8d53883a70d20ef04c5f3xxxx"},{"key":"group_name","value":"Apitest"},{"key":"call_from_did","value":"1"}],"variable":[]}},"response":[{"id":"8beadd10-bd54-423a-b49c-02307e1b1187","name":"Click2Call API (with CallGroup)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.callerdesk.io/api/click_to_call_v2?calling_party_a=888236xxxx&calling_party_b=765208xxxx&deskphone=0806274xxxx&authcode=da59caa8d53883a70d20ef04c5f3xxxx&group_name=Apitest&call_from_did=1","protocol":"https","host":["app","callerdesk","io"],"path":["api","click_to_call_v2"],"query":[{"key":"calling_party_a","value":"888236xxxx"},{"key":"calling_party_b","value":"765208xxxx"},{"key":"deskphone","value":"0806274xxxx"},{"key":"authcode","value":"da59caa8d53883a70d20ef04c5f3xxxx"},{"key":"group_name","value":"Apitest"},{"key":"call_from_did","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 04 Jul 2024 06:30:45 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, X-Auth-Token"},{"key":"Vary","value":"User-Agent"},{"key":"Connection","value":"keep-alive, Keep-Alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Set-Cookie","value":"ci_cookie=CI%2Byq1fIqc9F5iYkMe73L1uLtB%2BkLpK%2FaUhCBUOjvUyWifzUJ%2F7%2F6kLMEJjzCkJGHUZnojjy1JY28ZzxEXY%2B5ZNhhAqIXDmcNHGWvVLWufM9lJFiekschyKOyeG1viJZ9LSlE4E3oxSivLP2%2BCgsW96ntMtfKZCNqW2c%2BAriCPkeECE9c4TNCFB%2BXvO7qaGsWmOomfRZQnBxSWTtmo8eVkgfCG0msTU5SW6TMoSs%2FveD6IC42bZICrbb558NViBVvSvuxihgOYeGHaGFY%2F0qSTwUt1L8CZ3K9LpQOBeJ1mQ%3D; path=/; secure;Secure;HttpOnly"},{"key":"Content-Length","value":"47"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"success\",\n    \"message\": \"Call to Customer Initiate Successfully..\",\n    \"campid\": 357xxx0,\n    \"callerid\": \"1204xxxxx\"\n}\n"}],"_postman_id":"0babd325-a684-4904-96f5-1e6f372686f4"},{"name":"Reverse C2C API ( B Party=Member Number)","id":"16107d56-4503-4945-847b-05e7fa845946","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.callerdesk.io/api/click_to_call_v3?calling_party_a=765208xxxx&calling_party_b=888236xxxx&deskphone=0806274xxxx&authcode=4ad76e15ef18a73ba109802157b9xxxx&call_from_did=1","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>calling_party_a <em>*required*</em></td>\n<td>(Integer) The number who is going to receive the call first ( for example-9999xxxxx )</td>\n</tr>\n<tr>\n<td>deskphone <em>*required*</em></td>\n<td>(Integer) Did or Deskphone assigned in account ( for example-120xxxx or 928xxxxxx)</td>\n</tr>\n<tr>\n<td>authcode <em>*required*</em></td>\n<td>(String) This is the unique Auth key</td>\n</tr>\n<tr>\n<td>call_from_did <em>*required*</em></td>\n<td>(Integer) Always mention as \"1\" ( Mandatory )</td>\n</tr>\n<tr>\n<td>calling_party_b <em>*required*</em></td>\n<td>(Integer) The number who is going to receive the call once first party pick the call i.e second party (for example-9266xxxxx)</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>With this API, first call will be delivered to customer number and second call to assigned Member Number. Do remember that, Party B i.e Member number should be added in the panel in active position.</strong></em></p>\n","urlObject":{"protocol":"https","path":["api","click_to_call_v3"],"host":["app","callerdesk","io"],"query":[{"key":"calling_party_a","value":"765208xxxx"},{"key":"calling_party_b","value":"888236xxxx"},{"key":"deskphone","value":"0806274xxxx"},{"key":"authcode","value":"4ad76e15ef18a73ba109802157b9xxxx"},{"key":"call_from_did","value":"1"}],"variable":[]}},"response":[{"id":"767b5c01-c493-4a96-8343-0deafd4b4545","name":"Reverse C2C API ( B Party=Member Number)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.callerdesk.io/api/click_to_call_v3?calling_party_a=765208xxxx&calling_party_b=888236xxxx&deskphone=0806274xxxx&authcode=4ad76e15ef18a73ba109802157b9xxxx&call_from_did=1","protocol":"https","host":["app","callerdesk","io"],"path":["api","click_to_call_v3"],"query":[{"key":"calling_party_a","value":"765208xxxx"},{"key":"calling_party_b","value":"888236xxxx"},{"key":"deskphone","value":"0806274xxxx"},{"key":"authcode","value":"4ad76e15ef18a73ba109802157b9xxxx"},{"key":"call_from_did","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 04 Jul 2024 06:34:33 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, X-Auth-Token"},{"key":"Vary","value":"User-Agent"},{"key":"Connection","value":"keep-alive, Keep-Alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Length","value":"47"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"success\",\n    \"message\": \"Call to Customer Initiate Successfully..\",\n    \"campid\": 357xxx0,\n    \"callerid\": \"1204xxxxx\"\n}\n"}],"_postman_id":"16107d56-4503-4945-847b-05e7fa845946"},{"name":"Reverse C2C API ( B Party=Deskphone with CallGroup)","id":"df13aa5c-21f8-4e08-a7a7-cfef9a10a31d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.callerdesk.io/api/click_to_call_v3?calling_party_a=765208xxxx&group_name=Apitest&deskphone=0806274xxxx&authcode=4ad76e15ef18a73ba109802157b9xxxx&call_from_did=1","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>calling_party_a <em>*required*</em></td>\n<td>(Integer) The number who is going to receive the call first ( for example-9999xxxxx )</td>\n</tr>\n<tr>\n<td>deskphone <em>*required*</em></td>\n<td>(Integer) Did or Deskphone assigned in account ( for example-120xxxx or 928xxxxxx)</td>\n</tr>\n<tr>\n<td>authcode <em>*required*</em></td>\n<td>(String) This is the unique Auth key</td>\n</tr>\n<tr>\n<td>call_from_did <em>*required*</em></td>\n<td>(Integer) Always mention as \"1\" ( Mandatory )</td>\n</tr>\n<tr>\n<td>group_name <em>*required*</em></td>\n<td>(String) Name of the particular assigned group on which \"calling_party_a\" added</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>With this API, first call will be delivered to customer number and second call to assigned Deskphone Number which is connected with one particular callgroup. Do remember that, Party B i.e callgroup name should be mapped with the particular Deskphone number in the panel. Once call get disconnected, same call group will be reflect on panel as well under report section.</strong></em></p>\n<p><em><strong>Usecase: During 3rd party crm integration, sometime user wants to map IVR/Deskphone number so that configured pre-greeting can be played for the end customer.</strong></em></p>\n","urlObject":{"protocol":"https","path":["api","click_to_call_v3"],"host":["app","callerdesk","io"],"query":[{"key":"calling_party_a","value":"765208xxxx"},{"key":"group_name","value":"Apitest"},{"key":"deskphone","value":"0806274xxxx"},{"key":"authcode","value":"4ad76e15ef18a73ba109802157b9xxxx"},{"key":"call_from_did","value":"1"}],"variable":[]}},"response":[{"id":"49b58746-8906-48a6-96e5-9c9734b9b54f","name":"Reverse C2C API ( B Party=Deskphone with CallGroup)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.callerdesk.io/api/click_to_call_v3?calling_party_a=765208xxxx&group_name=Apitest&deskphone=0806274xxxx&authcode=4ad76e15ef18a73ba109802157b9xxxx&call_from_did=1","protocol":"https","host":["app","callerdesk","io"],"path":["api","click_to_call_v3"],"query":[{"key":"calling_party_a","value":"765208xxxx"},{"key":"group_name","value":"Apitest"},{"key":"deskphone","value":"0806274xxxx"},{"key":"authcode","value":"4ad76e15ef18a73ba109802157b9xxxx"},{"key":"call_from_did","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 04 Jul 2024 06:37:09 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, X-Auth-Token"},{"key":"Vary","value":"User-Agent"},{"key":"Connection","value":"keep-alive, Keep-Alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Set-Cookie","value":"ci_cookie=ykPcWtvudeH1y1KU7h%2Fy8S8o6P9ldrouo1%2B2kCbHGlTzFBQtgEOFv5LWQ5pIzeUfuHV%2B2YdXH3JmamBMKTI4WxQaKZhiipAEh2A8tDYWx1W0hlu0fWFjgqCxsqY9RNHsaQbrLFVYTST7pDIjiGNiML7HUGcqN2soPxLun1YlSLt0V3sk1Ox%2Fy6pNhBEyx95nidas4wDrzaor6oBsbs34qepZxh2ZnTGQEbjXl6aL4Btiq3HAOMgTX1UktmTiia3c2bEWjgt4j0Owt1ZZ2fGdmF4syEX0rMN3rdvySUMODsc%3D; path=/; secure;Secure;HttpOnly"},{"key":"Content-Length","value":"47"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"success\",\n    \"message\": \"Call to Customer Initiate Successfully..\",\n    \"campid\": 357xxx0,\n    \"callerid\": \"1204xxxxx\"\n}\n"}],"_postman_id":"df13aa5c-21f8-4e08-a7a7-cfef9a10a31d"},{"name":"Mobile Based single C2C API","id":"ab48de08-3a44-4fe2-97fc-3d25edb33185","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"80f68fcee86424b57d700b732adxxxx","type":"text"},{"key":"agent_number","value":"765208xxxx","type":"text"},{"key":"customer_number","value":"888236xxxx","type":"text"},{"key":"callerid","value":"806261xxxx","type":"text"}]},"url":"https://app.callerdesk.io/api/singleleg-clicktocall","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>authcode <em>*required*</em></td>\n<td>(String) This is the unique Auth key</td>\n</tr>\n<tr>\n<td>agent_number <em>*required*</em></td>\n<td>(Integer) Member number of the particular account</td>\n</tr>\n<tr>\n<td>customer_number <em>*required*</em></td>\n<td>(Integer) This is the number, which is dialed by member via mobile application</td>\n</tr>\n<tr>\n<td>callerid <em>*required*</em></td>\n<td>(Integer) DID Number of the particular account</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Single Click to Call API</strong></p>\n","urlObject":{"protocol":"https","path":["api","singleleg-clicktocall"],"host":["app","callerdesk","io"],"query":[],"variable":[]}},"response":[{"id":"fffb48d3-1d83-4b39-9f53-b09a759bf5e5","name":"Mobile Based single C2C API","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"80f68fcee86424b5xx700b732ad7xxxx","type":"text"},{"key":"agent_number","value":"765208xxxx","type":"text"},{"key":"customer_number","value":"888236xxxx","type":"text"},{"key":"callerid","value":"806261xxxx","type":"text"}]},"url":"https://app.callerdesk.io/api/singleleg-clicktocall"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Jul 2024 05:07:39 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, X-Auth-Token"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"keep-alive, Keep-Alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Set-Cookie","value":"ci_cookie=jkyWamNm5MIVLAEL%2BEiJh4swgdUp0WJJuFtjEZvJw3FdmKAvanMSKDQ5CcLkvk2evI4o%2BFXp%2FqNFt7edjx%2FfbGQ3Z%2FcvR3OrP8UlWzLIR2ci9pKKWVRZOVQ60UvjlYH%2B4VVmaIfacsS2lFHKEdQpFvl3wiLMvdiGJvvZft1u3v5dG%2BH96%2B5iDBSImEU403zANFEont6Ge6XtjwrhW3qkLDlffxCUE0J1wpac2QdapxYyw%2Fdc9cv%2BGS36xx12z7gCdXc3GGFwG%2BkEF8xPFP46BnE6n7MgIhQ6%2F7Fv2J9UVvEAkxHgG26to9AyXZTy8IU0DJNz%2BFan4%2FEmeUswWxOl7w%3D%3D; path=/; secure;Secure;HttpOnly"},{"key":"Set-Cookie","value":"PHPSESSID=4k3tehbu8m1icvlt2vuaou2h4r; path=/;Secure;HttpOnly"},{"key":"Set-Cookie","value":"ci_cookie=9s3bvG8dGXPOnh7URgmfkcZp61073%2F6VkbpgqYwOil4Nsum2J%2FcaFwLHKcs96QCoVogn60BRI3ekRLMHFALq8RVWuMjkgFwhThNdSAAQ%2BwCvS8yhV38puTQjmx1kXHse8NDFMlHI3B2XKBX1wnekDVFmf55H3o9gEhpS51udViKHtlJ%2B8bz7H5EYv1bWVnRht2%2FFAW9sXcZorNTZIZjnpmEeI%2F%2BDpfsq3egaybRtCM%2Bq0CCbf85ddDBfijc2VsbYHV6t%2BZhckU9G5gEMx0lGOnqTVK3SGHpIzArR1v7cI1U%3D; path=/; secure;Secure;HttpOnly"},{"key":"Content-Length","value":"96"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"success\",\n    \"message\": \"Single leg clicktocall Request recieved Successfully.\"\n}"}],"_postman_id":"ab48de08-3a44-4fe2-97fc-3d25edb33185"},{"name":"Single Leg Call Report ","id":"abafb1c1-c781-4a31-bcd7-a131191c947d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"6e9acd4250ae07891fff9bfd4d9fxxx","type":"text"}]},"url":"https://app.callerdesk.io/api/app_call_list_v2","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>authcode</td>\n<td>(String) This is the unique Auth key</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>You can use any of the remaining parameters in the response to apply filters as needed</strong></p>\n","urlObject":{"protocol":"https","path":["api","app_call_list_v2"],"host":["app","callerdesk","io"],"query":[],"variable":[]}},"response":[{"id":"6b18c816-ad43-49e1-9ecf-aeb4de5ba07f","name":"Single Leg Call Report","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"6e9acd4250ae07891fff9bxxxxx","type":"text"}]},"url":"https://app.callerdesk.io/api/app_call_list_v2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 01 Jan 2025 06:01:33 GMT"},{"key":"Server","value":"Apache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, X-Auth-Token"},{"key":"Set-Cookie","value":"ci_cookie=BTFUbwVmCjcBcgUjA2wAYV88VToHclImBTUEIlUhVzdWbldrCQUDawc2BiUAbVUhCTsFYwRjUTsAcQBlXGhSMFQ4A25QNgJuVjAHZwQ1XTkFYFRnBTUKOQE5BWMDMgBoXz1VYwdlUjAFMwRiVWRXOFYxVzQJaAM2BzAGJQBtVSEJOwVhBGFROwBxADxce1IKVGADMlAzAnlWZAcmBCRdfgVrVCYFaQo8AT0FagN0AGJfPlUzB35SZwVjBGJVfFdoVjRXKwloAzYHYAYlAG1VIQk7BWEEYVE7AHEAIFx4UjBUcwMJUDYCbFZkBzsEI11%2BBWtUJgVpCj8BOAVqA3QAAF9jVXMHJFI4BTEEP1UAVytWb1dxCTMDbwc3BigAYVV8CTUFYwR%2FUTEAcQBuXHhSb1QwA2VQbQIpVm0HNAQkXSgFD1Q0BTAKeQFgBSYDPwAkX3VVIgdrUjwFagRgVWVXbVY0VzIJawMzB2AGPgBlVWkJcgVqBGhROwBxACBceFIwVHMDCVAzAmpWdQc0BHVdZwUjVG8FYwo3ASsFcgNtAC0%3D; path=/; secure"},{"key":"Set-Cookie","value":"PHPSESSID=0b5rv0ekh6po8llsmjoo7vf6sb; path=/"},{"key":"Set-Cookie","value":"ci_cookie=BjIHPAZkAD0LeFJ0CWYFZAJhBmlXIgdzBDRTdQl9VTUHP1BsBQkDa1JjVHdVOAZyCjgHYQFmDGYDcgVgATUBYwNvVzoIblQ4AGYGZgAxVTEGYwc0BjYAMwszUjQJOAVtAmAGMFc1B2UEMlM1CThVOgdgUDMFZAM2UmVUd1U4BnIKOAdjAWQMZgNyBTkBJgFZAzdXZghrVC8AMgYnACBVdgZoB3UGagA2CzdSPQl%2BBWcCYwZgVy4HMgRiUzUJIFVqB2VQLAVkAzZSNVR3VTgGcgo4B2MBZAxmA3IFJQElAWMDJFddCG5UOgAyBjoAJ1V2BmgHdQZqADULMlI9CX4FBQI%2BBiBXdAdtBDBTaAlcVSkHPlB2BT8Db1JiVHpVNAYvCjYHYQF6DGwDcgVrASUBPANnVzEINVR%2FADsGNQAgVSAGDAdnBjMAcwtqUnEJNQUhAigGcVc7B2kEa1M3CTlVbwdlUDUFZwMzUjVUbFUwBjoKfw%3D%3D; path=/; secure"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"keep-alive, Keep-Alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Length","value":"2312"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"result\": [\r\n      \r\n        {\r\n            \"id\": \"974164xxx\",\r\n            \"sid_id\": \"1735638878.1326xxx\",\r\n            \"file\": \"https://callrecords.callerdesk.io/incoming/12_2024/31/4376/20241231-152440-1562-xxxx7.wav\",\r\n            \"deskphone\": \"9213331xxx\",\r\n            \"caller_name\": null,\r\n            \"is_contact\": 0,\r\n            \"member_name\": \"\",\r\n            \"caller_num\": \"0880099xxxx\",\r\n            \"coin_deducted\": \"2\",\r\n            \"member_num\": \"0730306xxxx\",\r\n            \"call_date\": \"2024-12-31 15:26:08\",\r\n            \"startdatetime\": \"2024-12-31 15:24:38\",\r\n            \"enddatetime\": \"2024-12-31 15:26:07\",\r\n            \"total_duration\": \"89\",\r\n            \"circle\": \"Delhi\",\r\n            \"key_pressed\": \"--\",\r\n            \"block\": \"NO\",\r\n            \"callresult\": \"Answered\",\r\n            \"callstatus\": \"ANSWER\",\r\n            \"group_name\": \"\",\r\n            \"LegA_Picked_time\": \"2024-12-31 15:24:38\",\r\n            \"LegB_Start_time\": \"2024-12-31 15:24:41\",\r\n            \"LegB_Picked_time\": \"2024-12-31 15:24:50\",\r\n            \"Flow_type\": \"IVR\",\r\n            \"talk_duration\": \"77\",\r\n            \"ringing_duration\": 12\r\n        }\r\n {\r\n            \"id\": \"9742xxxx\",\r\n            \"sid_id\": \"1735640372.133xxxx\",\r\n            \"file\": \"https://callrecords.callerdesk.io/incoming/12_2024/31/4376/20241231-154934-5804-009xxxx.wav\",\r\n            \"deskphone\": \"9213331222\",\r\n            \"caller_name\": null,\r\n            \"is_contact\": 0,\r\n            \"member_name\": \"\",\r\n            \"caller_num\": \"0956009xxxx\",\r\n            \"coin_deducted\": \"1\",\r\n            \"member_num\": \"098103xxxxx\",\r\n            \"call_date\": \"2024-12-31 15:50:06\",\r\n            \"startdatetime\": \"2024-12-31 15:49:32\",\r\n            \"enddatetime\": \"2024-12-31 15:50:06\",\r\n            \"total_duration\": \"34\",\r\n            \"circle\": \"Delhi\",\r\n            \"key_pressed\": \"--\",\r\n            \"block\": \"NO\",\r\n            \"callresult\": \"No Answer\",\r\n            \"callstatus\": \"NOANSWER\",\r\n            \"group_name\": \"\",\r\n            \"LegA_Picked_time\": \"2024-12-31 15:49:32\",\r\n            \"LegB_Start_time\": \"2024-12-31 15:49:35\",\r\n            \"LegB_Picked_time\": \"0000-00-00 00:00:00\",\r\n            \"Flow_type\": \"IVR\",\r\n            \"talk_duration\": \"0\",\r\n            \"ringing_duration\": 34\r\n        }\r\n    ],\r\n    \"current_page\": 1,\r\n    \"total\": 395,\r\n    \"answered\": [\r\n        {\r\n            \"total\": \"220\"\r\n        }\r\n    ],\r\n    \"voicemail\": 0,\r\n    \"noanswer\": [\r\n        {\r\n            \"total\": \"175\"\r\n        }\r\n    ],\r\n    \"answered_total\": \"220\",\r\n    \"noanswer_total\": \"175\",\r\n    \"type\": \"success\"\r\n}"}],"_postman_id":"abafb1c1-c781-4a31-bcd7-a131191c947d"},{"name":"Call Report API","id":"6609169e-e952-4b9e-8504-71c80b1df565","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"4ad76e15ef18a73ba109802157b9xxxx","type":"text"}]},"url":"https://app.callerdesk.io/api/call_list_v2","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>authcode <em>*required*</em></td>\n<td>(String) This is the unique Auth key</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>This API will be used specifically to capture all inbound &amp; outgoing calls landed through configured DeskPhone/IVR/Toll-free Number.</strong></em></p>\n<h1 id=\"optional\"><strong>Optional</strong></h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>start_date</td>\n<td>(integer) Start date from which the logs are requested. Format should be YYYY-MM-DD</td>\n</tr>\n<tr>\n<td>end_date</td>\n<td>(integer) End date uptil which the call logs are requested. Format should be YYYY-MM-DD</td>\n</tr>\n<tr>\n<td>current_page</td>\n<td>(integer) count of pages</td>\n</tr>\n<tr>\n<td>per_page</td>\n<td>(integer) limit per page(set at 25 from backend)</td>\n</tr>\n<tr>\n<td>deskphone</td>\n<td>(integer) filter parameter for deskphone</td>\n</tr>\n<tr>\n<td>member_num</td>\n<td>(integer) filter parameter for number of member</td>\n</tr>\n<tr>\n<td>callresult</td>\n<td>(String) filter parameter for Call status (for filter parameter through callresult example- ANSWER,NO ANSWER, CLICK TO CALL)</td>\n</tr>\n<tr>\n<td>caller_num</td>\n<td>(integer) filter parameter through caller number</td>\n</tr>\n<tr>\n<td>Flow_type</td>\n<td>(String) You may filter data as per direction of the call. \"IVR\" as incoming call or \"WEBOBD\" as outgoing call</td>\n</tr>\n<tr>\n<td>contact_id</td>\n<td>(integer) You may filter data as per unique code of the saved contact</td>\n</tr>\n<tr>\n<td>block</td>\n<td>(String) You may filter data as per blocked content. \"Yes\" for blocked numbers, \"No for unblocked numbers\"</td>\n</tr>\n<tr>\n<td>Member_type</td>\n<td>(integer) you can use to filter member type i.e 1 for regular, 2 for admin , 3 for callgroup owner</td>\n</tr>\n<tr>\n<td>callstatus</td>\n<td>(String) you can get the call status in array like: ANSWER,cancel-Agent,Cancel-Customer, Not Connected etc</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","call_list_v2"],"host":["app","callerdesk","io"],"query":[],"variable":[]}},"response":[{"id":"5343ac0c-b21f-46f4-a88b-ddf80c992941","name":"Incoming/outgoing call log report API","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"4ad76e15ef18a73ba109802157b9xxxx","type":"text"}]},"url":"https://app.callerdesk.io/api/call_list_v2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 04 Jul 2024 06:57:54 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, X-Auth-Token"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"keep-alive, Keep-Alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Set-Cookie","value":"ci_cookie=OMPqe%2Bv%2FbIieF%2FpfKMiiB4mhwrNwR%2FZ3t690HD%2BxJhPpbwMy25JXWPr66j646AzRQwP2LjPWtH9fI80IpVnvNpnV0cX7pYW9d%2FuRrey%2BmRS0K0t4LO%2FpvaFs9QGgel8BVpLcu7wf%2FXl1zPPlEdqIF7PLv%2F%2FwBgzhBWpo1fIJZzTVGabV42k4m9E6Otr4GOrfzdoOtF6f0b0AIIF1pBKLzyoy9P12cVm%2FnnTk5vOS%2BdzRMoKgFXEj8ucNA8jay726bKdOAq8Kpfolz5TH6pPt5DNdKy2bIz9WsIrBomxMNvc%3D; path=/; secure;Secure;HttpOnly"},{"key":"Content-Length","value":"90"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n\"result\": [\n{\n\"id\": \"115545xx\",\n\"sid_id\": \"1641549947.175xxx9\",\n\"file\": \"https://callxxxx.callerdesk.io/897809.wav\",\n\"deskphone\": \"120476xxx\",\n\"caller_name\": \"\",\n\"is_contact\": 1,\n\"member_name\": \"Kush\",\n\"caller_num\": \"0928999xxxx\",\n\"coin_deducted\": \"1\",\n\"member_num\": \"0728982xxxx\",\n\"call_date\": \"2022-01-07 15:36:46\",\n\"startdatetime\": \"2022-01-07 15:35:47\",\n\"enddatetime\": \"2022-01-07 15:36:47\",\n\"total_duration\": \"60\",\n\"talk_duration\": \"0\",\n\"ringing_duration\": 23,\n\"circle\": null,\n\"key_pressed\": \"--\",\n\"block\": \"NO\",\n\"callresult\": \"Answered\"\n\"callstatus\": \"Not Connected\",\n\"group_name\": \"Website\",\n\"LegA_Picked_time\": \"0000-00-00 00:00:00\",\n\"LegB_Start_time\": \"0000-00-00 00:00:00\",\n\"LegB_Picked_time\": \"0000-00-00 00:00:00\",\n\"Flow_type\": \"IVR\",\n\"contact_id\": null,\n\"Member_type\": \"1\"\n},\n    ],\n    \"current_page\": 1,\n    \"total\": 1204x,\n    \"answered\": [\n        {\n            \"total\": \"944x\"\n        }\n    ],\n    \"voicemail\": 98x,\n    \"noanswer\": [\n        {\n            \"total\": \"162x\"\n        }\n    ],\n    \"answered_total\": \"4\",\n    \"noanswer_total\": \"4\"\n    \"type\": \"success\"\n}"}],"_postman_id":"6609169e-e952-4b9e-8504-71c80b1df565"},{"name":"Live call API","id":"8df86692-cc30-4101-ac9e-70d52faca435","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.callerdesk.io/api/live_call_v2?authcode=4ad76e15ef18a73ba109802157b9xxxx","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>authcode <em>*required*</em></td>\n<td>(String) This is the unique Auth key</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>This api will be used to get all live running call data report.</strong></em></p>\n","urlObject":{"protocol":"https","path":["api","live_call_v2"],"host":["app","callerdesk","io"],"query":[{"key":"authcode","value":"4ad76e15ef18a73ba109802157b9xxxx"}],"variable":[]}},"response":[{"id":"72db6206-f8c7-46bd-a7db-3d092f315d53","name":"Live call API","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.callerdesk.io/api/live_call_v2?authcode=4ad76e15ef18a73ba109802157b9xxxx","protocol":"https","host":["app","callerdesk","io"],"path":["api","live_call_v2"],"query":[{"key":"authcode","value":"4ad76e15ef18a73ba109802157b9xxxx"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 04 Jul 2024 07:01:10 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, X-Auth-Token"},{"key":"Vary","value":"User-Agent"},{"key":"Connection","value":"keep-alive, Keep-Alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Length","value":"47"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n\"total_live_calls\": \"1\",\n\"live_calls\": [\n{\n\"msisdn\": \"0928xxxxx\",\n\"entrydate\": \"2022-01-14 13:39:02\",\n\"member_num\": \"09717314xxx\",\n\"callstatus\": \"Picked\",\n\"lastupdatedate\": \"2022-01-14 13:39:11\",\n\"account_id\": \"14047\",\n\"did_no\": \"8069183xxx\",\n\"sid_id\": \"1642147743.2466xx4\",\n\"user_action\": \"group\",\n\"channel\": \"IVR\",\n\"deskphone\": \"806918xxx9\",\n\"member_name\": \"Tikendra \",\n\"recordingpath\": \"/var/www/html/callrecords/incoming/01_2.wav\",\n\"group_name\": \"callgroup8\"\n}\n],\n\"type\": \"success\"\n}\n"}],"_postman_id":"8df86692-cc30-4101-ac9e-70d52faca435"},{"name":"Call Routing API","id":"88def659-4a5c-4874-b279-c5e9270ab886","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"4ad76e15ef18a73ba109802157b9xxxx","type":"text"}]},"url":"https://app.callerdesk.io/api/getroutingdetail_V2","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>authcode <em>*required*</em></td>\n<td>(String) This is the unique Auth key</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>This API helps you to know all multiple routing of a particular call. It wll be used after disconnection of the call</strong></em>.</p>\n","urlObject":{"protocol":"https","path":["api","getroutingdetail_V2"],"host":["app","callerdesk","io"],"query":[],"variable":[]}},"response":[{"id":"2618155b-4f71-4b38-bbef-9f4e1812ed43","name":"Call Routing API","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"4ad76e15ef18a73ba109802157b9xxxx","type":"text"}]},"url":"https://app.callerdesk.io/api/getroutingdetail_V2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 04 Jul 2024 07:02:39 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, X-Auth-Token"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"keep-alive, Keep-Alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Length","value":"90"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n\"type\": \"success\",\n\"routing_detail\": [\n{\n\"sid_id\": \"1641549947.1xxx9\",\n\"member_num\": \"72898xxxx3\",\n\"account_id\": \"14047\",\n\"did_no\": \"12047xxxx9\",\n\"startdatetime\": \"2022-01-07 15:36:46\",\n\"caller_num\": \"0928999xxxx\",\n\"total_duration\": \"60\",\n\"callresult\": \"ANSWER\",\n\"hangupcause\": \"16\",\n\"channel\": \"IVR\"\n}\n]\n}\n"}],"_postman_id":"88def659-4a5c-4874-b279-c5e9270ab886"},{"name":"Upload Voice prompt","id":"78cbce6b-3450-4e3f-90a0-20aff2233991","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"4ad76e15ef18a73ba109802157b9xxxx","type":"text"},{"key":"voice_clip_type","value":"Audio","type":"text"},{"key":"voice_clip_url","value":"https://app.callerdesk.io/uploads/29582/%26welcome_prompt=mono_xxx_52xxxxx.wav","type":"text"}]},"url":"https://app.callerdesk.io/api/upload-voice-template","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>authcode <em>*required*</em></td>\n<td>(String) This is the unique Auth key</td>\n</tr>\n<tr>\n<td>voice_clip_type <em>*required*</em></td>\n<td>(Integer) Mention the type of prompt. Pass from 0 to 9.  <br />1-&gt;DIRECT-STANDARD  <br />2-&gt;DTMF PRE-SOUND  <br />3-&gt;VOICE MAIL  <br />4-&gt;WELCOME  <br />5-&gt;DTMF ENGLISH  <br />6-&gt;DTMF HINDI  <br />7-&gt;AFTER WORK HOURS PROMPT  <br />8-&gt;INVALID SOUND  <br />9-&gt;DTMF MULTI LEVEL</td>\n</tr>\n<tr>\n<td>voice_clip_url <em>*required*</em></td>\n<td>(String) Complete path of the voice prompt url.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>This API will help to upload voice prompts in platform</strong></em></p>\n","urlObject":{"protocol":"https","path":["api","upload-voice-template"],"host":["app","callerdesk","io"],"query":[],"variable":[]}},"response":[{"id":"34158b86-42ef-4e61-b0b8-6bce1331c0f7","name":"Upload Voice prompt","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"4ad76e15ef18a73ba109802157b9xxxx","type":"text"},{"key":"voice_clip_type","value":"WELCOME","type":"text"},{"key":"voice_clip_url","value":"https://app.callerdesk.io/uploads/29582/%26welcome_prompt=mono_xxx_52xxxxx.wav","type":"text"}]},"url":"https://app.callerdesk.io/api/upload-voice-template"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 04 Jul 2024 09:31:35 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, X-Auth-Token"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"keep-alive, Keep-Alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Length","value":"90"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"success\",\n    \"message\": \"voice prompt upload successfully!\"\n}"}],"_postman_id":"78cbce6b-3450-4e3f-90a0-20aff2233991"},{"name":"Get prompt","id":"f17cc067-0b02-4242-8dc1-f7020a0a1d2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"4ad76e15ef18a73ba109802157b9xxxx","type":"text"}]},"url":"https://app.callerdesk.io/api/getprompt","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>authcode <em>*required*</em></td>\n<td>(String) This is the unique Auth key</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>This API will help retrieve the list of uploaded/saved voice prompts</strong></em></p>\n","urlObject":{"protocol":"https","path":["api","getprompt"],"host":["app","callerdesk","io"],"query":[],"variable":[]}},"response":[{"id":"01e60642-1a88-439a-a135-d51b5d3ee3d6","name":"Get prompt","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"4ad76e15ef18a73ba109802157b9xxxx","type":"text"}]},"url":"https://app.callerdesk.io/api/getprompt"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 04 Jul 2024 09:34:34 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, X-Auth-Token"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"keep-alive, Keep-Alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Set-Cookie","value":"ci_cookie=MWnJYFzUsKfA0D5F%2FbyUTd4l1yDHdZDbdg%2FhfJs2hB5rU%2F%2B%2FmE7xBTM1yPlR8%2FWG0zG3%2F70VwQBE0DzncgLtoL0Dv3rmfLPThGbv7cb8TqeNLkFQM1r1nemh0a%2BU0B1TeAzr52pXnkd4E0tlvHEukw97DW8F7p5pUPBjJiAVOgR8lQjF2onUhLGR6VWAPkW2ayJKwV1f4m2dUAfEqKUQt1lvB5vZyVsRdsXy%2BJ9VJr6M%2FlbkNxKQKFMOe0A2ixsOorWtI3R9q6Z3Xw2oJqcL2f62Lghk1SYstkXRUr3RJnY%3D; path=/; secure;Secure;HttpOnly"},{"key":"Content-Length","value":"90"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"promptlist\": [\r\n        {\r\n            \"template_name\": \"mono_16xxxx.wav\",\r\n            \"template_url\": \"https://app.callerdesk.io/uxxxxx.wav\",\r\n            \"template_type\": 1,\r\n            \"template_type_name\": \"DIRECT-STANDARD\",\r\n            \"create_at\": \"202x-12-xx 15:xx:22\"\r\n        },"}],"_postman_id":"f17cc067-0b02-4242-8dc1-f7020a0a1d2a"},{"name":"Dashboard Summary","id":"4f8ba8ba-e06a-47b7-8f9d-10d6732e5b18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"4ad76e15ef18a73ba109802157b9xxxx","type":"text"}]},"url":"https://app.callerdesk.io/api/dashboard_v2","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>authcode <em>*required*</em></td>\n<td>(String) This is the unique Auth key</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>To get the detailed dashboard summary data</strong></em></p>\n","urlObject":{"protocol":"https","path":["api","dashboard_v2"],"host":["app","callerdesk","io"],"query":[],"variable":[]}},"response":[{"id":"eceb35a4-38e1-4b0a-85db-d2ee192af1d4","name":"Dashboard Summary","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"4ad76e15ef18a73ba109802157b9xxxx","type":"text"}]},"url":"https://app.callerdesk.io/api/dashboard_v2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 04 Jul 2024 09:36:48 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, X-Auth-Token"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"keep-alive, Keep-Alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Length","value":"90"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"outgoing_call\": \"0\",\n    \"outgoing_call_webobd\": \"0\",\n    \"today\": \"0\",\n    \"talk_duration\": null,\n    \"queue_duration\": 0,\n    \"yesterday_calls\": \"0\",\n    \"weekly_calls\": \"0\",\n    \"weekly_calls_answered\": \"0\",\n    \"weekly_calls_noanswer\": \"0\",\n    \"monthly_calls\": \"10\",\n    \"monthly_calls_answered\": \"1\",\n    \"monthly_calls_noanswer\": \"6\",\n    \"incoming_call\": \"10\",\n    \"incoming_call_answer\": \"1\",\n    \"incoming_call_noanswer\": \"6\",\n    \"lastmonthly_calls\": \"8\",\n    \"lastmonthly_calls_answered\": \"1\",\n    \"lastmonthly_calls_noanswer\": \"6\",\n    \"answer_hourly\": [\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0\n    ],\n    \"noanswer_hourly\": [\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0\n    ],\n    \"voicemail_hourly\": [\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0\n    ],\n    \"today_answered\": 0,\n    \"yesterday_calls_answered\": 0,\n    \"today_noanswer\": 0,\n    \"yesterday_calls_noanswer\": 0,\n    \"today_voicemail\": \"0\",\n    \"yesterday_calls_voicemail\": \"0\",\n    \"total_members\": 11,\n    \"unique_calls\": 0,\n    \"answer_daily\": [\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0\n    ],\n    \"noanswer_daily\": [\n        0,\n        0,\n        0,\n        0,\n        0,\n        0,\n        0\n    ],\n    \"voicemail_daily\": [\n        \"0\",\n        \"0\",\n        0,\n        0,\n        0,\n        0,\n        0\n    ],\n    \"date_daily\": [\n        \"2023-11-24\",\n        \"2023-11-23\",\n        \"2023-11-22\",\n        \"2023-11-21\",\n        \"2023-11-20\",\n        \"2023-11-19\",\n        \"2023-11-18\"\n    ],\n    \"time_hourly\": [\n        \"1 AM\",\n        \"2 AM\",\n        \"3 AM\",\n        \"4 AM\",\n        \"5 AM\",\n        \"6 AM\",\n        \"7 AM\",\n        \"8 AM\",\n        \"9 AM\",\n        \"10 AM\",\n        \"11 AM\",\n        \"12 PM\",\n        \"1 PM\",\n        \"2 PM\",\n        \"3 PM\",\n        \"4 PM \",\n        \"5 PM\",\n        \"6 PM\",\n        \"7 PM\",\n        \"8 PM\",\n        \"9 PM\",\n        \"10 PM\",\n        \"11 PM\",\n        \"12 AM\"\n    ],\n    \"monthly_calls_regionwise\": [],\n    \"user_traffic\": []\n}"}],"_postman_id":"4f8ba8ba-e06a-47b7-8f9d-10d6732e5b18"},{"name":"Activity Trail History","id":"745033b5-ac7c-4926-93ef-82241fdb793f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"4ad76e15ef18a73ba109802157b9xxxx","type":"text"}]},"url":"https://app.callerdesk.io/api/security-activity","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>authcode <em>*required*</em></td>\n<td>(String) This is the unique Auth key</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Get all important activities &amp; trail history of all agents &amp; admin panel</strong></em></p>\n","urlObject":{"protocol":"https","path":["api","security-activity"],"host":["app","callerdesk","io"],"query":[],"variable":[]}},"response":[{"id":"f85b402c-2c65-4dcb-bc4d-d1c3db4c14d5","name":"Activity Trail History 1min","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"4ad76e15ef18a73ba109802157b9xxxx","type":"text"}]},"url":"https://app.callerdesk.io/api/security-activity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 04 Jul 2024 09:38:09 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, X-Auth-Token"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"keep-alive, Keep-Alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Length","value":"90"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n            \"activity_uniqueid\": \"3740xxx\",\n            \"admin_email\": \"txxxx@callerdesk.io\",\n            \"ip_address\": \"49.36.181.237\",\n            \"date_time\": \"2022-07-02 17:25:06\",\n            \"browser\": \"Google Chrome\",\n            \"activity\": \"txxxx@callerdesk.io Logged in from 49.36.181.237\",\n            \"activity_date\": \"2022-07-02\"\n        }"}],"_postman_id":"745033b5-ac7c-4926-93ef-82241fdb793f"},{"name":"Profile & Balance","id":"f356705f-e0c8-4c8f-beb9-ba094e22c070","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"4ad76e15ef18a73ba109802157b9xxxx","type":"text"}]},"url":"https://app.callerdesk.io/api/profile_billing_v2","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>authcode <em>*required*</em></td>\n<td>(String) This is the unique Auth key</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>This API fetches the profile and billing from the panel</strong></em></p>\n","urlObject":{"protocol":"https","path":["api","profile_billing_v2"],"host":["app","callerdesk","io"],"query":[],"variable":[]}},"response":[{"id":"15007ba5-4d26-45ed-b690-41a3f3ca9962","name":"Profile & Balance","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"4ad76e15ef18a73ba109802157b9xxxx","type":"text"}]},"url":"https://app.callerdesk.io/api/profile_billing_v2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 04 Jul 2024 09:40:03 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, X-Auth-Token"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"keep-alive, Keep-Alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Set-Cookie","value":"ci_cookie=72WbdvF4iuQg773%2FInu1WamWP0z17Fzlk1RxanzHu7oA%2FFlPf%2FZSi7T0k97VILQ1Ov7wIZKmEFOcnmPyz%2B3kCjvEykJO06jaYKfTKQvfyef%2FE2nH6z7V7ouJ1BKj4vhQ2t1bZFGohqEw9rrJRx%2FvkWw9vPFHdZBk%2F0m2qts2crlyVHSnluyVjZnZc3YUIwh7DcHXoMPPf9iRrvmLz9anWMo0v83Xe9zQQWiHDswI9yv89ffiIeOWU7AybvPZkpF0thFAlSpwEokVSiPCNO%2FVfKSeUSYjkoo6MuIIhs64alo%3D; path=/; secure;Secure;HttpOnly"},{"key":"Content-Length","value":"90"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n\"login_account\": {\r\n\"account_id\": \"1408847\",\r\n\"admin_email\": \"nxxxu@callerdesk.io\",\r\n\"admin_Fname\": null,\r\n\"admin_Lname\": null,\r\n\"admin_number\": \"7289xxxx83\",\r\n\"company_name\": \"Lavi\",\r\n\"call_coins\": \"10500\",\r\n\"sms_coins\": \"5500\",\r\n\"obd_coins\": \"10500\",\r\n\"voip_coins\": \"1000\",\r\n\"clicktocall_coins\": \"500\",\r\n\"company_address\": \"Mumbai, India\",\r\n\"service_order\": \"Yearly\",\r\n\"create_at\": \"2020-08-19 13:24:24\",\r\n\"updated_on\": \"2022-01-08 15:49:52\",\r\n\"expired_on\": \"2023-12-30 00:00:00\",\r\n\"avail_call_coins\": \"10212\",\r\n\"avail_sms_coins\": \"4950\",\r\n\"avail_obd_coins\": \"6443\",\r\n\"avail_voip_coins\": \"1000\",\r\n\"avail_clicktocall_coins\": \"500\"\r\n},\r\n\"type\": \"success\"\r\n\r\n },\r\n    \"desk_phone\": \"80691xxx5, 00911206xx5, 0120685xxxx, 00911206xxx9\",\r\n    \"did_no\": \"80691xxx5, 00911206xx5, 0120685xxxx, 00911206xxx9\",\r\n    \"type\": \"success\"\r\n}"}],"_postman_id":"f356705f-e0c8-4c8f-beb9-ba094e22c070"},{"name":"IVR Number List","id":"27b58708-6e10-491a-ad5c-031363836bc0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"4ad76e15ef18a73ba109802157b9xxxx","type":"text"}]},"url":"https://app.callerdesk.io/api/getdeskphone_v2","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>authcode <em>*required*</em></td>\n<td>(String) This is the unique Auth key</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>This is used to get IVR number list from panel.</strong></em></p>\n","urlObject":{"protocol":"https","path":["api","getdeskphone_v2"],"host":["app","callerdesk","io"],"query":[],"variable":[]}},"response":[{"id":"4752b491-6c62-46b3-b476-9a5a11ad9cf9","name":"IVR Number List","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"4ad76e15ef18a73ba109802157b9xxxx","type":"text"}]},"url":"https://app.callerdesk.io/api/getdeskphone_v2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 04 Jul 2024 09:41:14 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, X-Auth-Token"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"keep-alive, Keep-Alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Length","value":"90"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n\"getdeskphone\": [\n{\n\"did_id\": \"418xxx\",\n\"did_num\": \"120685xxxx2\",\n\"account_id\": \"1443985\",\n\"deskphone\": \"83779xxx2\",\n\"create_date\": \"2021-04-21 18:25:55\"\n}\n],\n\"type\": \"success\""}],"_postman_id":"27b58708-6e10-491a-ad5c-031363836bc0"},{"name":"Member Analysis Report","id":"1d4c1792-f464-4639-8163-852b548a2682","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"4ad76e15ef18a73ba109802157b9xxxx","type":"text"}]},"url":"https://app.callerdesk.io/api/get-count-v2","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>authcode <em>*required*</em></td>\n<td>(String) This is the unique Auth key</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>This API will help you to get the added members details as well as total call status</strong></em>  </p>\n<p><strong>Optional</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>date</td>\n<td>(String) you may filter as per particular date i.e YYYY-MM-DD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","get-count-v2"],"host":["app","callerdesk","io"],"query":[],"variable":[]}},"response":[{"id":"942f77fc-e032-4ec8-bfc6-5d448e6f4b1d","name":"Member Analysis Report","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"4ad76e15ef18a73ba109802157b9xxxx","type":"text"}]},"url":"https://app.callerdesk.io/api/get-count-v2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 04 Jul 2024 09:43:31 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, X-Auth-Token"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"keep-alive, Keep-Alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Length","value":"90"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"total_members\": 5xx,\n    \"inactive_members\": 3xx,\n    \"active_members\": 1xx,\n    \"total_groups\":43xx ,\n    \"block_users\": 4xx,\n    \"talk_duration\": \"242xxx\",\n    \"queue_duration\": 148xx,\n    \"unique_calls\": 12xx,\n    \"average_talk_time\": 1xx,\n    \"total_calls\": 15xx,\n    \"answered\": \"13xx\",\n    \"voicemail\": 5xxx,\n    \"noanswer\": \"16xx\",\n    \"noanswer_details\": [\n        {\n            \"callresult\": \"CANCEL\",\n            \"total\": \"13xx\"\n        },\n        {\n            \"callresult\": \"ANSWER\",\n            \"total\": \"4xx\"\n        },\n        {\n            \"callresult\": \"AgentEngaged\",\n            \"total\": \"3xx\"\n        },\n        {\n            \"callresult\": \"AbandonedCall\",\n            \"total\": \"1xx\"\n        },\n        {\n            \"callresult\": \"\",\n            \"total\": \"1xxx\"\n        }\n    ],\n    \"member_analysis\": [\n        {\n            \"member_name\": \"Amaxxx\",\n            \"member_num\": \"0859xxx\",\n            \"member_id\": \"172xx\",\n            \"att\": 147,\n            \"ttt\": 8963,\n            \"productivity_time\": \"10:6x:0\",\n            \"short_break\": \"00:2x:52\",\n            \"long_break\": \"00:3x:42\",\n            \"wrap_time\": \"00:0x:00\",\n            \"t&c_aux\": \"00:0x:00\",\n            \"total_routed_answered\": 5xx,\n            \"total_routed_missed_by_agent\": 4xx,\n            \"total_routed_missed_by_customer\": \"0\",\n            \"total_routed_engaged\": 147,\n            \"total_routed_network_issue\": 106,\n            \"total_routed_abandoned_calls\": 0,\n            \"total_routed_disconnected_inbound\": 5xx,\n            \"total_routed_disconnected_outbound_by_agent\": 0xx,\n            \"total_routed_disconnected_outbound_by_customer\": 0xx,\n            \"total_routed_agent_on_ring\": 0xx,\n            \"sip_unregistered_count\": xx\n        },"}],"_postman_id":"1d4c1792-f464-4639-8163-852b548a2682"},{"name":"Member Break  Status","id":"2e297c8f-110e-47a9-9a0a-eacf70ece42a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"80f68fcee86424b57d700b732ad7xxxx","type":"text"}]},"url":"https://app.callerdesk.io/api/member_analysis_v2","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>authcode <em>*required*</em></td>\n<td>(String) This is the unique Auth key</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>It will show the current member working status specially in related to current working hours, productivity and for duration of multiple breaks</strong></em></p>\n","urlObject":{"protocol":"https","path":["api","member_analysis_v2"],"host":["app","callerdesk","io"],"query":[],"variable":[]}},"response":[{"id":"2f2ab778-31d4-42a2-a965-df583179f499","name":"Member Break  Status","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"80f68fcee86424b57d700b732ad7xxxx","type":"text"}]},"url":"https://app.callerdesk.io/api/member_analysis_v2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Jul 2024 05:27:24 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, X-Auth-Token"},{"key":"Vary","value":"User-Agent"},{"key":"Connection","value":"keep-alive, Keep-Alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Set-Cookie","value":"ci_cookie=et6%2By%2F4r%2FX1PSw4jiS4Brv3emfKY8E7%2BangLoGapucen6qudYWUSfZ7O8Cej%2Bt6OfHyhY%2F1bvczASXIN6aabVqHSnTKSrITWhCFLbe%2BzOYQLGerKXW2ek1JEtQb8ceUml51UGRaUloFzGMgtPnwBta5DUbgvv9ARQKribCPVCokuLZ6b3jAkUNU2skR8vO4BiDynW%2Bp6aqezVVedJkxnfUAzEvVJv9a9m%2B4R0X5%2FvUAjLalVsbPn%2FSgyzT7A9PymW2jFvdL2Jm1rVwNUtybg%2B4OJSk0HyhQNg4IWCW8t%2B5o%3D; path=/; secure;Secure;HttpOnly"},{"key":"Content-Length","value":"47"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n            \"status\": \"1\",\n            \"access\": \"1\",\n            \"working_status\": \"Ready\",\n            \"extension\": \"*333\",\n            \"description\": \"\",\n            \"slug_password\": \"2423xx\",\n            \"short_break\": null,\n            \"long_break\": null,\n            \"wrap_time\": null,\n            \"tc_aux\": null,\n            \"member_id\": \"16xx5\",\n            \"member_num\": \"07289xxxx3\",\n            \"account_id\": \"140xx\",\n            \"member_email\": \"nixxx@gmail.com\",\n            \"member_name\": \"aashxxx\"\n        },"}],"_postman_id":"2e297c8f-110e-47a9-9a0a-eacf70ece42a"},{"name":"Member Break control","id":"2d25de2d-a59a-43ea-992c-e62b09820d21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.callerdesk.io/api/update-working-status-v2?authcode=4ad76e15ef18a73ba109802157b9xxxx&member_name=te8882&member_num=888236xxxx&direction=IVR&working_status=Wrap Time","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>authcode <em>*required*</em></td>\n<td>(String) This is the unique Auth key</td>\n</tr>\n<tr>\n<td>member_name <em>*required*</em></td>\n<td>(Integer) This is the member name</td>\n</tr>\n<tr>\n<td>member_num <em>*required*</em></td>\n<td>(Integer) This is the member number</td>\n</tr>\n<tr>\n<td>direction <em>*required*</em></td>\n<td>(Integer) This is the member direction. Enter \"IVR\" here as static value</td>\n</tr>\n<tr>\n<td>working_status <em>*required*</em></td>\n<td>(String) Pass the status as per requiremen  <br />Short Break  <br /><strong>Long Break  <br />Wrap Time  <br />Login  <br />Sleep  <br />Training &amp; Coaching Aux</strong></td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>This API will help you to control the members working status</strong></em></p>\n","urlObject":{"protocol":"https","path":["api","update-working-status-v2"],"host":["app","callerdesk","io"],"query":[{"key":"authcode","value":"4ad76e15ef18a73ba109802157b9xxxx"},{"key":"member_name","value":"te8882"},{"key":"member_num","value":"888236xxxx"},{"key":"direction","value":"IVR"},{"key":"working_status","value":"Wrap Time"}],"variable":[]}},"response":[{"id":"35da35ed-b76e-4c6e-a2a3-30bd45b2d8e1","name":"Member Break control","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.callerdesk.io/api/update-working-status-v2?authcode=4ad76e15ef18a73ba109802157b9xxxx&member_name=te8882&member_num=888236xxxx&direction=IVR&working_status=Wrap Time","protocol":"https","host":["app","callerdesk","io"],"path":["api","update-working-status-v2"],"query":[{"key":"authcode","value":"4ad76e15ef18a73ba109802157b9xxxx"},{"key":"member_name","value":"te8882"},{"key":"member_num","value":"888236xxxx"},{"key":"direction","value":"IVR"},{"key":"working_status","value":"Wrap Time"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 04 Jul 2024 09:45:02 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, X-Auth-Token"},{"key":"Vary","value":"User-Agent"},{"key":"Connection","value":"keep-alive, Keep-Alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Length","value":"47"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"success\",\n    \"message\": \"Sleep Status Updated Successfully.\"\n}"}],"_postman_id":"2d25de2d-a59a-43ea-992c-e62b09820d21"},{"name":"Notification List","id":"d1b772a9-4980-43da-84f2-5ca38bb364c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"4ad76e15ef18a73ba109802157b9xxxx","type":"text"}]},"url":"https://app.callerdesk.io/api/get_notification_setting_v2","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>authcode <em>*required*</em></td>\n<td>(String) This is the unique Auth key</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Use this API to get all list of configured notification settings.</strong></em></p>\n","urlObject":{"protocol":"https","path":["api","get_notification_setting_v2"],"host":["app","callerdesk","io"],"query":[],"variable":[]}},"response":[{"id":"dbd7d876-e903-4a91-acd4-90c3964273a9","name":"Notification List","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"4ad76e15ef18a73ba109802157b9xxxx","type":"text"}]},"url":"https://app.callerdesk.io/api/get_notification_setting_v2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 04 Jul 2024 09:46:35 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, X-Auth-Token"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"keep-alive, Keep-Alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Set-Cookie","value":"ci_cookie=GGou2YFgZb4ojAEDC7aKScFnofeMP9et6cJTV%2FW9K1IHqpzXxVZNFxT06GPGlxICBuZoIhsIk5oKQCkRCwFdVKjoEaYc2FDqGnk6kjt66qglwT5yjTLwWwvchiTbzny0m1J1TaKOc6lEsfRvFGBMiF71QitfS%2FaQsjzNtg5SlXVCbwVWLrMHU4VX7784WtGqx4w4MbC1dtVqOOyrCO3MXqXYc3gpbOFNqXcItcDhdTqQKLUKaqr3lXyPJQRPClIGJ8qbYstBpnyM8cH7xPqjwzfYtqsQWUbSukeWu6p19Mo%3D; path=/; secure;Secure;HttpOnly"},{"key":"Content-Length","value":"90"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"notification_setting\": {\n        \"create_user_sms\": \"1\",\n        \"forgot_password_sms\": \"1\",\n        \"forgot_password_email\": \"1\",\n        \"auto_reply_to_caller_ans_sms\": \"1\",\n        \"auto_reply_to_caller_unans_sms\": \"1\",\n        \"call_to_user_ans_sms\": \"1\",\n        \"call_to_user_unans_sms\": \"1\",\n        \"call_to_user_unans_email\": \"0\",\n        \"missedcall_caller_sms\": \"1\",\n        \"missedcall_admin_sms\": \"1\",\n        \"missedcall_admin_email\": \"0\",\n        \"welcome_sound_caller_sms\": \"1\",\n        \"welcome_sound_admin_sms\": \"1\",\n        \"voice_mail_caller_sms\": \"1\",\n        \"voice_mail_admin_sms\": \"1\",\n        \"auto_reply_to_caller_ans_sms_obd\": \"0\",\n        \"auto_reply_to_caller_ans_key_sms_obd\": \"0\",\n        \"auto_reply_to_caller_unans_sms_obd\": \"0\",\n        \"low_balance_sms\": \"0\",\n        \"low_balance_email\": \"0\",\n        \"call_summary_sms\": \"7\",\n        \"call_summary_email\": \"0\",\n        \"date\": \"2020-08-19 13:24:24\",\n        \"account_id\": \"14047\"\n    },\n    \"type\": \"success\"\n}"}],"_postman_id":"d1b772a9-4980-43da-84f2-5ca38bb364c6"},{"name":"Update_notification","id":"1ee67f1f-60d9-441d-bf3d-4f2ac0a1d094","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"4ad76e15ef18a73ba109802157b9xxxx","type":"text"}]},"url":"https://app.callerdesk.io/api/save_notification_setting","description":"<p>(String) This is the unique Auth key</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>authcode <em>*required*</em></td>\n<td>(String) This is the unique Auth key</td>\n</tr>\n</tbody>\n</table>\n</div><p><em><strong>Use this API to update notification settings.</strong></em></p>\n","urlObject":{"protocol":"https","path":["api","save_notification_setting"],"host":["app","callerdesk","io"],"query":[],"variable":[]}},"response":[{"id":"41a3c06e-fa68-4a9e-b48f-b2d545e37571","name":"Update_notification","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"authcode","value":"4ad76e15ef18a73ba109802157b9xxxx","type":"text"}]},"url":"https://app.callerdesk.io/api/save_notification_setting"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 04 Jul 2024 09:47:41 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PATCH, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, X-Auth-Token"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Connection","value":"keep-alive, Keep-Alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Length","value":"90"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"\n{\n    \"type\": \"success\",\n    \"message\": \"Notification Settings Updated Successfully\"\n}"}],"_postman_id":"1ee67f1f-60d9-441d-bf3d-4f2ac0a1d094"}]}