{"info":{"_postman_id":"9154f40a-2436-4015-a246-6c881807ed20","name":"Synthetix API Documentation","description":"<html><head></head><body><img src=\"https://synthetix.com/wp-content/uploads/2021/01/logo_synthetix.png\" width=\"616\" height=\"119\">\n\n<p>Welcome to the Synthetix API documentation. Synthetix is a leading provider of SaaS Business to Business customer service software. Our platform offers a complete online customer service solution, combining automated and agent-assisted Customer Experience (CX) channels to revolutionize the way businesses interact with their customers.</p>\n<p>Our API provides developers with the tools to integrate our services into their own applications, allowing for seamless access to our features such as real-time messaging, knowledge base, and chatbot capabilities. This enables businesses to boost their customer service efficiency by up to 20%, delivering a superior customer experience.</p>\n<p>Whether you're looking to integrate our services into your existing systems, develop new applications, or simply explore the possibilities of our platform, this documentation will guide you through the process. It includes detailed explanations of our endpoints, example requests and responses, and troubleshooting tips.</p>\n<p>We're committed to helping you make the most of our API, and we're always here to help if you have any questions or run into any issues. Let's get started!</p>\n<h1 id=\"overview\">Overview</h1>\n<p>The Synthetix Application Programming Interface (API) is a REST-based platform with predictable, resource-oriented URLs, and uses standard HTTP responses to indicate API errors. We support cross-origin resource sharing, enabling you to interact securely with our API from a client-side web application. All API responses are returned in JSON format.</p>\n<p>This document provides comprehensive information about the functionality, standards, and rules of engagement for using the Synthetix API. Please make sure to read and understand this information before you begin integrating with our API.</p>\n<h1 id=\"getting-started\">Getting Started</h1>\n<p>The following sections provide detailed information about how to start using the Synthetix API, including acquiring and using API keys, setting up and managing service accounts, and other important procedures.</p>\n<h2 id=\"acquiring-api-keys\">Acquiring API Keys</h2>\n<p>API keys, designated as <code>APPLICATIONKEY</code> and <code>CONSUMERKEY</code>, are essential for authentication and resource access. These keys are accessible solely to registered and authorised businesses and users, and are linked to a default view of your knowledge base and product assortment.</p>\n<h4 id=\"understanding-application-key-and-consumer-key\">Understanding Application Key and Consumer Key</h4>\n<ul>\n<li><p><strong>Application Key (<strong><strong><code>APPLICATIONKEY</code></strong></strong>):</strong> This key serves as the identifier for the application making the request to the Synthetix API. It is crucial for tracking and managing the interactions between your application and Synthetix’s resources. The <code>APPLICATIONKEY</code> is unique to each application and helps ensure that the requests are routed correctly and that the application adheres to the permissions and limitations set forth by Synthetix.</p>\n</li>\n<li><p><strong>Consumer Key (<strong><strong><code>CONSUMERKEY</code></strong></strong>):</strong> A consumer, in this context, is a client of Synthetix. The <code>CONSUMERKEY</code> is tied to the consumer and identifies the consumer to Synthetix when requests are made. This key helps Synthetix to verify the identity of the consumer and to ensure that the consumer has the necessary permissions to access or modify the resources requested.</p>\n</li>\n</ul>\n<p>It's crucial that each application has its own application key, uniquely configured for its specific purpose. Using keys intended for another application, or reusing keys provided for your Synthetix.cloud application or your website's hosted application, is strictly prohibited.</p>\n<p><em>To obtain a set of API keys, you should contact your Synthetix Account Manager with a written request. This request must include a detailed description of what the application is intended for, as well as a name and a description for your keys, which will be stored against them for easy identification. In addition, you must acknowledge that you agree with the terms of use of the Synthetix API, as outlined in this documentation. Failure to adhere to these terms may result in your keys being banned and may result in your API access being revoked.</em></p>\n<p>API keys must be included in the HTTP header for authentication when using the API.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"APPLICATIONKEY\": \"your-application-key\",\n  \"CONSUMERKEY\": \"your-consumer-key\"\n}\n\n</code></pre>\n<h2 id=\"using-service-accounts\">Using Service Accounts</h2>\n<p>For any user accounts being used by the API programmatically, it's recommended to use service accounts rather than standard user accounts. This offers a higher level of security and control over API access. For more information on setting up service accounts, please contact your account manager.</p>\n<h2 id=\"api-environments\">API Environments</h2>\n<p>Synthetix provides various environments for different stages of application development and testing. By default, any application that has not undergone a review will only have access to the Sandbox environment. Once your application passes a review, access to the Production environment will be granted. Below are the details of each environment:</p>\n<h3 id=\"1-production-environment\">1. Production Environment</h3>\n<ul>\n<li><p><strong>URL:</strong> <code>https://api.synthetix.com</code></p>\n</li>\n<li><p><strong>Description:</strong> The Production environment is the live environment that uses real, operational data. This environment should be used for applications that have been fully developed, tested, and reviewed.</p>\n</li>\n<li><p><strong>Access:</strong> Granted following a successful review of the application. This environment should be used with caution as it affects real-world data and user interactions.</p>\n</li>\n</ul>\n<h3 id=\"2-staging-environment\">2. Staging Environment</h3>\n<ul>\n<li><p><strong>URL:</strong> <code>https://apistaging.synthetix.com</code></p>\n</li>\n<li><p><strong>Description:</strong> The Staging environment is a close replica of the Production environment, using cloned databases. It is primarily used for final testing before deploying to Production.</p>\n</li>\n<li><p><strong>Access:</strong> This environment is ideal for pre-production testing, allowing developers to validate their application in a setting that closely mirrors the actual Production environment.</p>\n</li>\n</ul>\n<h3 id=\"3-sandbox-environment\">3. Sandbox Environment</h3>\n<ul>\n<li><p><strong>URL:</strong> <code>https://apisandbox.synthetix.com</code></p>\n</li>\n<li><p><strong>Description:</strong> The Sandbox environment is a safe and isolated environment for development and penetration testing. It uses cloned databases and is completely separate from the Production environment.</p>\n</li>\n<li><p><strong>Access:</strong> Automatically available to all applications. This environment is recommended for initial development, testing, and ongoing experimentation. It provides a risk-free setting to try new features or conduct security tests.</p>\n</li>\n</ul>\n<h3 id=\"environment-usage-guidelines\">Environment Usage Guidelines</h3>\n<ul>\n<li><p><strong>Initial Development:</strong> Start with the Sandbox environment to develop and test your application.</p>\n</li>\n<li><p><strong>Testing and Validation:</strong> Move to the Staging environment for final testing once your application is stable and ready for a pre-production review.</p>\n</li>\n<li><p><strong>Production Deployment:</strong> After successful review and testing, use the Production environment for your live application.</p>\n</li>\n</ul>\n<h3 id=\"example-development-workflow\"><strong>Example Development Workflow</strong></h3>\n<ol>\n<li><p><strong>Start in Sandbox</strong></p>\n<ul>\n<li><p>Use the Sandbox environment (<code>https://apisandbox.synthetix.com</code>) to build and test your application.</p>\n</li>\n<li><p>Focus on functionality and handling API responses.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Test in Staging</strong></p>\n<ul>\n<li><p>Once your application is stable, move to the Staging environment (<code>https://apistaging.synthetix.com</code>).</p>\n</li>\n<li><p>Perform final testing in an environment that mirrors Production.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Submit for Review</strong></p>\n<ul>\n<li><p>Submit your application to Synthetix for review.</p>\n</li>\n<li><p>Address any feedback provided.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Deploy to Production</strong></p>\n<ul>\n<li><p>After approval, switch your application to use the Production environment (<code>https://api.synthetix.com</code>).</p>\n</li>\n<li><p>Monitor the application for any issues.</p>\n</li>\n</ul>\n</li>\n</ol>\n<p>Remember to handle each environment with the appropriate level of caution and consideration, especially when dealing with real user data in the Production environment. Regularly review and update your application's access to ensure compliance with Synthetix's security standards and best practices.</p>\n<h2 id=\"application-review-process\">Application Review Process</h2>\n<p>To ensure the proper integration and usage of the Synthetix API, we have implemented an application review process. This process involves a code review conducted by a Synthetix developer, aimed at evaluating the functionality, logic, and adherence to best practices within your application. Please follow the steps below to initiate the application review:</p>\n<ol>\n<li><p><strong>Contact your Account Manager</strong>: Reach out to your Synthetix Account Manager to express your interest in scheduling an application review. They will guide you through the process and provide further instructions.</p>\n</li>\n<li><p><strong>Purpose Overview</strong>: During the review, provide an overview of your application's purpose. Explain its intended functionality, the target audience, and how it will interact with the Synthetix API. This will help the developer gain a comprehensive understanding of your application's objectives.</p>\n</li>\n<li><p><strong>Demonstration of API Usage</strong>: Prepare a demonstration of how your application interacts with the Synthetix API. You can present your source code or pseudo code, highlighting the key integration points. Walk through the code and explain the logic and data flow related to Synthetix API access. This demonstration will assist the developer in assessing the implementation and identifying any areas for improvement.</p>\n</li>\n<li><p><strong>Examination of Logic</strong>: The Synthetix developer will carefully examine and analyze the sections of your code where interactions with the Synthetix API occur. They will assess the adherence to best practices, efficiency, error handling, and security measures. Be prepared to discuss the decision-making process and rationale behind the integration logic.</p>\n</li>\n<li><p><strong>Live Network Requests</strong>: During the review, the developer may request to observe live network requests made by your application to Synthetix servers. This allows them to verify the data exchange, identify any potential issues or performance bottlenecks, and offer suggestions for optimization.</p>\n</li>\n</ol>\n<blockquote>\n<p><strong>Important</strong>: To ensure a controlled environment and maintain the stability and security of our production environment, it is crucial to perform all development and testing exclusively on the Sandbox environment. Only after your application has been thoroughly reviewed, approved, and signed off by the Synthetix developer, should it be used in our production environment to handle live production-level traffic. </p>\n</blockquote>\n<p>By following this application review process, we can ensure that your application integrates smoothly with the Synthetix API, meets our quality standards, and provides a reliable experience for your users.</p>\n<h2 id=\"unused-applicationapi-key-policy\">Unused Application/API Key Policy</h2>\n<h4 id=\"purpose\">Purpose</h4>\n<p>To maintain the security and efficiency of our API services, Synthetix implements a policy for the management of unused API keys. This policy outlines the procedures for deactivating and potentially deleting API keys that remain inactive for an extended period.</p>\n<h4 id=\"scope\">Scope</h4>\n<p>This policy applies to all API keys issued by Synthetix and is intended to prevent security vulnerabilities and optimize system performance.</p>\n<h4 id=\"deactivation-of-unused-api-keys\">Deactivation of Unused API Keys</h4>\n<ul>\n<li><p><strong>Monitoring and Identification:</strong> Synthetix monitors the activity of all issued API keys. API keys that have not been used for more than 90 days are identified as inactive.</p>\n</li>\n<li><p><strong>Temporary Deactivation:</strong> Inactive API keys are automatically disabled. Business and Key owners and will be notified and given instructions on how to request reactivation.</p>\n</li>\n</ul>\n<h4 id=\"reactivation-of-api-keys\">Reactivation of API Keys</h4>\n<ul>\n<li><p><strong>Request Process:</strong> Users whose API keys have been deactivated can request reactivation by submitting a support ticket under the category \"API &amp; Applications\". The subject of the ticket should be \"Reverse auto key disable\" followed by the API key in question.</p>\n</li>\n<li><p><strong>Assessment and Reactivation:</strong> The support team will assess the reactivation request. If approved, the API key will be reactivated.</p>\n</li>\n</ul>\n<h4 id=\"deletion-of-inactive-api-keys\">Deletion of Inactive API Keys</h4>\n<ul>\n<li><p><strong>Deletion Warning:</strong> Key holders will receive a final notice if their API key remains inactive and unreactivated by the specified deadline.</p>\n</li>\n<li><p><strong>Permanent Deletion:</strong> If no action is taken by the deadline, the API key and any associated application data will be permanently deleted from our systems.</p>\n</li>\n</ul>\n<h4 id=\"compliance-and-security\">Compliance and Security</h4>\n<p>This process is conducted in compliance with our data security protocols and privacy standards, ensuring the protection and integrity of user data and system resources.</p>\n<h1 id=\"whitelisting\">Whitelisting</h1>\n<p>While it is not mandatory to whitelist IPs, it is highly recommended as a crucial security measure. Whitelisting allows you to specify which IP addresses, IP ranges, or fully qualified domain names (FQDNs) are permitted to access your API keys. By implementing whitelisting, you can control and restrict access to your API, enhancing security and protecting your sensitive data.</p>\n<p>There are two approaches to configuring whitelisting:</p>\n<ol>\n<li><p><strong>Specific IP Addresses or Domains:</strong><br> You can provide a list of specific IP addresses or FQDNs that are authorized to access your API keys. To set up this type of whitelisting, please raise a support ticket and include the complete list of additonal allowed IPs or domains. Once added to the whitelist, only the specified IPs or domains will have access, while all others will be automatically blocked.</p>\n</li>\n<li><p><strong>Wildcard (*) Whitelisting (Caution advised):</strong><br> As an alternative, you have the option to use a wildcard (*) to allow anyone with the application and consumer key unrestricted access to your API. However, this approach poses potential security risks and should be used with extreme caution. If you decide to proceed with wildcard whitelisting, kindly document the rationale behind it when raising the support ticket, and we will implement it accordingly.</p>\n</li>\n</ol>\n<p>It's important to note that when configuring whitelisting, you can also include IP ranges (CIDR notation) for added flexibility. For example, you can whitelist an entire range of IP addresses like 192.168.1.1/32.</p>\n<p>Please ensure that all relevant IP addresses and domains your application may use are included in the whitelist. Any changes made to the whitelist may take upto an hour to propagate and take effect.</p>\n<p>In the event of a security breach or suspected unauthorized access, it is crucial to act promptly. Immediately rotate your API keys and update the whitelist accordingly. Additionally, notify your account manager as soon as possible in such cases. They can provide guidance, investigate the situation, and assist you in mitigating potential risks or damages.</p>\n<p>If you have any questions or concerns about setting up IP or domain whitelisting, please don't hesitate to contact support. We are dedicated to helping you ensure that your API usage remains secure.</p>\n<h1 id=\"session-management\">Session Management</h1>\n<p>To access and authenticate API requests, we use an Authorization header with a bearer token. The bearer token is a temporary token generated from the profile or session endpoints, and it must be used in conjunction with the application and consumer keys. Please note that we do not utilize OAuth for authentication.</p>\n<h2 id=\"obtaining-a-bearer-token\">Obtaining a Bearer Token</h2>\n<p>To obtain a bearer token, you need to make a request to the profile or session endpoints using your application and consumer keys. This request will authenticate and authorize your session, generating a temporary bearer token that grants access to the API for that specific session.</p>\n<p>It's important to note that bearer tokens are temporary and specific to each session. They provide a level of security and control by limiting the access and lifespan of each token.</p>\n<h2 id=\"including-the-bearer-token-in-the-authorization-header\">Including the Bearer Token in the Authorization Header</h2>\n<p>Once you have obtained a bearer token, you need to include it in the Authorization header of your API requests. The header should follow the format:</p>\n<p><code>Authorization: {{vault:bearer-token}}</code></p>\n<p>Replace <code>SAMPLE_TOKEN</code> with the actual bearer token generated for your session.</p>\n<h2 id=\"protecting-and-securing-bearer-tokens\">Protecting and Securing Bearer Tokens</h2>\n<p>Bearer tokens are sensitive information and should be handled securely. Treat bearer tokens with the same level of confidentiality and protection as you would with any other sensitive credential. It's essential to keep bearer tokens secure and avoid exposing them to unauthorized individuals or publicly accessible locations.</p>\n<p>Do not include bearer tokens in URLs, query parameters, or other easily accessible locations, as they can be intercepted or compromised. Always use the Authorization header to transmit bearer tokens securely.</p>\n<h2 id=\"including-the-user-agent-header\">Including the User Agent Header</h2>\n<p>To ensure the security and integrity of our API, all API requests must include a <code>User-Agent</code> header. We have rules configured on our Web Application Firewall (WAF) that will automatically ban requests lacking a <code>User-Agent</code> string.</p>\n<h3 id=\"why-is-the-user-agent-header-required\">Why is the User-Agent Header Required?</h3>\n<p>The <code>User-Agent</code> header serves several purposes related to security and protection:</p>\n<ol>\n<li><p><strong>Identification:</strong> The <code>User-Agent</code> string helps us identify the nature of the requests, whether they are coming from a web browser, a mobile application, or another type of client.</p>\n</li>\n<li><p><strong>Security Measures:</strong> The <code>User-Agent</code> string allows us to implement advanced security rules and measures. For instance, we may restrict certain types of clients or versions from accessing our API based on the <code>User-Agent</code>.</p>\n</li>\n<li><p><strong>Protection Against Abuse:</strong> Automated bots and malicious actors often omit the <code>User-Agent</code> string to disguise their requests. By requiring a <code>User-Agent</code>, we add an extra layer of security that can filter out potentially harmful activity.</p>\n</li>\n</ol>\n<h3 id=\"how-to-include-the-user-agent-header\">How to Include the User-Agent Header</h3>\n<p>When making an API request, include the <code>User-Agent</code> header like so:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-php\">User-Agent: YourAppName/1.0 \n\n</code></pre>\n<p>Replace <code>YourAppName/1.0</code> with a string that appropriately identifies your application and its version.</p>\n<p>Failure to include a <code>User-Agent</code> header may result in your request being automatically banned by our WAF, so it's crucial that you implement this in all your API requests.</p>\n<p>If you have any questions or require further clarification about the <code>User-Agent</code> header requirement, please don't hesitate to contact our support team. We are committed to ensuring that your experience with our API is both secure and efficient.</p>\n<h2 id=\"session-expiry-and-renewal\">Session Expiry and Renewal</h2>\n<p>Bearer tokens have a limited lifespan and are valid only for the duration of the session for which they were generated. The session lengths for different types of sessions are as follows:</p>\n<ul>\n<li><p>External Session Length: 2 hours</p>\n</li>\n<li><p>Internal Session Length (Generic): 1 hour</p>\n</li>\n<li><p>Internal Session Length (Metrics): 6 hours</p>\n</li>\n</ul>\n<p>Once a session expires, the bearer token becomes invalid, and you will need to obtain a new token by re-authenticating with the profile or session endpoints.</p>\n<p>It's important to manage and track session expiry to ensure uninterrupted access to the API. You may need to implement mechanisms to handle session renewal or prompt users to re-authenticate when their session expires.</p>\n<p>By using bearer tokens in the Authorization header and following the guidelines mentioned above, you can securely authenticate your API requests and ensure controlled access to the API resources within the context of each session.</p>\n<h2 id=\"long-lived-access-tokens-paid-add-on\">Long-Lived Access Tokens (Paid Add-On)</h2>\n<p>Long-lived access tokens are sessions that do not expire. They’re an alternative to our standard sessions, which expire after a set duration. They are available on request as a paid add-on.</p>\n<p>With a long-lived access token, you do not need to refresh or request new tokens when a normal session expires. This can simplify your integration and reduce authentication overhead in long-running jobs, backend services, or high-throughput workflows. Optionally, you are able to set an expiration with a variety of options from 1 hour to no expiration.</p>\n<p><strong>Key benefits:</strong></p>\n<ul>\n<li><p><strong>No expiry/custom expiry:</strong> Unlike standard sessions, long-lived access tokens remain valid until you revoke them or they expire when the optional expiration is met.</p>\n</li>\n<li><p><strong>Fewer auth calls:</strong> Eliminates periodic token refresh logic and reduces failed calls due to token expiry.</p>\n</li>\n<li><p><strong>Same access:</strong> Permissions and rate limits are the same as your account/configuration allows.</p>\n</li>\n</ul>\n<p><strong>Good fit for:</strong></p>\n<ul>\n<li><p>Always-on backend services</p>\n</li>\n<li><p>Batch processing and scheduled jobs</p>\n</li>\n<li><p>Systems where token rotation is operationally costly</p>\n</li>\n</ul>\n<blockquote>\n<p><strong>Note:</strong> Not ideal for short-lived applications or environments where frequent rotation is required by your internal policy. </p>\n</blockquote>\n<p>If you have any questions about these tokens, please speak to your Synthetix account manager.</p>\n<p>If you wish to learn more about setting up or managing long-lived tokens, please visit this link for more information: <a href=\"https://help.synthetix.com/article/qed791084/managing-longlived-access-tokens/0/ralJYa6lTmn7qQ==\">https://help.synthetix.com/article/qed791084/managing-longlived-access-tokens/0/ralJYa6lTmn7qQ==</a></p>\n<h1 id=\"rate-limiting\">Rate Limiting</h1>\n<p>To ensure the stability and performance of our API, we have implemented rate limiting based on our Web Application Firewall (WAF). The rate limiting is applied to the aggregation of requests originating from a specific source IP address. This means that the total number of requests from a single IP address is limited within a specific timeframe.</p>\n<h2 id=\"rate-limit-details\">Rate Limit Details</h2>\n<ul>\n<li><p>Rate limit: 5,000 requests</p>\n</li>\n<li><p>Timeframe: 5 minutes</p>\n</li>\n</ul>\n<p>The rate limit signifies the maximum number of requests allowed from a single source IP address within a five-minute timeframe. Once the rate limit is reached, further requests from that IP address will be temporarily delayed or denied until the rate limit resets.</p>\n<h2 id=\"scope-of-inspection-and-rate-limiting\">Scope of Inspection and Rate Limiting</h2>\n<p>Our rate limiting mechanism considers all requests originating from a specific IP address. This includes requests made to any endpoint or resource within the API. Therefore, it's important to ensure that your application adheres to the rate limit to prevent disruptions in API access.</p>\n<p>Please note that rate limiting is implemented to maintain the stability and fair usage of our API resources. If you find that your application consistently exceeds the rate limit, we recommend optimizing your API usage or contacting our support team to discuss potential solutions.</p>\n<blockquote>\n<p><strong>Note:</strong> The rate limit values mentioned above are subject to change. We will notify you in case of any adjustments to the rate limiting thresholds. </p>\n</blockquote>\n<h1 id=\"webhooks\">Webhooks</h1>\n<p>Webhooks are a powerful feature that enables your application to receive real-time notifications and take action when specific event codes are triggered within the Synthetix system. They provide a simple way to connect your application with the API and react to events as they occur, rather than continuously polling for updates.</p>\n<blockquote>\n<p><strong>Note:</strong> Please note that this section is incomplete, and more event codes will be added in the future. </p>\n</blockquote>\n<h2 id=\"webhook-event-codes\">Webhook Event codes</h2>\n<p>The following table lists the currently available event codes, their descriptions, and potential use cases:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Event Code</th>\n<th>Description</th>\n<th>Use case</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>605</td>\n<td>New live chat requested</td>\n<td>When a chat enters the queue, request data from a third-party system</td>\n</tr>\n<tr>\n<td>606</td>\n<td>Live chat accepted by agent</td>\n<td>Send a notification to the user that an agent has accepted their chat</td>\n</tr>\n<tr>\n<td>604</td>\n<td>Live chat ended</td>\n<td>Generate a chat summary or store the chat transcript</td>\n</tr>\n<tr>\n<td>609</td>\n<td>Live chat abandoned</td>\n<td>Notify administrators or agents of abandoned chat opportunities</td>\n</tr>\n<tr>\n<td>628</td>\n<td>Live chat missed</td>\n<td>Notify administrators or agents of missed chat opportunities</td>\n</tr>\n<tr>\n<td>611</td>\n<td>Agent feedback left on live chat</td>\n<td>This can be used to send agent feedback and transcription data following a chat</td>\n</tr>\n<tr>\n<td>619</td>\n<td>Customer left feedback on live chat</td>\n<td>Update customer satisfaction metrics or notify support team members</td>\n</tr>\n</tbody>\n</table>\n</div><p>To effectively use webhooks in your application, you'll need to configure them according to your specific requirements and ensure that your application listens for the specified events. This will enable your application to respond to these events in real-time, enhancing overall system efficiency and user experience.</p>\n<h2 id=\"setting-up-webhooks\">Setting Up Webhooks</h2>\n<ol>\n<li><p>Identify the event codes your application needs to respond to, as listed in the table above.</p>\n</li>\n<li><p>Implement a listener within your application to handle incoming webhook notifications. This listener should be an endpoint that can process incoming HTTP requests, typically a POST request containing the event data.</p>\n</li>\n<li><p>Liase with your account manager to setup the webhooks, specifying the event codes you want to receive notifications for and the URL of your listener endpoint.</p>\n</li>\n<li><p>Test the webhook integration by triggering the corresponding events in the Synthetix system and confirming that your application receives the notifications and processes them correctly.</p>\n</li>\n</ol>\n<h2 id=\"handling-webhook-notifications\">Handling Webhook Notifications</h2>\n<p>When your listener receives a webhook notification, it should process the event data and take the appropriate action based on the event code. For example, if the event code is 605 (New live chat requested), your application might fetch additional data from a third-party system and display it to the agent handling the chat.</p>\n<p>It is essential to implement appropriate error handling and logging mechanisms within your listener, as the webhook notifications may occasionally encounter issues such as network errors, timeouts, or malformed data.</p>\n<h2 id=\"securing-webhooks\">Securing Webhooks</h2>\n<p>To ensure the security and integrity of your webhook integration, you should take the following precautions:</p>\n<ol>\n<li><p>Use HTTPS for your listener endpoint to encrypt the data transmitted between the Synthetix system and your application.</p>\n</li>\n<li><p>Validate the incoming requests to confirm they originate from the Synthetix system. You can do this by checking the request headers, or implementing a shared secret for authentication.</p>\n</li>\n<li><p>Limit the scope of the API keys used for webhook integration to minimize potential damage if the keys are compromised.</p>\n</li>\n<li><p>Additionally, Synthetix offers a static IP service for an enhanced layer of security. When enabled, all webhooks will originate from a dedicated IP address, allowing you to whitelist this IP address in your firewall or security settings. This feature ensures that only traffic from the Synthetix system can reach your endpoint, further safeguarding your integration. Please note that this is a premium feature and comes at an additional cost. It can be enabled in the add-ons section of your account or by speaking to your account manager.</p>\n</li>\n</ol>\n<p>By incorporating webhooks into your application, you can create a more responsive, efficient, and user-friendly system that seamlessly integrates with the Synthetix API.</p>\n<h2 id=\"using-variables-in-webhooks-and-throughout-the-system\">Using Variables in Webhooks and Throughout the System</h2>\n<p>Variables in webhooks provide a dynamic way to personalize and automate responses based on specific user data and system information. They act as placeholders that are replaced with actual values when the webhook is triggered. Below is a list of default placeholders and their descriptions:</p>\n<ul>\n<li><p><code>{{INPUT}}</code> - Represents all user input.</p>\n</li>\n<li><p><code>{{OUTPUT}}</code> - Contains all output from the API.</p>\n</li>\n<li><p><code>{{SALUTATION}}</code> - Generates a greeting based on the current time (e.g., 'Morning', 'Afternoon', 'Evening').</p>\n</li>\n<li><p><code>{{EMAIL}}</code> - The user's email address.</p>\n</li>\n<li><p><code>{{nickname}}</code> - The user's nickname.</p>\n</li>\n<li><p><code>{{firstname}}</code> - The user's first name.</p>\n</li>\n<li><p><code>{{NAME}}</code> - The user's full name.</p>\n</li>\n<li><p><code>{{USERNAME}}</code> - The user's username.</p>\n</li>\n<li><p><code>{{USERID}}</code> - The user's ID.</p>\n</li>\n<li><p><code>{{UNIQREF}}</code> - A unique reference for the queue entity.</p>\n</li>\n<li><p><code>{{ CONSUMERKEY}}</code> - A specific key associated with the consumer.</p>\n</li>\n<li><p><code>{{ APPLICATIONKEY}}</code> - A key associated with the application.</p>\n</li>\n<li><p><code>{{SESSION}}</code> - The current session identifier.</p>\n</li>\n<li><p><code>{{YEAR}}</code>, <code>{{MONTH}}</code>, <code>{{DAY}}</code> - Current year, month, and day, respectively.</p>\n</li>\n<li><p><code>{{DATE}}</code> - The current date.</p>\n</li>\n<li><p><code>{{ISO8601}}</code> - The current date and time in ISO 8601 format.</p>\n</li>\n<li><p><code>{{TIME12}}</code> - The current time in 12-hour format.</p>\n</li>\n<li><p><code>{{TIME24}}</code> - The current time in 24-hour format.</p>\n</li>\n<li><p><code>{{TIMESTAMP}}</code> - A timestamp of the current moment.</p>\n</li>\n</ul>\n<p>These variables can be used within your webhook payload to tailor the response based on the context of the event and the user involved. For example, you can use <code>{{NAME}}</code> in a message template to automatically insert the user's name.</p>\n<h1 id=\"penetration-testing-policy\">Penetration Testing Policy</h1>\n<h3 id=\"introduction\">Introduction</h3>\n<p>This policy governs the conduct of penetration testing within Synthetix systems. Penetration testing is an essential practice intended to identify and resolve security vulnerabilities. This policy is designed to ensure that all penetration testing activities are performed safely, legally, and without disrupting the operational integrity of Synthetix systems.</p>\n<h3 id=\"permitted-testing-environment\">Permitted Testing Environment</h3>\n<p><strong>Important Note:</strong> All penetration testing activities must be confined exclusively to the designated sandbox environment. Engaging in testing activities outside of this specified environment is strictly prohibited and will be considered a malicious attack against Synthetix systems. Violations of this policy may result in financial penalties and further legal action. Please ensure that all penetration testing is conducted responsibly and in accordance with this policy to avoid any unintended liabilities.</p>\n<ul>\n<li><strong>Sandbox Environment URL:</strong> <a href=\"https://apisandbox.synthetix.com\">https://apisandbox.synthetix.com</a></li>\n</ul>\n<h3 id=\"test-authorization-procedure\">Test Authorization Procedure</h3>\n<p>To conduct penetration testing, the following steps must be followed:</p>\n<ol>\n<li><p><strong>Request Access:</strong> File a request through our support system including:</p>\n<ul>\n<li><p>Objective of the test</p>\n</li>\n<li><p>Scope of the test</p>\n</li>\n<li><p>Testing methods</p>\n</li>\n<li><p>Start and end dates</p>\n</li>\n<li><p>IP addresses used for testing</p>\n</li>\n<li><p>Testing tools and software</p>\n</li>\n<li><p>Personnel involved</p>\n</li>\n<li><p>Data handling procedures</p>\n</li>\n<li><p>Communication plan</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Approval:</strong> Await confirmation and access credentials from the Synthetix security team.</p>\n</li>\n<li><p><strong>Credentials Access:</strong></p>\n<ul>\n<li><p><strong>Agent Side URL:</strong> <a href=\"https://pentest_sandbox.synthetix.cloud/sandbox/\">https://pentest_sandbox.synthetix.cloud/sandbox/</a></p>\n</li>\n<li><p><strong>Customer Side URL:</strong> <a href=\"https://cdn.synthetix.com/synthetixjs/sandbox/pentest/index.html?synthetix=/home\">https://cdn.synthetix.com/synthetixjs/sandbox/pentest/index.html?synthetix=/home</a></p>\n</li>\n<li><p><em>Username, Password, and MFA Secret/QR are provided upon request approval.</em></p>\n</li>\n</ul>\n</li>\n</ol>\n<h3 id=\"restrictions-and-prohibited-actions\">Restrictions and Prohibited Actions</h3>\n<p>During penetration testing, the following actions are prohibited:</p>\n<ul>\n<li><p><strong>Load Testing:</strong> No tests that degrade performance or availability.</p>\n</li>\n<li><p><strong>Brute Forcing:</strong> No brute force attacks on authentication mechanisms.</p>\n</li>\n<li><p><strong>Physical Security Testing:</strong> No testing involving physical security or personnel interaction.</p>\n</li>\n<li><p><strong>Out-of-Scope Attacks:</strong> Do not target systems or assets outside the agreed scope.</p>\n</li>\n<li><p><strong>Third-Party Services and Integrations:</strong> Do not test third-party services unless explicitly included in the scope.</p>\n</li>\n<li><p><strong>Modification or Deletion of Data:</strong> Do not alter or delete data within the sandbox.</p>\n</li>\n<li><p><strong>Use of High-Risk Exploits:</strong> Avoid exploits that could cause harm or irreversible changes.</p>\n</li>\n<li><p><strong>Social Engineering:</strong> No testing involving deception of Synthetix employees or partners.</p>\n</li>\n<li><p><strong>Automated Scanning:</strong> Automated tools must be configured to avoid excessive load.</p>\n</li>\n</ul>\n<h3 id=\"test-reporting\">Test Reporting</h3>\n<p>Post-testing, submit a detailed report to the Synthetix security team including:</p>\n<ul>\n<li><p>An executive summary of findings</p>\n</li>\n<li><p>Detailed descriptions of vulnerabilities</p>\n</li>\n<li><p>Mitigation recommendations</p>\n</li>\n<li><p>Raw outputs and proofs-of-concept</p>\n</li>\n</ul>\n<h3 id=\"compliance-and-ethical-considerations\">Compliance and Ethical Considerations</h3>\n<p>Testers must adhere to all legal requirements and conduct testing ethically and professionally. This includes respecting the privacy and security of all data and systems.</p>\n<h3 id=\"contact-information\">Contact Information</h3>\n<p>For questions or to submit testing results, contact our support team through the official ticket system and update your original ticket if applicable.</p>\n<h1 id=\"use-cases\">Use Cases</h1>\n<h2 id=\"bulk-transcript-downloading\">Bulk Transcript Downloading</h2>\n<p>If you need to download a large number of live chat transcripts from the Synthetix platform in bulk, you can follow this flow to achieve that:</p>\n<ol>\n<li><p>Establish an HTTP client to communicate with the Synthetix API.</p>\n</li>\n<li><p>Implement the login functionality by sending a POST request to the login endpoint (<code>https://api{environment}.synthetix.com/2.0/internal/session</code>) with the necessary headers and form data (<code>username</code> and <code>password</code> ).</p>\n</li>\n<li><p>Upon successful login, retrieve the bearer token from the response.</p>\n</li>\n<li><p>Use the obtained bearer token and required headers (<code>APPLICATIONKEY</code> and <code>CONSUMERKEY</code>) to authenticate subsequent API requests.</p>\n</li>\n<li><p>Send a GET request to the chat IDs endpoint (<code>https://api{environment}.synthetix.com/2.0/internal/chatids</code>) with the desired parameters, such as start and end dates, to fetch the chat IDs.</p>\n</li>\n<li><p>Process the response to obtain the list of chat IDs.</p>\n</li>\n<li><p>Initialize a loop to iterate over each chat ID retrieved in step 6.</p>\n</li>\n<li><p>For each chat ID, send a POST request to the details endpoint (<code>https://api{environment}.synthetix.com/2.0/livechat/details</code>) with the chat ID in the request payload to retrieve the chat details.</p>\n</li>\n<li><p>Handle the response and save the chat details, such as the JSON response or the text content, to the desired location, such as a local file or a database.</p>\n</li>\n<li><p>Repeat the loop for each chat ID until all transcripts have been downloaded.</p>\n</li>\n</ol>\n<p><strong>Some general rules:</strong></p>\n<ol>\n<li><p>Your script should open a session first, obtain a list of all the required Chat IDs over your selected date range and then obtain transcripts for each of the chat IDs. There is no need to call Profile or Chatids for each call to Details – just open one session for all calls with Profile and make just one call to Chatids to obtain the list, following by multiple calls to Details.</p>\n</li>\n<li><p>Once you have written your script, please arrange a quick walkthrough with the Synthetix development team to approve your application for use. This will take the form of a short screenshare of your code, describing its function.</p>\n</li>\n<li><p>As your script will do hundreds of thousands of calls to the Details API, which performs quite a few database queries, we would ask you run it after 9pm and to query no more than one month's worth of data in a session. The session duration is 6 hours. Response time for the Details API can be up to 2.5 seconds and rate limiting will prevent you from submitting more than 10 simultaneous requests, therefore it should be possible to obtain up to 14,400 transcripts per hour. If you submit more than 10 simultaneous requests, an error code (158) will be returned by the request.</p>\n</li>\n</ol>\n<p>By following this flow and understanding the underlying logic, you can customize and build your own application to interact with the Synthetix API and implement specific functionalities based on your requirements.</p>\n<p><em>Please note that the provided logic serves as a reference implementation, and you should adapt it to suit your specific use case and application architecture.</em></p>\n<blockquote>\n<p>To see an unofficial application that uses this use case as an example, you can check out the <strong>Unofficial Synthetix Transcript Downloader</strong> on GitHub at <a href=\"https://github.com/HairyDuck/Synthetix-Transcript-Downloader\">https://github.com/HairyDuck/Synthetix-Transcript-Downloader</a>.<br><a href=\"https://addons.mozilla.org/en-GB/firefox/addon/synthetix-transcript-download/\">https://addons.mozilla.org/en-GB/firefox/addon/synthetix-transcript-download/</a><br><a href=\"https://chromewebstore.google.com/detail/ndcacfbnjlggoolaginndlpdmkpomjba\">https://chromewebstore.google.com/detail/ndcacfbnjlggoolaginndlpdmkpomjba</a> </p>\n</blockquote>\n<h2 id=\"displaying-knowledge-faqs-and-articles-nativly-on-your-website-or-app\">Displaying Knowledge FAQs and Articles Nativly on Your Website or App</h2>\n<p>To display knowledge articles from the Synthetix platform on your website or app for external users, you can follow this flow:</p>\n<h3 id=\"session-management-1\">Session Management</h3>\n<p>You need a session token to access the Synthetix API. When you launch your application, you should verify that your stored session token is still valid. If it is no longer valid, or you have no previously stored session token, you need to initialise a new session.</p>\n<h4 id=\"initialise-a-session\">Initialise a Session</h4>\n<p>Send a <code>POST</code> request to <code>https://api{environment}.synthetix.com/2.0/external/session</code>. Your request header needs to include your <code>APPLICATIONKEY</code> and your <code>CONSUMERKEY</code>. If your api keys are valid, the response will include a new session token.</p>\n<h4 id=\"verifiy-an-existing-session\">Verifiy an Existing Session</h4>\n<p>Send a <code>GET</code> request to <code>https://api{environment}.synthetix.com/2.0/external/session</code>. Your request header needs to include your <code>APPLICATIONKEY</code> and your <code>CONSUMERKEY</code>. As <code>Authorization</code>, you need to use your existing session token as a Bearer Token. If your session token has expired, an error will be thrown.</p>\n<p>All subsequent API calls will need to include the following request headers and Authorization:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"headers\": {\n    \"APPLICATIONKEY\": \"{your application key}\",\n    \"CONSUMERKEY\": \"{your consumer key}\",\n    \"Authorization\": \"{{vault:bearer-token}}\"\n  }\n}\n\n</code></pre><h3 id=\"displaying-popular-faqs\">Displaying Popular FAQs</h3>\n<p>You can get a list of the most popular FAQs by sending a <code>GET</code> request to <code>https://api{environment}.synthetix.com/2.0/external/all_faqs</code> with the query parameter <code>?pop=true</code>. If <code>pop</code> is set to <code>false</code>, you will receive a list of FAQs that are not sorted by popularity. Other params include <code>limitno</code> to set a limit to the amount of FAQs returned, and <code>limitdate</code> to set a date range. Refer to the <a href=\"https://documentation.synthetix.com/#dd682fbf-af5b-49b8-a3c9-fd075d28866b\">official Synthetix API documentation</a> for a list of all possible parameters and their use cases, as well as up-to-date response formats.</p>\n<h3 id=\"search-functionality\">Search Functionality</h3>\n<p>To search for specific articles based on a search query, send a <code>POST</code> request to <code>https://api{environment}.synthetix.com/2.0/external/search</code>. The following body is required</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"body\": {\n    \"query\": \"{Your search query}\",\n    \"channel\": 14, //{use channel 14 to search Knowledgebase}\n    \"userid\": 1234 //{neccessary in external searches such as this}\n  }\n}\n\n</code></pre><p>For optional body parameters and their use cases, as well as up-to-date response formats, refer to the <a href=\"https://documentation.synthetix.com/#b1917ea3-3ea5-47b1-a945-0f23e1a4ad10\">official Synthetix API documentation</a>.</p>\n<h3 id=\"article-display\">Article Display</h3>\n<p>To access individual articles, you will need the corresponding article label.</p>\n<p>Send a <code>POST</code> request to <code>https://api{environment}.synthetix.com/2.0/external/article</code>. The following body is required:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"body\": {\n    \"label\": \"qedXXXXXX\",\n    \"channel\": 14,\n    \"userid\": \"XXXXXX\"\n  }\n}\n\n</code></pre><p>For optional body parameters and their use cases, as well as up-to-date response formats, refer to the <a href=\"https://documentation.synthetix.com/#7cb87ae9-2558-4f8e-8397-bf8e1af71f0d\">official Synthetix API documentation</a>.</p>\n<h3 id=\"collecting-feedback\">Collecting Feedback</h3>\n<p>You can collect feedback for each article. Each feedback question and answer cobination is represented by a unique ID that will be logged. A common feedback question is \"Did this answer your question?\" with answer options being a thumb up or a thumb down. Additional feedback text can also be captured.</p>\n<p>Send a <code>POST</code> request to <code>https://api{environment}.synthetix.com/2.0/external/article_feedback</code>. In the request body, you need to send the label fo the corresponding article, the feedback question/answer combo id via the <code>feedback</code> param, and, optionally, the additionally captured feedback text.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"body\": {\n    \"label\": \"qedXXXXXX\",\n    \"feedback\": 3246,\n    \"text\": \"Great article\"\n  }\n}\n\n</code></pre><p>On successfull feedback, the response returns <code>{\"success\": true}</code></p>\n<p><em>Please note that the provided logic serves as a reference implementation, and you should adapt it to suit your specific use case and application architecture.</em></p>\n<blockquote>\n<p>To see an unofficial application that uses this use case as an example, you can check out the <a href=\"https://github.com/judithdemuijnck/synthetix-knowledge-app\">synthetix-knowledge-app</a> by Judith De Muijnck on GitHub at <a href=\"https://github.com/judithdemuijnck/synthetix-knowledge-app\">https://github.com/judithdemuijnck/synthetix-knowledge-app</a>. </p>\n</blockquote>\n<h1 id=\"add-ons\">Add Ons</h1>\n<p>Add Ons are optional components that extend Synthetix functionality. They let you enhance your platform by enabling third-party integrations and custom modules—without modifying your core configuration.</p>\n<h3 id=\"what-you-can-do-with-add-ons\">What you can do with Add Ons</h3>\n<ul>\n<li><p>Extend capabilities by adding new features or workflows</p>\n</li>\n<li><p>Integrate with external tools such as analytics, storage, messaging, or identity providers</p>\n</li>\n<li><p>Enable custom modules built for your organisation’s needs.</p>\n</li>\n</ul>\n<h3 id=\"how-add-ons-work\">How Add Ons work</h3>\n<p>Add Ons are installed and configured from within Synthetix. Once enabled, they operate alongside your existing setup and can be managed independently from the base product.</p>\n<h3 id=\"manage-add-ons\">Manage Add Ons</h3>\n<p>From the Add Ons section you can:</p>\n<ul>\n<li><p>Browse available Add Ons and view descriptions and requirements</p>\n</li>\n<li><p>Install and configure selected Add Ons</p>\n</li>\n<li><p>Enable, disable, or uninstall Add Ons as needed</p>\n</li>\n<li><p>Review installed Add Ons to understand what’s active on your platform.</p>\n</li>\n</ul>\n<h3 id=\"notes\">Notes</h3>\n<p>Some Add Ons may require additional configuration (for example API keys, access permissions, or external accounts) before they become fully operational.</p>\n<h1 id=\"website-widgets\">Website Widgets</h1>\n<h2 id=\"penfield\">Penfield</h2>\n<h3 id=\"adding-the-script-to-your-website\">Adding the Script to Your Website</h3>\n<p>Follow these instructions to add the Synthetix script to your website. Adhering to these guidelines is crucial for ensuring proper functionality and avoiding potential issues.</p>\n<h3 id=\"script-to-be-added\">Script to be Added</h3>\n<p>Include the following script in your HTML:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-html\">&lt;script src=\"https://cdn.synthetix.com/penfield/get_synthetix.min.js?applicationkey=your-application-key&amp;consumerkey=your-consumer-key\"&gt;&lt;/script&gt;\n\n</code></pre>\n<h3 id=\"key-guidelines\">Key Guidelines</h3>\n<h4 id=\"1-last-included-script\">1. Last Included Script</h4>\n<p>Ensure that the Synthetix script is the last script included in your HTML or . This is important to prevent conflicts with other scripts and ensure all necessary resources are loaded before the Synthetix script executes.</p>\n<h5 id=\"example\">Example:</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-html\">&lt;html lang=\"en\"&gt;\n&lt;head&gt;\n    &lt;meta charset=\"UTF-8\"&gt;\n    &lt;meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"&gt;\n    &lt;title&gt;Your Website&lt;/title&gt;\n    # Other script and link tags\n    &lt;script src=\"https://cdn.synthetix.com/penfield/get_synthetix.min.js?applicationkey=your-application-key&amp;consumerkey=your-consumer-key\"&gt;&lt;/script&gt;\n&lt;/head&gt;\n&lt;body&gt;\n    # Your content\n&lt;/body&gt;\n&lt;/html&gt;\n\n</code></pre>\n<p>OR:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-html\">&lt;html lang=\"en\"&gt;\n&lt;head&gt;\n    &lt;meta charset=\"UTF-8\"&gt;\n    &lt;meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"&gt;\n    &lt;title&gt;Your Website&lt;/title&gt;\n&lt;/head&gt;\n&lt;body&gt;\n    # Your content\n    # Other script and link tags\n    &lt;script src=\"https://cdn.synthetix.com/penfield/get_synthetix.min.js?applicationkey=your-application-key&amp;consumerkey=your-consumer-key\"&gt;&lt;/script&gt;\n&lt;/body&gt;\n&lt;/html&gt;\n\n</code></pre>\n<h4 id=\"2-avoid-dynamic-inclusion\">2. Avoid Dynamic Inclusion</h4>\n<p>Do not dynamically add the Synthetix script using JavaScript. This can lead to issues with script execution order and dependencies.</p>\n<h5 id=\"not-recommended\">Not Recommended:</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">// Avoid this approach\nvar script = document.createElement('script');\nscript.src = \"https://cdn.synthetix.com/penfield/get_synthetix.min.js?applicationkey=your-application-key&amp;consumerkey=your-consumer-key\";\ndocument.head.appendChild(script);\n\n</code></pre>\n<h4 id=\"3-avoid-manual-synthetix-function-calls\">3. Avoid Manual Synthetix Function Calls</h4>\n<p>Do not manually invoke any Synthetix functions. Incorrect implementation of function calls or error handling can cause unexpected behaviour and disrupt your website's functionality. Allow the script to manage its own function calls.</p>\n<h5 id=\"not-recommended-1\">Not Recommended:</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">// Avoid manual function calls like this\nsynthetix.someFunction();\n\n</code></pre>\n<h3 id=\"summary\">Summary</h3>\n<ol>\n<li><p><strong>Include the Synthetix script as the last script</strong> in your HTML to prevent conflicts.</p>\n</li>\n<li><p><strong>Avoid dynamically adding</strong> the Synthetix script using JavaScript.</p>\n</li>\n<li><p><strong>Do not manually call</strong> any functions from the Synthetix library to prevent errors and ensure proper handling by the library itself.</p>\n</li>\n</ol>\n<p>By following these guidelines, you can seamlessly integrate the Synthetix script into your website, ensuring smooth and reliable performance.</p>\n<h2 id=\"synthetixjs\">SynthetixJS</h2>\n<h3 id=\"adding-the-script-to-your-website-1\">Adding the Script to Your Website</h3>\n<p>Instructions coming soon.</p>\n<h1 id=\"channel-codes\">Channel Codes</h1>\n<p>The different modalities of potential contact are designated 'channels'. In most cases channel codes are not required, but for the avoidance of doubt channel codes are as found below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Channel Number</th>\n<th>Description</th>\n<th>Status</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>0</td>\n<td>Live Chat</td>\n<td>Active</td>\n</tr>\n<tr>\n<td>1</td>\n<td>Callback</td>\n<td>Active</td>\n</tr>\n<tr>\n<td>10</td>\n<td>Facebook</td>\n<td>Active</td>\n</tr>\n<tr>\n<td>14</td>\n<td>Knowledge</td>\n<td>Active</td>\n</tr>\n<tr>\n<td>15</td>\n<td>IVA</td>\n<td>Active</td>\n</tr>\n<tr>\n<td>16</td>\n<td>Form Agent</td>\n<td>Active</td>\n</tr>\n<tr>\n<td>17</td>\n<td>Virtual Agent</td>\n<td>Active</td>\n</tr>\n<tr>\n<td>99</td>\n<td>Unknown</td>\n<td>Active</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"error-codes\">Error Codes</h1>\n<p>Our API uses standard HTTP status codes to indicate the success or failure of an API request. In general, codes in the 2xx range indicate success, codes in the 4xx range indicate an error that resulted from the provided information (e.g. a required parameter was missing, a charge failed, etc.), and codes in the 5xx range indicate an error with our servers.</p>\n<p>Here are some of the most common status codes you'll encounter:</p>\n<ul>\n<li><p><strong>200 OK</strong>: The request was successful.</p>\n</li>\n<li><p><strong>201 Created</strong>: The request was successful, and a resource was created as a result.</p>\n</li>\n<li><p><strong>204 No Content</strong>: The request was successful, but there's no representation to return (i.e. the response is empty).</p>\n</li>\n<li><p><strong>400 Bad Request</strong>: The request could not be understood or was missing required parameters.</p>\n</li>\n<li><p><strong>401 Unauthorized</strong>: Authentication failed or was not provided.</p>\n</li>\n<li><p><strong>403 Forbidden</strong>: Authentication succeeded, but the authenticated user does not have access to the requested resource.</p>\n</li>\n<li><p><strong>404 Not Found</strong>: The requested resource could not be found.</p>\n</li>\n<li><p><strong>405 Method Not Allowed</strong>: The HTTP method used is not supported for the requested resource.</p>\n</li>\n<li><p><strong>406 Not Acceptable</strong>: The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.</p>\n</li>\n<li><p><strong>426 Upgrade Required</strong>: The client should switch to a different protocol such as TLS/1.0.</p>\n</li>\n<li><p><strong>429 Too Many Requests</strong>: The user has sent too many requests in a given amount of time (\"rate limiting\").</p>\n</li>\n<li><p><strong>500 Internal Server Error</strong>: An error occurred with our servers. Please try again later or raise a support request</p>\n</li>\n<li><p><strong>503 Service Unavailable</strong>: The server is currently unavailable (because it is overloaded or down for maintenance). Generally, this is a temporary state.</p>\n</li>\n</ul>\n<p>If an error occurs, the API will return an error object. This object will include a <code>code</code> (an internal error code unique to the error), a <code>message</code> (a human-readable message explaining the error), and a <code>field</code> (the field in the request that caused the error, if applicable).</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code/Number</th>\n<th>Severity</th>\n<th>Description</th>\n<th><a href=\"https://\">'HTTP Status Code'</a></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>101</td>\n<td>NOTICE</td>\n<td>NOT USING HTTPS 443</td>\n<td>426 (Upgrade Required)</td>\n</tr>\n<tr>\n<td>102</td>\n<td>INFO</td>\n<td>INVALID HEADERS</td>\n<td>406 (Not Acceptable)</td>\n</tr>\n<tr>\n<td>103</td>\n<td>INFO</td>\n<td>API CALL QUOTA LIMIT EXCEEDED</td>\n<td>406 (Not Acceptable)</td>\n</tr>\n<tr>\n<td>104</td>\n<td>INFO</td>\n<td>FORMAT MISSING</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>105</td>\n<td>INFO</td>\n<td>INVALID FORMAT</td>\n<td>405 (Method Not Allowed)</td>\n</tr>\n<tr>\n<td>106</td>\n<td>INFO</td>\n<td>MISSING PARAMETER</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>110</td>\n<td>INFO</td>\n<td>APPLICATION OFFLINE</td>\n<td>423 (Locked)</td>\n</tr>\n<tr>\n<td>111</td>\n<td>INFO</td>\n<td>BAD ORIGIN IP</td>\n<td>403 (Forbidden)</td>\n</tr>\n<tr>\n<td>112</td>\n<td>INFO</td>\n<td>TOKEN DOES NOT CONTAIN VALID SIGNATURE</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>113</td>\n<td>INFO</td>\n<td>TOKEN EXPIRED</td>\n<td>401 (Unauthorized)</td>\n</tr>\n<tr>\n<td>114</td>\n<td>INFO</td>\n<td>INVALID TOKEN</td>\n<td>401 (Unauthorized)</td>\n</tr>\n<tr>\n<td>115</td>\n<td>INFO</td>\n<td>INVALID IP</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>117</td>\n<td>INFO</td>\n<td>DATA NOT VALID</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>124</td>\n<td>CRITICAL</td>\n<td>FAILED TO CONNECT</td>\n<td>503 (Service Unavailable)</td>\n</tr>\n<tr>\n<td>128</td>\n<td>INFO</td>\n<td>HTTP PUT METHOD NOT AVAILABLE</td>\n<td>405 (Method Not Allowed)</td>\n</tr>\n<tr>\n<td>129</td>\n<td>INFO</td>\n<td>HTTP HEAD METHOD NOT AVAILABLE</td>\n<td>405 (Method Not Allowed)</td>\n</tr>\n<tr>\n<td>130</td>\n<td>INFO</td>\n<td>HTTP DELETE METHOD NOT AVAILABLE</td>\n<td>405 (Method Not Allowed)</td>\n</tr>\n<tr>\n<td>131</td>\n<td>INFO</td>\n<td>HTTP OPTIONS METHOD NOT AVAILABLE</td>\n<td>405 (Method Not Allowed)</td>\n</tr>\n<tr>\n<td>132</td>\n<td>INFO</td>\n<td>HTTP GET METHOD NOT AVAILABLE</td>\n<td>405 (Method Not Allowed)</td>\n</tr>\n<tr>\n<td>133</td>\n<td>INFO</td>\n<td>HTTP OPTIONS POST NOT AVAILABLE</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>134</td>\n<td>INFO</td>\n<td>HTTP METHOD NOT ACCEPTED</td>\n<td>405 (Method Not Allowed)</td>\n</tr>\n<tr>\n<td>135</td>\n<td>INFO</td>\n<td>MODE NOT RECOGNIZED</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>136</td>\n<td>INFO</td>\n<td>NO RESULTS</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>137</td>\n<td>CRITICAL</td>\n<td>CANNOT CONNECT</td>\n<td>503 (Service Unavailable)</td>\n</tr>\n<tr>\n<td>144</td>\n<td>CRITICAL</td>\n<td>CANNOT CONNECT</td>\n<td>503 (Service Unavailable)</td>\n</tr>\n<tr>\n<td>145</td>\n<td>CRITICAL</td>\n<td>CANNOT CONNECT</td>\n<td>503 (Service Unavailable)</td>\n</tr>\n<tr>\n<td>146</td>\n<td>INFO</td>\n<td>INVALID CHANNEL</td>\n<td>501 (Not Implemented)</td>\n</tr>\n<tr>\n<td>147</td>\n<td>INFO</td>\n<td>VOID ID</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>148</td>\n<td>INFO</td>\n<td>MISSING OR MALFORMED SKILL</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>149</td>\n<td>INFO</td>\n<td>INVALID SKILL</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>150</td>\n<td>INFO</td>\n<td>INVALID VARIABLE</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>151</td>\n<td>INFO</td>\n<td>3RD PARTY RETURNED INVALID STATUS RESPONSE</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>154</td>\n<td>INFO</td>\n<td>NO DATA</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>155</td>\n<td>INFO</td>\n<td>CANNOT SET 3RD PARTY TIMEOUT</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>156</td>\n<td>INFO</td>\n<td>3RD PARTY INTEGRATION SETTINGS INCOMPLETE</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>157</td>\n<td>INFO</td>\n<td>NO RESULTS</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>158</td>\n<td>INFO</td>\n<td>RATE LIMIT EXCEEDED</td>\n<td>429 (Too Many Requests)</td>\n</tr>\n<tr>\n<td>159</td>\n<td>INFO</td>\n<td>MALFORMED TIME RATE PARAMETER</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>160</td>\n<td>INFO</td>\n<td>3RD PARTY SESSION DOES NOT EXIST</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>161</td>\n<td>INFO</td>\n<td>3RD PARTY ENVIRONMENT HAS A FAULT</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>162</td>\n<td>INFO</td>\n<td>NO RESULTS</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>163</td>\n<td>INFO</td>\n<td>NO SLA DATA</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>164</td>\n<td>INFO</td>\n<td>NO AUTO RESPONDER</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>165</td>\n<td>INFO</td>\n<td>CATEGORY DOES NOT EXIST</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>166</td>\n<td>INFO</td>\n<td>CATEGORY AND SUBCATEGORY ARE INCOMPATIBLE</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>167</td>\n<td>INFO</td>\n<td>CANNOT FIND GLOBAL PRESETS</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>169</td>\n<td>INFO</td>\n<td>INCOMPATIBLE PARAMETERS</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>170</td>\n<td>INFO</td>\n<td>NO ACCESS TO THIS RESOURCE</td>\n<td>403 (Forbidden)</td>\n</tr>\n<tr>\n<td>171</td>\n<td>INFO</td>\n<td>CANNOT CHANGE EXISTING EMAIL</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>173</td>\n<td>HIGH</td>\n<td>CSRF SUSPECTED</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>174</td>\n<td>INFO</td>\n<td>ALREADY SUSPENDED</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>175</td>\n<td>INFO</td>\n<td>ALREADY UNSUSPENDED</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>177</td>\n<td>INFO</td>\n<td>VOID TRIGGER ID</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>179</td>\n<td>INFO</td>\n<td>UNKNOWN SUBDOMAIN</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>180</td>\n<td>INFO</td>\n<td>TEAM MATE INVALID</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>181</td>\n<td>INFO</td>\n<td>YOU ARE NOT A PARTICIPANT IN THIS CONVERSATION</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>182</td>\n<td>INFO</td>\n<td>CHAT NOT ASSIGNED TO YOU</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>183</td>\n<td>INFO</td>\n<td>ERROR IN UPDATING OR ADDING AD IMPRESSIONS</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>184</td>\n<td>INFO</td>\n<td>TRANSFER NOT AVAILABLE</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>185</td>\n<td>WARNING</td>\n<td>LOGGING FAILURE</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>186</td>\n<td>WARNING</td>\n<td>CANNOT REMOVE OWNER</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>187</td>\n<td>INFO</td>\n<td>MURDER, DEATH, KILL. OR (INVALID PARTICIPANT)</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>188</td>\n<td>HIGH</td>\n<td>DATABASE UPDATE ERROR</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>189</td>\n<td>INFO</td>\n<td>DUPLICATE CATEGORIES IN KNOWLEDGE BASE</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>190</td>\n<td>INFO</td>\n<td>AGENT IS INACTIVE</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>191</td>\n<td>INFO</td>\n<td>TITLE DOES NOT MEET LIMIT REQUIRMENTS</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>192</td>\n<td>INFO</td>\n<td>INVITATION ALREADY OFFERED</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>193</td>\n<td>INFO</td>\n<td>NO GOALS AVAILABLE</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>194</td>\n<td>INFO</td>\n<td>NO TOKEN OR SESSION IN PAYLOAD</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>195</td>\n<td>INFO</td>\n<td>API DOES NOT EXIST</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>196</td>\n<td>INFO</td>\n<td>YOUR SLOTS ARE FULL</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>197</td>\n<td>INFO</td>\n<td>PROBLEM WITH SUBMITTER</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>198</td>\n<td>INFO</td>\n<td>SKILL NO LONGER ACTIVE</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>201</td>\n<td>INFO</td>\n<td>MISSING APPLICATION KEY</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>202</td>\n<td>INFO</td>\n<td>MISSING CONSUMER KEY</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>203</td>\n<td>INFO</td>\n<td>ANTECEDING ENTITY IN QUEUE</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>204</td>\n<td>INFO</td>\n<td>NOT AUTHORISED</td>\n<td>403 (Forbidden)</td>\n</tr>\n<tr>\n<td>222</td>\n<td>INFO</td>\n<td>NOT AUTHORISED</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>223</td>\n<td>NOTICE</td>\n<td>YOU HAVE NO PERMISSIONS</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>224</td>\n<td>NOTICE</td>\n<td>AGENT HAS NO MODULES</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>225</td>\n<td>NOTICE</td>\n<td>ACCOUNT IS FROZEN</td>\n<td>403 (Forbidden)</td>\n</tr>\n<tr>\n<td>226</td>\n<td>INFO</td>\n<td>USER SET AS LOGGED OUT</td>\n<td>401 (Unauthorized)</td>\n</tr>\n<tr>\n<td>227</td>\n<td>INFO</td>\n<td>CANNOT RETURN TO QUEUE IF INVITATION STILL OUT</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>228</td>\n<td>HIGH</td>\n<td>ONGOING CHATS AND DB OUT OF SYNC</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>229</td>\n<td>INFO</td>\n<td>TICKET DOES NOT EXIST</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>230</td>\n<td>INFO</td>\n<td>PERMISSION NOT SET</td>\n<td>401 (Unauthorized)</td>\n</tr>\n<tr>\n<td>231</td>\n<td>INFO</td>\n<td>USERNAME INVALID</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>232</td>\n<td>INFO</td>\n<td>USERNAME ALREADY TAKEN</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>233</td>\n<td>INFO</td>\n<td>EMAIL INVALID</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>234</td>\n<td>NOTICE</td>\n<td>USER DOES NOT BELONG TO THIS AGENT</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>235</td>\n<td>NOTICE</td>\n<td>NO MFA METHOD</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>236</td>\n<td>INFO</td>\n<td>RESET SESSIONS</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>237</td>\n<td>NOTICE</td>\n<td>USER ID VOID</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>238</td>\n<td>INFO</td>\n<td>LABEL ID VOID</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>239</td>\n<td>INFO</td>\n<td>CHAT ALREADY COMPLETE</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>240</td>\n<td>INFO</td>\n<td>ONLY OWNERS CAN END CHATS</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>241</td>\n<td>INFO</td>\n<td>BAD SIGNATURE</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>242</td>\n<td>INFO</td>\n<td>HISTORICAL API CANNOT BE USED FOR REALTIME DATA</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>243</td>\n<td>INFO</td>\n<td>INVALID SCORE</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>244</td>\n<td>INFO</td>\n<td>TRIGGER ID INVALID FOR TYPE</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>245</td>\n<td>INFO</td>\n<td>INVALID REASON FOR SUSPENSION</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>246</td>\n<td>INFO</td>\n<td>PIPELINE NOT OWNED BY USER</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>247</td>\n<td>INFO</td>\n<td>PIPELINE DOES NOT EXIST</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>248</td>\n<td>INFO</td>\n<td>NO BREADCRUMBS COLLECTED</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>249</td>\n<td>NOTICE</td>\n<td>INVALID USER ID FOR THIS ACTION</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>250</td>\n<td>INFO</td>\n<td>CALLBACK ID NOT RECOGNISED</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>251</td>\n<td>INFO</td>\n<td>CALLBACK ALREADY COMPLETE</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>252</td>\n<td>INFO</td>\n<td>CALLBACK CANCELLED</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>253</td>\n<td>INFO</td>\n<td>CALLBACK ALREADY FAILED</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>254</td>\n<td>INFO</td>\n<td>CALLBACK SLOT BLOCKED OUT</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>255</td>\n<td>INFO</td>\n<td>CALLBACK STILL IN PROGRESS</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>256</td>\n<td>INFO</td>\n<td>CALLBACK EITHER NOT STARTED OR ALREADY COMPLETED</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>257</td>\n<td>INFO</td>\n<td>CALLBACK NOT LOCKED</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>258</td>\n<td>INFO</td>\n<td>CANNOT UNSUSPEND WHILE CALLBACK ONGOING</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>259</td>\n<td>WARNING</td>\n<td>ENVIRONMENT NOT ENABLED FOR USE WITH THIS CONSUMER AND/OR APPLICATION</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>260</td>\n<td>INFO</td>\n<td>UNDERGOING MAINTENANCE</td>\n<td>503 (Service Unavailable)</td>\n</tr>\n<tr>\n<td>261</td>\n<td>CRITICAL</td>\n<td>WRITE DATABASE CONNECTION FAILED</td>\n<td>503 (Service Unavailable)</td>\n</tr>\n<tr>\n<td>262</td>\n<td>CRITICAL</td>\n<td>READ DATABASE CONNECTION FAILED</td>\n<td>503 (Service Unavailable)</td>\n</tr>\n<tr>\n<td>263</td>\n<td>CRITICAL</td>\n<td>WRITE DATABASE CONNECTION TIMEEDOUT</td>\n<td>503 (Service Unavailable)</td>\n</tr>\n<tr>\n<td>264</td>\n<td>CRITICAL</td>\n<td>READ DATABASE CONNECTION TIMEOUT</td>\n<td>503 (Service Unavailable)</td>\n</tr>\n<tr>\n<td>265</td>\n<td>WARNING</td>\n<td>NO CUSTOMER FEEDBACK CONFIGURED</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>266</td>\n<td>INFO</td>\n<td>INVALID PAYMENTLINKREFERENCEID</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>267</td>\n<td>INFO</td>\n<td>EMPTY LOGIC EXPRESSION</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>268</td>\n<td>INFO</td>\n<td>EVALUATED LOGIC EXPRESSION FAILED</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>269</td>\n<td>INFO</td>\n<td>SESSION OUT OF SCOPE</td>\n<td>401 (Unauthorized)</td>\n</tr>\n<tr>\n<td>303</td>\n<td>INFO</td>\n<td>NO AD DATA</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>304</td>\n<td>INFO</td>\n<td>NO AD DATA</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>305</td>\n<td>INFO</td>\n<td>NO KNOWLEDGE DATA</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>306</td>\n<td>INFO</td>\n<td>NO KNOWLEDGE DATA</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>307</td>\n<td>INFO</td>\n<td>NO KNOWLEDGE DATA</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>309</td>\n<td>INFO</td>\n<td>INVALID VIEW</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>310</td>\n<td>INFO</td>\n<td>DATA NOT MODIFIED</td>\n<td>304 (Not Modified)</td>\n</tr>\n<tr>\n<td>311</td>\n<td>INFO</td>\n<td>INVALID DATE RANGE</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>312</td>\n<td>INFO</td>\n<td>MAGIC LINK EXPIRED OR INVALID</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>313</td>\n<td>INFO</td>\n<td>REACHED MAX DATA DOWNLOADS</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>314</td>\n<td>INFO</td>\n<td>STREAM LOG ERROR RETRYING</td>\n<td>200 (OK)</td>\n</tr>\n<tr>\n<td>403</td>\n<td>INFO</td>\n<td>NOT AUTHORISED</td>\n<td>403 (Forbidden)</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>(Expand to view the full list)</strong>.</p>\n<h1 id=\"support\">Support</h1>\n<h3 id=\"support-policy-for-api-implementation\">Support Policy for API Implementation</h3>\n<h4 id=\"overview-1\">Overview</h4>\n<p>At Synthetix, we strive to provide comprehensive resources to assist you in implementing our APIs effectively. Our documentation is designed to guide you through integration and troubleshooting common issues independently.</p>\n<h4 id=\"support-scope\">Support Scope</h4>\n<p>We do not generally offer one-to-one support for API implementation. Users are encouraged to utilize our extensive documentation for guidance and best practices in implementing our APIs.</p>\n<h4 id=\"reporting-genuine-issues\">Reporting Genuine Issues</h4>\n<p>If you encounter a genuine issue with the API that goes beyond a typical implementation error, we are here to help:</p>\n<ul>\n<li><strong>Issue Reporting:</strong> Please submit a detailed report of your issue through our support portal. Ensure that you include all relevant information such as error logs, API responses, and a clear description of the problem. This will help us in diagnosing and addressing the issue more efficiently.</li>\n</ul>\n<h4 id=\"support-portal\">Support Portal</h4>\n<ul>\n<li><strong>Ticket Submission:</strong> All management and support operations are conducted through our dedicated support portal. This centralised system allows us to manage queries effectively and ensures that your issues are resolved promptly.</li>\n</ul>\n<h4 id=\"how-to-raise-a-support-ticket\">How to Raise a Support Ticket</h4>\n<ol>\n<li><p><strong>Access the Portal:</strong> Visit your Synthetix.cloud portal and log in with your credentials or visit the support portal <a href=\"https://support.synthetix.com\">https://support.synthetix.com</a></p>\n</li>\n<li><p><strong>Create a New Ticket:</strong> Select the option to create a new ticket and categorize it as an API &amp; Applications.</p>\n</li>\n<li><p><strong>Provide Details:</strong> Fill in the details of your issue, including steps to reproduce the problem, the impact it has on your operations, and any troubleshooting steps you have already attempted.</p>\n</li>\n<li><p><strong>Submit the Ticket:</strong> Once completed, submit the ticket. Our support team will review your submission and get back to you as soon as possible.</p>\n</li>\n</ol>\n<h4 id=\"assistance-expectations\">Assistance Expectations</h4>\n<p>Please note that our response time may vary depending on the complexity of the issue and current ticket volume. We prioritize issues based on their severity and impact.</p>\n<h1 id=\"restrictions-and-limitations\">Restrictions and Limitations</h1>\n<p>While our API provides powerful functionality, there are certain restrictions and limitations in place to ensure the overall performance, security, and fair usage of our services. It's important to be aware of these restrictions to effectively integrate and utilize our API. The following are the key restrictions and limitations to consider:</p>\n<h2 id=\"1-rate-limiting\">1. Rate Limiting</h2>\n<p>As mentioned in the Rate Limiting section, our API implements rate limiting to prevent abuse and ensure fair usage of resources. The rate limit defines the maximum number of requests allowed within a specific timeframe. Exceeding the rate limit will result in temporary delays or denials of further requests until the rate limit resets. Please refer to the Rate Limiting section for specific details on rate limit values and implementation.</p>\n<h2 id=\"2-authentication-and-access-controls\">2. Authentication and Access Controls</h2>\n<p>To access our API, you are required to authenticate using valid credentials, such as API keys or tokens. It's essential to keep your authentication credentials secure and confidential. Additionally, access controls may be enforced to limit certain operations or data based on user roles or permissions. Make sure to follow the authentication guidelines provided in our API documentation to ensure proper access and data protection.</p>\n<h2 id=\"3-data-usage-and-privacy\">3. Data Usage and Privacy</h2>\n<p>When using our API, you must adhere to relevant data usage and privacy regulations. Ensure that you have appropriate legal rights and permissions to access and process any data provided through the API. It's your responsibility to handle user data in compliance with applicable privacy laws and protect the confidentiality and integrity of user information.</p>\n<h2 id=\"4-acceptable-use-policy\">4. Acceptable Use Policy</h2>\n<p>Our API has an acceptable use policy that defines the terms and conditions for utilizing our services. You must comply with this policy, which may include restrictions on prohibited activities, content, or usage patterns. Violations of the acceptable use policy may result in temporary or permanent suspension of API access privileges.</p>\n<h2 id=\"5-service-level-agreement-sla\">5. Service Level Agreement (SLA)</h2>\n<p>While we strive to provide a reliable and high-performance API service, certain factors beyond our control may impact service availability or performance. It's important to review our Service Level Agreement (SLA) in your contract, if applicable, which outlines the guaranteed uptime, response times, and support commitments. The SLA will specify any compensation or remedies available in case of service disruptions or performance degradation.</p>\n<h2 id=\"6-changes-and-updates\">6. Changes and Updates</h2>\n<p>Please note that the restrictions and limitations mentioned above are subject to change. We may update these restrictions from time to time to improve our services or address security concerns. It's recommended to stay updated with our API documentation and any communications from us to ensure compliance with the latest restrictions and limitations.</p>\n<p>By understanding and adhering to these restrictions and limitations, you can effectively utilize our API while ensuring the stability, security, and fair usage of our services.</p>\n<h1 id=\"terms-of-service\">Terms of Service</h1>\n<p>These Terms of Service (\"Terms\") govern your access to and use of the Synthetix API (\"API\") provided by Synthetix Ltd. (\"Synthetix\", \"we\", \"us\" or \"our\"), a company registered in the United Kingdom. By accessing or using the API, you (\"Client\", \"you\", or \"your\") agree to be bound by these Terms.</p>\n<ol>\n<li><p>Access and Use</p>\n<ol>\n<li><p>Access to the API is granted to Synthetix clients only.</p>\n</li>\n<li><p>You may not use the API for any purpose that is unlawful or prohibited by these Terms.</p>\n</li>\n<li><p>You shall not use the staging environment for production workloads. The staging environment is provided for testing purposes only</p>\n</li>\n<li><p>You are required to use the sandbox environment for development purposes.</p>\n</li>\n</ol>\n</li>\n<li><p>Code Review and Production Access</p>\n<ol>\n<li><p>Before gaining access to the production API, you must undergo a code review with a Synthetix developer. The developer will help ensure that your application is properly configured for the production environment.</p>\n</li>\n<li><p>Once the code review is completed and any necessary changes are made, you will be granted access to the production API.</p>\n</li>\n</ol>\n</li>\n<li><p>Restrictions</p>\n<ol>\n<li><p>You shall not sublicense, resell, transfer, or otherwise share your API access or API key with any third party.</p>\n</li>\n<li><p>You shall not use the API to create or promote any service that is competitive with Synthetix or any of its products or services.</p>\n</li>\n<li><p>You shall not use the API in any manner that could damage, disable, overburden, or impair Synthetix's systems or services.</p>\n</li>\n</ol>\n</li>\n<li><p>Ownership and Intellectual Property</p>\n<ol>\n<li><p>All rights, title, and interest in and to the API, including any and all intellectual property rights, are owned by Synthetix or its licensors.</p>\n</li>\n<li><p>You acknowledge that the API is provided under license, and not sold, to you. You do not acquire any ownership interest in the API under these Terms.</p>\n</li>\n</ol>\n</li>\n<li><p>Termination</p>\n<ol>\n<li><p>Synthetix may terminate or suspend your access to the API at any time and for any reason, including, but not limited to, your breach of these Terms.</p>\n</li>\n<li><p>Upon termination or suspension, you must immediately cease using the API and delete all copies of the API and related data in your possession or control.</p>\n</li>\n</ol>\n</li>\n<li><p>API Modifications</p>\n<ol>\n<li>Synthetix reserves the right to modify, update, or discontinue the API or any part thereof at any time without prior notice. You acknowledge and agree that Synthetix shall not be liable to you or any third party for any modification, suspension, or discontinuation of the API.</li>\n</ol>\n</li>\n<li><p>Compliance and API Key Revocation</p>\n<ol>\n<li>Synthetix reserves the right to disable, revoke, or limit your API key at any time if you fail to comply with these Terms or if we suspect any unauthorized or inappropriate use of the API.</li>\n</ol>\n</li>\n<li><p>Governing Law<br> These Terms shall be governed by and construed in accordance with the laws of the United Kingdom. Any disputes arising out of or in connection with these Terms shall be subject to the exclusive jurisdiction of the courts of the United Kingdom.</p>\n</li>\n<li><p>Amendments<br> Synthetix reserves the right to modify these Terms at any time by providing notice on its website or through the API. Your continued use of the API following the posting of any changes to these Terms constitutes your acceptance of those changes.</p>\n</li>\n<li><p>Contact Information<br>If you have any questions or concerns regarding these Terms or the API, please contact us at <a href=\"https://\">support@synthetix.com</a>.</p>\n</li>\n<li><p>Compliance with Laws</p>\n<ol>\n<li>You shall comply with all applicable laws, regulations, and rules of the United Kingdom and any other applicable jurisdiction in connection with your access to and use of the API. You shall also obtain all necessary consents, licenses, permits, or other authorizations required for your use of the API.</li>\n</ol>\n</li>\n<li><p>Privacy</p>\n<ol>\n<li>Any personal information you provide to us in connection with your access to and use of the API will be processed in accordance with our Privacy Policy, which is available on our website or upon request. By using the API, you acknowledge and agree that you have read and understand our Privacy Policy and consent to the collection, use, and disclosure of your personal information as set forth therein.</li>\n</ol>\n</li>\n<li><p>Feedback</p>\n<ol>\n<li>You may provide Synthetix with feedback, suggestions, or comments regarding the API (\"Feedback\"). You agree that any Feedback you provide is given voluntarily and without any expectation of compensation, and Synthetix may use or incorporate such Feedback into its products and services without restriction and without any obligation to you.</li>\n</ol>\n</li>\n<li><p>Support</p>\n<ol>\n<li>Synthetix may provide you with limited support or updates for the API in its sole discretion. However, Synthetix is under no obligation to provide any support, upgrades, or updates, and it does not guarantee that any specific errors, defects, or performance issues will be corrected or resolved, unless otherwise stated within your support contract.</li>\n</ol>\n</li>\n</ol>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Overview","slug":"overview"},{"content":"Getting Started","slug":"getting-started"},{"content":"Whitelisting","slug":"whitelisting"},{"content":"Session Management","slug":"session-management"},{"content":"Rate Limiting","slug":"rate-limiting"},{"content":"Webhooks","slug":"webhooks"},{"content":"Penetration Testing Policy","slug":"penetration-testing-policy"},{"content":"Use Cases","slug":"use-cases"},{"content":"Add Ons","slug":"add-ons"},{"content":"Website Widgets","slug":"website-widgets"},{"content":"Channel Codes","slug":"channel-codes"},{"content":"Error Codes","slug":"error-codes"},{"content":"Support","slug":"support"},{"content":"Restrictions and Limitations","slug":"restrictions-and-limitations"},{"content":"Terms of Service","slug":"terms-of-service"}],"owner":"398027","collectionId":"9154f40a-2436-4015-a246-6c881807ed20","publishedId":"2s93sf1qZM","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-11-20T11:34:33.000Z"},"item":[{"name":"environment","item":[{"name":"constants","id":"d741f441-813f-43eb-b07e-202cdea9bda5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your-synthetix-token"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"APPLICATIONKEY","value":"your-application-key","description":"<p><a href=\"#getting-started\">Learn more...</a></p>\n","type":"text"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"<p><a href=\"#getting-started\">Learn more...</a></p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"your-const-name","value":"your-constant-value","type":"text"}]},"url":"https://apisandbox.synthetix.com/2.0/environment/constants","description":"<p>Constants are immutable variables. This endpoint is used to create a new set of environmental constants within the associated session. Each constant is defined using a key-value pair in the request body, where the key represents the name of the new constant and the value represents the value to be assigned to it. Constant values can be either single or multi-dimensional, specified by sending a string or an array respectively.</p>\n<p>Upon successful creation, the endpoint returns the updated list of environmental constants associated with the session. Note that constants are immutable. Attempting to overwrite an existing constant by sending a key that already exists will not modify the current value. Once a constant is set, it remains unchangeable and cannot be deleted.</p>\n","urlObject":{"protocol":"https","path":["2.0","environment","constants"],"host":["apisandbox.synthetix.com"],"query":[],"variable":[]}},"response":[{"id":"93061461-ba7a-4411-a276-e0c19c26e049","name":"constants","originalRequest":{"method":"POST","header":[{"key":"APPLICATIONKEY","value":"your-application-key"},{"key":"CONSUMERKEY","value":"your-consumer-key"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"firstname\": \"Luke\"}","options":{"raw":{"language":"json"}}},"url":"https://apisandbox.synthetix.com/2.0/environment/constants"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Authorization,APPLICATIONKEY,CONSUMERKEY,HTTP_X_FORWARDED_FOR,CONTENT-TYPE","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,POST,DELETE,PATCH,PUT,OPTIONS","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"X-API-Node,X-API-Environment,X-API-Version,ETag,Last-Modified","enabled":true},{"key":"Cache-Control","value":"no-cache,no-store,must-revalidate","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Date","value":"Wed, 24 Oct 2018 11:38:39 GMT","enabled":true},{"key":"Expires","value":"2018-10-24T15:28:54+00:00","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Server","value":"Apache","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains","enabled":true},{"key":"Tk","value":"N","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-API-Node","value":"52c20b7818fd","enabled":true},{"key":"X-API-Version","value":"development;(D3)","enabled":true},{"key":"X-Cake","value":"The Cake is a lie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Quota","value":"unlimited/infinite","enabled":true},{"key":"X-Request-ID","value":"1540381119-1705117003-219","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Content-Length","value":"58","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n \"firstname\": \"Luke\"\n}"}],"_postman_id":"d741f441-813f-43eb-b07e-202cdea9bda5"},{"name":"variables","id":"a1e4c3ad-b4fd-42cb-808b-b6d1f6da0515","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your-synthetix-token"}]},"isInherited":false},"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"<p><a href=\"#getting-started\">Learn more...</a></p>\n"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"<p><a href=\"#getting-started\">Learn more...</a></p>\n"}],"url":"https://apisandbox.synthetix.com/2.0/environment/variables","description":"<p>Returns a list of the environmental variables associated to this session.</p>\n","urlObject":{"protocol":"https","path":["2.0","environment","variables"],"host":["apisandbox.synthetix.com"],"query":[],"variable":[]}},"response":[{"id":"0cca55c0-624b-4f05-9f9d-243796c79a3f","name":"variables","originalRequest":{"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"[Learn more...](#authentication)"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"[Learn more...](#authentication)"}],"url":"https://apisandbox.synthetix.com/2.0/environment/variables"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Authorization,APPLICATIONKEY,CONSUMERKEY,HTTP_X_FORWARDED_FOR,CONTENT-TYPE","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,POST,DELETE,PATCH,PUT,OPTIONS","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"X-API-Node,X-API-Environment,X-API-Version,ETag,Last-Modified","enabled":true},{"key":"Cache-Control","value":"no-cache,no-store,must-revalidate","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Date","value":"Wed, 24 Oct 2018 11:37:26 GMT","enabled":true},{"key":"Expires","value":"2018-10-24T15:28:54+00:00","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Server","value":"Apache","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains","enabled":true},{"key":"Tk","value":"N","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-API-Node","value":"52c20b7818fd","enabled":true},{"key":"X-API-Version","value":"development;(D3)","enabled":true},{"key":"X-Cake","value":"The Cake is a lie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Quota","value":"unlimited/infinite","enabled":true},{"key":"X-Request-ID","value":"1540381046-1705105573-127","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Content-Length","value":"40","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"firstname\": \"Luke\"\n}"}],"_postman_id":"a1e4c3ad-b4fd-42cb-808b-b6d1f6da0515"},{"name":"variables","id":"97ed6902-7eea-4227-8801-92459b82d2b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your-synthetix-token"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"APPLICATIONKEY","value":"your-application-key","description":"<p><a href=\"#getting-started\">Learn more...</a></p>\n","type":"text"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"<p><a href=\"#getting-started\">Learn more...</a></p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"your-variable-name","value":"your-variable-value","type":"text"}]},"url":"https://apisandbox.synthetix.com/2.0/environment/variables","description":"<p>This endpoint is used to create a new set of environmental variables within the associated session. The variable is defined using a key-value pair in the request body, where the key represents the name of the new variable and the value represents the value to be assigned to it. Variable values can be either single or multi-dimensional, specified by sending a string or an array respectively.</p>\n<p>Upon successful creation, the endpoint returns the updated list of environmental variables associated with the session. Note that this will overwrite any existing variables. To update existing variables, use the PATCH method instead.</p>\n","urlObject":{"protocol":"https","path":["2.0","environment","variables"],"host":["apisandbox.synthetix.com"],"query":[],"variable":[]}},"response":[{"id":"6fce6e6a-6950-4db8-bcf6-e019b426b1ae","name":"variables","originalRequest":{"method":"POST","header":[{"key":"APPLICATIONKEY","value":"your-application-key"},{"key":"CONSUMERKEY","value":"your-consumer-key"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"firstname\": \"Luke\"}","options":{"raw":{"language":"json"}}},"url":"https://apisandbox.synthetix.com/2.0/environment/variables"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Authorization,APPLICATIONKEY,CONSUMERKEY,HTTP_X_FORWARDED_FOR,CONTENT-TYPE","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,POST,DELETE,PATCH,PUT,OPTIONS","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"X-API-Node,X-API-Environment,X-API-Version,ETag,Last-Modified","enabled":true},{"key":"Cache-Control","value":"no-cache,no-store,must-revalidate","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Date","value":"Wed, 24 Oct 2018 11:38:39 GMT","enabled":true},{"key":"Expires","value":"2018-10-24T15:28:54+00:00","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Server","value":"Apache","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains","enabled":true},{"key":"Tk","value":"N","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-API-Node","value":"52c20b7818fd","enabled":true},{"key":"X-API-Version","value":"development;(D3)","enabled":true},{"key":"X-Cake","value":"The Cake is a lie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Quota","value":"unlimited/infinite","enabled":true},{"key":"X-Request-ID","value":"1540381119-1705117003-219","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Content-Length","value":"58","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n \"firstname\": \"Luke\"\n}"}],"_postman_id":"97ed6902-7eea-4227-8801-92459b82d2b0"},{"name":"variables","id":"f9648866-1090-49ac-8664-52896665ba13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your-synthetix-token"}]},"isInherited":false},"method":"PATCH","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"<p><a href=\"#getting-started\">Learn more...</a></p>\n"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"<p><a href=\"#getting-started\">Learn more...</a></p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"your-variable-name1","value":"your-variable-value1","type":"text"},{"key":"your-variable-name2","value":"your-variable-value2","type":"text"}]},"url":"https://apisandbox.synthetix.com/2.0/environment/variables","description":"<p>This endpoint is used to add or update environmental variables within the associated session. The variable is defined using a key-value pair in the request body, where the key represents the name of the variable and the value represents the value to be assigned to it. Variable values can be either single or multi-dimensional, specified by sending a string or an array respectively.</p>\n<p>If the specified variable key already exists, its value will be updated to the new value provided in the request body. If the key does not exist, a new variable will be added to the environmental variables associated with that session. Upon successful addition or update, the endpoint returns the updated list of environmental variables associated with the session.</p>\n","urlObject":{"protocol":"https","path":["2.0","environment","variables"],"host":["apisandbox.synthetix.com"],"query":[],"variable":[]}},"response":[{"id":"0ac52b10-c7dd-4cb2-8e7e-72ad35cd14a2","name":"variables","originalRequest":{"method":"PATCH","header":[{"key":"APPLICATIONKEY","value":"your-application-key"},{"key":"CONSUMERKEY","value":"your-consumer-key"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"lastname\": \"Addington\"}"},"url":"https://apisandbox.synthetix.com/2.0/environment/variables"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Authorization,APPLICATIONKEY,CONSUMERKEY,HTTP_X_FORWARDED_FOR,CONTENT-TYPE","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,POST,DELETE,PATCH,PUT,OPTIONS","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"X-API-Node,X-API-Environment,X-API-Version,ETag,Last-Modified","enabled":true},{"key":"Cache-Control","value":"no-cache,no-store,must-revalidate","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Date","value":"Wed, 24 Oct 2018 11:39:01 GMT","enabled":true},{"key":"Expires","value":"2018-10-24T15:28:54+00:00","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Server","value":"Apache","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains","enabled":true},{"key":"Tk","value":"N","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-API-Node","value":"52c20b7818fd","enabled":true},{"key":"X-API-Version","value":"development;(D3)","enabled":true},{"key":"X-Cake","value":"The Cake is a lie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Quota","value":"unlimited/infinite","enabled":true},{"key":"X-Request-ID","value":"1540381141-1705120234-191","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Content-Length","value":"56","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"firstname\": \"Luke\",\n    \"lastname\": \"Addington\"\n}"}],"_postman_id":"f9648866-1090-49ac-8664-52896665ba13"},{"name":"variables","id":"fbff67ae-0f22-45ca-b081-efcd723b0cfa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your-synthetix-token"}]},"isInherited":false},"method":"PUT","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"<p><a href=\"#getting-started\">Learn more...</a></p>\n"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"<p><a href=\"#getting-started\">Learn more...</a></p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"your-variable-name","value":"your-new-variable-value","type":"text"}]},"url":"https://apisandbox.synthetix.com/2.0/environment/variables","description":"<p>This endpoint replaces all existing environmental variables within the associated session with the new request payload. All variables will be cleared, and new variables will be set according to the key-value pairs provided in the request body, where the key represents the name of the new variable and the value represents the value to be assigned to it. Variable values can be either single or multi-dimensional, specified by sending a string or an array respectively.</p>\n<p>Upon successful replacement, the endpoint returns the updated list of environmental variables associated with the session. Note, if no request body is provided, all existing environmental variables will be deleted.</p>\n","urlObject":{"protocol":"https","path":["2.0","environment","variables"],"host":["apisandbox.synthetix.com"],"query":[],"variable":[]}},"response":[{"id":"03aa3a78-d8ef-4a57-ae4e-951fe5db0ab9","name":"variables","originalRequest":{"method":"PUT","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"[Learn more...](#authentication)"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"[Learn more...](#authentication)"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"firstname\": \"Anakin\"}","options":{"raw":{"language":"json"}}},"url":"https://apisandbox.synthetix.com/2.0/environment/variables"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Authorization,APPLICATIONKEY,CONSUMERKEY,HTTP_X_FORWARDED_FOR,CONTENT-TYPE","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,POST,DELETE,PATCH,PUT,OPTIONS","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"X-API-Node,X-API-Environment,X-API-Version,ETag,Last-Modified","enabled":true},{"key":"Cache-Control","value":"no-cache,no-store,must-revalidate","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Date","value":"Wed, 24 Oct 2018 11:37:26 GMT","enabled":true},{"key":"Expires","value":"2018-10-24T15:28:54+00:00","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Server","value":"Apache","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains","enabled":true},{"key":"Tk","value":"N","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-API-Node","value":"52c20b7818fd","enabled":true},{"key":"X-API-Version","value":"development;(D3)","enabled":true},{"key":"X-Cake","value":"The Cake is a lie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Quota","value":"unlimited/infinite","enabled":true},{"key":"X-Request-ID","value":"1540381046-1705105573-127","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Content-Length","value":"40","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"firstname\": \"Anakin\"\n}"}],"_postman_id":"fbff67ae-0f22-45ca-b081-efcd723b0cfa"},{"name":"variables","id":"4dfc4849-e036-4e6c-ab45-22a036e08e7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your-synthetix-token"}]},"isInherited":false},"method":"DELETE","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"<p><a href=\"#getting-started\">Learn more...</a></p>\n"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"<p><a href=\"#getting-started\">Learn more...</a></p>\n"}],"body":{"mode":"raw","raw":"{\"delete\": [\"your-variable-name\"]}","options":{"raw":{"language":"json"}}},"url":"https://apisandbox.synthetix.com/2.0/environment/variables","description":"<p>This endpoint removes existing environmental variables within the associated session that match the keys provided in the request body. The request body should include a key-value pair, where the key is \"delete\" and the value is an array containing the keys of existing variables to be deleted.</p>\n<p>Upon successful deletion, the endpoint returns the updated list of environmental variables associated with the session.</p>\n","urlObject":{"protocol":"https","path":["2.0","environment","variables"],"host":["apisandbox.synthetix.com"],"query":[],"variable":[]}},"response":[{"id":"b37da31a-caf3-474b-8c1a-d8fe4d3c2e87","name":"variables","originalRequest":{"method":"DELETE","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"[Learn more...](#getting-started)"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"[Learn more...](#getting-started)"}],"body":{"mode":"raw","raw":"{\"delete\": [\"firstname\"]}","options":{"raw":{"language":"json"}}},"url":"https://apisandbox.synthetix.com/2.0/environment/variables"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 23 Apr 2024 11:27:44 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"62","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"Apache","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization,APPLICATIONKEY,CONSUMERKEY,HTTP_X_FORWARDED_FOR,CONTENT-TYPE","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"X-API-Node,ETag,Last-Modified,Date,HTTP_X_AMZN_TRACE_ID","enabled":true},{"key":"Cache-Control","value":"no-cache,no-store,must-revalidate","enabled":true},{"key":"Accept","value":"application/json,multipart/form-data,application/x-www-form-urlencoded","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Tk","value":"N","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=7776000","enabled":true},{"key":"X-Cake","value":"The Cake is a lie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"HTTP_X_AMZN_TRACE_ID","value":"Root=1-66279b30-5a49cfe137523acc277d87de","enabled":true},{"key":"X-API-Node","value":"8f631a [Nightly]","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,POST,DELETE,PATCH,PUT,OPTIONS","enabled":true},{"key":"Expires","value":"2024-04-23T17:26:12+00:00","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"lastname\": \"Addington\"\n}"}],"_postman_id":"4dfc4849-e036-4e6c-ab45-22a036e08e7b"}],"id":"7e0a192d-c2ed-45a9-a3b2-accf636c8d51","description":"<p>Environment endpoints empower you to manage environmental variables and constants within the associated session. They allow for the creation, updating, and deletion of variables and constants, providing flexibility and control over the session's environment.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"1f7dd5cf-c231-4cfb-abeb-60923dfeedfc","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"cb82b1fa-02a2-4eaf-a5fa-b2223fdf5769","type":"text/javascript","exec":[""]}}],"_postman_id":"7e0a192d-c2ed-45a9-a3b2-accf636c8d51"},{"name":"external","item":[{"name":"all_faqs","id":"dd682fbf-af5b-49b8-a3c9-fd075d28866b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"}],"url":"https://apisandbox.synthetix.com/2.0/external/all_faqs?direction=DESC&order_by=last edited&limitno=10","description":"<p>Returns the most popular articles within the knowledge base during a specified timeframe. It automatically restricts access to articles within the allowed views of the application. When accessed from an external application, it excludes views marked as private.</p>\n","urlObject":{"protocol":"https","path":["2.0","external","all_faqs"],"host":["apisandbox.synthetix.com"],"query":[{"disabled":true,"description":{"content":"<p>Restrict popular articles to single category</p>\n","type":"text/plain"},"key":"category","value":"My Account"},{"description":{"content":"<p><code>ASC</code> OR <code>DESC</code> .  Defaults to <code>DESC</code>.</p>\n","type":"text/plain"},"key":"direction","value":"DESC"},{"disabled":true,"description":{"content":"<p>Number of days over which to collate data. Defaults to 7.</p>\n","type":"text/plain"},"key":"limitdate","value":"365"},{"disabled":true,"description":{"content":"<p><code>true</code> OR <code>false</code>.  Defaults to <code>false</code>. Governs whether popular articles are returned in order of popularity</p>\n","type":"text/plain"},"key":"pop","value":"true"},{"disabled":true,"description":{"content":"<p>Restrict popular articles to single subcategory</p>\n","type":"text/plain"},"key":"subcategory","value":"Logging in"},{"description":{"content":"<p><code>last edited</code> OR <code>comments</code> OR <code>timestamp</code>.    Defaults to <code>last edited</code>.</p>\n","type":"text/plain"},"key":"order_by","value":"last edited"},{"disabled":true,"key":"view","value":"public"},{"key":"limitno","value":"10"}],"variable":[]}},"response":[{"id":"dc86419c-7877-4be0-a3ce-c9ec9c677cde","name":"all_faqs","originalRequest":{"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"[Learn more...](#authentication)"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"[Learn more...](#authentication)"}],"url":{"raw":"https://apisandbox.synthetix.com/2.0/external/all_faqs?direction=DESC&limitno=10&order_by=last edited","protocol":"https","host":["apisandbox.synthetix.com"],"path":["2.0","external","all_faqs"],"query":[{"key":"category","value":"My Account","description":"Restrict popular articles to single category","disabled":true},{"key":"direction","value":"DESC","description":"`ASC` OR `DESC` .  Defaults to `DESC`."},{"key":"limitdate","value":"365","description":"Number of days over which to collate data. Defaults to 7.","disabled":true},{"key":"limitno","value":"10","description":"Number of articles to return. Defaults to 20."},{"key":"pop","value":"true","description":"`true` OR `false`.  Defaults to `false`. Governs whether popular articles are returned in order of popularity","disabled":true},{"key":"subcategory","value":"Logging in","description":"Restrict popular articles to single subcategory","disabled":true},{"key":"order_by","value":"last edited","description":"`last edited` OR `comments` OR `timestamp`.    Defaults to `last edited`."},{"key":"view","value":"public","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 25 Apr 2024 11:14:42 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"673","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"Apache","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization,APPLICATIONKEY,CONSUMERKEY,HTTP_X_FORWARDED_FOR,CONTENT-TYPE","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"X-API-Node,ETag,Last-Modified,Date,HTTP_X_AMZN_TRACE_ID","enabled":true},{"key":"Cache-Control","value":"no-cache,no-store,must-revalidate","enabled":true},{"key":"Accept","value":"application/json,multipart/form-data,application/x-www-form-urlencoded","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Tk","value":"N","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=7776000","enabled":true},{"key":"X-Cake","value":"The Cake is a lie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"HTTP_X_AMZN_TRACE_ID","value":"Root=1-662a3b22-09953ac22b1458b249216b33","enabled":true},{"key":"X-API-Node","value":"8f631a [Nightly]","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,OPTIONS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"label\": \"lblxxxx\",\n            \"comments\": 0,\n            \"question\": \"How does your billing model work?\",\n            \"category\": \"About Synthetix\",\n            \"subcategory\": \"\",\n            \"last edited\": \"2024-03-20 12:43:37\",\n            \"timestamp\": 1710938617,\n            \"views\": [\n                \"FAQs\"\n            ]\n        },\n        {\n            \"label\": \"qedxxxx\",\n            \"comments\": 0,\n            \"question\": \"Where is my certificate?\",\n            \"category\": \"Test\",\n            \"subcategory\": \"\",\n            \"last edited\": \"2024-03-08 10:09:20\",\n            \"timestamp\": 1709892560,\n            \"views\": [\n                \"FAQs\"\n            ]\n        },\n        {\n            \"label\": \"qedxxxx\",\n            \"comments\": 0,\n            \"question\": \"Can I book a demo?\",\n            \"category\": \"About Synthetix\",\n            \"subcategory\": \"\",\n            \"last edited\": \"2024-03-07 16:53:30\",\n            \"timestamp\": 1709830410,\n            \"views\": [\n                \"Internal\"\n            ]\n        },\n        {\n            \"label\": \"lblxxxx\",\n            \"comments\": 1,\n            \"question\": \"Do you offer trials of your software?\",\n            \"category\": \"About Synthetix\",\n            \"subcategory\": \"\",\n            \"last edited\": \"2024-02-09 15:17:10\",\n            \"timestamp\": 1707491830,\n            \"views\": [\n                \"FAQs\"\n            ]\n        },\n        {\n            \"label\": \"lblxxxx\",\n            \"comments\": 6,\n            \"question\": \"What accreditations do Synthetix hold?\",\n            \"category\": \"About Synthetix\",\n            \"subcategory\": \"\",\n            \"last edited\": \"2024-01-16 19:13:59\",\n            \"timestamp\": 1705432439,\n            \"views\": [\n                \"FAQs\"\n            ]\n        },\n        {\n            \"label\": \"lblxxxx\",\n            \"comments\": 2,\n            \"question\": \"How is your Live Chat different from other providers?\",\n            \"category\": \"Contact Centre Cloud\",\n            \"subcategory\": \"Live Chat\",\n            \"last edited\": \"2023-10-24 13:13:09\",\n            \"timestamp\": 1698153189,\n            \"views\": [\n                \"FAQs\"\n            ]\n        },\n        {\n            \"label\": \"qedxxxx\",\n            \"comments\": 0,\n            \"question\": \"Article Triggers\",\n            \"category\": \"About Synthetix\",\n            \"subcategory\": \"\",\n            \"last edited\": \"2023-10-24 13:09:49\",\n            \"timestamp\": 1698152989,\n            \"views\": [\n                \"FAQs\",\n                \"test\",\n                \"Internal\"\n            ]\n        },\n        {\n            \"label\": \"qedxxxx\",\n            \"comments\": 2,\n            \"question\": \"Repair outcomes\",\n            \"category\": \"Test\",\n            \"subcategory\": \"\",\n            \"last edited\": \"2023-10-24 13:08:25\",\n            \"timestamp\": 1698152905,\n            \"views\": [\n                \"FAQs\",\n                \"Internal\"\n            ]\n        },\n        {\n            \"label\": \"lblxxxx\",\n            \"comments\": 1,\n            \"question\": \"What is natural language search?\",\n            \"category\": \"Self-service cloud\",\n            \"subcategory\": \"FAQ Search\",\n            \"last edited\": \"2023-10-24 13:06:08\",\n            \"timestamp\": 1698152768,\n            \"views\": [\n                \"FAQs\"\n            ]\n        },\n        {\n            \"label\": \"qedxxxx\",\n            \"comments\": 0,\n            \"question\": \"How do I contact you?\",\n            \"category\": \"About Synthetix\",\n            \"subcategory\": \"\",\n            \"last edited\": \"2023-10-24 13:04:21\",\n            \"timestamp\": 1698152661,\n            \"views\": [\n                \"FAQs\",\n                \"webforms\",\n                \"archive\",\n                \"zombie\",\n                \"test\",\n                \"Internal\",\n                \"spanish\"\n            ]\n        }\n    ],\n    \"totalresults\": 10\n}"}],"_postman_id":"dd682fbf-af5b-49b8-a3c9-fd075d28866b"},{"name":"article","id":"7cb87ae9-2558-4f8e-8397-bf8e1af71f0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your-synthetix-token"}]},"isInherited":false},"method":"POST","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"userid","value":"123456","description":"<p><code>mandatory</code> if external</p>\n","type":"text"},{"key":"label","value":"qed00001","description":"<p><code>mandatory</code></p>\n","type":"text"},{"key":"comments","value":"true","type":"text","description":"<p><code>true</code> or <code>false</code>.  Returns comments in response. Defaults to <code>false</code></p>\n","disabled":true},{"key":"index","value":"8","type":"text","description":"<p>for logging purposes</p>\n"},{"key":"origin_url","value":"http://www.synthetix.com","type":"text"},{"key":"channel","value":"14","description":"<p><code>mandatory</code> <a href=\"#channels\">Learn more about channels...</a></p>\n","type":"text"},{"key":"revision_history","value":"false","type":"text","description":"<p><code>true</code> or <code>false</code>. Returns previous version of the article. Defaults to <code>false</code> </p>\n"},{"key":"origin","value":"qed000999","type":"text"},{"key":"logging","value":"false","description":"<p><code>true</code>or <code>false</code>. Toggles logging on or off. Defaults to <code>true</code></p>\n","type":"text"}]},"url":"https://apisandbox.synthetix.com/2.0/external/article","description":"<p>Retrieves the data of a knowledge article. Note that each call made to this endpoint is logged in the Synthetix metrics as a hit or click on that particular article.</p>\n<p>The feedback property has been deprecated in favour of the newfeedback property.</p>\n","urlObject":{"protocol":"https","path":["2.0","external","article"],"host":["apisandbox.synthetix.com"],"query":[],"variable":[]}},"response":[{"id":"2c3ff0f3-9751-4322-8b31-3e7d6e3453bb","name":"article","originalRequest":{"method":"POST","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"[Learn more...](#authentication)"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"[Learn more...](#authentication)"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"userid","value":"123456","description":"`mandatory` if external","type":"text"},{"key":"label","value":"qed00001","description":"`mandatory`","type":"text"},{"key":"comments","value":"true","type":"text","description":"`true` or `false`.  Returns comments in response. Defaults to `false`","disabled":true},{"key":"index","value":"8","type":"text","description":"for logging purposes"},{"key":"origin_url","value":"http://www.synthetix.com","type":"text"},{"key":"channel","value":"14","description":"`mandatory` [Learn more about channels...](#channels)","type":"text"},{"key":"revision_history","value":"false","type":"text","description":"`true` or `false`. Returns previous version of the article. Defaults to `false` "},{"key":"origin","value":"qed000999","type":"text"},{"key":"logging","value":"false","description":"`true`or `false`. Toggles logging on or off. Defaults to `true`","type":"text"}]},"url":"https://apisandbox.synthetix.com/2.0/external/article"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 25 Apr 2024 15:29:35 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"877","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"Apache","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization,APPLICATIONKEY,CONSUMERKEY,HTTP_X_FORWARDED_FOR,CONTENT-TYPE","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"X-API-Node,ETag,Last-Modified,Date,HTTP_X_AMZN_TRACE_ID","enabled":true},{"key":"Cache-Control","value":"no-cache,no-store,must-revalidate","enabled":true},{"key":"Accept","value":"application/json,multipart/form-data,application/x-www-form-urlencoded","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Tk","value":"N","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=7776000","enabled":true},{"key":"X-Cake","value":"The Cake is a lie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"HTTP_X_AMZN_TRACE_ID","value":"Root=1-662a76df-2fa93c500d9497254c82d8d1","enabled":true},{"key":"X-API-Node","value":"8f631a [Nightly]","enabled":true},{"key":"Access-Control-Allow-Methods","value":"POST,OPTIONS","enabled":true},{"key":"Expires","value":"2024-04-25T21:23:18+00:00","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"allowed views\": {\n        \"3159\": {\n            \"view\": \"FAQs\",\n            \"viewlogging\": \"FAQTAGENT-SYNTHETIX-MASTER\"\n        },\n        \"3160\": {\n            \"view\": \"webforms\",\n            \"viewlogging\": \"FAQTAGENT-SYNTHETIX-MASTER\"\n        },\n        \"3166\": {\n            \"view\": \"archive\",\n            \"viewlogging\": \"FAQTAGENT-SYNTHETIX-MASTER\"\n        },\n        \"3224\": {\n            \"view\": \"zombie\",\n            \"viewlogging\": \"FAQTAGENT-SYNTHETIX-MASTER\"\n        },\n        \"3311\": {\n            \"view\": \"test\",\n            \"viewlogging\": \"FAQTAGENT-SYNTHETIX-MASTER\"\n        },\n        \"3320\": {\n            \"view\": \"Internal\",\n            \"viewlogging\": \"FAQTAGENT-SYNTHETIX-MASTER\"\n        }\n    },\n    \"allowed view\": true,\n    \"public view\": true,\n    \"question\": \"Do you do email management?\",\n    \"answer\": \"Email Management from Synthetix integrates handling of skill-based email queues into your existing agents workflows, using our multi-channel contact queue.  This means that all types of contact (chat, callback requests, emails, etc) are all offered to agents with the correct permissions. For more information  about our email management product, please <a class='shortcut' href='http://synthetix.com/contact_centre_cloud#section-3'>click here</a>.\",\n    \"category\": \"Contact Centre Cloud\",\n    \"metatags\": \"\",\n    \"commands\": [],\n    \"decisiontree_owner\": \"\",\n    \"actions\": null,\n    \"url\": null,\n    \"view\": \"FAQs\",\n    \"lastediteddate\": \"Tue, 09 Feb 2016 11:17:41 UTC\",\n    \"lasteditedauthor\": \"\",\n    \"answerid\": \"123456789\",\n    \"require_user_confirmation\": \"n\",\n    \"user_confirmation_message\": \"\",\n    \"feedback\": [\n        {\n            \"Question\": \"How Did this answer your question?\",\n            \"ID\": \"Q1\",\n            \"Answers\": [\n                \"Yes\",\n                \"No\"\n            ]\n        },\n        {\n            \"Question\": \"Are you sure?\",\n            \"ID\": \"Q2\",\n            \"Answers\": [\n                \"Yes\",\n                \"No\"\n            ]\n        },\n        {\n            \"Question\": \"Please let us have any further comments you may have\",\n            \"ID\": \"Q5\",\n            \"Answers\": [\n                null\n            ]\n        }\n    ],\n    \"newfeedback\": {\n        \"1\": {\n            \"How Did this answer your question?\": [\n                {\n                    \"3246\": \"Yes\"\n                },\n                {\n                    \"3247\": \"No\"\n                }\n            ]\n        },\n        \"2\": {\n            \"Are you sure?\": [\n                {\n                    \"3249\": \"Yes\"\n                },\n                {\n                    \"3250\": \"No\"\n                }\n            ]\n        },\n        \"5\": {\n            \"Please let us have any further comments you may have\": [\n                {\n                    \"3253\": null\n                }\n            ]\n        }\n    },\n    \"subcategories\": {\n        \"subcategory_1\": \"Email Management\",\n        \"subcategory_2\": null,\n        \"subcategory_3\": null\n    },\n    \"faq_id\": \"1234566789==\",\n    \"confirmed\": false,\n    \"confirmed_time\": \"\"\n}"}],"_postman_id":"7cb87ae9-2558-4f8e-8397-bf8e1af71f0d"},{"name":"article_feedback","id":"aac6078b-a535-449d-84b1-103beb91b09f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your-synthetix-token"}]},"isInherited":false},"method":"POST","header":[{"key":"APPLICATIONKEY","value":"your-application-key","type":"text","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"},{"key":"CONSUMERKEY","value":"your-consumer-key","type":"text","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"feedback","value":"456","type":"text"},{"key":"text","value":"Great answer","type":"text"},{"key":"label","value":"qed00009","type":"text"}]},"url":"https://apisandbox.synthetix.com/2.0/external/article_feedback","description":"<p>Utilize this endpoint to record feedback regarding a specific article. Each feedback entry corresponds to a unique ID, which must be provided along with the article label and any additional free-text comments. This endpoint logs a single instance of feedback per call.</p>\n<p>The feedback property has been deprecated in favour of the newfeedback property.</p>\n","urlObject":{"protocol":"https","path":["2.0","external","article_feedback"],"host":["apisandbox.synthetix.com"],"query":[],"variable":[]}},"response":[{"id":"b7f1ec8a-526a-4961-bea5-97da0f4c82dc","name":"article_feedback","originalRequest":{"method":"POST","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"[Learn more...](#authentication)"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"[Learn more...](#authentication)"}],"body":{"mode":"formdata","formdata":[{"key":"feedback","value":"456","type":"text"},{"key":"text","value":"Great answer","type":"text"},{"key":"label","value":"qed00009","type":"text"},{"key":"","value":"","type":"text","disabled":true}]},"url":"https://apisandbox.synthetix.com/2.0/external/article_feedback"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 25 Apr 2024 15:33:07 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"36","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"Apache","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization,APPLICATIONKEY,CONSUMERKEY,HTTP_X_FORWARDED_FOR,CONTENT-TYPE","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"X-API-Node,ETag,Last-Modified,Date,HTTP_X_AMZN_TRACE_ID","enabled":true},{"key":"Cache-Control","value":"no-cache,no-store,must-revalidate","enabled":true},{"key":"Accept","value":"application/json,multipart/form-data,application/x-www-form-urlencoded","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Tk","value":"N","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=7776000","enabled":true},{"key":"X-Cake","value":"The Cake is a lie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"HTTP_X_AMZN_TRACE_ID","value":"Root=1-662a77b3-03ec2217415e820664a89b82","enabled":true},{"key":"X-API-Node","value":"8f631a [Nightly]","enabled":true},{"key":"Access-Control-Allow-Methods","value":"POST,OPTIONS","enabled":true},{"key":"Expires","value":"2024-04-25T21:29:35+00:00","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true\n}"}],"_postman_id":"aac6078b-a535-449d-84b1-103beb91b09f"},{"name":"breadcrumb","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"token\", jsonData.token);"],"type":"text/javascript","id":"7cb36ac0-3963-436d-a6c7-1ebb5aeda6a4"}}],"id":"ed98611c-2dab-453b-a078-cfaf9b1617c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your-synthetix-token"}]},"isInherited":false},"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"}],"url":"https://apisandbox.synthetix.com/2.0/external/breadcrumb","description":"<p>Request details of all interactions to date for the associated session.</p>\n","urlObject":{"protocol":"https","path":["2.0","external","breadcrumb"],"host":["apisandbox.synthetix.com"],"query":[],"variable":[]}},"response":[{"id":"8e7995a8-00fa-448b-aa7b-4b144d7c6d89","name":"breadcrumb","originalRequest":{"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"[Learn more...](#authentication)"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"[Learn more...](#authentication)"}],"url":"https://apisandbox.synthetix.com/2.0/external/breadcrumb"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Authorization,APPLICATIONKEY,CONSUMERKEY,HTTP_X_FORWARDED_FOR,CONTENT-TYPE","enabled":true},{"key":"Access-Control-Allow-Methods","value":"POST,GET,OPTIONS","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"X-API-Node,X-API-Environment,X-API-Version,ETag,Last-Modified","enabled":true},{"key":"Cache-Control","value":"no-cache,no-store,must-revalidate","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Date","value":"Fri, 26 Oct 2018 13:59:31 GMT","enabled":true},{"key":"Expires","value":"2018-10-26T14:59:22+00:00","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Server","value":"Apache","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains","enabled":true},{"key":"Tk","value":"N","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-API-Node","value":"e4ebdc150baf","enabled":true},{"key":"X-API-Version","value":"development;(D3)","enabled":true},{"key":"X-Cake","value":"The Cake is a lie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Quota","value":"unlimited/infinite","enabled":true},{"key":"X-Request-ID","value":"1540562371-1720901828-87","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Content-Length","value":"122","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"timestamp\": 1540562356,\n        \"time\": \"2018-10-26 14:59:16\",\n        \"typeID\": \"ArticleView\",\n        \"type\": \"ArticleView\",\n        \"value\": \"QED0001\",\n        \"detail\": null\n    }\n]"}],"_postman_id":"ed98611c-2dab-453b-a078-cfaf9b1617c2"},{"name":"breadcrumb","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"4cfaf0f6-4a3a-4f9a-a1e2-5cc820fd8593"}}],"id":"4421d8e7-a98c-470c-a352-a2c4955c5d27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your-synthetix-token"}]},"isInherited":false},"method":"POST","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"type","value":"ArticleView","type":"text"},{"key":"value","value":"QED0001","type":"text"}]},"url":"https://apisandbox.synthetix.com/2.0/external/breadcrumb","description":"<p>Registers an interaction and adds it to the list of session breadcrumbs. Include an interaction type, which serves as the key, along with its corresponding value. Upon successful registration against the session, the endpoint returns 'true'.</p>\n","urlObject":{"protocol":"https","path":["2.0","external","breadcrumb"],"host":["apisandbox.synthetix.com"],"query":[],"variable":[]}},"response":[{"id":"64002f31-ffd7-4314-88bc-94b65daf6c5f","name":"breadcrumb","originalRequest":{"method":"POST","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"[Learn more...](#authentication)"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"[Learn more...](#authentication)"}],"body":{"mode":"formdata","formdata":[{"key":"type","value":"ArticleView","type":"text"},{"key":"value","value":"QED0001","type":"text"}]},"url":"https://apisandbox.synthetix.com/2.0/external/breadcrumb"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Authorization,APPLICATIONKEY,CONSUMERKEY,HTTP_X_FORWARDED_FOR,CONTENT-TYPE","enabled":true},{"key":"Access-Control-Allow-Methods","value":"POST,GET,OPTIONS","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"X-API-Node,X-API-Environment,X-API-Version,ETag,Last-Modified","enabled":true},{"key":"Cache-Control","value":"no-cache,no-store,must-revalidate","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Date","value":"Fri, 26 Oct 2018 13:59:16 GMT","enabled":true},{"key":"Expires","value":"2018-10-26T14:59:08+00:00","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Server","value":"Apache","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains","enabled":true},{"key":"Tk","value":"N","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-API-Node","value":"e4ebdc150baf","enabled":true},{"key":"X-API-Version","value":"development;(D3)","enabled":true},{"key":"X-Cake","value":"The Cake is a lie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Quota","value":"unlimited/infinite","enabled":true},{"key":"X-Request-ID","value":"1540562356-1720899387-129","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Content-Length","value":"24","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"true"}],"_postman_id":"4421d8e7-a98c-470c-a352-a2c4955c5d27"},{"name":"categories","id":"458e3ce1-8a4a-490b-8511-387520302f92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your-synthetix-token"}]},"isInherited":false},"method":"POST","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"hidden","value":"true","description":"<p>Indicates whether <code>hidden</code> categories should be included. Defaults to false`</p>\n","type":"text"}]},"url":"https://apisandbox.synthetix.com/2.0/external/categories","description":"<p>This endpoint retrieves a map detailing the category and subcategory structure of your knowledge base, including category names and IDs. Restricted automatically to those categories associated with the application's allowed views.</p>\n","urlObject":{"protocol":"https","path":["2.0","external","categories"],"host":["apisandbox.synthetix.com"],"query":[],"variable":[]}},"response":[{"id":"47f8b61e-11a5-4952-9fcb-93e75d8ed0b3","name":"categories","originalRequest":{"method":"POST","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"[Learn more...](#authentication)"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"[Learn more...](#authentication)"}],"body":{"mode":"formdata","formdata":[{"key":"hidden","value":"true","description":"Indicates whether `hidden` categories should be included. Fefaults to false","type":"text"}]},"url":"https://apisandbox.synthetix.com/2.0/external/categories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Authorization,APPLICATIONKEY,CONSUMERKEY,HTTP_X_FORWARDED_FOR,CONTENT-TYPE","enabled":true},{"key":"Access-Control-Allow-Methods","value":"POST,GET,OPTIONS","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"X-API-Node,X-API-Environment,X-API-Version,ETag,Last-Modified","enabled":true},{"key":"Cache-Control","value":"no-cache,no-store,must-revalidate","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Date","value":"Tue, 27 Nov 2018 15:10:07 GMT","enabled":true},{"key":"Expires","value":"2018-11-27T21:05:22+00:00","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Server","value":"Apache","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains","enabled":true},{"key":"Tk","value":"N","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-API-Node","value":"0df1b46c168b","enabled":true},{"key":"X-API-Version","value":"staging;(S3)","enabled":true},{"key":"X-Cake","value":"The Cake is a lie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Quota","value":"unlimited/infinite","enabled":true},{"key":"X-Request-ID","value":"1543331407-1947768624-193","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Content-Length","value":"387","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 24968,\n        \"parent\": 0,\n        \"category\": \"About Synthetix\",\n        \"order\": 1,\n        \"views\": [\n            \"3166\",\n            \"3159\",\n            \"3320\",\n            \"3311\",\n            \"3160\",\n            \"3224\"\n        ],\n        \"imageurl\": null,\n        \"displaytxt\": \"About Synthetix\",\n        \"visible\": true,\n        \"subcategory\": [\n            {\n                \"id\": 36373,\n                \"parent\": 24968,\n                \"category\": \"Locations\",\n                \"visible\": \"y\",\n                \"subcategory\": []\n            }\n        ]\n    },\n    {\n        \"id\": 24969,\n        \"parent\": 0,\n        \"category\": \"Self-service cloud\",\n        \"order\": 2,\n        \"views\": [\n            \"3159\"\n        ],\n        \"imageurl\": null,\n        \"displaytxt\": \"Self-service cloud\",\n        \"visible\": true,\n        \"subcategory\": [\n            {\n                \"id\": 34630,\n                \"parent\": 24969,\n                \"category\": \"FAQ Search\",\n                \"visible\": \"y\",\n                \"subcategory\": []\n            },\n            {\n                \"id\": 34631,\n                \"parent\": 24969,\n                \"category\": \"Dynamic web forms\",\n                \"visible\": \"y\",\n                \"subcategory\": []\n            }\n        ]\n    },\n    {\n        \"id\": 24970,\n        \"parent\": 0,\n        \"category\": \"Contact Centre Cloud\",\n        \"order\": 3,\n        \"views\": [\n            \"3159\"\n        ],\n        \"imageurl\": null,\n        \"displaytxt\": \"Contact Centre Cloud\",\n        \"visible\": true,\n        \"subcategory\": [\n            {\n                \"id\": 36342,\n                \"parent\": 24970,\n                \"category\": \"Hints and Tips\",\n                \"visible\": \"02\",\n                \"subcategory\": []\n            },\n            {\n                \"id\": 34632,\n                \"parent\": 24970,\n                \"category\": \"Agent knowledge-base\",\n                \"visible\": \"y\",\n                \"subcategory\": []\n            },\n            {\n                \"id\": 34633,\n                \"parent\": 24970,\n                \"category\": \"Live Chat\",\n                \"visible\": \"y\",\n                \"subcategory\": []\n            },\n            {\n                \"id\": 34635,\n                \"parent\": 24970,\n                \"category\": \"Email Management\",\n                \"visible\": \"y\",\n                \"subcategory\": []\n            }\n        ]\n    },\n    {\n        \"id\": 24971,\n        \"parent\": 0,\n        \"category\": \"webform\",\n        \"order\": 4,\n        \"views\": [\n            \"3160\"\n        ],\n        \"imageurl\": null,\n        \"displaytxt\": null,\n        \"visible\": true,\n        \"subcategory\": []\n    }\n]"}],"_postman_id":"458e3ce1-8a4a-490b-8511-387520302f92"},{"name":"full_faqs","id":"ec6960a1-4e8d-474c-8f75-06c3fe07e6eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"}],"url":"https://apisandbox.synthetix.com/2.0/external/full_faqs?category=My Account&limitdate=20&limitno=99&subcategory=Logging in","description":"<p>This endpoint is used for displaying all articles in a knowledge-base.</p>\n","urlObject":{"protocol":"https","path":["2.0","external","full_faqs"],"host":["apisandbox.synthetix.com"],"query":[{"description":{"content":"<p>Restrict popular articles to single category</p>\n","type":"text/plain"},"key":"category","value":"My Account"},{"description":{"content":"<p>Number of days over which to collate data. Defaults to 7.</p>\n","type":"text/plain"},"key":"limitdate","value":"20"},{"description":{"content":"<p>Number of articles to return. Defaults to 20.</p>\n","type":"text/plain"},"key":"limitno","value":"99"},{"description":{"content":"<p>Restrict popular articles to single subcategory</p>\n","type":"text/plain"},"key":"subcategory","value":"Logging in"},{"disabled":true,"description":{"content":"<p>View filter. If passed must match exactly with application allowed view.</p>\n","type":"text/plain"},"key":"view","value":"public"}],"variable":[]}},"response":[{"id":"aaaf4214-4cef-41ee-8a32-e9407c11edd7","name":"full_faqs","originalRequest":{"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"[Learn more...](#authentication)"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"[Learn more...](#authentication)"}],"url":{"raw":"https://apisandbox.synthetix.com/2.0/external/full_faqs?category=My Account&subcategory=Logging in","protocol":"https","host":["apisandbox","synthetix","com"],"path":["2.0","external","full_faqs"],"query":[{"key":"category","value":"My Account","description":"Restrict popular articles to single category"},{"key":"subcategory","value":"Logging in","description":"Restrict popular articles to single subcategory"},{"key":"view","value":"public","disabled":true}]}},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"label\": \"lbl0111\",\n            \"comments\": 1,\n            \"question\": \"How do I login?\",\n            \"answer\": \"<p>This is an example article about logging in</p>\",\n            \"category\": \"My Account\",\n            \"subcategory\": \"Logging in\",\n            \"last edited\": \"2024-02-09 15:17:10\",\n            \"available_from\": false,\n            \"available_to\": false,\n            \"timestamp\": 1707491830,\n            \"views\": [\n                \"FAQs\"\n            ]\n        },\n        {\n            \"label\": \"lbl00222\",\n            \"comments\": 6,\n            \"question\": \"What if I have issues logging in?\",\n            \"answer\": \"<p>We apologise for the issues you are facing</p>\",\n            \"category\": \"My Account\",\n            \"subcategory\": \"Logging in\",\n            \"last edited\": \"2024-01-16 19:13:59\",\n            \"available_from\": false,\n            \"available_to\": false,\n            \"timestamp\": 1705432439,\n            \"views\": [\n                \"FAQs\"\n            ]\n        }\n    ],\n    \"totalresults\": 2\n}"}],"_postman_id":"ec6960a1-4e8d-474c-8f75-06c3fe07e6eb"},{"name":"report","id":"ab6998e3-b340-4c14-8f7d-358a14b09f69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your-synthetix-token"}]},"isInherited":false},"method":"POST","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"userID","value":"123456","description":"<p><code>mandatory</code> only if running on external application</p>\n","type":"text"},{"key":"article","value":"d11","description":"<p>Either <code>search</code> OR <code>article</code> are <code>mandatory</code></p>\n","type":"text"},{"key":"feedback","value":"testing api","description":"<p>Comments</p>\n","type":"text"},{"key":"type","value":"The search has no answers","description":"<p>Type of issue identified with article</p>\n","type":"text"},{"key":"search","value":"","description":"<p>Either <code>search</code> OR <code>article</code> are <code>mandatory</code></p>\n","type":"text","disabled":true}]},"url":"https://apisandbox.synthetix.com/2.0/external/report.php","description":"<p>Enables customers and internal users to submit reports regarding search results or issues with existing articles. Users can report instances where a search yields no relevant results or flag issues within articles, such as broken links or incorrect information. Upon successful submission, the endpoint returns 'true'.</p>\n","urlObject":{"protocol":"https","path":["2.0","external","report.php"],"host":["apisandbox.synthetix.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ab6998e3-b340-4c14-8f7d-358a14b09f69"},{"name":"search","id":"b1917ea3-3ea5-47b1-a945-0f23e1a4ad10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your-synthetix-token"}]},"isInherited":false},"method":"POST","header":[{"description":"<p><a href=\"#authentication\">Learn more...</a></p>\n","key":"APPLICATIONKEY","value":"your-application-key"},{"description":"<p><a href=\"#authentication\">Learn more...</a></p>\n","key":"CONSUMERKEY","value":"your-consumer-key"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"userid","value":"123456","description":"<p>Should always be provided if the search is external</p>\n","type":"text"},{"key":"query","value":"box look up down off on he she and dinosaur arent not","description":"<p>The actual search term entered by the user</p>\n","type":"text"},{"key":"channel","value":"14","type":"text"},{"key":"highlight","value":"true","description":"<p>If true, keywords in the search term will be flagged in the result. Defaults to false.</p>\n","type":"text"},{"key":"autosuggest","value":"false","description":"<p>Use this parameter to indicate whether or not the search is an interim search on keypress. If <code>true</code>, this search will not be logged. It is recommended to turn autosuggest to <code>false</code> on the input of a space, or after a delay of over 1 second.</p>\n","type":"text"},{"key":"origin_url","value":"","type":"text","disabled":true},{"key":"hightlight","value":"","description":"<p>If true, keywords in the search term will be flagged in the result. Defaults to false.</p>\n","type":"text","disabled":true},{"key":"snippet","value":"","type":"text","disabled":true},{"key":"min_confidence","value":"","description":"<p>The minimum confidence percentage required in order to return one or more results. Defaults to 0.</p>\n","type":"text","disabled":true},{"key":"rec_confidence","value":"","description":"<p>The minimum confidence level required to return a recommended result. Defaults to 75.</p>\n","type":"text","disabled":true},{"key":"viewA","value":"","description":"<p>If provided, only returns search results from the specified view.</p>\n","type":"text","disabled":true},{"key":"category","value":"","description":"<p>If provided, only returns search results from the specified category.</p>\n","type":"text","disabled":true},{"key":"sc0","value":"","description":"<p>If provided, only returns search results from the specified subcategories.</p>\n","type":"text","disabled":true},{"key":"sc1","value":"","description":"<p>If provided, only returns search results from the specified subcategories.</p>\n","type":"text","disabled":true},{"key":"sc2","value":"","description":"<p>If provided, only returns search results from the specified subcategories.</p>\n","type":"text","disabled":true},{"key":"count","value":"","description":"<p>Determine the number of results to return as a page from the search results. Defaults to 10.</p>\n","type":"text","disabled":true},{"key":"index","value":"","description":"<p>Determines the starting point for fetching results from an array of search results, allowing for paginated retrieval of results. Defaults to 0.</p>\n","type":"text","disabled":true},{"key":"maxresults","value":"","description":"<p>The maximum results to be returned per call. Defaults to 50.</p>\n","type":"text","disabled":true}]},"url":"https://apisandbox.synthetix.com/2.0/external/search","description":"<p>Executes the Synthetix search using the string provided by the customer. It returns a list of article labels and titles, ordered by relevance.</p>\n","urlObject":{"protocol":"https","path":["2.0","external","search"],"host":["apisandbox.synthetix.com"],"query":[],"variable":[]}},"response":[{"id":"541c1069-abd7-4f61-b9a0-55de6cbab3f8","name":"search","originalRequest":{"method":"POST","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"[Learn more...](#authentication)"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"[Learn more...](#authentication)"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"userid","value":"123456","description":"Should always be provided if the search is external","type":"text"},{"key":"query","value":"Synthetix","description":"The actual search term entered by the user","type":"text"},{"key":"channel","value":"14","type":"text"},{"key":"highlight","value":"true","description":"If true, keywords in the search term will be flagged in the result. Defaults to false.","type":"text"},{"key":"","value":"","type":"text","disabled":true},{"key":"","value":"","type":"text","disabled":true},{"key":"","value":"","type":"text","disabled":true}]},"url":"https://apisandbox.synthetix.com/2.0/external/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Authorization,APPLICATIONKEY,CONSUMERKEY,HTTP_X_FORWARDED_FOR,CONTENT-TYPE","enabled":true},{"key":"Access-Control-Allow-Methods","value":"POST,OPTIONS","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"X-API-Node,X-API-Environment,X-API-Version,ETag,Last-Modified","enabled":true},{"key":"Cache-Control","value":"no-cache,no-store,must-revalidate","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Date","value":"Tue, 27 Nov 2018 15:05:21 GMT","enabled":true},{"key":"Expires","value":"2018-11-27T21:05:02+00:00","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Server","value":"Apache","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains","enabled":true},{"key":"Tk","value":"N","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-API-Node","value":"ad55ac183250","enabled":true},{"key":"X-API-Version","value":"development;(D3)","enabled":true},{"key":"X-Cake","value":"The Cake is a lie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Content-Length","value":"258","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"keywords\": [\n        \"Synthetix\"\n    ],\n    \"results\": [\n        {\n            \"index\": 0,\n            \"label\": \"xxxxxxx\",\n            \"faq\": \"How many employees do you have?\",\n            \"view\": \"\",\n            \"comments\": 0,\n            \"matched_keywords\": [\n                \"Synthetix\"\n            ],\n\t\t\t\t\t\t\"confidence\": 50,\n\t\t\t\t\t\t\"faq_mnemonics\": \"SYNTHETIX EMPLOYEES\",\n            \"recommended\": true,\n            \"taxonomy\": {\n                \"category\": [\n                    \"About Synthetix\"\n                ]\n            }\n        }\n    ],\n    \"matchedcats\": {\n        \"About Synthetix\": 1\n    },\n\t\t\"customer_mnemonics\": \"SYNTHETIX\",\n    \"totalresults\": 1,\n    \"resultsshown\": 1,\n    \"commands\": [],\n    \"intent\": null\n}"}],"_postman_id":"b1917ea3-3ea5-47b1-a945-0f23e1a4ad10"},{"name":"session","id":"0110f87b-8713-4447-8ce1-fed9d6c82c7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your-synthetix-token"}]},"isInherited":false},"method":"DELETE","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"}],"body":{"mode":"raw","raw":""},"url":"https://apisandbox.synthetix.com/2.0/external/session","description":"<p>Destroy an existing session. Once this is called, the session can no longer be used.</p>\n","urlObject":{"protocol":"https","path":["2.0","external","session"],"host":["apisandbox.synthetix.com"],"query":[],"variable":[]}},"response":[{"id":"86dcfdf9-7540-42a2-bce9-9b610ba18d6c","name":"session","originalRequest":{"method":"DELETE","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"[Learn more...](#authentication)"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"[Learn more...](#authentication)"}],"url":"https://apisandbox.synthetix.com/2.0/external/session"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Authorization,APPLICATIONKEY,CONSUMERKEY,HTTP_X_FORWARDED_FOR,CONTENT-TYPE","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,POST,DELETE,PATCH,OPTIONS","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"X-API-Node,X-API-Environment,X-API-Version,ETag,Last-Modified","enabled":true},{"key":"Cache-Control","value":"no-cache,no-store,must-revalidate","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Date","value":"Fri, 26 Oct 2018 08:46:38 GMT","enabled":true},{"key":"Expires","value":"2018-10-26T14:39:01+00:00","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Server","value":"Apache","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains","enabled":true},{"key":"Tk","value":"N","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-API-Node","value":"ae7193b82c0a","enabled":true},{"key":"X-API-Version","value":"development;(D3)","enabled":true},{"key":"X-Cake","value":"The Cake is a lie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Quota","value":"unlimited/infinite","enabled":true},{"key":"X-Request-ID","value":"1540543598-1718098832-24","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Content-Length","value":"38","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"Destroyed\": true\n}"}],"_postman_id":"0110f87b-8713-4447-8ce1-fed9d6c82c7a"},{"name":"session","id":"8c70319a-69e2-47bd-b907-2aca984ff05d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your-synthetix-token"}]},"isInherited":false},"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"}],"url":"https://apisandbox.synthetix.com/2.0/external/session","description":"<p>Verifies the validity of a session at the start of a new session. Returns information regarding the validity of the current token. If the session is deemed invalid or has expired, a new token can be generated.</p>\n","urlObject":{"protocol":"https","path":["2.0","external","session"],"host":["apisandbox.synthetix.com"],"query":[],"variable":[]}},"response":[{"id":"4b9c50f7-25f1-486d-8373-174e2f1c4e8b","name":"session","originalRequest":{"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"[Learn more...](#authentication)"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"[Learn more...](#authentication)"}],"url":"https://apisandbox.synthetix.com/2.0/external/session"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Authorization,APPLICATIONKEY,CONSUMERKEY,HTTP_X_FORWARDED_FOR,CONTENT-TYPE","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,POST,DELETE,PATCH,OPTIONS","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"X-API-Node,X-API-Environment,X-API-Version,ETag,Last-Modified","enabled":true},{"key":"Cache-Control","value":"no-cache,no-store,must-revalidate","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Date","value":"Fri, 26 Oct 2018 08:42:46 GMT","enabled":true},{"key":"Expires","value":"2018-10-26T14:39:01+00:00","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Server","value":"Apache","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains","enabled":true},{"key":"Tk","value":"N","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-API-Node","value":"ae7193b82c0a","enabled":true},{"key":"X-API-Version","value":"development;(D3)","enabled":true},{"key":"X-Cake","value":"The Cake is a lie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Quota","value":"unlimited/infinite","enabled":true},{"key":"X-Request-ID","value":"1540543366-1718069457-219","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Content-Length","value":"95","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"ValidToken\": true,\n    \"Expired\": false,\n    \"ValidApplication\": true,\n    \"IP\": true,\n    \"view\": \"test\",\n    \"return\": false\n}"}],"_postman_id":"8c70319a-69e2-47bd-b907-2aca984ff05d"},{"name":"session","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"token\", jsonData.token);"],"type":"text/javascript","id":"680cae46-97ce-42b5-9f29-8a887885613c"}}],"id":"a432b168-37b0-4766-b058-f30bab887e20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"APPLICATIONKEY","value":"your-application-key"},{"key":"CONSUMERKEY","value":"your-consumer-key"}],"body":{"mode":"raw","raw":""},"url":"https://apisandbox.synthetix.com/2.0/external/session","description":"<p>Initiates an external session. The returned payload contains the Bearer token required for authentication.</p>\n","urlObject":{"protocol":"https","path":["2.0","external","session"],"host":["apisandbox.synthetix.com"],"query":[],"variable":[]}},"response":[{"id":"62c02803-6846-4d20-9c82-d9b61a845b14","name":"session","originalRequest":{"method":"POST","header":[{"key":"APPLICATIONKEY","value":"your-application-key"},{"key":"CONSUMERKEY","value":"your-consumer-key"},{"key":"Content-Type","value":"application/json","disabled":true}],"url":"https://apisandbox.synthetix.com/2.0/external/session"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Authorization,APPLICATIONKEY,CONSUMERKEY,HTTP_X_FORWARDED_FOR,CONTENT-TYPE","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,POST,DELETE,PATCH,OPTIONS","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"X-API-Node,X-API-Environment,X-API-Version,ETag,Last-Modified","enabled":true},{"key":"Cache-Control","value":"no-cache,no-store,must-revalidate","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Date","value":"Wed, 24 Oct 2018 11:42:50 GMT","enabled":true},{"key":"Expires","value":"GMT","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Server","value":"Apache","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains","enabled":true},{"key":"Tk","value":"N","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-API-Node","value":"52c20b7818fd","enabled":true},{"key":"X-API-Version","value":"development;(D3)","enabled":true},{"key":"X-Cake","value":"The Cake is a lie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Quota","value":"unlimited/infinite","enabled":true},{"key":"X-Request-ID","value":"1540381370-1705158265-27","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Content-Length","value":"68","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX\"\n}"}],"_postman_id":"a432b168-37b0-4766-b058-f30bab887e20"},{"name":"session","id":"92a17464-d080-4f78-bef5-dc0247f01cb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your-synthetix-token"}]},"isInherited":false},"method":"PATCH","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"view","value":"your-view-name","type":"text"}]},"url":"https://apisandbox.synthetix.com/2.0/external/session","description":"<p>Alters the existing session and view.</p>\n","urlObject":{"protocol":"https","path":["2.0","external","session"],"host":["apisandbox.synthetix.com"],"query":[],"variable":[]}},"response":[{"id":"0b9d6a33-22e1-42f7-973b-a05e9e62352a","name":"session","originalRequest":{"method":"PATCH","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"[Learn more...](#authentication)"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"[Learn more...](#authentication)"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"view","value":"test","type":"text"}]},"url":"https://apisandbox.synthetix.com/2.0/external/session"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Authorization,APPLICATIONKEY,CONSUMERKEY,HTTP_X_FORWARDED_FOR,CONTENT-TYPE","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,POST,DELETE,PATCH,OPTIONS","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"X-API-Node,X-API-Environment,X-API-Version,ETag,Last-Modified","enabled":true},{"key":"Cache-Control","value":"no-cache,no-store,must-revalidate","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Date","value":"Fri, 26 Oct 2018 08:40:03 GMT","enabled":true},{"key":"Expires","value":"2018-10-26T14:39:01+00:00","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Server","value":"Apache","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains","enabled":true},{"key":"Tk","value":"N","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-API-Node","value":"ae7193b82c0a","enabled":true},{"key":"X-API-Version","value":"development;(D3)","enabled":true},{"key":"X-Cake","value":"The Cake is a lie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Quota","value":"unlimited/infinite","enabled":true},{"key":"X-Request-ID","value":"1540543203-1718049845-82","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Content-Length","value":"36","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"updated\": true\n}"}],"_postman_id":"92a17464-d080-4f78-bef5-dc0247f01cb6"},{"name":"trigger","id":"521d41d2-245d-495a-ba9c-e6699be61511","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your-synthetix-token"}]},"isInherited":false},"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"},{"key":"CONSUMERKEY","value":"your-consumer-key"}],"url":"https://apisandbox.synthetix.com/2.0/external/trigger?url=https://penfield.syn-finity.com","description":"<p>Allows verification of triggers associated with the requested page. It supports checking multiple trigger names and/or URLs in a single call. If any triggers matching the provided criteria are found, the endpoint returns information about them, including their real-time availability, associated skillsets, and trigger styles.</p>\n","urlObject":{"protocol":"https","path":["2.0","external","trigger"],"host":["apisandbox.synthetix.com"],"query":[{"description":{"content":"<p>The URL you wish to see any triggers for</p>\n","type":"text/plain"},"key":"url","value":"https://penfield.syn-finity.com"}],"variable":[]}},"response":[{"id":"b79bac09-51bc-4080-b38c-4c38843fa249","name":"trigger","originalRequest":{"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"[Learn more...](#authentication)"},{"key":"CONSUMERKEY","value":"your-consumer-key"}],"url":{"raw":"https://apisandbox.synthetix.com/2.0/external/trigger?url=https://xxxxx.xxxx.xxxxxx.com","protocol":"https","host":["apisandbox","synthetix","com"],"path":["2.0","external","trigger"],"query":[{"key":"url","value":"https://xxxxx.xxxx.xxxxxx.com","description":"The URL you wish to see any triggers for"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Authorization,APPLICATIONKEY,CONSUMERKEY,HTTP_X_FORWARDED_FOR,CONTENT-TYPE","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,PUT,OPTIONS","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"X-API-Node,X-API-Environment,X-API-Version,ETag,Last-Modified","enabled":true},{"key":"Cache-Control","value":"no-cache,no-store,must-revalidate","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Date","value":"Tue, 27 Nov 2018 15:07:02 GMT","enabled":true},{"key":"Expires","value":"2018-11-27T21:05:22+00:00","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Server","value":"Apache","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains","enabled":true},{"key":"Tk","value":"N","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-API-Node","value":"ad55ac183250","enabled":true},{"key":"X-API-Version","value":"development;(D3)","enabled":true},{"key":"X-Cake","value":"The Cake is a lie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Content-Length","value":"1035","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"triggers\": {\n        \"autosuggest\": {\n            \"destinationStyle\": \"Lightbox\",\n            \"disable_livechat\": false,\n            \"effect\": \"sx_fadeIn\",\n            \"hideDelay\": \"86400\",\n            \"maximise\": true,\n            \"online\": true,\n            \"text\": \"\",\n            \"position\": \"Screen Center\",\n            \"showDelay\": \"0\",\n            \"target\": \"\",\n            \"targetCategory\": \"\",\n            \"triggerStyle\": \"popup\",\n            \"triggerid\": \"232\",\n            \"type\": \"Knowledge\",\n\t\t\t\t\t\t\"availableskillset\": [\n                \"Online Customer Service\",\n                \"Web self-service\",\n                \"Virtual Agents\",\n                \"Social Customer Service\",\n                \"Technical support\",\n                \"RESTful APIs\",\n                \"Testing\"\n            ],\n\t\t\t\t\t\t\"unavailableskills\": []\n        }\n\t\t},\n    \"triggersonpage\": 10\n}"}],"_postman_id":"521d41d2-245d-495a-ba9c-e6699be61511"},{"name":"views","id":"ca017838-2da1-4b04-bf9e-4a065eae5ced","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your-synthetix-token"}]},"isInherited":false},"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"}],"url":"https://apisandbox.synthetix.com/2.0/external/views","description":"<p>Assesses the views accessible to the application and provides information about the current view, in textual and ID form.</p>\n","urlObject":{"protocol":"https","path":["2.0","external","views"],"host":["apisandbox.synthetix.com"],"query":[],"variable":[]}},"response":[{"id":"1b5b0f6d-dad3-449c-9c52-63b570576507","name":"views","originalRequest":{"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"[Learn more...](#authentication)"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"[Learn more...](#authentication)"}],"url":"https://apisandbox.synthetix.com/2.0/external/views"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Authorization,APPLICATIONKEY,CONSUMERKEY,HTTP_X_FORWARDED_FOR,CONTENT-TYPE","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"X-API-Node,X-API-Environment,X-API-Version,ETag,Last-Modified","enabled":true},{"key":"Cache-Control","value":"no-cache,no-store,must-revalidate","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Date","value":"Tue, 27 Nov 2018 15:10:49 GMT","enabled":true},{"key":"Expires","value":"2018-11-27T21:05:22+00:00","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Server","value":"Apache","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains","enabled":true},{"key":"Tk","value":"N","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-API-Node","value":"ad55ac183250","enabled":true},{"key":"X-API-Version","value":"development;(D3)","enabled":true},{"key":"X-Cake","value":"The Cake is a lie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Content-Length","value":"104","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"allowed\": [\n        \"FAQs\",\n        \"webforms\",\n        \"archive\",\n        \"zombie\",\n        \"test\",\n        \"Internal\"\n    ],\n    \"current\": \"test\",\n    \"currentID\": \"1234\"\n}"}],"_postman_id":"ca017838-2da1-4b04-bf9e-4a065eae5ced"}],"id":"c1f461af-3bab-4b41-8a34-d2278d1fa8d8","description":"<p>External endpoints encompass functionalities such as accessing popular articles, retrieving search results, managing session lifecycles, submitting reports, and retrieving information about available views.</p>\n","_postman_id":"c1f461af-3bab-4b41-8a34-d2278d1fa8d8"},{"name":"helper","item":[{"name":"livechat","item":[{"name":"customer_feedback","id":"621c6a1c-0f9b-46a2-8ef5-92e3345488bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your-synthetix-token"}]},"isInherited":false},"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key"},{"key":"CONSUMERKEY","value":"your-consumer-key"}],"url":"https://apisandbox.synthetix.com/2.0/helper/livechat/customer_feedback","description":"<p>Provides a list of feedback options that can be used to record customer feedback.</p>\n","urlObject":{"protocol":"https","path":["2.0","helper","livechat","customer_feedback"],"host":["apisandbox.synthetix.com"],"query":[],"variable":[]}},"response":[{"id":"5e82e9cb-b578-4ab6-bf42-63051dd08893","name":"customer_feedback","originalRequest":{"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key"},{"key":"CONSUMERKEY","value":"your-consumer-key"}],"url":"https://apisandbox.synthetix.com/2.0/helper/livechat/customer_feedback"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 02 May 2024 09:09:33 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"2715","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"Apache","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization,APPLICATIONKEY,CONSUMERKEY,HTTP_X_FORWARDED_FOR,CONTENT-TYPE","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"X-API-Node,ETag,Last-Modified,Date,HTTP_X_AMZN_TRACE_ID","enabled":true},{"key":"Cache-Control","value":"no-cache,no-store,must-revalidate","enabled":true},{"key":"Accept","value":"application/json,multipart/form-data,application/x-www-form-urlencoded","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Tk","value":"N","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=7776000","enabled":true},{"key":"X-Cake","value":"The Cake is a lie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"HTTP_X_AMZN_TRACE_ID","value":"Root=1-6633584d-18068335067b6fb64e1cfddc","enabled":true},{"key":"X-API-Node","value":"f7d55a [Nightly]","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,OPTIONS","enabled":true},{"key":"Expires","value":"2024-05-02T14:57:12+00:00","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"customer_feedback\": {\n        \"3242\": {\n            \"question\": \"Overall, how satisfied were you with the service you received?\",\n            \"order\": 1,\n            \"type\": \"choice\",\n            \"active\": 0,\n            \"options\": {\n                \"2038\": {\n                    \"answer\": \"10\",\n                    \"order\": 1\n                },\n                \"2039\": {\n                    \"answer\": \"9\",\n                    \"order\": 2\n                },\n                \"2040\": {\n                    \"answer\": \"8\",\n                    \"order\": 3\n                },\n                \"2041\": {\n                    \"answer\": \"7\",\n                    \"order\": 4\n                },\n                \"2042\": {\n                    \"answer\": \"6\",\n                    \"order\": 5\n                },\n                \"2043\": {\n                    \"answer\": \"5\",\n                    \"order\": 6\n                },\n                \"2044\": {\n                    \"answer\": \"4\",\n                    \"order\": 7\n                },\n                \"2045\": {\n                    \"answer\": \"2\",\n                    \"order\": 8\n                },\n                \"2046\": {\n                    \"answer\": \"1\",\n                    \"order\": 9\n                },\n                \"2047\": {\n                    \"answer\": \"0\",\n                    \"order\": 10\n                }\n            }\n        },\n        \"3244\": {\n            \"question\": \"Do you feel that your query has been resolved?\",\n            \"order\": 3,\n            \"type\": \"choice\",\n            \"active\": 0,\n            \"options\": {\n                \"2056\": {\n                    \"answer\": \"Yes\",\n                    \"order\": 1\n                },\n                \"2057\": {\n                    \"answer\": \"No\",\n                    \"order\": 2\n                },\n                \"2058\": {\n                    \"answer\": \"Maybe\",\n                    \"order\": 3\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"621c6a1c-0f9b-46a2-8ef5-92e3345488bc"},{"name":"operator_feedback","id":"0df567f4-1c98-497a-8a92-300cf0d4725a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your-synthetix-token"}]},"isInherited":false},"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key"},{"key":"CONSUMERKEY","value":"your-consumer-key"}],"url":"https://apisandbox.synthetix.com/2.0/helper/livechat/customer_feedback","description":"<p>Provides a list of feedback options that can be used to record operator feedback.</p>\n","urlObject":{"protocol":"https","path":["2.0","helper","livechat","customer_feedback"],"host":["apisandbox.synthetix.com"],"query":[],"variable":[]}},"response":[{"id":"6586189c-af78-4439-83f0-ed4fb0c87e13","name":"operator_feedback","originalRequest":{"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key"},{"key":"CONSUMERKEY","value":"your-consumer-key"}],"url":"https://apisandbox.synthetix.com/2.0/helper/livechat/operator_feedback"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 02 May 2024 09:14:15 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"294","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"Apache","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization,APPLICATIONKEY,CONSUMERKEY,HTTP_X_FORWARDED_FOR,CONTENT-TYPE","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"X-API-Node,ETag,Last-Modified,Date,HTTP_X_AMZN_TRACE_ID","enabled":true},{"key":"Cache-Control","value":"no-cache,no-store,must-revalidate","enabled":true},{"key":"Accept","value":"application/json,multipart/form-data,application/x-www-form-urlencoded","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Tk","value":"N","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=7776000","enabled":true},{"key":"X-Cake","value":"The Cake is a lie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"HTTP_X_AMZN_TRACE_ID","value":"Root=1-66335967-5e02f88c2b906144259f2a78","enabled":true},{"key":"X-API-Node","value":"f7d55a [Nightly]","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,OPTIONS","enabled":true},{"key":"Expires","value":"2024-05-02T14:57:12+00:00","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"agent_feedback\": {\n        \"189\": {\n            \"question\": \"Choose a category under which to record this chat\",\n            \"answers\": [\n                \"faqtAgent enquiry\",\n                \"knowledgeAgent enquiry\",\n                \"liveChat enquiry\",\n                \"email enquiry\",\n                \"formAgent enquiry\",\n                \"Callback enquiry\",\n                \"General enquiry\",\n                \"Demo chat\",\n                \"Test chat\"\n            ]\n        },\n        \"190\": {\n            \"question\": \"Was the customer's issue resolved?\",\n            \"answers\": [\n                \"Yes\",\n                \"No\"\n            ]\n        }\n    }\n}"}],"_postman_id":"0df567f4-1c98-497a-8a92-300cf0d4725a"},{"name":"reasons","id":"8b3672a0-da00-4925-8b4b-e2e2ad5eb078","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your-synthetix-token"}]},"isInherited":false},"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key"},{"key":"CONSUMERKEY","value":"your-consumer-key"}],"url":"https://apisandbox.synthetix.com/2.0/helper/livechat/customer_feedback","description":"<p>Provides a list of end reasons.</p>\n","urlObject":{"protocol":"https","path":["2.0","helper","livechat","customer_feedback"],"host":["apisandbox.synthetix.com"],"query":[],"variable":[]}},"response":[{"id":"f3f352f7-d324-4162-8f4b-fff9713bb64c","name":"reasons","originalRequest":{"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key"},{"key":"CONSUMERKEY","value":"your-consumer-key"}],"url":"https://apisandbox.synthetix.com/2.0/helper/livechat/reasons"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 02 May 2024 09:16:21 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"411","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"Apache","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization,APPLICATIONKEY,CONSUMERKEY,HTTP_X_FORWARDED_FOR,CONTENT-TYPE","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"X-API-Node,ETag,Last-Modified,Date,HTTP_X_AMZN_TRACE_ID","enabled":true},{"key":"Cache-Control","value":"no-cache,no-store,must-revalidate","enabled":true},{"key":"Accept","value":"application/json,multipart/form-data,application/x-www-form-urlencoded","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Tk","value":"N","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=7776000","enabled":true},{"key":"X-Cake","value":"The Cake is a lie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"HTTP_X_AMZN_TRACE_ID","value":"Root=1-663359e5-677ae0c820e75c395f2e460e","enabled":true},{"key":"X-API-Node","value":"f7d55a [Nightly]","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,OPTIONS","enabled":true},{"key":"Expires","value":"2024-05-02T14:57:12+00:00","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"1\": \"Administrator forced chat to end remotely\",\n    \"2\": \"Agent clicked End Callback\",\n    \"3\": \"Agent clicked End Chat\",\n    \"4\": \"Agent closed console without ending chat\",\n    \"5\": \"Agent closed console without ending session\",\n    \"6\": \"Agent console reports that user ended chat.\",\n    \"7\": \"Agent lost connectivity\",\n    \"8\": \"Agent replaced console URL\",\n    \"9\": \"Chat was transferred successfully\",\n    \"10\": \"Customer unavailable\",\n    \"11\": \"Customer unavailable SMS Failed\",\n    \"12\": \"Customer unavailable SMS Sent\",\n    \"13\": \"Dropped from Queue\",\n    \"14\": \"Ongoing chat forcefully ended by system\",\n    \"15\": \"Operator Ended Chat\",\n    \"16\": \"User clicked End Chat button\",\n    \"17\": \"User lost connectivity\",\n    \"18\": \"User shut down chat application without ending chat\",\n    \"19\": \"User did not respond to poke\",\n    \"20\": \"User opted not to continue chat\",\n    \"21\": \"Customer abandoned chat request\",\n    \"22\": \"Chat request timed out before acceptance\"\n}"}],"_postman_id":"8b3672a0-da00-4925-8b4b-e2e2ad5eb078"}],"id":"865bbc5b-d137-4a23-9cbe-69f9c512ca71","_postman_id":"865bbc5b-d137-4a23-9cbe-69f9c512ca71","description":""},{"name":"applications","id":"35253bd3-278d-457a-be0a-e32e08ec6d43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your-synthetix-token"}]},"isInherited":false},"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"}],"url":"https://apisandbox.synthetix.com/2.0/helper/applications","description":"<p>Returns a complete list of all applications associated with the Consumerkey.</p>\n","urlObject":{"protocol":"https","path":["2.0","helper","applications"],"host":["apisandbox.synthetix.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"35253bd3-278d-457a-be0a-e32e08ec6d43"},{"name":"audit","id":"046e7f8b-330b-4029-9c11-529ec89ce695","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your-synthetix-token"}]},"isInherited":false},"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key"},{"key":"CONSUMERKEY","value":"your-consumer-key"}],"url":"https://apisandbox.synthetix.com/2.0/helper/audit","description":"<p>Provides structured data on types, scopes, and actions for auditing purposes</p>\n","urlObject":{"protocol":"https","path":["2.0","helper","audit"],"host":["apisandbox.synthetix.com"],"query":[],"variable":[]}},"response":[{"id":"262ba371-b80a-4faf-9e62-91ceac9f63a3","name":"audit","originalRequest":{"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key"},{"key":"CONSUMERKEY","value":"your-consumer-key"}],"url":{"raw":"https://apisandbox.synthetix.com/2.0/helper/audit","protocol":"https","host":["apisandbox.synthetix.com"],"path":["2.0","helper","audit"],"query":[{"key":"","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 01 May 2024 16:28:38 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"667","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"Apache","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization,APPLICATIONKEY,CONSUMERKEY,HTTP_X_FORWARDED_FOR,CONTENT-TYPE","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"X-API-Node,ETag,Last-Modified,Date,HTTP_X_AMZN_TRACE_ID","enabled":true},{"key":"Cache-Control","value":"no-cache,no-store,must-revalidate","enabled":true},{"key":"Accept","value":"application/json,multipart/form-data,application/x-www-form-urlencoded","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Tk","value":"N","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=7776000","enabled":true},{"key":"X-Cake","value":"The Cake is a lie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"HTTP_X_AMZN_TRACE_ID","value":"Root=1-66326db6-41b782664ef9464211fa0645","enabled":true},{"key":"X-API-Node","value":"f7d55a [Nightly]","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,OPTIONS","enabled":true},{"key":"Expires","value":"2024-05-01T17:12:26+00:00","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"types\": [\n        {\n            \"id\": 0,\n            \"name\": \"All\"\n        },\n        {\n            \"id\": 1,\n            \"name\": \"CREATE\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"DELETE\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"INFO\"\n        },\n        {\n            \"id\": 4,\n            \"name\": \"NOTICE\"\n        },\n        {\n            \"id\": 5,\n            \"name\": \"SECURITY\"\n        },\n        {\n            \"id\": 6,\n            \"name\": \"UPDATE\"\n        }\n    ],\n    \"scopes\": [\n        {\n            \"id\": 0,\n            \"name\": \"All\"\n        },\n        {\n            \"id\": 1,\n            \"name\": \"EXTERNAL\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"INTERNAL\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"SYSTEM\"\n        }\n    ],\n    \"actions\": [\n        {\n            \"id\": 0,\n            \"name\": \"All\"\n        },\n        {\n            \"id\": 1,\n            \"name\": \"Banned Client - Client attempted access\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Banned Client - Client ban removed\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Banned Client - Client Banned\"\n        },\n        {\n            \"id\": 4,\n            \"name\": \"Chat Details Viewed\"\n        },\n        {\n            \"id\": 5,\n            \"name\": \"Chat Redaction\"\n        },\n        {\n            \"id\": 6,\n            \"name\": \"Datadownload Pipeline Created\"\n        },\n        {\n            \"id\": 7,\n            \"name\": \"Datadownload Pipeline Deactivating\"\n        },\n        {\n            \"id\": 8,\n            \"name\": \"Datadownload removed from SQL and S3\"\n        },\n        {\n            \"id\": 9,\n            \"name\": \"Datadownload Pipeline Deleted\"\n        },\n        {\n            \"id\": 10,\n            \"name\": \"Email Transcript Emailed\"\n        },\n        {\n            \"id\": 11,\n            \"name\": \"Failed Login\"\n        },\n        {\n            \"id\": 12,\n            \"name\": \"Failed Password change\"\n        },\n        {\n            \"id\": 13,\n            \"name\": \"Flagged Chat - Status Change\"\n        },\n        {\n            \"id\": 14,\n            \"name\": \"Flagged Chat - Chat Flagged\"\n        },\n        {\n            \"id\": 15,\n            \"name\": \"Knowledge Article Emailed\"\n        },\n        {\n            \"id\": 16,\n            \"name\": \"Locked account login attempt\"\n        },\n        {\n            \"id\": 17,\n            \"name\": \"Login challenge via email\"\n        },\n        {\n            \"id\": 18,\n            \"name\": \"Login challenge via application\"\n        },\n        {\n            \"id\": 19,\n            \"name\": \"Logout\"\n        },\n        {\n            \"id\": 20,\n            \"name\": \"MFA Challenge configured\"\n        },\n        {\n            \"id\": 21,\n            \"name\": \"Notification Deleted\"\n        },\n        {\n            \"id\": 22,\n            \"name\": \"Successful login\"\n        },\n        {\n            \"id\": 23,\n            \"name\": \"Successful Password change\"\n        },\n        {\n            \"id\": 24,\n            \"name\": \"Unknown User Login Attempt\"\n        },\n        {\n            \"id\": 25,\n            \"name\": \"User account Locked\"\n        },\n        {\n            \"id\": 26,\n            \"name\": \"User account Unlocked automatically\"\n        },\n        {\n            \"id\": 27,\n            \"name\": \"User account Unlocked\"\n        },\n        {\n            \"id\": 28,\n            \"name\": \"Webhook response\"\n        },\n        {\n            \"id\": 29,\n            \"name\": \"Zapier Action Suspend Or Unsuspend\"\n        },\n        {\n            \"id\": 30,\n            \"name\": \"Zapier Action Missed and Abandoned chat\"\n        },\n        {\n            \"id\": 31,\n            \"name\": \"Zapier Action List Users\"\n        },\n        {\n            \"id\": 32,\n            \"name\": \"Canned Response - Global Response Created\"\n        },\n        {\n            \"id\": 33,\n            \"name\": \"Canned Response - Global Response Updated\"\n        },\n        {\n            \"id\": 34,\n            \"name\": \"Canned Response - Global Response Deleted\"\n        },\n        {\n            \"id\": 35,\n            \"name\": \"Useful Links - Global Useful Link Created\"\n        },\n        {\n            \"id\": 36,\n            \"name\": \"Useful Links - Global Useful Link Updated\"\n        },\n        {\n            \"id\": 37,\n            \"name\": \"Useful Links - Global Useful Link Deleted\"\n        }\n    ]\n}"}],"_postman_id":"046e7f8b-330b-4029-9c11-529ec89ce695"},{"name":"channels","id":"acbb1b73-bce4-482f-b7be-2dddb0f152fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"}],"url":"https://apisandbox.synthetix.com/2.0/helper/channels","description":"<p>Returns a complete list of all available channels within Synthetix.</p>\n","urlObject":{"protocol":"https","path":["2.0","helper","channels"],"host":["apisandbox.synthetix.com"],"query":[],"variable":[]}},"response":[{"id":"62bbf741-ea88-42a1-b2bd-01b930616f87","name":"channels","originalRequest":{"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"[Learn more...](#authentication)"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"[Learn more...](#authentication)"}],"url":"https://apisandbox.synthetix.com/2.0/helper/channels"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Authorization,APPLICATIONKEY,CONSUMERKEY,HTTP_X_FORWARDED_FOR,CONTENT-TYPE","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,OPTIONS","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"X-API-Node,X-API-Environment,X-API-Version,ETag,Last-Modified","enabled":true},{"key":"Cache-Control","value":"no-cache,no-store,must-revalidate","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Date","value":"Tue, 27 Nov 2018 14:10:23 GMT","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Server","value":"Apache","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains","enabled":true},{"key":"Tk","value":"N","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-API-Node","value":"0df1b46c168b","enabled":true},{"key":"X-API-Version","value":"staging;(S3)","enabled":true},{"key":"X-Cake","value":"The Cake is a lie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Quota","value":"unlimited/infinite","enabled":true},{"key":"X-Request-ID","value":"1543327823-1947137149-110","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Content-Length","value":"197","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 0,\n        \"channel\": \"livechat\"\n    },\n    {\n        \"id\": 1,\n        \"channel\": \"callback\"\n    },\n    {\n        \"id\": 2,\n        \"channel\": \"email\"\n    },\n    {\n        \"id\": 3,\n        \"channel\": \"voip\"\n    },\n    {\n        \"id\": 4,\n        \"channel\": \"video\"\n    },\n    {\n        \"id\": 5,\n        \"channel\": \"whatsapp\"\n    },\n    {\n        \"id\": 6,\n        \"channel\": \"skype_im\"\n    },\n    {\n        \"id\": 7,\n        \"channel\": \"sms\"\n    },\n    {\n        \"id\": 8,\n        \"channel\": \"twitter\"\n    },\n    {\n        \"id\": 9,\n        \"channel\": \"ticket\"\n    },\n    {\n        \"id\": 10,\n        \"channel\": \"Facebook\"\n    },\n    {\n        \"id\": 14,\n        \"channel\": \"Knowledge\"\n    },\n    {\n        \"id\": 15,\n        \"channel\": \"IVA\"\n    },\n    {\n        \"id\": 16,\n        \"channel\": \"form agent\"\n    },\n    {\n        \"id\": 17,\n        \"channel\": \"virtual agent\"\n    },\n    {\n        \"id\": 99,\n        \"channel\": \"Unknown\"\n    }\n]"}],"_postman_id":"acbb1b73-bce4-482f-b7be-2dddb0f152fc"},{"name":"error","id":"d41b210b-2e6b-47bd-afb3-d511b9c8f28d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://apisandbox.synthetix.com/2.0/helper/error","description":"<p>Returns a list of all API error codes and their associated HTTP headers.</p>\n","urlObject":{"protocol":"https","path":["2.0","helper","error"],"host":["apisandbox.synthetix.com"],"query":[],"variable":[]}},"response":[{"id":"5a8383df-2c6f-459b-a937-e5c23ab139d7","name":"error","originalRequest":{"method":"GET","header":[],"url":"https://apisandbox.synthetix.com/2.0/helper/error"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 21 Jun 2019 13:06:26 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"2117","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"Apache","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization,APPLICATIONKEY,CONSUMERKEY,HTTP_X_FORWARDED_FOR,CONTENT-TYPE","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"X-API-Node,X-API-Environment,X-API-Version,ETag,Last-Modified,Date","enabled":true},{"key":"Cache-Control","value":"no-cache,no-store,must-revalidate","enabled":true},{"key":"Accept","value":"application/json,multipart/form-data,application/x-www-form-urlencoded","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Tk","value":"N","enabled":true},{"key":"X-Cake","value":"The Cake is a lie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-API-Node","value":"77175f (Fri, 21 Jun 2019 13:04:52)","enabled":true},{"key":"X-API-Version","value":"Dev;(D3)","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,OPTIONS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"code\": 101,\n        \"description\": \"NOT USING HTTPS 443\",\n        \"header\": {\n            \"426\": \"Upgrade Required\"\n        }\n    },\n    {\n        \"code\": 102,\n        \"description\": \"INVALID HEADERS\",\n        \"header\": {\n            \"406\": \"Not Acceptable\"\n        }\n    },\n    {\n        \"code\": 103,\n        \"description\": \"API CALL QUOTA LIMIT EXCEEDED\",\n        \"header\": {\n            \"406\": \"Not Acceptable\",\n            \"429\": \"Too Many Requests\"\n        }\n    },\n    {\n        \"code\": 104,\n        \"description\": \"FORMAT MISSING\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 105,\n        \"description\": \"INVALID FORMAT\",\n        \"header\": {\n            \"405\": \"Method Not Allowed\"\n        }\n    },\n    {\n        \"code\": 106,\n        \"description\": \"MISSING PARAMETER\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 110,\n        \"description\": \"APPLICATION OFFLINE\",\n        \"header\": {\n            \"423\": \"Locked\"\n        }\n    },\n    {\n        \"code\": 111,\n        \"description\": \"BAD ORIGIN IP\",\n        \"header\": {\n            \"403\": \"Forbidden\"\n        }\n    },\n    {\n        \"code\": 112,\n        \"description\": \"TOKEN DOES NOT CONTAIN VALID SIGNATURE\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 113,\n        \"description\": \"TOKEN EXPIRED\",\n        \"header\": {\n            \"401\": \"Unauthorized\"\n        }\n    },\n    {\n        \"code\": 114,\n        \"description\": \"INVALID TOKEN\",\n        \"header\": {\n            \"401\": \"Unauthorized\"\n        }\n    },\n    {\n        \"code\": 115,\n        \"description\": \"INVALID IP\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 117,\n        \"description\": \"DATA NOT VALID\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 124,\n        \"description\": \"FAILED TO CONNECT\",\n        \"header\": {\n            \"503\": \"Service Unavailable\"\n        }\n    },\n    {\n        \"code\": 128,\n        \"description\": \"HTTP PUT METHOD NOT AVAILABLE\",\n        \"header\": {\n            \"405\": \"Method Not Allowed\"\n        }\n    },\n    {\n        \"code\": 129,\n        \"description\": \"HTTP HEAD METHOD NOT AVAILABLE\",\n        \"header\": {\n            \"405\": \"Method Not Allowed\"\n        }\n    },\n    {\n        \"code\": 130,\n        \"description\": \"HTTP DELETE METHOD NOT AVAILABLE\",\n        \"header\": {\n            \"405\": \"Method Not Allowed\"\n        }\n    },\n    {\n        \"code\": 131,\n        \"description\": \"HTTP OPTIONS  METHOD NOT AVAILABLE\",\n        \"header\": {\n            \"405\": \"Method Not Allowed\"\n        }\n    },\n    {\n        \"code\": 132,\n        \"description\": \"HTTP GET  METHOD NOT AVAILABLE\",\n        \"header\": {\n            \"405\": \"Method Not Allowed\"\n        }\n    },\n    {\n        \"code\": 133,\n        \"description\": \"HTTP OPTIONS POST NOT AVAILABLE\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 134,\n        \"description\": \"HTTP METHOD NOT ACCEPTED\",\n        \"header\": {\n            \"405\": \"Method Not Allowed\"\n        }\n    },\n    {\n        \"code\": 135,\n        \"description\": \"MODE NOT RECOGNIZED\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 136,\n        \"description\": \"NO RESULTS\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 137,\n        \"description\": \"CANNOT CONNECT\",\n        \"header\": {\n            \"503\": \"Service Unavailable\"\n        }\n    },\n    {\n        \"code\": 144,\n        \"description\": \"CANNOT CONNECT\",\n        \"header\": {\n            \"503\": \"Service Unavailable\"\n        }\n    },\n    {\n        \"code\": 145,\n        \"description\": \"CANNOT CONNECT\",\n        \"header\": {\n            \"503\": \"Service Unavailable\"\n        }\n    },\n    {\n        \"code\": 146,\n        \"description\": \"INVALID CHANNEL\",\n        \"header\": {\n            \"501\": \"Not Implemented\"\n        }\n    },\n    {\n        \"code\": 147,\n        \"description\": \"VOID ID\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 148,\n        \"description\": \"MISSING OR MALFORMED SKILL\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 149,\n        \"description\": \"INVALID SKILL\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 150,\n        \"description\": \"INVALID VARIABLE\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 151,\n        \"description\": \"3RD PARTY RETURNED INVALID STATUS RESPONSE\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 154,\n        \"description\": \"NO DATA\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 155,\n        \"description\": \"CANNOT SET 3RD PARTY TIMEOUT\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 156,\n        \"description\": \"3RD PARTY INTEGRATION SETTINGS INCOMPLETE\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 157,\n        \"description\": \"NO RESULTS\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 158,\n        \"description\": \"RATE LIMIT EXCEEDED\",\n        \"header\": {\n            \"429\": \"Too Many Requests\"\n        }\n    },\n    {\n        \"code\": 159,\n        \"description\": \"MALFORMED TIME RATE PARAMETER\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 160,\n        \"description\": \"3RD PARTY SESSION DOES NOT EXIST\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 161,\n        \"description\": \"3RD PARTY ENVIRONMENT HAS A FAULT\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 162,\n        \"description\": \"NO RESULTS\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 163,\n        \"description\": \"NO SLA DATA\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 164,\n        \"description\": \"NO AUTO RESPONDER\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 165,\n        \"description\": \"CATEGORY DOES NOT EXIST\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 166,\n        \"description\": \"CATEGORY AND SUBCATEGORY ARE INCOMPATIBLE\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 167,\n        \"description\": \"CANNOT FIND GLOBAL PRESETS\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 169,\n        \"description\": \"INCOMPATIBLE PARAMETERS\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 170,\n        \"description\": \"NO ACCESS TO THIS RESOURCE\",\n        \"header\": {\n            \"403\": \"Forbidden\"\n        }\n    },\n    {\n        \"code\": 171,\n        \"description\": \"CANNOT CHANGE EXISTING EMAIL\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 173,\n        \"description\": \"CSRF SUSPECTED\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 174,\n        \"description\": \"ALREADY SUSPENDED\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 175,\n        \"description\": \"ALREADY UNSUSPENDED\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 177,\n        \"description\": \"VOID TRIGGER ID\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 179,\n        \"description\": \"UNKNOWN SUBDOMAIN\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 180,\n        \"description\": \"TEAM MATE INVALID\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 181,\n        \"description\": \"YOU ARE NOT A PARTICIPANT IN THIS CONVERSATION\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 182,\n        \"description\": \"CHAT NOT ASSIGNED TO YOU\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 183,\n        \"description\": \"ERROR IN UPDATING OR ADDING AD IMPRESSIONS\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 184,\n        \"description\": \"TRANSFER NOT AVAILABLE\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 185,\n        \"description\": \"LOGGING FAILURE\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 186,\n        \"description\": \"CANNOT REMOVE OWNER\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 187,\n        \"description\": \"MURDER, DEATH, KILL. OR (INVALID PARTICIPANT)\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 188,\n        \"description\": \"DATABASE UPDATE ERROR\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 189,\n        \"description\": \"DUPLICATE CATEGORIES IN KNOWLEDGE BASE\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 190,\n        \"description\": \"AGENT IS INACTIVE\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 191,\n        \"description\": \"TITLE DOES NOT MEET LIMIT REQUIRMENTS\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 192,\n        \"description\": \"INVITATION ALREADY OFFERED\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 193,\n        \"description\": \"NO GOALS AVAILABLE\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 194,\n        \"description\": \"NO TOKEN OR SESSION IN PAYLOAD\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 195,\n        \"description\": \"API DOES NOT EXIST\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 196,\n        \"description\": \"YOUR SLOTS ARE FULL\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 197,\n        \"description\": \"PROBLEM WITH SUBMITTER\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 198,\n        \"description\": \"SKILL NO LONGER ACTIVE\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 201,\n        \"description\": \"MISSING APPLICATION KEY\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 202,\n        \"description\": \"MISSING CONSUMER KEY\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 203,\n        \"description\": \"ANTECEDING ENTITY IN QUEUE\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 204,\n        \"description\": \"NOT AUTHORISED\",\n        \"header\": {\n            \"403\": \"Forbidden\"\n        }\n    },\n    {\n        \"code\": 222,\n        \"description\": \"NOT AUTHORISED\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 223,\n        \"description\": \"YOU HAVE NO PERMISSIONS\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 224,\n        \"description\": \"AGENT HAS NO MODULES\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 225,\n        \"description\": \"ACCOUNT IS LOCKED\",\n        \"header\": {\n            \"403\": \"Forbidden\"\n        }\n    },\n    {\n        \"code\": 226,\n        \"description\": \"USER SET AS LOGGED OUT\",\n        \"header\": {\n            \"401\": \"Unauthorized\"\n        }\n    },\n    {\n        \"code\": 227,\n        \"description\": \"CANNOT RETURN TO QUEUE IF INVITATION STILL OUT\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 228,\n        \"description\": \"ONGOING CHATS AND DB OUT OF SYNC\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 229,\n        \"description\": \"TICKET DOES NOT EXIST\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 230,\n        \"description\": \"PERMISSION NOT SET\",\n        \"header\": {\n            \"401\": \"Unauthorized\"\n        }\n    },\n    {\n        \"code\": 231,\n        \"description\": \"USERNAME INVALID\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 232,\n        \"description\": \"USERNAME ALREADY TAKEN\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 233,\n        \"description\": \"EMAIL INVALID\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 234,\n        \"description\": \"USER DOES NOT BELONG TO THIS AGENT\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 235,\n        \"description\": \"NO MFA METHOD\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 236,\n        \"description\": \"RESET SESSIONS\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 237,\n        \"description\": \"USER ID VOID\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 238,\n        \"description\": \"LABEL ID VOID\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 239,\n        \"description\": \"CHAT ALREADY COMPLETE\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 240,\n        \"description\": \"ONLY OWNERS CAN END CHATS\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 241,\n        \"description\": \"BAD SIGNATURE\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 242,\n        \"description\": \"HISTORICAL API CANNOT BE USED FOR REALTIME DATA\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 243,\n        \"description\": \"INVALID SCORE\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 244,\n        \"description\": \"TRIGGER ID INVALID FOR TYPE\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 245,\n        \"description\": \"INVALID REASON FOR SUSPENSION\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 246,\n        \"description\": \"PIPELINE NOT OWNED BY USER\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 247,\n        \"description\": \"PIPELINE DOES NOT EXIST\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 248,\n        \"description\": \"NO BREADCRUMBS COLLECTED\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 249,\n        \"description\": \"INVALID USER ID FOR THIS ACTION\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 250,\n        \"description\": \"CALLBACK ID NOT RECOGNISED\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 251,\n        \"description\": \"CALLBACK ALREADY COMPLETE\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 252,\n        \"description\": \"CALLBACK CANCELLED\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 253,\n        \"description\": \"CALLBACK ALREADY FAILED\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 254,\n        \"description\": \"CALLBACK SLOT BLOCKED OUT\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 255,\n        \"description\": \"CALLBACK STILL IN PROGRESS\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 256,\n        \"description\": \"CALLBACK EITHER NOT STARTED OR ALREADY COMPLETED\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 257,\n        \"description\": \"CALLBACK NOT LOCKED\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 258,\n        \"description\": \"CANNOT UNSUSPEND WHILE CALLBACK ONGOING\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 259,\n        \"description\": \"ENVIRONMENT NOT ENABLED FOR USE WITH THIS CONSUMER AND/OR APPLICATION\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 260,\n        \"description\": \"UNDERGOING MAINTENANCE\",\n        \"header\": {\n            \"503\": \"Service Unavailable\"\n        }\n    },\n    {\n        \"code\": 261,\n        \"description\": \"WRITE DATABASE CONNECTION FAILED\",\n        \"header\": {\n            \"503\": \"Service Unavailable\"\n        }\n    },\n    {\n        \"code\": 262,\n        \"description\": \"READ DATABASE CONNECTION FAILED \",\n        \"header\": {\n            \"503\": \"Service Unavailable\"\n        }\n    },\n    {\n        \"code\": 263,\n        \"description\": \"WRITE DATABASE CONNECTION TIMEEDOUT\",\n        \"header\": {\n            \"503\": \"Service Unavailable\"\n        }\n    },\n    {\n        \"code\": 264,\n        \"description\": \"READ DATABASE CONNECTION TIMEOUT\",\n        \"header\": {\n            \"503\": \"Service Unavailable\"\n        }\n    },\n    {\n        \"code\": 265,\n        \"description\": \"NO CUSTOMER FEEDBACK CONFIGURED\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 266,\n        \"description\": \"INVALID PAYMENTLINKREFERENCEID\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 267,\n        \"description\": \"EMPTY LOGIC EXPRESSION\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 268,\n        \"description\": \"EVALUATED LOGIC EXPRESSION FAILED\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 303,\n        \"description\": \"NO AD DATA\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 304,\n        \"description\": \"NO AD DATA\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 305,\n        \"description\": \"NO KNOWLEDGE DATA\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 306,\n        \"description\": \"NO KNOWLEDGE DATA\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 307,\n        \"description\": \"NO KNOWLEDGE DATA\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 309,\n        \"description\": \"INVALID VIEW\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 310,\n        \"description\": \"DATA NOT MODIFIED\",\n        \"header\": {\n            \"304\": \"Not Modified\"\n        }\n    },\n    {\n        \"code\": 311,\n        \"description\": \"INVALID DATE RANGE\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 312,\n        \"description\": \"MAGIC LINK EXPIRED OR INVALID\",\n        \"header\": {\n            \"200\": \"OK\"\n        }\n    },\n    {\n        \"code\": 403,\n        \"description\": \"NOT AUTHORISED\",\n        \"header\": {\n            \"403\": \"Forbidden\"\n        }\n    }\n]"}],"_postman_id":"d41b210b-2e6b-47bd-afb3-d511b9c8f28d"},{"name":"health check","id":"441d6d5e-dd5a-4887-8b7d-b3400f529016","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key","type":"text","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"},{"key":"CONSUMERKEY","value":"your-consumer-key","type":"text","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"}],"url":"https://apisandbox.synthetix.com/2.0/helper/health_check","description":"<p>Ok, it's not really a suprise, it's a health checker. This is just to let you know if the API server is alive or dead. Not very fun really.</p>\n","urlObject":{"protocol":"https","path":["2.0","helper","health_check"],"host":["apisandbox.synthetix.com"],"query":[],"variable":[]}},"response":[{"id":"6110712f-aa64-43f4-adb4-5addd9a63ec9","name":"health check","originalRequest":{"method":"GET","header":[],"url":"https://apisandbox.synthetix.com/2.0/helper/health_check"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 21 Jun 2019 14:53:48 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"27","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"Apache","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization,APPLICATIONKEY,CONSUMERKEY,HTTP_X_FORWARDED_FOR,CONTENT-TYPE","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"X-API-Node,X-API-Environment,X-API-Version,ETag,Last-Modified,Date","enabled":true},{"key":"Cache-Control","value":"no-cache,no-store,must-revalidate","enabled":true},{"key":"Accept","value":"application/json,multipart/form-data,application/x-www-form-urlencoded","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Tk","value":"N","enabled":true},{"key":"X-Cake","value":"The Cake is a lie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-API-Node","value":"4207c8 (Fri, 21 Jun 2019 13:10:04)","enabled":true},{"key":"X-API-Version","value":"Dev;(D3)","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,HEAD,OPTIONS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true}],"cookie":[],"responseTime":null,"body":"\"Alive\""}],"_postman_id":"441d6d5e-dd5a-4887-8b7d-b3400f529016"},{"name":"operators","id":"33e118c7-0b5a-4c7e-bd89-ca47a0f6fcf1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your-synthetix-token"}]},"isInherited":false},"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key"},{"key":"CONSUMERKEY","value":"your-consumer-key"}],"url":"https://apisandbox.synthetix.com/2.0/helper/operators","description":"<p>Returns a list of all users associated with the Applicationkey</p>\n","urlObject":{"protocol":"https","path":["2.0","helper","operators"],"host":["apisandbox.synthetix.com"],"query":[],"variable":[]}},"response":[{"id":"78df7c85-fbc0-46d7-ad0b-0437ffd72ad3","name":"operators","originalRequest":{"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key"},{"key":"CONSUMERKEY","value":"your-consumer-key"}],"url":"https://apisandbox.synthetix.com/2.0/helper/operators"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 01 May 2024 16:35:04 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"413","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"Apache","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization,APPLICATIONKEY,CONSUMERKEY,HTTP_X_FORWARDED_FOR,CONTENT-TYPE","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"X-API-Node,ETag,Last-Modified,Date,HTTP_X_AMZN_TRACE_ID","enabled":true},{"key":"Cache-Control","value":"no-cache,no-store,must-revalidate","enabled":true},{"key":"Accept","value":"application/json,multipart/form-data,application/x-www-form-urlencoded","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Tk","value":"N","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=7776000","enabled":true},{"key":"X-Cake","value":"The Cake is a lie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"HTTP_X_AMZN_TRACE_ID","value":"Root=1-66326f38-690c75823e8f68fd58d6f97b","enabled":true},{"key":"X-API-Node","value":"f7d55a [Nightly]","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,OPTIONS","enabled":true},{"key":"Expires","value":"2024-05-01T17:12:26+00:00","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"pk_id\": 1,\n        \"name\": \"Alastair Taylor\"\n    },\n    {\n        \"pk_id\": 2,\n        \"name\": \"Luke Addington\"\n    },\n    {\n        \"pk_id\": 3,\n        \"name\": \"Adam Ashcroft\"\n    }\n]"}],"_postman_id":"33e118c7-0b5a-4c7e-bd89-ca47a0f6fcf1"},{"name":"product_status","id":"f35c6cd6-069a-4639-97f4-b5e41213b604","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"}],"url":"https://apisandbox.synthetix.com/2.0/helper/product_status","urlObject":{"protocol":"https","path":["2.0","helper","product_status"],"host":["apisandbox.synthetix.com"],"query":[],"variable":[]}},"response":[{"id":"1c78caf6-dcbd-44fc-823c-386ca29f0ae5","name":"product_status","originalRequest":{"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"[Learn more...](#authentication)"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"[Learn more...](#authentication)"}],"url":"https://apisandbox.synthetix.com/2.0/helper/product_status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 01 May 2024 16:23:20 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"232","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"Apache","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization,APPLICATIONKEY,CONSUMERKEY,HTTP_X_FORWARDED_FOR,CONTENT-TYPE","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"X-API-Node,ETag,Last-Modified,Date,HTTP_X_AMZN_TRACE_ID","enabled":true},{"key":"Cache-Control","value":"no-cache,no-store,must-revalidate","enabled":true},{"key":"Accept","value":"application/json,multipart/form-data,application/x-www-form-urlencoded","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Tk","value":"N","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=7776000","enabled":true},{"key":"X-Cake","value":"The Cake is a lie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"HTTP_X_AMZN_TRACE_ID","value":"Root=1-66326c78-69136fdb7309a54947f8db82","enabled":true},{"key":"X-API-Node","value":"f7d55a [Nightly]","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,OPTIONS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"page\": {\n        \"id\": \"xxxxxxxxxx\",\n        \"name\": \"Synthetix\",\n        \"url\": \"https://synthetix.statuspage.io\",\n        \"time_zone\": \"Europe/London\",\n        \"updated_at\": \"2024-05-01T11:45:23.198+01:00\"\n    },\n    \"status\": {\n        \"indicator\": \"none\",\n        \"description\": \"All Systems Operational\"\n    },\n    \"system_status\": {\n        \"colour\": \"green\",\n        \"text\": \"All Systems Operational\",\n        \"full_text\": \"All Systems Operational\"\n    }\n}"}],"_postman_id":"f35c6cd6-069a-4639-97f4-b5e41213b604"},{"name":"permission_group","id":"53bcbe9e-2f50-4fc2-9d47-f3acfaba893b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your-synthetix-token"}]},"isInherited":false},"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key"},{"key":"CONSUMERKEY","value":"your-consumer-key"}],"url":"https://apisandbox.synthetix.com/2.0/helper/permission_group","description":"<p>Returns a list of all permission groups associated with the Applicationkey.</p>\n","urlObject":{"protocol":"https","path":["2.0","helper","permission_group"],"host":["apisandbox.synthetix.com"],"query":[],"variable":[]}},"response":[{"id":"35bed538-33db-440e-a6c2-fc07eb7d0548","name":"permission_group","originalRequest":{"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key"},{"key":"CONSUMERKEY","value":"your-consumer-key"}],"url":"https://apisandbox.synthetix.com/2.0/helper/permission_group"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 01 May 2024 16:37:51 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"353","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"Apache","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization,APPLICATIONKEY,CONSUMERKEY,HTTP_X_FORWARDED_FOR,CONTENT-TYPE","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"X-API-Node,ETag,Last-Modified,Date,HTTP_X_AMZN_TRACE_ID","enabled":true},{"key":"Cache-Control","value":"no-cache,no-store,must-revalidate","enabled":true},{"key":"Accept","value":"application/json,multipart/form-data,application/x-www-form-urlencoded","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Tk","value":"N","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=7776000","enabled":true},{"key":"X-Cake","value":"The Cake is a lie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"HTTP_X_AMZN_TRACE_ID","value":"Root=1-66326fdf-47ed401756d8175a08a982a2","enabled":true},{"key":"X-API-Node","value":"f7d55a [Nightly]","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,OPTIONS","enabled":true},{"key":"Expires","value":"2024-05-01T17:12:26+00:00","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"1\": \"Admin\",\n    \"2\": \"Livechat Only\",\n    \"3\": \"Knowledge Only\",\n    \"4\": \"Metrics\",\n    \"5\": \"Support\"\n}"}],"_postman_id":"53bcbe9e-2f50-4fc2-9d47-f3acfaba893b"},{"name":"triggers","id":"2f15e679-4a2d-4dd7-bf66-15a04b5a0d51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key"},{"key":"CONSUMERKEY","value":"your-consumer-key"}],"url":"https://apisandbox.synthetix.com/2.0/helper/triggers","description":"<p>Returns a list of all triggers associated with the Applicationkey.</p>\n","urlObject":{"protocol":"https","path":["2.0","helper","triggers"],"host":["apisandbox.synthetix.com"],"query":[],"variable":[]}},"response":[{"id":"66f9b16a-cd57-4acd-89a3-6c705e69bf08","name":"triggers","originalRequest":{"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key"},{"key":"CONSUMERKEY","value":"your-consumer-key"}],"url":"https://apisandbox.synthetix.com/2.0/helper/triggers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 01 May 2024 16:41:59 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"3038","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"Apache","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization,APPLICATIONKEY,CONSUMERKEY,HTTP_X_FORWARDED_FOR,CONTENT-TYPE","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"X-API-Node,ETag,Last-Modified,Date,HTTP_X_AMZN_TRACE_ID","enabled":true},{"key":"Cache-Control","value":"no-cache,no-store,must-revalidate","enabled":true},{"key":"Accept","value":"application/json,multipart/form-data,application/x-www-form-urlencoded","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Tk","value":"N","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=7776000","enabled":true},{"key":"X-Cake","value":"The Cake is a lie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"HTTP_X_AMZN_TRACE_ID","value":"Root=1-663270d7-5146582e4508034b2f4f0344","enabled":true},{"key":"X-API-Node","value":"f7d55a [Nightly]","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,OPTIONS","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"pk_id\": 1,\n        \"name\": \"Synthetix_Website_Callback\",\n        \"type\": \"callback\",\n        \"style\": \"popup\",\n        \"skillset\": {\n            \"1\": true,\n            \"2\": true,\n            \"3\": true,\n        },\n        \"showDelay\": 0,\n        \"hideDelay\": 360,\n        \"queueing\": true,\n        \"onlineDestinationMobile\": \"\",\n        \"onlineImage\": \"\",\n        \"onlineText\": \"Callback\",\n        \"onlineDestination\": \"\",\n        \"offlineDestinationMobile\": \"\",\n        \"offlineImage\": \"\",\n        \"offlineText\": \"\",\n        \"offlineDestination\": \"\",\n        \"searchKnowledgeType\": null,\n        \"timeframes\": [\n            {\n                \"Days\": {\n                    \"Sun\": true,\n                    \"Mon\": true,\n                    \"Tue\": true,\n                    \"Wed\": true,\n                    \"Thu\": true,\n                    \"Fri\": true,\n                    \"Sat\": true\n                },\n                \"Start\": [\n                    \"0900\"\n                ],\n                \"Finish\": [\n                    \"2359\"\n                ]\n            }\n        ],\n        \"fireurl\": [],\n        \"position\": \"Bottom Left\",\n        \"effect\": \"sx_fadeIn\",\n        \"height\": 0,\n        \"width\": 0,\n        \"destinationStyle\": \"Pop Up\",\n        \"targetedArticle\": \"\",\n        \"targetedCategory\": \"\",\n        \"maximise\": false,\n        \"Active\": 1,\n        \"disable_livechat\": 0,\n        \"targetForm\": 101\n    }\n]"}],"_postman_id":"2f15e679-4a2d-4dd7-bf66-15a04b5a0d51"},{"name":"username","id":"339e8889-823d-4ac3-965f-4d089572d4d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your-synthetix-token"}]},"isInherited":false},"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key"},{"key":"CONSUMERKEY","value":"your-consumer-key"}],"url":"https://apisandbox.synthetix.com/2.0/helper/username?username=testy","description":"<p>Returns true if the passed username exists.</p>\n","urlObject":{"protocol":"https","path":["2.0","helper","username"],"host":["apisandbox.synthetix.com"],"query":[{"key":"username","value":"testy"}],"variable":[]}},"response":[{"id":"66028bd6-3271-4749-a0f9-ea1b65d80331","name":"username","originalRequest":{"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key"},{"key":"CONSUMERKEY","value":"your-consumer-key"}],"url":{"raw":"https://apisandbox.synthetix.com/2.0/helper/username?username=testy","protocol":"https","host":["apisandbox","synthetix","com"],"path":["2.0","helper","username"],"query":[{"key":"username","value":"testy"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 01 May 2024 16:45:50 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"35","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"Apache","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization,APPLICATIONKEY,CONSUMERKEY,HTTP_X_FORWARDED_FOR,CONTENT-TYPE","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"X-API-Node,ETag,Last-Modified,Date,HTTP_X_AMZN_TRACE_ID","enabled":true},{"key":"Cache-Control","value":"no-cache,no-store,must-revalidate","enabled":true},{"key":"Accept","value":"application/json,multipart/form-data,application/x-www-form-urlencoded","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Tk","value":"N","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=7776000","enabled":true},{"key":"X-Cake","value":"The Cake is a lie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"HTTP_X_AMZN_TRACE_ID","value":"Root=1-663271be-336bd86550a5ed20434f395b","enabled":true},{"key":"X-API-Node","value":"f7d55a [Nightly]","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,OPTIONS","enabled":true},{"key":"Expires","value":"2024-05-01T17:12:26+00:00","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"exists\": true\n}"}],"_postman_id":"339e8889-823d-4ac3-965f-4d089572d4d2"},{"name":"views","id":"25d666b9-3b87-48bb-a6c7-f88e57b11364","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your-synthetix-token"}]},"isInherited":false},"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key"},{"key":"CONSUMERKEY","value":"your-consumer-key"}],"url":"https://apisandbox.synthetix.com/2.0/helper/views","description":"<p>Returns a list of all views associated with the Applicationkey.</p>\n","urlObject":{"protocol":"https","path":["2.0","helper","views"],"host":["apisandbox.synthetix.com"],"query":[],"variable":[]}},"response":[{"id":"c7a9a3c4-4ea2-42ac-98de-61782005c2e7","name":"views","originalRequest":{"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key"},{"key":"CONSUMERKEY","value":"your-consumer-key"}],"url":"https://apisandbox.synthetix.com/2.0/helper/views"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 01 May 2024 16:48:26 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"109","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"Apache","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization,APPLICATIONKEY,CONSUMERKEY,HTTP_X_FORWARDED_FOR,CONTENT-TYPE","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"X-API-Node,ETag,Last-Modified,Date,HTTP_X_AMZN_TRACE_ID","enabled":true},{"key":"Cache-Control","value":"no-cache,no-store,must-revalidate","enabled":true},{"key":"Accept","value":"application/json,multipart/form-data,application/x-www-form-urlencoded","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Tk","value":"N","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=7776000","enabled":true},{"key":"X-Cake","value":"The Cake is a lie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"HTTP_X_AMZN_TRACE_ID","value":"Root=1-6632725a-1b52fc6e2dc682713fcc39cd","enabled":true},{"key":"X-API-Node","value":"f7d55a [Nightly]","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,OPTIONS","enabled":true},{"key":"Expires","value":"2024-05-01T17:12:26+00:00","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"3159\": \"FAQs\",\n    \"3160\": \"webforms\",\n    \"3166\": \"archive\",\n    \"3224\": \"zombie\",\n    \"3311\": \"test\",\n    \"3320\": \"Internal\",\n    \"3694\": \"spanish\"\n}"}],"_postman_id":"25d666b9-3b87-48bb-a6c7-f88e57b11364"},{"name":"skills","id":"3e5bd1c5-b904-4c95-a819-df786026efc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your-synthetix-token"}]},"isInherited":false},"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"}],"url":"https://apisandbox.synthetix.com/2.0/helper/skills","description":"<p>Returns an exhaustive list of all skills (including enabled channels and SLA) associated with the Applicationkey.</p>\n","urlObject":{"protocol":"https","path":["2.0","helper","skills"],"host":["apisandbox.synthetix.com"],"query":[],"variable":[]}},"response":[{"id":"10c0b522-7147-4d5e-9800-2d6085e2d176","name":"skills","originalRequest":{"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"[Learn more...](#authentication)"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"[Learn more...](#authentication)"}],"url":"https://apisandbox.synthetix.com/2.0/helper/skills"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 01 May 2024 16:14:03 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"368","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"Apache","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization,APPLICATIONKEY,CONSUMERKEY,HTTP_X_FORWARDED_FOR,CONTENT-TYPE","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"X-API-Node,ETag,Last-Modified,Date,HTTP_X_AMZN_TRACE_ID","enabled":true},{"key":"Cache-Control","value":"no-cache,no-store,must-revalidate","enabled":true},{"key":"Accept","value":"application/json,multipart/form-data,application/x-www-form-urlencoded","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Tk","value":"N","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=7776000","enabled":true},{"key":"X-Cake","value":"The Cake is a lie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"HTTP_X_AMZN_TRACE_ID","value":"Root=1-66326a4b-7c4c73423bfbd81d7369eeae","enabled":true},{"key":"X-API-Node","value":"f7d55a [Nightly]","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,OPTIONS","enabled":true},{"key":"Expires","value":"2024-05-01T17:12:26+00:00","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 123,\n        \"skill\": \"Testing\",\n        \"channels\": [\n            \"Live chat\",\n            \"WhatsApp\"\n        ],\n        \"channels_id\": [\n            0,\n            5\n        ],\n        \"sla\": [\n            {\n                \"time\": 5,\n                \"channel\": \"Live chat\",\n                \"channel_id\": 0\n            },\n            {\n                \"time\": 8,\n                \"channel\": \"WhatsApp\",\n                \"channel_id\": 5\n            }\n        ]\n    }\n]"}],"_postman_id":"3e5bd1c5-b904-4c95-a819-df786026efc7"}],"id":"7f106915-f60e-4f13-a2a8-129684845a9e","description":"<p>Helper endpoints provide useful information relating to the application, such as exhaustive lists of all channels, skills or views associated with the Applicationkey.</p>\n","_postman_id":"7f106915-f60e-4f13-a2a8-129684845a9e"},{"name":"metrics","item":[{"name":"livechat","item":[{"name":"public","item":[{"name":"completed (Deprecated)","id":"f98e91bc-7138-43e5-a7fc-b2ba83050f72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your-synthetix-token"}]},"isInherited":false},"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"}],"url":"https://apisandbox.synthetix.com/2.0/metrics/livechat/public/completed?startdate=2018-11-20&enddate=2018-11-24","description":"<p>Access to details (excluding transcripts) of individual live chats between a given start and end date. If no start and end date passed in, 'today' used. Information provided includes time requested, time answered, chat status, customer name, chat id, post-chat survey, participants, ring time, duration, wrap up time, interactions, skill, chat type.  </p>\n<p>*** This endpoint has been deprecated, please use metrics/livechat/public/summary for summarised livechat data ***</p>\n","urlObject":{"protocol":"https","path":["2.0","metrics","livechat","public","completed"],"host":["apisandbox.synthetix.com"],"query":[{"key":"startdate","value":"2018-11-20"},{"key":"enddate","value":"2018-11-24"}],"variable":[]}},"response":[{"id":"da579539-5927-4f98-b4a2-d92ee2f4e36c","name":"completed","originalRequest":{"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"[Learn more...](#authentication)"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"[Learn more...](#authentication)"}],"url":{"raw":"https://apisandbox.synthetix.com/2.0/metrics/livechat/public/completed?startdate=2018-11-20&enddate=2018-11-24","protocol":"https","host":["apisandbox.synthetix.com"],"path":["2.0","metrics","livechat","public","completed"],"query":[{"key":"startdate","value":"2018-11-20"},{"key":"enddate","value":"2018-11-24"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Authorization,APPLICATIONKEY,CONSUMERKEY,HTTP_X_FORWARDED_FOR,CONTENT-TYPE","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,OPTIONS","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"X-API-Node,X-API-Environment,X-API-Version,ETag,Last-Modified","enabled":true},{"key":"Cache-Control","value":"no-cache,no-store,must-revalidate","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Date","value":"Tue, 27 Nov 2018 15:16:08 GMT","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Server","value":"Apache","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains","enabled":true},{"key":"Tk","value":"N","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-API-Node","value":"ad55ac183250","enabled":true},{"key":"X-API-Version","value":"development;(D3)","enabled":true},{"key":"X-Cake","value":"The Cake is a lie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Content-Length","value":"3829","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"trigger_list\": {\n        \"10\": \"Synthetix_Website_Callback\",\n        \"145\": \"Synthetix_website_Penfield\",\n        \"146\": \"fa_trigger\",\n        \"256\": \"Livechat_Standalon\",\n        \"903\": \"knowledge\",\n        \"904\": \"autosuggest\",\n        \"906\": \"autolaunchchat\"\n    },\n    \"reason_list\": {\n        \"1\": \"Administrator forced chat to end remotely\",\n        \"2\": \"Agent clicked End Callback\",\n        \"3\": \"Agent clicked End Chat\",\n        \"4\": \"Agent closed console without ending chat\",\n        \"5\": \"Agent closed console without ending session\",\n        \"6\": \"Agent console reports that user ended chat.\",\n        \"7\": \"Agent lost connectivity\",\n        \"8\": \"Agent replaced console URL\",\n        \"9\": \"Chat was transferred successfully\",\n        \"10\": \"Customer unavailable\",\n        \"11\": \"Customer unavailable SMS Failed\",\n        \"12\": \"Customer unavailable SMS Sent\",\n        \"13\": \"Dropped from Queue\",\n        \"14\": \"Ongoing chat forcefully ended by system\",\n        \"15\": \"Operator Ended Chat\",\n        \"16\": \"User clicked End Chat button\",\n        \"17\": \"User lost connectivity\",\n        \"18\": \"User shut down chat application without ending chat\",\n        \"19\": \"User did not respond to poke\",\n        \"20\": \"User opted not to continue chat\"\n    },\n    \"fb_list\": {\n        \"2574\": {\n            \"question\": \"Do you feel your query was answered?\",\n            \"order\": \"1\",\n            \"type\": \"choice\",\n            \"options\": {\n                \"472\": {\n                    \"count\": 0,\n                    \"answer\": \"Yes\",\n                    \"order\": \"1\"\n                },\n                \"473\": {\n                    \"count\": 0,\n                    \"answer\": \"Partially\",\n                    \"order\": \"2\"\n                },\n                \"474\": {\n                    \"count\": 0,\n                    \"answer\": \"No\",\n                    \"order\": \"3\"\n                }\n            }\n        },\n        \"2575\": {\n            \"question\": \"How would you rate your conversation?\",\n            \"order\": \"2\",\n            \"type\": \"choice\",\n            \"options\": {\n                \"475\": {\n                    \"count\": 0,\n                    \"answer\": \" Great\",\n                    \"order\": \"1\"\n                },\n                \"476\": {\n                    \"count\": 0,\n                    \"answer\": \"Average\",\n                    \"order\": \"2\"\n                },\n                \"477\": {\n                    \"count\": 0,\n                    \"answer\": \"Awful\",\n                    \"order\": \"3\"\n                }\n            }\n        },\n        \"2576\": {\n            \"question\": \"Would you use this service again?\",\n            \"order\": \"3\",\n            \"type\": \"choice\",\n            \"options\": {\n                \"478\": {\n                    \"count\": 0,\n                    \"answer\": \"Yes\",\n                    \"order\": \"1\"\n                },\n                \"479\": {\n                    \"count\": 0,\n                    \"answer\": \"No\",\n                    \"order\": \"2\"\n                }\n            }\n        },\n        \"2577\": {\n            \"question\": \"Leave your comment:\",\n            \"order\": \"4\",\n            \"type\": \"text\"\n        }\n    },\n    \"skills_matrix\": {\n        \"101\": {\n            \"skill\": \"Online Customer Service\"\n        },\n        \"102\": {\n            \"skill\": \"Web self-service\"\n        },\n        \"103\": {\n            \"skill\": \"Virtual Agents\"\n        },\n        \"104\": {\n            \"skill\": \"Live Chat\"\n        },\n        \"105\": {\n            \"skill\": \"Social Customer Service\"\n        },\n        \"106\": {\n            \"skill\": \"Technical support\"\n        },\n        \"107\": {\n            \"skill\": \"Email and Webforms\"\n        }\n    },\n    \"completed_chats\": [\n        {\n            \"date\": 1542672000,\n            \"chats\": [\n                [\n                    {\n                        \"requested\": \"2018-11-20 11:56:21\",\n                        \"spec_id_requested\": \"101\",\n                        \"accepted\": \"2018-11-20 11:56:23\",\n                        \"customer_name\": \"test\",\n                        \"chat_id\": \"83I5NMhe4MJVej\",\n                        \"post_chat_survey\": [\n                            {\n                                \"question\": \"Choose a category under which to record this chat\",\n                                \"answer\": \"liveChat enquiry\"\n                            },\n                            {\n                                \"question\": \"Was the customer's issue resolved?\",\n                                \"answer\": \"No\"\n                            }\n                        ],\n                        \"interactions\": 1,\n                        \"agents\": [\n                            \"John Smith\"\n                        ],\n                        \"ring_time\": \"00:00:02\",\n                        \"duration\": \"00:03:36\",\n                        \"wrap_up_time\": \"00:00:02\",\n                        \"type_of_chat\": \"single\"\n                    },\n                    {\n                        \"requested\": \"2018-11-20 15:06:09\",\n                        \"spec_id_requested\": \"429\",\n                        \"accepted\": \"2018-11-20 15:06:45\",\n                        \"customer_name\": \"Jim\",\n                        \"chat_id\": \"54aHvv8qI5WBiP\",\n                        \"post_chat_survey\": [\n                            {\n                                \"question\": \"Choose a category under which to record this chat\",\n                                \"answer\": \"Test chat\"\n                            },\n                            {\n                                \"question\": \"Was the customer's issue resolved?\",\n                                \"answer\": \"Yes\"\n                            }\n                        ],\n                        \"interactions\": 5,\n                        \"agents\": [\n                            \"James Smith\"\n                        ],\n                        \"ring_time\": \"00:00:36\",\n                        \"duration\": \"00:42:32\",\n                        \"wrap_up_time\": \"00:00:30\",\n                        \"type_of_chat\": \"single\"\n                    },\n                    {\n                        \"requested\": \"2018-11-20 15:17:08\",\n                        \"spec_id_requested\": \"422\",\n                        \"accepted\": \"2018-11-20 15:17:17\",\n                        \"customer_name\": \"TEST - Gail Edgar\",\n                        \"chat_id\": \"SFbjIkRnLyhbLf\",\n                        \"post_chat_survey\": [\n                            {\n                                \"question\": \"Choose a category under which to record this chat\",\n                                \"answer\": \"liveChat enquiry\"\n                            },\n                            {\n                                \"question\": \"Was the customer's issue resolved?\",\n                                \"answer\": \"Yes\"\n                            }\n                        ],\n                        \"interactions\": 9,\n                        \"agents\": [\n                            \"John Smith\"\n                        ],\n                        \"ring_time\": \"00:00:09\",\n                        \"duration\": \"00:04:43\",\n                        \"wrap_up_time\": \"00:00:25\",\n                        \"type_of_chat\": \"single\"\n                    },\n                    {\n                        \"requested\": \"2018-11-20 15:17:10\",\n                        \"spec_id_requested\": \"422\",\n                        \"accepted\": \"2018-11-20 15:17:14\",\n                        \"customer_name\": \"TEST - Raddie Whiteoak\",\n                        \"chat_id\": \"4ZKXB8MPohoSk8\",\n                        \"post_chat_survey\": [\n                            {\n                                \"question\": \"Choose a category under which to record this chat\",\n                                \"answer\": \"Operator did not provide feedback within 3 hours of chat end\"\n                            },\n                            {\n                                \"question\": \"Was the customer\\\\'s issue resolved?\",\n                                \"answer\": \"Operator did not provide feedback within 3 hours of chat end\"\n                            }\n                        ],\n                        \"interactions\": 23,\n                        \"agents\": [\n                            \"John Smith\",\n                            \"James Smith\"\n                        ],\n                        \"ring_time\": \"00:00:04\",\n                        \"duration\": \"00:41:39\",\n                        \"wrap_up_time\": \"02:55:07\",\n                        \"type_of_chat\": \"group\"\n                    }\n                ]\n            ]\n        },\n        {\n            \"date\": 1542758400,\n            \"chats\": [\n                [\n                    {\n                        \"requested\": \"2018-11-21 14:49:01\",\n                        \"spec_id_requested\": \"428\",\n                        \"accepted\": \"2018-11-21 14:49:12\",\n                        \"customer_name\": \"TEST - Montgomery Abbet\",\n                        \"chat_id\": \"LlCORkukaFfCAP\",\n                        \"post_chat_survey\": [\n                            {\n                                \"question\": \"Choose a category under which to record this chat\",\n                                \"answer\": \"faqtAgent enquiry\"\n                            },\n                            {\n                                \"question\": \"Was the customer's issue resolved?\",\n                                \"answer\": \"Yes\"\n                            }\n                        ],\n                        \"interactions\": 10,\n                        \"agents\": [\n                            \"John Smith\"\n                        ],\n                        \"ring_time\": \"00:00:11\",\n                        \"duration\": \"00:04:19\",\n                        \"wrap_up_time\": \"00:01:37\",\n                        \"type_of_chat\": \"single\"\n                    },\n                    {\n                        \"requested\": \"2018-11-21 14:49:03\",\n                        \"spec_id_requested\": \"424\",\n                        \"accepted\": \"2018-11-21 14:49:39\",\n                        \"customer_name\": \"TEST - Emmery Crockford\",\n                        \"chat_id\": \"y4vCK8pMirfPGs\",\n                        \"post_chat_survey\": [\n                            {\n                                \"question\": \"Choose a category under which to record this chat\",\n                                \"answer\": \"liveChat enquiry\"\n                            },\n                            {\n                                \"question\": \"Was the customer's issue resolved?\",\n                                \"answer\": \"Yes\"\n                            }\n                        ],\n                        \"interactions\": 14,\n                        \"agents\": [\n                            \"James Smith\"\n                        ],\n                        \"ring_time\": \"00:00:36\",\n                        \"duration\": \"00:04:23\",\n                        \"wrap_up_time\": \"00:00:13\",\n                        \"type_of_chat\": \"single\"\n                    },\n                    {\n                        \"requested\": \"2018-11-21 14:49:05\",\n                        \"spec_id_requested\": \"426\",\n                        \"accepted\": \"2018-11-21 14:49:15\",\n                        \"customer_name\": \"TEST - Nonah Gergus\",\n                        \"chat_id\": \"CiMo4uebefpTpo\",\n                        \"post_chat_survey\": [\n                            {\n                                \"question\": \"Choose a category under which to record this chat\",\n                                \"answer\": \"email enquiry\"\n                            },\n                            {\n                                \"question\": \"Was the customer's issue resolved?\",\n                                \"answer\": \"Yes\"\n                            }\n                        ],\n                        \"interactions\": 34,\n                        \"agents\": [\n                            \"Bill Smith\"\n                        ],\n                        \"ring_time\": \"00:00:10\",\n                        \"duration\": \"00:05:16\",\n                        \"wrap_up_time\": \"00:00:04\",\n                        \"type_of_chat\": \"single\"\n                    }\n                ]\n            ]\n        }\n    ]\n}"}],"_postman_id":"f98e91bc-7138-43e5-a7fc-b2ba83050f72"},{"name":"feedback","id":"f1784514-1d2d-4ac8-91d0-d992f80220c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your-synthetix-token"}]},"isInherited":false},"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"}],"url":"https://apisandbox.synthetix.com/2.0/metrics/livechat/public/feedback?startdate=2023-01-01&enddate=2023-12-31","description":"<p>Returns customer feedback for each live chat by user including textual feedback, likes, sentiment analysis.</p>\n","urlObject":{"protocol":"https","path":["2.0","metrics","livechat","public","feedback"],"host":["apisandbox.synthetix.com"],"query":[{"key":"startdate","value":"2023-01-01"},{"key":"enddate","value":"2023-12-31"},{"disabled":true,"description":{"content":"<p><code>int</code> Filter by user id</p>\n","type":"text/plain"},"key":"uid","value":""}],"variable":[]}},"response":[{"id":"cb251d1b-8c67-43cb-bf8c-dd1f7c814cda","name":"feedback","originalRequest":{"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"[Learn more...](#authentication)"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"[Learn more...](#authentication)"}],"url":{"raw":"https://apisandbox.synthetix.com/2.0/metrics/livechat/public/feedback","protocol":"https","host":["apisandbox","synthetix","com"],"path":["2.0","metrics","livechat","public","feedback"],"query":[{"key":"startdate","value":"2023-01-01","disabled":true},{"key":"enddate","value":"2023-12-31","disabled":true},{"key":"uid","value":null,"description":"`int` Filter by user id","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 03 May 2024 14:45:48 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"853","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"Apache","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization,APPLICATIONKEY,CONSUMERKEY,HTTP_X_FORWARDED_FOR,CONTENT-TYPE","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"X-API-Node,ETag,Last-Modified,Date,HTTP_X_AMZN_TRACE_ID","enabled":true},{"key":"Cache-Control","value":"no-cache,no-store,must-revalidate","enabled":true},{"key":"Accept","value":"application/json,multipart/form-data,application/x-www-form-urlencoded","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Tk","value":"N","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=7776000","enabled":true},{"key":"X-Cake","value":"The Cake is a lie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"HTTP_X_AMZN_TRACE_ID","value":"Root=1-6634f89c-450af9b02989dbf62ceec34a","enabled":true},{"key":"X-API-Node","value":"8e74b1 [Nightly]","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,OPTIONS","enabled":true},{"key":"Expires","value":"2024-05-03T16:24:56+00:00","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"feedback_submitted\": 1,\n  \"textual_feedback\": 1,\n  \"feedback_skipped\": null,\n  \"feedback_by_chat\": [\n    {\n      \"user\": \"Dave Spice\",\n      \"days\": [\n        {\n          \"date\": \"2024-05-03\",\n          \"chats\": [\n            [\n              {\n                \"id\": \"5IDJXOIEdkds\",\n                \"feedback\": [\n                  {\n                    \"question\": \"Would you use this service again?\",\n                    \"answer\": \"No\"\n                  },\n                  {\n                    \"question\": \"Please give a paragraph on how the operator handled your query\",\n                    \"answer\": \"Great\",\n                    \"txt\": 0.00008624842303106561,\n                    \"gen\": \"Neutral\"\n                  },\n                  {\n                    \"question\": \"How likely are you to recommend us on a scale of 0 to 10?\",\n                    \"answer\": \"10\"\n                  },\n                  {\n                    \"question\": \"Other than using this service, how would you have contacted us?\",\n                    \"answer\": \"Would not\"\n                  },\n                  {\n                    \"question\": \"Any other comments?\",\n                    \"answer\": \"No thank you :)\",\n                    \"txt\": 0.00017490281607024372,\n                    \"gen\": \"Neutral\"\n                  }\n                ],\n                \"customer_satisfaction_chat\": 0.0000783453717303928\n              }\n            ]\n          ],\n          \"customer_satisfaction_user\": 0.00783453717303928,\n          \"user_bonus\": 0,\n          \"number_of_messages_rated\": \"0\",\n          \"total_user_satisfaction_rating\": 0.00783453717303928\n        }\n      ]\n    },\n    {\n      \"user\": \"Barry Evans\",\n      \"days\": [\n        {\n          \"date\": \"2024-05-03\",\n          \"chats\": [\n            [\n              {\n                \"id\": \"X02JXJDJs\",\n                \"feedback\": [\n                  {\n                    \"question\": \"Would you use this service again?\",\n                    \"answer\": \"No\"\n                  },\n                  {\n                    \"question\": \"Please give a paragraph on how the operator handled your query\",\n                    \"answer\": \"Great\",\n                    \"txt\": 0.00008624842303106561,\n                    \"gen\": \"Neutral\"\n                  },\n                  {\n                    \"question\": \"How likely are you to recommend us on a scale of 0 to 10?\",\n                    \"answer\": \"10\"\n                  },\n                  {\n                    \"question\": \"Other than using this service, how would you have contacted us?\",\n                    \"answer\": \"Would not\"\n                  },\n                  {\n                    \"question\": \"Any other comments?\",\n                    \"answer\": \"Yey!\",\n                    \"txt\": 0.00017490281607024372,\n                    \"gen\": \"Neutral\"\n                  }\n                ],\n                \"customer_satisfaction_chat\": 0.0000783453717303928\n              }\n            ]\n          ],\n          \"customer_satisfaction_user\": 0.01566907434607856,\n          \"user_bonus\": 0,\n          \"number_of_messages_rated\": \"0\",\n          \"total_user_satisfaction_rating\": 0.01566907434607856\n        }\n      ]\n    }\n  ],\n  \"feedback_summary\": {\n    \"Dave Spice\": {\n      \"Would you use this service again?\": {\n        \"No\": 1\n      },\n      \"Please give a paragraph on how the operator handled your query\": {\n        \"Great\": 1\n      },\n      \"How likely are you to recommend us on a scale of 0 to 10?\": {\n        \"10\": 1\n      },\n      \"Other than using this service, how would you have contacted us?\": {\n        \"Would not\": 1\n      },\n      \"Any other comments?\": {\n        \"No thanks :)\": 1\n      }\n    },\n    \"Barry Evans\": {\n      \"Would you use this service again?\": {\n        \"No\": 1\n      },\n      \"Please give a paragraph on how the operator handled your query\": {\n        \"Great\": 1\n      },\n      \"How likely are you to recommend us on a scale of 0 to 10?\": {\n        \"10\": 1\n      },\n      \"Other than using this service, how would you have contacted us?\": {\n        \"Would not\": 1\n      },\n      \"Any other comments?\": {\n        \"No thanks :)\": 1\n      }\n    }\n  },\n  \"fbmatrix\": {\n    \"3697\": {\n      \"question\": \"Would you use this service again?\",\n      \"order\": \"1\",\n      \"type\": \"choice\",\n      \"satisfaction_measure\": \"1\",\n      \"options\": {\n        \"Yes\": {\n          \"negativity\": \"1\",\n          \"count\": 0,\n          \"satscore\": 100\n        },\n        \"No\": {\n          \"negativity\": \"2\",\n          \"count\": 2,\n          \"satscore\": 0\n        }\n      }\n    },\n    \"3698\": {\n      \"question\": \"Please give a paragraph on how the operator handled your query\",\n      \"order\": \"2\",\n      \"type\": \"text\",\n      \"satisfaction_measure\": \"1\"\n    },\n    \"3699\": {\n      \"question\": \"How likely are you to recommend us on a scale of 0 to 10?\",\n      \"order\": \"3\",\n      \"type\": \"choice\",\n      \"satisfaction_measure\": \"1\",\n      \"options\": [\n        {\n          \"negativity\": \"1\",\n          \"count\": 0,\n          \"satscore\": 100\n        },\n        {\n          \"negativity\": \"2\",\n          \"count\": 0,\n          \"satscore\": 10\n        },\n        {\n          \"negativity\": \"3\",\n          \"count\": 0,\n          \"satscore\": 20\n        },\n        {\n          \"negativity\": \"4\",\n          \"count\": 0,\n          \"satscore\": 30\n        },\n        {\n          \"negativity\": \"5\",\n          \"count\": 0,\n          \"satscore\": 40\n        },\n        {\n          \"negativity\": \"6\",\n          \"count\": 0,\n          \"satscore\": 50\n        },\n        {\n          \"negativity\": \"7\",\n          \"count\": 0,\n          \"satscore\": 60\n        },\n        {\n          \"negativity\": \"8\",\n          \"count\": 0,\n          \"satscore\": 70\n        },\n        {\n          \"negativity\": \"9\",\n          \"count\": 0,\n          \"satscore\": 80\n        },\n        {\n          \"negativity\": \"10\",\n          \"count\": 0,\n          \"satscore\": 90\n        },\n        {\n          \"negativity\": \"11\",\n          \"count\": 2,\n          \"satscore\": 0\n        }\n      ]\n    },\n    \"3700\": {\n      \"question\": \"Other than using this service, how would you have contacted us?\",\n      \"order\": \"4\",\n      \"type\": \"choice\",\n      \"satisfaction_measure\": \"1\",\n      \"options\": {\n        \"Phone\": {\n          \"negativity\": \"1\",\n          \"count\": 0,\n          \"satscore\": 100\n        },\n        \"Email/Online\": {\n          \"negativity\": \"2\",\n          \"count\": 0,\n          \"satscore\": 33.33333333333333\n        },\n        \" Letter\": {\n          \"negativity\": \"3\",\n          \"count\": 0,\n          \"satscore\": 66.66666666666666\n        },\n        \"Would not\": {\n          \"negativity\": \"4\",\n          \"count\": 2,\n          \"satscore\": 0\n        }\n      }\n    },\n    \"3701\": {\n      \"question\": \"Any other comments?\",\n      \"order\": \"5\",\n      \"type\": \"text\",\n      \"satisfaction_measure\": \"1\"\n    }\n  }\n}\n"}],"_postman_id":"f1784514-1d2d-4ac8-91d0-d992f80220c6"},{"name":"missed","id":"7ad2a9d3-e362-4863-b806-32af9931e8f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your-synthetix-token"}]},"isInherited":false},"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"}],"url":"https://apisandbox.synthetix.com/2.0/metrics/livechat/public/missed","description":"<p>Returns data concerning missed and abandoned chats. If no start date or end date passed, 'today' data returned.</p>\n","urlObject":{"protocol":"https","path":["2.0","metrics","livechat","public","missed"],"host":["apisandbox.synthetix.com"],"query":[{"disabled":true,"key":"startdate","value":"2023-01-01"},{"disabled":true,"key":"enddate","value":"2023-12-31"},{"disabled":true,"description":{"content":"<p><code>string</code> Filter by topic</p>\n","type":"text/plain"},"key":"spec","value":""}],"variable":[]}},"response":[{"id":"c68d7100-4d9d-49b5-b1fc-d59c921e96e9","name":"missed","originalRequest":{"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"[Learn more...](#authentication)"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"[Learn more...](#authentication)"}],"url":{"raw":"https://apisandbox.synthetix.com/2.0/metrics/livechat/public/missed","protocol":"https","host":["apisandbox.synthetix.com"],"path":["2.0","metrics","livechat","public","missed"],"query":[{"key":"startdate","value":"2023-01-01","disabled":true},{"key":"enddate","value":"2023-12-31","disabled":true},{"key":"spec","value":null,"disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 03 May 2024 14:56:16 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"774","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"Apache","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization,APPLICATIONKEY,CONSUMERKEY,HTTP_X_FORWARDED_FOR,CONTENT-TYPE","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"X-API-Node,ETag,Last-Modified,Date,HTTP_X_AMZN_TRACE_ID","enabled":true},{"key":"Cache-Control","value":"no-cache,no-store,must-revalidate","enabled":true},{"key":"Accept","value":"application/json,multipart/form-data,application/x-www-form-urlencoded","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Tk","value":"N","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=7776000","enabled":true},{"key":"X-Cake","value":"The Cake is a lie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"HTTP_X_AMZN_TRACE_ID","value":"Root=1-6634fb10-29fd0bb641ae66b86e1abc6a","enabled":true},{"key":"X-API-Node","value":"8e74b1 [Nightly]","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,OPTIONS","enabled":true},{"key":"Expires","value":"2024-05-03T16:24:56+00:00","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"details\": [\n        {\n            \"id\": \"mnck94HSNXjs\",\n            \"ringtime\": \"00:01:11\",\n            \"status\": \"Missed chat\",\n            \"requested\": \"2024-05-03 09:43:55\",\n            \"ring-off time\": \"2024-05-03 09:45:06\",\n            \"customer\": \"Adam McSweeney\",\n            \"email\": \"lee@synthetix.com\",\n            \"telephone\": \"1231232132\",\n            \"misc\": \"\",\n            \"trigger_id\": null,\n            \"specialism\": \"Testing\",\n            \"spec-id\": 429\n        },\n        {\n            \"id\": \"JSJKDA40nkd\",\n            \"ringtime\": \"00:01:04\",\n            \"status\": \"Missed chat\",\n            \"requested\": \"2024-05-03 09:48:02\",\n            \"ring-off time\": \"2024-05-03 09:49:06\",\n            \"customer\": \"Tabitha Holder\",\n            \"email\": \"lee@synthetix.com\",\n            \"telephone\": \"1231232132\",\n            \"misc\": \"\",\n            \"trigger_id\": null,\n            \"specialism\": \"Testing\",\n            \"spec-id\": 429\n        }\n    ],\n    \"skills\": {\n        \"Testing\": 18\n    },\n    \"average_ringtime\": \"00:01:37\",\n    \"total_missed\": 17,\n    \"total_abandoned\": 1,\n    \"total\": 18\n}"}],"_postman_id":"7ad2a9d3-e362-4863-b806-32af9931e8f9"},{"name":"realtime","id":"00b95942-3e5a-40f2-b9c4-e48a6e7e2867","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your-synthetix-token"}]},"isInherited":false},"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"}],"url":"https://apisandbox.synthetix.com/2.0/metrics/livechat/public/realtime?data_requested[]=totalchats&data_requested[]=availableslots&data_requested[]=abandonedchats&data_requested[]=completedchats&data_requested[]=missedchats&data_requested[]=ongoingchats&data_requested[]=userstatus&data_requested[]=requestedchats&data_requested[]=usermax&data_requested[]=userchats","description":"<p>Returns realtime livechat data. Please note, even if only one parameter is requested, the data_requested requires an array to be sent in.</p>\n","urlObject":{"protocol":"https","path":["2.0","metrics","livechat","public","realtime"],"host":["apisandbox.synthetix.com"],"query":[{"description":{"content":"<p>request for integer value of total chats for current day</p>\n","type":"text/plain"},"key":"data_requested[]","value":"totalchats"},{"description":{"content":"<p>request for used and available slots by skill</p>\n","type":"text/plain"},"key":"data_requested[]","value":"availableslots"},{"description":{"content":"<p>request for integer value of abandoned chats for current day</p>\n","type":"text/plain"},"key":"data_requested[]","value":"abandonedchats"},{"description":{"content":"<p>request for integer value of completed chats for current day</p>\n","type":"text/plain"},"key":"data_requested[]","value":"completedchats"},{"description":{"content":"<p>request for integer value of missed chats for current day</p>\n","type":"text/plain"},"key":"data_requested[]","value":"missedchats"},{"description":{"content":"<p>request for integer value of ongoing chats at this moment</p>\n","type":"text/plain"},"key":"data_requested[]","value":"ongoingchats"},{"description":{"content":"<p>request for status of logged in users</p>\n","type":"text/plain"},"key":"data_requested[]","value":"userstatus"},{"description":{"content":"<p>request for integer value of currently requested chats</p>\n","type":"text/plain"},"key":"data_requested[]","value":"requestedchats"},{"description":{"content":"<p>request for maximum slots for logged in users</p>\n","type":"text/plain"},"key":"data_requested[]","value":"usermax"},{"description":{"content":"<p>request for realtime chat numbers for logged in users</p>\n","type":"text/plain"},"key":"data_requested[]","value":"userchats"}],"variable":[]}},"response":[{"id":"40ba2bd2-9823-4403-b360-2901018df1a6","name":"realtime","originalRequest":{"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"[Learn more...](#authentication)"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"[Learn more...](#authentication)"}],"url":{"raw":"https://apisandbox.synthetix.com/2.0/metrics/livechat/public/realtime?data_requested[]=totalchats&data_requested[]=availableslots&data_requested[]=abandonedchats&data_requested[]=completedchats&data_requested[]=missedchats&data_requested[]=ongoingchats&data_requested[]=userstatus&data_requested[]=requestedchats&data_requested[]=usermax&data_requested[]=userchats","protocol":"https","host":["apisandbox.synthetix.com"],"path":["2.0","metrics","livechat","public","realtime"],"query":[{"key":"data_requested[]","value":"totalchats","description":"request for integer value of total chats for current day"},{"key":"data_requested[]","value":"availableslots","description":"request for used and available slots by skill"},{"key":"data_requested[]","value":"abandonedchats","description":"request for integer value of abandoned chats for current day"},{"key":"data_requested[]","value":"completedchats","description":"request for integer value of completed chats for current day"},{"key":"data_requested[]","value":"missedchats","description":"request for integer value of missed chats for current day"},{"key":"data_requested[]","value":"ongoingchats","description":"request for integer value of ongoing chats at this moment"},{"key":"data_requested[]","value":"userstatus","description":"request for status of logged in users"},{"key":"data_requested[]","value":"requestedchats","description":"request for integer value of currently requested chats"},{"key":"data_requested[]","value":"usermax","description":"request for maximum slots for logged in users"},{"key":"data_requested[]","value":"userchats","description":"request for realtime chat numbers for logged in users"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 07 May 2024 09:42:55 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"401","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"Apache","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization,APPLICATIONKEY,CONSUMERKEY,HTTP_X_FORWARDED_FOR,CONTENT-TYPE","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"X-API-Node,ETag,Last-Modified,Date,HTTP_X_AMZN_TRACE_ID","enabled":true},{"key":"Cache-Control","value":"no-cache,no-store,must-revalidate","enabled":true},{"key":"Accept","value":"application/json,multipart/form-data,application/x-www-form-urlencoded","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Tk","value":"N","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=7776000","enabled":true},{"key":"X-Cake","value":"The Cake is a lie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"HTTP_X_AMZN_TRACE_ID","value":"Root=1-6639f79f-03ce264516b31ab3150d8af9","enabled":true},{"key":"X-API-Node","value":"8e74b1 [Nightly]","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,OPTIONS","enabled":true},{"key":"Expires","value":"2024-05-07T10:37:55+00:00","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"livechat\": {\n        \"abandoned\": 0,\n        \"completed\": 1,\n        \"missed\": 0,\n        \"ongoing\": 0,\n        \"requested\": 0,\n        \"total\": 1\n    },\n    \"availableslots\": [\n        {\n            \"skill\": \"Online Customer Service\",\n            \"chats\": 0,\n            \"slots remaining\": 1\n        },\n        {\n            \"skill\": \"Web self-service\",\n            \"chats\": 0,\n            \"slots remaining\": 1\n        },\n        {\n            \"skill\": \"Virtual Agents\",\n            \"chats\": 0,\n            \"slots remaining\": 0\n        },\n        {\n            \"skill\": \"Live Chat\",\n            \"chats\": 0,\n            \"slots remaining\": 0\n        },\n        {\n            \"skill\": \"Social Customer Service\",\n            \"chats\": 0,\n            \"slots remaining\": 0\n        },\n        {\n            \"skill\": \"Technical support\",\n            \"chats\": 0,\n            \"slots remaining\": 0\n        },\n        {\n            \"skill\": \"Email and Webforms\",\n            \"chats\": 0,\n            \"slots remaining\": 0\n        },\n        {\n            \"skill\": \"Testing\",\n            \"chats\": 0,\n            \"slots remaining\": 0\n        },\n        {\n            \"skill\": \"RESTful APIs\",\n            \"chats\": 0,\n            \"slots remaining\": 1\n        },\n        {\n            \"skill\": \"Accounts\",\n            \"chats\": 0,\n            \"slots remaining\": 0\n        },\n        {\n            \"skill\": \"isolated skill\",\n            \"chats\": 0,\n            \"slots remaining\": 0\n        }\n    ],\n    \"user status\": [\n        {\n            \"id\": 18934,\n            \"user\": \"Hayley Jude\",\n            \"username\": \"Hej\",\n            \"nickname\": \"Hej\",\n            \"status\": \"not logged into chat\",\n            \"chats\": 0,\n            \"max\": 3\n        },\n        {\n            \"id\": 20208,\n            \"user\": \"Rasmus Lerdorf\",\n            \"username\": \"Rasmus\",\n            \"nickname\": \"Ras\",\n            \"status\": \"available\",\n            \"chats\": 0,\n            \"max\": 1\n        }\n    ]\n}"}],"_postman_id":"00b95942-3e5a-40f2-b9c4-e48a6e7e2867"},{"name":"summary","id":"533e4d28-82a5-4a8b-84b7-78051fcccb1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your-synthetix-token"}]},"isInherited":false},"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"}],"url":"https://apisandbox.synthetix.com/2.0/metrics/livechat/public/summary?startdate=2018-11-03&enddate=2018-11-06","description":"<p>Provides access to summarised livechat data by user, by chat and in a timeline by individual chat</p>\n","urlObject":{"protocol":"https","path":["2.0","metrics","livechat","public","summary"],"host":["apisandbox.synthetix.com"],"query":[{"description":{"content":"<p>If no start date or end date passed, 'today' data returned</p>\n","type":"text/plain"},"key":"startdate","value":"2018-11-03"},{"description":{"content":"<p>If no start date or end date passed, 'today' data returned</p>\n","type":"text/plain"},"key":"enddate","value":"2018-11-06"}],"variable":[]}},"response":[{"id":"7fc629f6-83eb-40a5-8715-effa9ad758e3","name":"summary","originalRequest":{"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"[Learn more...](#authentication)"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"[Learn more...](#authentication)"}],"url":{"raw":"https://apisandbox.synthetix.com/2.0/metrics/livechat/public/summary?startdate=2018-11-03&enddate=2018-11-06","protocol":"https","host":["apisandbox","synthetix","com"],"path":["2.0","metrics","livechat","public","summary"],"query":[{"key":"startdate","value":"2018-11-03","description":"If no start date or end date passed, 'today' data returned"},{"key":"enddate","value":"2018-11-06","description":"If no start date or end date passed, 'today' data returned"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Authorization,APPLICATIONKEY,CONSUMERKEY,HTTP_X_FORWARDED_FOR,CONTENT-TYPE","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,OPTIONS","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"X-API-Node,X-API-Environment,X-API-Version,ETag,Last-Modified","enabled":true},{"key":"Cache-Control","value":"no-cache,no-store,must-revalidate","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Date","value":"Tue, 27 Nov 2018 15:13:25 GMT","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Server","value":"Apache","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains","enabled":true},{"key":"Tk","value":"N","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-API-Node","value":"ad55ac183250","enabled":true},{"key":"X-API-Version","value":"development;(D3)","enabled":true},{"key":"X-Cake","value":"The Cake is a lie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Content-Length","value":"727","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"skillmatrix\": {\n        \"123\": \"Online Customer Service\",\n        \"122\": \"Web self-service\",\n        \"124\": \"Virtual Agents\",\n        \"126\": \"Live Chat\",\n        \"345\": \"Social Customer Service\",\n        \"849\": \"Technical support\",\n        \"127\": \"Email and Webforms\"\n    },\n    \"userdata\": [\n        {\n            \"user\": {\n                \"username\": \"djlasdfjioe\",\n                \"fullname\": \"Thomas Smith\"\n            },\n            \"total_user_chats\": 5,\n            \"user_ongoing_chats\": 0,\n            \"av_ring_time\": \"00:00:09\",\n            \"av_chat_time\": \"00:04:25\",\n            \"av_wrapup_time\": \"174\",\n            \"total_likes\": \"0\"\n        },\n        {\n            \"user\": {\n                \"username\": \"fsdajhwesio\",\n                \"fullname\": \"James Smith\"\n            },\n            \"total_user_chats\": 4,\n            \"user_ongoing_chats\": 0,\n            \"av_ring_time\": \"00:00:04\",\n            \"av_chat_time\": \"00:36:30\",\n            \"av_wrapup_time\": \"17461\",\n            \"total_likes\": \"0\"\n        }\n    ],\n    \"totalchats\": 9,\n    \"missedchats\": 0,\n    \"ongoingchats\": 0,\n    \"completedchats\": 9,\n    \"abandonedchats\": 0,\n    \"chats_detail\": {\n        \"2018-11-06\": {\n            \"completed\": \"9\",\n            \"taken\": \"9\",\n            \"requested\": \"9\"\n        }\n    },\n    \"timeline\": [\n        {\n            \"date\": \"2018-11-06\",\n            \"chatid\": \"Qt9vrP0pVwJjo\",\n            \"skillid\": 425,\n            \"skill\": \"Live Chat\",\n            \"start_time\": \"11:29:48\",\n            \"end_time\": \"12:55:44\"\n        },\n        {\n            \"date\": \"2018-11-06\",\n            \"chatid\": \"rBLLvV6X79qDM\",\n            \"skillid\": 429,\n            \"skill\": \"Testing\",\n            \"start_time\": \"14:12:41\",\n            \"end_time\": \"14:13:50\"\n        },\n        {\n            \"date\": \"2018-11-06\",\n            \"chatid\": \"nj7mwaPUrBX36\",\n            \"skillid\": 429,\n            \"skill\": \"Testing\",\n            \"start_time\": \"14:14:38\",\n            \"end_time\": \"14:16:08\"\n        },\n        {\n            \"date\": \"2018-11-06\",\n            \"chatid\": \"lOnAr72m8dDiN\",\n            \"skillid\": 422,\n            \"skill\": \"Online Customer Service\",\n            \"start_time\": \"14:35:13\",\n            \"end_time\": \"14:35:14\"\n        },\n        {\n            \"date\": \"2018-11-06\",\n            \"chatid\": \"5cqnzoR7PehRe\",\n            \"skillid\": 429,\n            \"skill\": \"Testing\",\n            \"start_time\": \"14:36:43\",\n            \"end_time\": \"14:41:29\"\n        },\n        {\n            \"date\": \"2018-11-06\",\n            \"chatid\": \"dAWwJNpjRl2Zg\",\n            \"skillid\": 429,\n            \"skill\": \"Testing\",\n            \"start_time\": \"14:42:21\",\n            \"end_time\": \"14:52:48\"\n        },\n        {\n            \"date\": \"2018-11-06\",\n            \"chatid\": \"BWmQS4HRNyZFc\",\n            \"skillid\": 429,\n            \"skill\": \"Testing\",\n            \"start_time\": \"14:53:45\",\n            \"end_time\": \"14:57:57\"\n        },\n        {\n            \"date\": \"2018-11-06\",\n            \"chatid\": \"aldbvJkv5UPZI\",\n            \"skillid\": 425,\n            \"skill\": \"Live Chat\",\n            \"start_time\": \"16:19:00\",\n            \"end_time\": \"17:19:00\"\n        },\n        {\n            \"date\": \"2018-11-06\",\n            \"chatid\": \"5TjNOd0w8E46K\",\n            \"skillid\": 425,\n            \"skill\": \"Live Chat\",\n            \"start_time\": \"17:19:53\",\n            \"end_time\": \"17:19:54\"\n        }\n    ]\n}"}],"_postman_id":"533e4d28-82a5-4a8b-84b7-78051fcccb1b"}],"id":"fd97f235-2457-4b3f-a79c-905e77d3a2a6","_postman_id":"fd97f235-2457-4b3f-a79c-905e77d3a2a6","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your-synthetix-token"}]},"isInherited":true,"source":{"_postman_id":"882b98cb-6acf-41d0-89ad-021310c34f6e","id":"882b98cb-6acf-41d0-89ad-021310c34f6e","name":"metrics","type":"folder"}}},{"name":"lc_chat_history_summary","id":"62ad2019-804f-4eea-b7f9-48ac00d2453e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your-synthetix-token"}]},"isInherited":false},"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n","type":"text"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n","type":"text"}],"url":"https://apisandbox.synthetix.com/2.0/metrics/livechat/lc_chat_history_summary","description":"<p>Provides access to summarised livechat data of completed chat and ongoing chats. A variety of parameters are available to customise the returned data to facilitate analysis and insights for highly specific metrics.</p>\n","urlObject":{"protocol":"https","path":["2.0","metrics","livechat","lc_chat_history_summary"],"host":["apisandbox.synthetix.com"],"query":[{"disabled":true,"description":{"content":"<p>If no start date or end date passed, 'today' data returned</p>\n","type":"text/plain"},"key":"startdate","value":"07-05-2024"},{"disabled":true,"description":{"content":"<p>If no start date or end date passed, 'today' data returned</p>\n","type":"text/plain"},"key":"enddate","value":"07-05-2024"},{"disabled":true,"key":"index","value":"0"},{"disabled":true,"description":{"content":"<p><code>int</code> Max amount of results returned</p>\n","type":"text/plain"},"key":"amount","value":""},{"disabled":true,"description":{"content":"<p><code>int</code> Filter by trigger</p>\n","type":"text/plain"},"key":"trigger_id","value":""},{"disabled":true,"description":{"content":"<p><code>int</code> Filter by chat end reason</p>\n","type":"text/plain"},"key":"reason_id","value":""},{"disabled":true,"description":{"content":"<p><code>int</code> Filter by chat skill</p>\n","type":"text/plain"},"key":"skill","value":""},{"disabled":true,"description":{"content":"<p><code>int</code> Filter by chat owner</p>\n","type":"text/plain"},"key":"user_id","value":""},{"disabled":true,"description":{"content":"<p><code>string</code> Filter by chat reference</p>\n","type":"text/plain"},"key":"chat_id","value":""},{"disabled":true,"description":{"content":"<p><code>string</code> Filter by chat status. a = abondoned, c = completed, m = missed, </p>\n","type":"text/plain"},"key":"status","value":""},{"disabled":true,"description":{"content":"<p><code>int</code> Filter by channel</p>\n","type":"text/plain"},"key":"channel","value":""},{"disabled":true,"description":{"content":"<p><code>boolean</code> Refresh the results</p>\n","type":"text/plain"},"key":"refresh","value":""},{"disabled":true,"description":{"content":"<p><code>string</code> Specify a search value such as  a name or email</p>\n","type":"text/plain"},"key":"search","value":""},{"disabled":true,"description":{"content":"<p><code>int[]</code> Filter by feedback answer</p>\n","type":"text/plain"},"key":"fb","value":""},{"disabled":true,"description":{"content":"<p><code>object[]</code> Filter by chat wrap up. Object should be value pairs of {\"id\": \"name\"}</p>\n","type":"text/plain"},"key":"wup_array","value":""}],"variable":[]}},"response":[{"id":"7dc45fd0-5385-4939-8432-055005c1f0e8","name":"lc_chat_history_summary","originalRequest":{"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"[Learn more...](#authentication)"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"[Learn more...](#authentication)"}],"url":{"raw":"https://apisandbox.synthetix.com/2.0/metrics/livechat/lc_chat_history_summary?startdate=07-05-2024&enddate=07-05-2024&index=0&amount=20","protocol":"https","host":["apisandbox.synthetix.com"],"path":["2.0","metrics","livechat","lc_chat_history_summary"],"query":[{"key":"startdate","value":"07-05-2024","description":"If no start date or end date passed, 'today' data returned"},{"key":"enddate","value":"07-05-2024","description":"If no start date or end date passed, 'today' data returned"},{"key":"index","value":"0"},{"key":"amount","value":"20","description":"Amount of results retuned"},{"key":"trigger_id","value":"444","description":"Filter by trigger","disabled":true},{"key":"reason_id","value":"23","description":"Filter by chat end reason","disabled":true},{"key":"skill","value":"123","description":"Filter by chat skill","disabled":true},{"key":"user_id","value":"11122","description":"Filter by chat owner","disabled":true},{"key":"chat_id","value":"asjhd1232132","description":"Filter by chat reference","disabled":true},{"key":"status","value":"m","description":"Filter by chat status","disabled":true},{"key":"channel","value":null,"description":"Filter by channel","disabled":true},{"key":"refresh","value":null,"disabled":true},{"key":"search","value":null,"disabled":true},{"key":"fb","value":null,"disabled":true},{"key":"wup_array","value":null,"disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 07 May 2024 10:19:24 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"458","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"Apache","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization,APPLICATIONKEY,CONSUMERKEY,HTTP_X_FORWARDED_FOR,CONTENT-TYPE","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"X-API-Node,ETag,Last-Modified,Date,HTTP_X_AMZN_TRACE_ID","enabled":true},{"key":"Cache-Control","value":"no-cache,no-store,must-revalidate","enabled":true},{"key":"Accept","value":"application/json,multipart/form-data,application/x-www-form-urlencoded","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Tk","value":"N","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=7776000","enabled":true},{"key":"X-Cake","value":"The Cake is a lie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"HTTP_X_AMZN_TRACE_ID","value":"Root=1-663a002b-7944b9e466b3140c78a5fbe4","enabled":true},{"key":"X-API-Node","value":"27c009 [Nightly]","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,OPTIONS","enabled":true},{"key":"Expires","value":"2024-05-07T16:15:30+00:00","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"completed_chats\": [\n        {\n            \"skill\": \"Online Customer Service\",\n            \"start_time\": \"2024-05-07 11:36:25\",\n            \"name\": \"Dan Lyme\",\n            \"uniQref\": \"hdja3j00sa\",\n            \"contact_type_id\": 0,\n            \"contact_type\": \"Live chat\",\n            \"status\": \"Completed\",\n            \"flagged\": false,\n            \"banned\": false,\n            \"participants\": [\n                {\n                    \"user_id\": \"00000\",\n                    \"Name\": \"Sarah Long\",\n                    \"avatar\": \"https://cdn.synthetix.com/av.jpg\"\n                }\n            ],\n            \"wrapup\": [\n                {\n                    \"question\": \"Choose a category under which to record this chat\",\n                    \"answer\": \"faqtAgent enquiry\"\n                },\n                {\n                    \"question\": \"Was the customer's issue resolved?\",\n                    \"answer\": \"Yes\"\n                },\n                {\n                    \"question\": \"test\",\n                    \"answer\": \"test\"\n                }\n            ],\n            \"satisfaction\": 0,\n            \"feedback_available\": false,\n            \"comments\": 0\n        }\n    ],\n    \"ongoing_chats\": [],\n    \"total\": 1,\n    \"hidden\": 0\n}"}],"_postman_id":"62ad2019-804f-4eea-b7f9-48ac00d2453e"}],"id":"c605124e-5894-43a7-941c-27e7e4e2086e","_postman_id":"c605124e-5894-43a7-941c-27e7e4e2086e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your-synthetix-token"}]},"isInherited":true,"source":{"_postman_id":"882b98cb-6acf-41d0-89ad-021310c34f6e","id":"882b98cb-6acf-41d0-89ad-021310c34f6e","name":"metrics","type":"folder"}}},{"name":"knowledge","item":[{"name":"external","item":[{"name":"article_history","id":"e8460b03-127a-4788-94a7-4eadf8d95f7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your-synthetix-token"}]},"isInherited":false},"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"}],"url":"https://apisandbox.synthetix.com/2.0/metrics/knowledge/external/article_history?appkey=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&startdate=30-04-2024&enddate=06-05-2024&channel=14","description":"<p>Rerturns a summary of recorded article activity.</p>\n","urlObject":{"protocol":"https","path":["2.0","metrics","knowledge","external","article_history"],"host":["apisandbox.synthetix.com"],"query":[{"description":{"content":"<p>Application key designating the application whose statistics are being queried.</p>\n","type":"text/plain"},"key":"appkey","value":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"},{"key":"startdate","value":"30-04-2024"},{"key":"enddate","value":"06-05-2024"},{"description":{"content":"<p><code>int</code> Filter by channel. Defaults to 14 if no channel provided.</p>\n","type":"text/plain"},"key":"channel","value":"14"}],"variable":[]}},"response":[{"id":"912397db-2692-40e7-975c-7fee761d1539","name":"article_history","originalRequest":{"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"[Learn more...](#authentication)"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"[Learn more...](#authentication)"}],"url":{"raw":"https://apisandbox.synthetix.com/2.0/metrics/knowledge/external/article_history?appkey=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&startdate=30-04-2024&enddate=06-05-2024&channel=14","protocol":"https","host":["apisandbox.synthetix.com"],"path":["2.0","metrics","knowledge","external","article_history"],"query":[{"key":"appkey","value":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","description":"Application key designating the application whose statistics are being queried."},{"key":"startdate","value":"30-04-2024"},{"key":"enddate","value":"06-05-2024"},{"key":"channel","value":"14","description":"`int` Filter by channel. Defaults to 14 if no channel provided."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 07 May 2024 11:12:41 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"337","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"Apache","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization,APPLICATIONKEY,CONSUMERKEY,HTTP_X_FORWARDED_FOR,CONTENT-TYPE","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"X-API-Node,ETag,Last-Modified,Date,HTTP_X_AMZN_TRACE_ID","enabled":true},{"key":"Cache-Control","value":"no-cache,no-store,must-revalidate","enabled":true},{"key":"Accept","value":"application/json,multipart/form-data,application/x-www-form-urlencoded","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Tk","value":"N","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=7776000","enabled":true},{"key":"X-Cake","value":"The Cake is a lie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"HTTP_X_AMZN_TRACE_ID","value":"Root=1-663a0ca9-72985fcc7956ee22225aaa90","enabled":true},{"key":"X-API-Node","value":"27c009 [Nightly]","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,OPTIONS","enabled":true},{"key":"Expires","value":"2024-05-07T17:11:32+00:00","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"question\": \"How does your API work?\",\n        \"label\": \"lbl00000001\",\n        \"category\": \"About Synthetix\",\n        \"views\": [\n            9999\n        ],\n        \"triggers\": [\n            1111\n        ],\n        \"hits\": 3,\n        \"hits_from_faq\": 3,\n        \"hits_from_search\": 0,\n        \"total_submissions\": 0,\n        \"total_comments\": 0,\n        \"total_answers\": 0,\n        \"feedback\": {\n            \"How Did this answer your question?\": [\n                {\n                    \"answer\": \"Yes\",\n                    \"value\": 0\n                },\n                {\n                    \"answer\": \"No\",\n                    \"value\": 0\n                }\n            ],\n            \"Are you sure?\": [\n                {\n                    \"answer\": \"Yes\",\n                    \"value\": 0\n                },\n                {\n                    \"answer\": \"No\",\n                    \"value\": 0\n                }\n            ]\n        },\n        \"comments\": []\n    },\n    {\n        \"question\": \"What accreditations do Synthetix hold?\",\n        \"label\": \"lbl000002\",\n        \"category\": \"About Synthetix\",\n        \"views\": [\n            3159\n        ],\n        \"triggers\": [\n            1490\n        ],\n        \"hits\": 1,\n        \"hits_from_faq\": 1,\n        \"hits_from_search\": 0,\n        \"total_submissions\": 0,\n        \"total_comments\": 0,\n        \"total_answers\": 0,\n        \"feedback\": {\n            \"How Did this answer your question?\": [\n                {\n                    \"answer\": \"Yes\",\n                    \"value\": 0\n                },\n                {\n                    \"answer\": \"No\",\n                    \"value\": 0\n                }\n            ],\n            \"Are you sure?\": [\n                {\n                    \"answer\": \"Yes\",\n                    \"value\": 0\n                },\n                {\n                    \"answer\": \"No\",\n                    \"value\": 0\n                }\n            ]\n        },\n        \"comments\": []\n    }\n]"}],"_postman_id":"e8460b03-127a-4788-94a7-4eadf8d95f7a"},{"name":"device","id":"62d4d2f9-57e7-4b8c-adf6-b723458ee072","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"}],"url":"https://apisandbox.synthetix.com/2.0/metrics/knowledge/external/device?appkey=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&startdate=2023-01-01&enddate=2023-12-31","description":"<p>Returns a count of the number of interactions for each recorded useragent over the selected period. If no start date or end date are given, the data is restricted to 'today'.</p>\n","urlObject":{"protocol":"https","path":["2.0","metrics","knowledge","external","device"],"host":["apisandbox.synthetix.com"],"query":[{"description":{"content":"<p>Application key designating the application whose statistics are being queried.</p>\n","type":"text/plain"},"key":"appkey","value":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"},{"key":"startdate","value":"2023-01-01"},{"key":"enddate","value":"2023-12-31"},{"disabled":true,"description":{"content":"<p><code>int</code> Filter by view</p>\n","type":"text/plain"},"key":"view","value":""},{"disabled":true,"description":{"content":"<p><code>int</code> Filter by channel</p>\n","type":"text/plain"},"key":"channel","value":""}],"variable":[]}},"response":[{"id":"8377fcc3-b38a-4a62-916c-1ec34b8e24b1","name":"device","originalRequest":{"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"[Learn more...](#authentication)"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"[Learn more...](#authentication)"}],"url":{"raw":"https://apisandbox.synthetix.com/2.0/metrics/knowledge/external/device?appkey=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&startdate=2023-01-01&enddate=2023-12-31","protocol":"https","host":["apisandbox.synthetix.com"],"path":["2.0","metrics","knowledge","external","device"],"query":[{"key":"appkey","value":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","description":"Application key designating the application whose statistics are being queried."},{"key":"startdate","value":"2023-01-01"},{"key":"enddate","value":"2023-12-31"},{"key":"view","value":null,"description":"Filter by view","disabled":true},{"key":"channel","value":null,"description":"Filter by channel","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 03 May 2024 13:02:22 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"217","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"Apache","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization,APPLICATIONKEY,CONSUMERKEY,HTTP_X_FORWARDED_FOR,CONTENT-TYPE","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"X-API-Node,ETag,Last-Modified,Date,HTTP_X_AMZN_TRACE_ID","enabled":true},{"key":"Cache-Control","value":"no-cache,no-store,must-revalidate","enabled":true},{"key":"Accept","value":"application/json,multipart/form-data,application/x-www-form-urlencoded","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Tk","value":"N","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=7776000","enabled":true},{"key":"X-Cake","value":"The Cake is a lie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"HTTP_X_AMZN_TRACE_ID","value":"Root=1-6634e05e-287c446e2d0610ba4bffc8f1","enabled":true},{"key":"X-API-Node","value":"8e74b1 [Nightly]","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,OPTIONS","enabled":true},{"key":"Expires","value":"2024-05-03T16:24:56+00:00","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"date\": \"2023-07-18\",\n        \"interactions\": [\n            {\n                \"channel\": \"Live chat\",\n                \"useragent\": \"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36\",\n                \"total\": 1\n            }\n        ]\n    },\n    {\n        \"date\": \"2023-07-25\",\n        \"interactions\": [\n            {\n                \"channel\": \"Live chat\",\n                \"useragent\": \"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36\",\n                \"total\": 1\n            }\n        ]\n    },\n    {\n        \"date\": \"2023-08-22\",\n        \"interactions\": [\n            {\n                \"channel\": \"Live chat\",\n                \"useragent\": \"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36\",\n                \"total\": 2\n            }\n        ]\n    },\n    {\n        \"date\": \"2023-08-23\",\n        \"interactions\": [\n            {\n                \"channel\": \"Live chat\",\n                \"useragent\": \"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36\",\n                \"total\": 5\n            }\n        ]\n    }\n]"}],"_postman_id":"62d4d2f9-57e7-4b8c-adf6-b723458ee072"},{"name":"wss_escalations","id":"6d797d33-e258-4ba3-ac9c-325c2a001b42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your-synthetix-token"}]},"isInherited":false},"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"}],"url":"https://apisandbox.synthetix.com/2.0/metrics/knowledge/external/wss_escalations?appkey=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&startdate=2018-01-01&enddate=2023-12-31","description":"<p>Returns escalation data for the requested application with data that varies depending on the <code>charttype</code> parameter.</p>\n<hr />\n<p>charttype 3 returns a list of escalations and the count within the specified date range.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>[\n    {\n        \"label\": \"introka\",\n        \"article\": \"\",\n        \"escalations\": \"50\"\n    },\n    {\n        \"label\": \"lbl00037\",\n        \"article\": \"What should I do if I suspect fraud?\",\n        \"escalations\": \"7\"\n    }\n]\n\n</code></pre><hr />\n<p>charttype 9 returns a count of escalations on a daily basis within the specified date range.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>[\n    [\n        {\n            \"name\": \"2023-01-01\",\n            \"escalations\": 0\n        },\n        {\n            \"name\": \"2023-01-02\",\n            \"escalations\": 0\n        }\n    ]\n]\n\n</code></pre><hr />\n<p>charttype 9 returns a count of escalations on a daily basis within the specified date range.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>[\n    {\n        \"name\": \"2023-01-01\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-01-02\",\n        \"escalations\": 0\n    }\n]\n\n</code></pre>","urlObject":{"protocol":"https","path":["2.0","metrics","knowledge","external","wss_escalations"],"host":["apisandbox.synthetix.com"],"query":[{"description":{"content":"<p>Application key designating the application whose statistics are being queried.</p>\n","type":"text/plain"},"key":"appkey","value":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"},{"description":{"content":"<p><code>mandatory</code></p>\n","type":"text/plain"},"key":"startdate","value":"2018-01-01"},{"description":{"content":"<p><code>mandatory</code></p>\n","type":"text/plain"},"key":"enddate","value":"2023-12-31"},{"disabled":true,"description":{"content":"<p><code>int</code> Filter by chart type</p>\n","type":"text/plain"},"key":"charttype","value":""}],"variable":[]}},"response":[{"id":"3ecb6bb6-760e-4f84-81cc-0b9d8b618db8","name":"wss_escalations","originalRequest":{"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"[Learn more...](#authentication)"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"[Learn more...](#authentication)"}],"url":{"raw":"https://apisandbox.synthetix.com/2.0/metrics/knowledge/external/wss_escalations?appkey=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&startdate=2023-01-01&enddate=2023-12-31","protocol":"https","host":["apisandbox.synthetix.com"],"path":["2.0","metrics","knowledge","external","wss_escalations"],"query":[{"key":"appkey","value":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","description":"Application key designating the application whose statistics are being queried."},{"key":"startdate","value":"2023-01-01","description":"`mandatory`"},{"key":"enddate","value":"2023-12-31","description":"`mandatory`"},{"key":"charttype","value":null,"description":"`int` Filter by chart type","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 03 May 2024 13:14:32 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"962","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"Apache","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization,APPLICATIONKEY,CONSUMERKEY,HTTP_X_FORWARDED_FOR,CONTENT-TYPE","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"X-API-Node,ETag,Last-Modified,Date,HTTP_X_AMZN_TRACE_ID","enabled":true},{"key":"Cache-Control","value":"no-cache,no-store,must-revalidate","enabled":true},{"key":"Accept","value":"application/json,multipart/form-data,application/x-www-form-urlencoded","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Tk","value":"N","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=7776000","enabled":true},{"key":"X-Cake","value":"The Cake is a lie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"HTTP_X_AMZN_TRACE_ID","value":"Root=1-6634e338-5e84a9e51ce628534ada4f34","enabled":true},{"key":"X-API-Node","value":"8e74b1 [Nightly]","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,OPTIONS","enabled":true},{"key":"Expires","value":"2024-05-03T16:24:56+00:00","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"name\": \"2023-01-01\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-01-02\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-01-03\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-01-04\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-01-05\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-01-06\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-01-07\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-01-08\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-01-09\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-01-10\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-01-11\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-01-12\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-01-13\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-01-14\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-01-15\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-01-16\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-01-17\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-01-18\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-01-19\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-01-20\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-01-21\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-01-22\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-01-23\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-01-24\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-01-25\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-01-26\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-01-27\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-01-28\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-01-29\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-01-30\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-01-31\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-02-01\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-02-02\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-02-03\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-02-04\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-02-05\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-02-06\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-02-07\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-02-08\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-02-09\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-02-10\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-02-11\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-02-12\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-02-13\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-02-14\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-02-15\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-02-16\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-02-17\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-02-18\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-02-19\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-02-20\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-02-21\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-02-22\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-02-23\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-02-24\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-02-25\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-02-26\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-02-27\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-02-28\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-03-01\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-03-02\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-03-03\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-03-04\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-03-05\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-03-06\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-03-07\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-03-08\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-03-09\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-03-10\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-03-11\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-03-12\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-03-13\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-03-14\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-03-15\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-03-16\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-03-17\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-03-18\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-03-19\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-03-20\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-03-21\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-03-22\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-03-23\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-03-24\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-03-25\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-03-26\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-03-27\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-03-28\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-03-29\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-03-30\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-03-31\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-04-01\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-04-02\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-04-03\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-04-04\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-04-05\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-04-06\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-04-07\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-04-08\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-04-09\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-04-10\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-04-11\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-04-12\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-04-13\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-04-14\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-04-15\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-04-16\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-04-17\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-04-18\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-04-19\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-04-20\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-04-21\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-04-22\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-04-23\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-04-24\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-04-25\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-04-26\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-04-27\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-04-28\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-04-29\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-04-30\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-05-01\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-05-02\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-05-03\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-05-04\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-05-05\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-05-06\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-05-07\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-05-08\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-05-09\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-05-10\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-05-11\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-05-12\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-05-13\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-05-14\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-05-15\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-05-16\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-05-17\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-05-18\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-05-19\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-05-20\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-05-21\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-05-22\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-05-23\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-05-24\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-05-25\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-05-26\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-05-27\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-05-28\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-05-29\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-05-30\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-05-31\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-06-01\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-06-02\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-06-03\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-06-04\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-06-05\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-06-06\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-06-07\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-06-08\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-06-09\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-06-10\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-06-11\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-06-12\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-06-13\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-06-14\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-06-15\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-06-16\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-06-17\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-06-18\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-06-19\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-06-20\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-06-21\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-06-22\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-06-23\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-06-24\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-06-25\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-06-26\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-06-27\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-06-28\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-06-29\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-06-30\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-07-01\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-07-02\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-07-03\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-07-04\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-07-05\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-07-06\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-07-07\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-07-08\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-07-09\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-07-10\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-07-11\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-07-12\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-07-13\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-07-14\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-07-15\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-07-16\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-07-17\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-07-18\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-07-19\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-07-20\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-07-21\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-07-22\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-07-23\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-07-24\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-07-25\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-07-26\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-07-27\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-07-28\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-07-29\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-07-30\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-07-31\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-08-01\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-08-02\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-08-03\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-08-04\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-08-05\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-08-06\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-08-07\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-08-08\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-08-09\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-08-10\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-08-11\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-08-12\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-08-13\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-08-14\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-08-15\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-08-16\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-08-17\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-08-18\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-08-19\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-08-20\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-08-21\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-08-22\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-08-23\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-08-24\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-08-25\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-08-26\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-08-27\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-08-28\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-08-29\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-08-30\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-08-31\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-09-01\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-09-02\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-09-03\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-09-04\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-09-05\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-09-06\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-09-07\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-09-08\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-09-09\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-09-10\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-09-11\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-09-12\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-09-13\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-09-14\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-09-15\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-09-16\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-09-17\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-09-18\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-09-19\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-09-20\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-09-21\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-09-22\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-09-23\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-09-24\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-09-25\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-09-26\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-09-27\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-09-28\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-09-29\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-09-30\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-10-01\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-10-02\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-10-03\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-10-04\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-10-05\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-10-06\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-10-07\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-10-08\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-10-09\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-10-10\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-10-11\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-10-12\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-10-13\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-10-14\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-10-15\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-10-16\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-10-17\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-10-18\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-10-19\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-10-20\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-10-21\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-10-22\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-10-23\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-10-24\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-10-25\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-10-26\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-10-27\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-10-28\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-10-29\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-10-30\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-10-31\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-11-01\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-11-02\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-11-03\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-11-04\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-11-05\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-11-06\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-11-07\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-11-08\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-11-09\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-11-10\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-11-11\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-11-12\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-11-13\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-11-14\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-11-15\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-11-16\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-11-17\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-11-18\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-11-19\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-11-20\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-11-21\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-11-22\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-11-23\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-11-24\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-11-25\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-11-26\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-11-27\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-11-28\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-11-29\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-11-30\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-12-01\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-12-02\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-12-03\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-12-04\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-12-05\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-12-06\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-12-07\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-12-08\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-12-09\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-12-10\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-12-11\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-12-12\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-12-13\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-12-14\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-12-15\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-12-16\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-12-17\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-12-18\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-12-19\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-12-20\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-12-21\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-12-22\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-12-23\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-12-24\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-12-25\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-12-26\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-12-27\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-12-28\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-12-29\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-12-30\",\n        \"escalations\": 0\n    },\n    {\n        \"name\": \"2023-12-31\",\n        \"escalations\": 0\n    }\n]"}],"_postman_id":"6d797d33-e258-4ba3-ac9c-325c2a001b42"},{"name":"wss_feedback","id":"edfe9529-4d4e-459d-87fe-f453e4e9e51a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your-synthetix-token"}]},"isInherited":false},"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"}],"url":"https://apisandbox.synthetix.com/2.0/metrics/knowledge/external/wss_feedback?appkey=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&startdate=01-01-2018&enddate=31-12-2023","description":"<p>Returns feedback data for the requested application with data that varies depending on the <code>charttype</code> parameter.</p>\n<hr />\n<p>charttype 1 returns positive and negative results count within the specified date range.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"2019-01-11 13:18:33\": [\n        {\n            \"name\": \"Positive results\",\n            \"value\": 19\n        },\n        {\n            \"name\": \"Negative results\",\n            \"value\": 11\n        }\n    ]\n}\n\n</code></pre><hr />\n<p>charttype 3 returns feedback within the specified date range.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"2019-01-11 13:18:33\": [\n        {\n            \"article\": \"What is Synthetix?\",\n            \"label\": \"label1\",\n            \"category\": \"Contact Centre Cloud\",\n            \"comments\": 0,\n            \"comments_content\": [],\n            \"Q1A1\": 1,\n            \"Q1A2\": 0,\n            \"Q2A1\": 0,\n            \"Q2A2\": 0\n        },\n        {\n            \"article\": \"How do I contact you\",\n            \"label\": \"label2\",\n            \"category\": \"About Synthetix\",\n            \"comments\": 5,\n            \"comments_content\": {\n                \"Comment 1\": \"cool\",\n                \"Comment 2\": \"new\",\n                \"Comment 3\": \"test\",\n            },\n            \"Q1A1\": 6,\n            \"Q1A2\": 5,\n            \"Q2A1\": 5,\n            \"Q2A2\": 0\n         }\n    ]\n}\n\n</code></pre><hr />\n<p>charttype 4 and 6 returns the positive and negative feedback count on a daily basis within the specified date range.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"2019-01-11 13:18:33\": [\n        {\n            \"name\": \"2018-01-01\",\n            \"positive_results\": 0,\n            \"negative_results\": 0\n        },\n        {\n            \"name\": \"2018-01-02\",\n            \"positive_results\": 0,\n            \"negative_results\": 0\n        }\n    ]\n}\n\n</code></pre><hr />\n<p>charttype 8 returns comment and submitted count within the specified date range.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"2017-12-19 17:45:58\": {\n        \"comments_left\": 0,\n        \"feedback_submitted\": 0\n    },\n    \"2018-01-05 14:59:32\": {\n        \"comments_left\": \"9\",\n        \"feedback_submitted\": \"20\"\n    }\n}\n\n</code></pre><hr />\n<p>charttype 11 or no charttype returns feedback data including count and percentage within the specified date range.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"2019-01-11 13:18:33\": {\n        \"How Did this answer your question?\": [\n            {\n                \"answer\": \"Yes\",\n                \"value\": \"10\",\n                \"percent\": 50,\n                \"relative_percent\": 100\n            },\n            {\n                \"answer\": \"No\",\n                \"value\": \"10\",\n                \"percent\": 50,\n                \"relative_percent\": 100\n            }\n        ],\n        \"Are you sure?\": [\n            {\n                \"answer\": \"Yes\",\n                \"value\": \"9\",\n                \"percent\": 90,\n                \"relative_percent\": 100\n            },\n            {\n                \"answer\": \"No\",\n                \"value\": \"1\",\n                \"percent\": 10,\n                \"relative_percent\": 11.11\n            }\n        ]\n    }\n}\n\n</code></pre>","urlObject":{"protocol":"https","path":["2.0","metrics","knowledge","external","wss_feedback"],"host":["apisandbox.synthetix.com"],"query":[{"description":{"content":"<p>Application key designating the application whose statistics are being queried.</p>\n","type":"text/plain"},"key":"appkey","value":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"},{"description":{"content":"<p><code>mandatory</code></p>\n","type":"text/plain"},"key":"startdate","value":"01-01-2018"},{"description":{"content":"<p><code>mandatory</code></p>\n","type":"text/plain"},"key":"enddate","value":"31-12-2023"},{"disabled":true,"description":{"content":"<p><code>int</code> Filter by chart type</p>\n","type":"text/plain"},"key":"charttype","value":""},{"disabled":true,"description":{"content":"<p><code>int</code> Filter by channel</p>\n","type":"text/plain"},"key":"channel","value":""}],"variable":[]}},"response":[{"id":"5c1f346a-51be-43df-b1ff-bd6121b72749","name":"wss_feedback","originalRequest":{"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"[Learn more...](#authentication)"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"[Learn more...](#authentication)"}],"url":{"raw":"https://apisandbox.synthetix.com/2.0/metrics/knowledge/external/wss_feedback?appkey=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&startdate=07-05-2024&enddate=07-05-2024","protocol":"https","host":["apisandbox.synthetix.com"],"path":["2.0","metrics","knowledge","external","wss_feedback"],"query":[{"key":"appkey","value":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","description":"Application key designating the application whose statistics are being queried."},{"key":"startdate","value":"07-05-2024","description":"`mandatory`"},{"key":"enddate","value":"07-05-2024","description":"`mandatory`"},{"key":"charttype","value":"","description":"`int` Filter by chart type","disabled":true},{"key":"channel","value":"","description":"`int` Filter by channel","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 07 May 2024 11:02:18 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"85","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"Apache","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization,APPLICATIONKEY,CONSUMERKEY,HTTP_X_FORWARDED_FOR,CONTENT-TYPE","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"X-API-Node,ETag,Last-Modified,Date,HTTP_X_AMZN_TRACE_ID","enabled":true},{"key":"Cache-Control","value":"no-cache,no-store,must-revalidate","enabled":true},{"key":"Accept","value":"application/json,multipart/form-data,application/x-www-form-urlencoded","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Tk","value":"N","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=7776000","enabled":true},{"key":"X-Cake","value":"The Cake is a lie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"HTTP_X_AMZN_TRACE_ID","value":"Root=1-663a0a3a-5dbe1e6a13abd30279e3ec37","enabled":true},{"key":"X-API-Node","value":"27c009 [Nightly]","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,OPTIONS","enabled":true},{"key":"Expires","value":"2024-05-07T16:52:27+00:00","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"2019-01-11 13:18:33\": {\n        \"comments_left\": 0,\n        \"feedback_submitted\": 0\n    }\n}"}],"_postman_id":"edfe9529-4d4e-459d-87fe-f453e4e9e51a"},{"name":"wss_location","id":"4bcf193f-d0b8-49bb-b4bd-b0bacdab7bcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your-synthetix-token"}]},"isInherited":false},"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"}],"url":"https://apisandbox.synthetix.com/2.0/metrics/knowledge/external/wss_location?appkey=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&startdate=2023-01-01&enddate=2023-12-31&charttype=4","description":"<p>Returns a summary of sessions generated by country with data that varies depending on the <code>charttype</code> parameter.</p>\n<hr />\n<p>charttype 4 returns a daily count for each country on a daily basis within the specified date range.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>[\n    {\n        \"Ireland\": 0,\n        \"name\": \"2023-01-01\"\n    },\n    {\n        \"Ireland\": 0,\n        \"name\": \"2023-01-02\"\n    }\n]\n\n</code></pre><hr />\n<p>charttype 12 or no charttype returns a list of countries is returned with a count value.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>[\n    {\n        \"id\": \"IE\",\n        \"name\": \"Ireland\",\n        \"value\": 1\n    }\n]\n\n</code></pre>","urlObject":{"protocol":"https","path":["2.0","metrics","knowledge","external","wss_location"],"host":["apisandbox.synthetix.com"],"query":[{"description":{"content":"<p>Application key designating the application whose statistics are being queried.</p>\n","type":"text/plain"},"key":"appkey","value":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"},{"description":{"content":"<p><code>mandatory</code></p>\n","type":"text/plain"},"key":"startdate","value":"2023-01-01"},{"description":{"content":"<p><code>mandatory</code></p>\n","type":"text/plain"},"key":"enddate","value":"2023-12-31"},{"description":{"content":"<p><code>int</code> Filter by charttype</p>\n","type":"text/plain"},"key":"charttype","value":"4"},{"disabled":true,"description":{"content":"<p><code>int</code> Filter by channel. Defaults to 14 when no channel is specfifed.</p>\n","type":"text/plain"},"key":"channel","value":""}],"variable":[]}},"response":[{"id":"31bb7fe7-4f8b-4648-8879-87278aaff679","name":"wss_location","originalRequest":{"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"[Learn more...](#authentication)"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"[Learn more...](#authentication)"}],"url":{"raw":"https://apisandbox.synthetix.com/2.0/metrics/knowledge/external/wss_location?appkey=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&startdate=2023-01-01&enddate=2023-12-31","protocol":"https","host":["apisandbox.synthetix.com"],"path":["2.0","metrics","knowledge","external","wss_location"],"query":[{"key":"appkey","value":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","description":"Application key designating the application whose statistics are being queried."},{"key":"startdate","value":"2023-01-01","description":"`mandatory`"},{"key":"enddate","value":"2023-12-31","description":"`mandatory`"},{"key":"charttype","value":null,"description":"`int` Filter by charttype","disabled":true},{"key":"channel","value":null,"description":"`int` Filter by channel. Defaults to 14 when no channel is specfifed.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 03 May 2024 14:10:30 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"55","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"Apache","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization,APPLICATIONKEY,CONSUMERKEY,HTTP_X_FORWARDED_FOR,CONTENT-TYPE","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"X-API-Node,ETag,Last-Modified,Date,HTTP_X_AMZN_TRACE_ID","enabled":true},{"key":"Cache-Control","value":"no-cache,no-store,must-revalidate","enabled":true},{"key":"Accept","value":"application/json,multipart/form-data,application/x-www-form-urlencoded","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Tk","value":"N","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=7776000","enabled":true},{"key":"X-Cake","value":"The Cake is a lie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"HTTP_X_AMZN_TRACE_ID","value":"Root=1-6634f056-5b113f79592599d839e84166","enabled":true},{"key":"X-API-Node","value":"8e74b1 [Nightly]","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,OPTIONS","enabled":true},{"key":"Expires","value":"2024-05-03T16:24:56+00:00","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"IE\",\n        \"name\": \"Ireland\",\n        \"value\": 1\n    }\n]"}],"_postman_id":"4bcf193f-d0b8-49bb-b4bd-b0bacdab7bcd"},{"name":"wss_top_categories","id":"16a84293-c945-45f2-a157-6c9ceaab59d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your-synthetix-token"}]},"isInherited":false},"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"}],"url":"https://apisandbox.synthetix.com/2.0/metrics/knowledge/external/wss_top_categories?appkey=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&startdate=2023-01-01&enddate=2023-12-31","description":"<p>Returns a list of top categories with data that varies depending on the <code>charttype</code> parameter.</p>\n<hr />\n<p>charttype 3 returns a list of top categories and the total hit count within the specified date range.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>[\n    {\n        \"cat_id\": 24970,\n        \"category\": \"Contact Centre Cloud\",\n        \"hits\": 188,\n        \"percent\": 75.2\n    },\n    {\n        \"cat_id\": 26628,\n        \"category\": \"Test\",\n        \"hits\": 36,\n        \"percent\": 14.4\n    }\n]\n\n</code></pre><hr />\n<p>charttype 9 returns the total hit count for top categories on a daily basis within the specified date range.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>[\n    [\n        {\n            \"name\": \"2023-01-01\",\n            \"id\": 24970,\n            \"Contact Centre Cloud\": 0\n        },\n        {\n            \"name\": \"2023-01-02\",\n            \"id\": 24970,\n            \"Contact Centre Cloud\": 0\n        }\n    ]\n] \n\n</code></pre><hr />\n<p>No charttype returns ategories and the total hit count within the specified date range.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>[\n    {\n        \"category\": \"Contact Centre Cloud\",\n        \"hits\": 188\n    },\n    {\n        \"category\": \"Test\",\n        \"hits\": 36\n    }\n]\n\n</code></pre>","urlObject":{"protocol":"https","path":["2.0","metrics","knowledge","external","wss_top_categories"],"host":["apisandbox.synthetix.com"],"query":[{"description":{"content":"<p>Application key designating the application whose statistics are being queried.</p>\n","type":"text/plain"},"key":"appkey","value":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"},{"description":{"content":"<p><code>mandatory</code></p>\n","type":"text/plain"},"key":"startdate","value":"2023-01-01"},{"description":{"content":"<p><code>mandatory</code></p>\n","type":"text/plain"},"key":"enddate","value":"2023-12-31"},{"disabled":true,"description":{"content":"<p><code>int</code> Filter by channel</p>\n","type":"text/plain"},"key":"channel","value":""},{"disabled":true,"description":{"content":"<p><code>int</code> Filter by charttype</p>\n","type":"text/plain"},"key":"charttype","value":"9"},{"disabled":true,"description":{"content":"<p><code>int[]</code> Filter by category id</p>\n","type":"text/plain"},"key":"id","value":""}],"variable":[]}},"response":[{"id":"9cb885b0-143a-4c83-8b18-a122a74ad69b","name":"wss_top_categories","originalRequest":{"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"[Learn more...](#authentication)"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"[Learn more...](#authentication)"}],"url":{"raw":"https://apisandbox.synthetix.com/2.0/metrics/knowledge/external/wss_top_categories?appkey=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&startdate=2023-01-01&enddate=2023-12-31","protocol":"https","host":["apisandbox","synthetix","com"],"path":["2.0","metrics","knowledge","external","wss_top_categories"],"query":[{"key":"appkey","value":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","description":"Application key designating the application whose statistics are being queried."},{"key":"startdate","value":"2023-01-01","description":"`mandatory`"},{"key":"enddate","value":"2023-12-31","description":"`mandatory`"},{"key":"channel","value":"","description":"`int` Filter by channel","disabled":true},{"key":"charttype","value":null,"description":"`int` Filter by charttype","disabled":true},{"key":"id","value":null,"description":"`int[]` Filter by category id","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 03 May 2024 14:22:11 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"134","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"Apache","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization,APPLICATIONKEY,CONSUMERKEY,HTTP_X_FORWARDED_FOR,CONTENT-TYPE","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"X-API-Node,ETag,Last-Modified,Date,HTTP_X_AMZN_TRACE_ID","enabled":true},{"key":"Cache-Control","value":"no-cache,no-store,must-revalidate","enabled":true},{"key":"Accept","value":"application/json,multipart/form-data,application/x-www-form-urlencoded","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Tk","value":"N","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=7776000","enabled":true},{"key":"X-Cake","value":"The Cake is a lie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"HTTP_X_AMZN_TRACE_ID","value":"Root=1-6634f313-3e9fec9b528a57b91056f642","enabled":true},{"key":"X-API-Node","value":"8e74b1 [Nightly]","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,OPTIONS","enabled":true},{"key":"Expires","value":"2024-05-03T16:24:56+00:00","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"category\": \"Contact Centre Cloud\",\n        \"hits\": 188\n    },\n    {\n        \"category\": \"Test\",\n        \"hits\": 36\n    },\n    {\n        \"category\": \"About Synthetix\",\n        \"hits\": 23\n    },\n    {\n        \"category\": \"Self-service cloud\",\n        \"hits\": 2\n    },\n    {\n        \"category\": \"no articles\",\n        \"hits\": 1\n    }\n]"}],"_postman_id":"16a84293-c945-45f2-a157-6c9ceaab59d6"},{"name":"wss_triggers","id":"748810cb-c278-4cd9-b78f-d207ea04120b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your-synthetix-token"}]},"isInherited":false},"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"}],"url":"https://apisandbox.synthetix.com/2.0/metrics/knowledge/external/wss_triggers?appkey=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&startdate=2023-01-01&enddate=2023-12-31","description":"<p>Returns a list of triggers with data that varies depending on the <code>charttype</code> parameter.</p>\n<hr />\n<p>charttype 4 and 9 returns the total hit count for triggers on a daily basis within the specified date range. Please note that charttype 4 requires a triggerid to be specified in the request.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>[\n    [\n        {\n            \"name\": \"2023-01-01\",\n            \"total_hits\": 2\n        },\n        {\n            \"name\": \"2023-01-02\",\n            \"total_hits\": 9\n        }\n    ]\n]\n\n</code></pre><hr />\n<p>charttype 8 returns a list of triggers with the total hit count of the triggers within the specified date range.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>[\n    {\n        \"id\": 1234,\n        \"name\": \"SynthetixTestTrigger\",\n        \"hits\": 12\n    }\n]\n\n</code></pre><hr />\n<p>No charttype returns a list of triggers.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>[\n    {\n        \"123\": \"SynthetixTrigger\",\n        \"456\": \"Knowledge\",\n        \"789\": \"AutoSuggest\"\n    }\n]\n\n</code></pre>","urlObject":{"protocol":"https","path":["2.0","metrics","knowledge","external","wss_triggers"],"host":["apisandbox.synthetix.com"],"query":[{"description":{"content":"<p>Application key designating the application whose statistics are being queried.</p>\n","type":"text/plain"},"key":"appkey","value":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"},{"description":{"content":"<p><code>mandatory</code></p>\n","type":"text/plain"},"key":"startdate","value":"2023-01-01"},{"description":{"content":"<p><code>mandatory</code></p>\n","type":"text/plain"},"key":"enddate","value":"2023-12-31"},{"disabled":true,"description":{"content":"<p><code>int</code> Filter by channel. Defaults to 14 when no channel is specfifed.</p>\n","type":"text/plain"},"key":"channel","value":""},{"disabled":true,"description":{"content":"<p><code>int</code> Filter by charttype</p>\n","type":"text/plain"},"key":"charttype","value":"8"},{"disabled":true,"description":{"content":"<p><code>int</code> Filter by trigger id</p>\n","type":"text/plain"},"key":"triggerid","value":"195"},{"disabled":true,"description":{"content":"<p>Filter by url</p>\n","type":"text/plain"},"key":"url","value":""}],"variable":[]}},"response":[{"id":"575df94d-c203-4942-bbe8-85b697ff4f87","name":"wss_triggers","originalRequest":{"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"[Learn more...](#authentication)"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"[Learn more...](#authentication)"}],"url":{"raw":"https://apisandbox.synthetix.com/2.0/metrics/knowledge/external/wss_triggers?appkey=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&startdate=2023-01-01&enddate=2023-12-31","protocol":"https","host":["apisandbox","synthetix","com"],"path":["2.0","metrics","knowledge","external","wss_triggers"],"query":[{"key":"appkey","value":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","description":"Application key designating the application whose statistics are being queried."},{"key":"startdate","value":"2023-01-01","description":"`mandatory`"},{"key":"enddate","value":"2023-12-31","description":"`mandatory`"},{"key":"channel","value":"","description":"`int` Filter by channel. Defaults to 14 when no channel is specfifed.","disabled":true},{"key":"charttype","value":null,"description":"`int` Filter by charttype","disabled":true},{"key":"triggerid","value":null,"description":"`int` Filter by trigger id","disabled":true},{"key":"url","value":null,"description":"`int` Filter by url","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 03 May 2024 14:34:06 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"343","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"Apache","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization,APPLICATIONKEY,CONSUMERKEY,HTTP_X_FORWARDED_FOR,CONTENT-TYPE","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"X-API-Node,ETag,Last-Modified,Date,HTTP_X_AMZN_TRACE_ID","enabled":true},{"key":"Cache-Control","value":"no-cache,no-store,must-revalidate","enabled":true},{"key":"Accept","value":"application/json,multipart/form-data,application/x-www-form-urlencoded","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Tk","value":"N","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=7776000","enabled":true},{"key":"X-Cake","value":"The Cake is a lie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"HTTP_X_AMZN_TRACE_ID","value":"Root=1-6634f5de-1c0ee23c4f2ffd016b3d4977","enabled":true},{"key":"X-API-Node","value":"8e74b1 [Nightly]","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,OPTIONS","enabled":true},{"key":"Expires","value":"2024-05-03T16:24:56+00:00","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"001\": \"Synthetix Trigger 1\",\n        \"002\": \"Another Trigger\",\n        \"410\": \"Out Of Hours\",\n        \"678\": \"Backup Trigger\",\n        \"947\": \"Synco Init Trigger\"\n    }\n]"}],"_postman_id":"748810cb-c278-4cd9-b78f-d207ea04120b"}],"id":"740843de-f930-4a9b-9c16-328b934295eb","_postman_id":"740843de-f930-4a9b-9c16-328b934295eb","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your-synthetix-token"}]},"isInherited":true,"source":{"_postman_id":"882b98cb-6acf-41d0-89ad-021310c34f6e","id":"882b98cb-6acf-41d0-89ad-021310c34f6e","name":"metrics","type":"folder"}}}],"id":"ca28024b-f20c-45b4-9fc1-2ba992ab4766","_postman_id":"ca28024b-f20c-45b4-9fc1-2ba992ab4766","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your-synthetix-token"}]},"isInherited":true,"source":{"_postman_id":"882b98cb-6acf-41d0-89ad-021310c34f6e","id":"882b98cb-6acf-41d0-89ad-021310c34f6e","name":"metrics","type":"folder"}}},{"name":"users","item":[{"name":"operators_stats","id":"c95771ae-ec19-44fc-8165-1fdf547e5a3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your-synthetix-token"}]},"isInherited":false},"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"}],"url":"https://apisandbox.synthetix.com/2.0/metrics/users/operators_stats?startdate=2023-01-01&enddate=2023-12-31","description":"<p>Returns summarised set of statistics for each active user over the period between the given start date and end date. If no start date or end date are given, the data is restricted to 'today'. Data provided includes user details, reported searches or articles, knowledge searches, article clicks, time online, current status, live chat availability, average response time, average chat duration, satisfaction ratings, comments and feedback. All statistics are aggregated over the selected period. Times are given in seconds.</p>\n","urlObject":{"protocol":"https","path":["2.0","metrics","users","operators_stats"],"host":["apisandbox.synthetix.com"],"query":[{"key":"startdate","value":"2023-01-01"},{"key":"enddate","value":"2023-12-31"},{"disabled":true,"description":{"content":"<p>Supply a user_id to get stats on a specific user</p>\n","type":"text/plain"},"key":"user_id","value":""}],"variable":[]}},"response":[{"id":"a6be1d2c-7985-4d4e-899c-d34b71bb408c","name":"operators_stats","originalRequest":{"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"[Learn more...](#authentication)"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"[Learn more...](#authentication)"}],"url":{"raw":"https://apisandbox.synthetix.com/2.0/metrics/users/operators_stats?startdate=2023-01-01&enddate=2023-12-31","protocol":"https","host":["apisandbox.synthetix.com"],"path":["2.0","metrics","users","operators_stats"],"query":[{"key":"startdate","value":"2023-01-01"},{"key":"enddate","value":"2023-12-31"},{"key":"user_id","value":"","description":"Supply a user_id to get stats on a specific user","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 03 May 2024 12:13:15 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"4066","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"Apache","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization,APPLICATIONKEY,CONSUMERKEY,HTTP_X_FORWARDED_FOR,CONTENT-TYPE","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"X-API-Node,ETag,Last-Modified,Date,HTTP_X_AMZN_TRACE_ID","enabled":true},{"key":"Cache-Control","value":"no-cache,no-store,must-revalidate","enabled":true},{"key":"Accept","value":"application/json,multipart/form-data,application/x-www-form-urlencoded","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Tk","value":"N","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=7776000","enabled":true},{"key":"X-Cake","value":"The Cake is a lie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"HTTP_X_AMZN_TRACE_ID","value":"Root=1-6634d4da-66a1771e42c6751500098673","enabled":true},{"key":"X-API-Node","value":"8e74b1 [Nightly]","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,OPTIONS","enabled":true},{"key":"Expires","value":"2024-05-03T16:24:56+00:00","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"avatar\": \"https://cdn.synthetix.com/av_john.jpg\",\n    \"name\": \"John Smith\",\n    \"nickname\": \"Alastair\",\n    \"email\": \"john@synthetix.com\",\n    \"user_id\": 0000,\n    \"status\": \"offline\",\n    \"modules\": [3, 1, 5, 4, 2, 6],\n    \"knowledge\": {\n      \"articles\": 0,\n      \"searches\": 0,\n      \"total_searches_percentage\": 0,\n      \"total_articles_percentage\": 0,\n      \"time_online\": 0,\n      \"reported\": {\n        \"unresolved\": [],\n        \"resolved\": []\n      }\n    },\n    \"livechat\": {\n      \"available_with_capacity\": 0,\n      \"time_on_max_chats\": 0,\n      \"timeline\": {\n        \"Available\": 0,\n        \"Suspended\": 0\n      },\n      \"number_pokes\": 0,\n      \"time_chat\": 0,\n      \"likes\": 0,\n      \"chat_history\": [],\n      \"capacity\": {\n        \"current\": 0,\n        \"maximum\": 3\n      },\n      \"chats\": 0,\n      \"total_chats_percentage\": 0,\n      \"av_ring_time\": 0,\n      \"average_interactions\": 0,\n      \"av_chat_time\": 0,\n      \"av_wrapup_time\": 0,\n      \"group_chats\": 0,\n      \"average_response_time\": 0,\n      \"satisfaction\": 0,\n      \"comments_left\": 0,\n      \"comments_left_percentage\": 0,\n      \"feedback\": {\n        \"3697\": {\n          \"Yes\": 0,\n          \"No\": 0\n        },\n        \"3699\": {\n          \"4\": 0,\n          \"5\": 0,\n          \"6\": 0,\n          \"7\": 0,\n          \"8\": 0,\n          \"9\": 0,\n          \"10\": 0,\n          \"0\": 0,\n          \"1\": 0,\n          \"2\": 0,\n          \"3\": 0\n        },\n        \"3700\": {\n          \"Phone\": 0,\n          \"Email/Online\": 0,\n          \" Letter\": 0,\n          \"Would not\": 0\n        }\n      },\n      \"feedback_submitted\": 0,\n      \"feedback_submitted_percentage\": 0,\n      \"skipped_feedback\": 0,\n      \"skipped_feedback_percentage\": 0,\n      \"suspensions\": [],\n      \"skills\": [\n        {\n          \"id\": 422,\n          \"skill\": \"Online Customer Service\"\n        },\n        {\n          \"id\": 425,\n          \"skill\": \"Live Chat\"\n        },\n        {\n          \"id\": 427,\n          \"skill\": \"Technical support\"\n        },\n        {\n          \"id\": 463,\n          \"skill\": \"RESTful APIs\"\n        },\n        {\n          \"id\": 428,\n          \"skill\": \"Email and Webforms\"\n        },\n        {\n          \"id\": 423,\n          \"skill\": \"Web self-service\"\n        },\n        {\n          \"id\": 855,\n          \"skill\": \"Accounts\"\n        },\n        {\n          \"id\": 426,\n          \"skill\": \"Social Customer Service\"\n        },\n        {\n          \"id\": 429,\n          \"skill\": \"Testing\"\n        },\n        {\n          \"id\": 424,\n          \"skill\": \"Virtual Agents\"\n        }\n      ]\n    }\n  },\n  {\n    \"avatar\": \"https://cdn.synthetix.com/avatars/luke.jpg\",\n    \"name\": \"Brian Potter\",\n    \"nickname\": \"Brian\",\n    \"email\": \"brian@synthetix.com\",\n    \"user_id\": 1111,\n    \"status\": \"offline\",\n    \"modules\": [1, 5, 2, 6, 3, 4],\n    \"knowledge\": {\n      \"articles\": 11,\n      \"searches\": 0,\n      \"total_searches_percentage\": 0,\n      \"total_articles_percentage\": 1.06,\n      \"time_online\": 435405,\n      \"reported\": {\n        \"unresolved\": [],\n        \"resolved\": []\n      }\n    },\n    \"livechat\": {\n      \"available_with_capacity\": 322571,\n      \"time_on_max_chats\": 0,\n      \"timeline\": {\n        \"Available\": 322571,\n        \"Suspended\": 112834\n      },\n      \"number_pokes\": 1,\n      \"time_chat\": 7597,\n      \"likes\": 0,\n      \"chat_history\": [],\n      \"capacity\": {\n        \"current\": 0,\n        \"maximum\": 3\n      },\n      \"chats\": 9,\n      \"total_chats_percentage\": 1.82,\n      \"av_ring_time\": 367,\n      \"average_interactions\": 3,\n      \"av_chat_time\": 969,\n      \"av_wrapup_time\": 265,\n      \"group_chats\": 0,\n      \"average_response_time\": 321,\n      \"satisfaction\": 36.5,\n      \"comments_left\": 2,\n      \"comments_left_percentage\": 22.22,\n      \"feedback\": {\n        \"3697\": {\n          \"Yes\": 0,\n          \"No\": 1\n        },\n        \"3699\": {\n          \"4\": 0,\n          \"5\": 0,\n          \"6\": 1,\n          \"7\": 0,\n          \"8\": 0,\n          \"9\": 0,\n          \"10\": 0,\n          \"0\": 0,\n          \"1\": 0,\n          \"2\": 0,\n          \"3\": 0\n        },\n        \"3700\": {\n          \"Phone\": 0,\n          \"Email/Online\": 0,\n          \" Letter\": 0,\n          \"Would not\": 1\n        }\n      },\n      \"feedback_submitted\": 2,\n      \"feedback_submitted_percentage\": 22.22,\n      \"skipped_feedback\": 7,\n      \"skipped_feedback_percentage\": 77.78,\n      \"suspensions\": [],\n      \"skills\": [\n        {\n          \"id\": 426,\n          \"skill\": \"Social Customer Service\"\n        },\n        {\n          \"id\": 429,\n          \"skill\": \"Testing\"\n        },\n        {\n          \"id\": 428,\n          \"skill\": \"Email and Webforms\"\n        },\n        {\n          \"id\": 424,\n          \"skill\": \"Virtual Agents\"\n        }\n      ]\n    }\n  },\n  {\n    \"avatar\": \"https://cdn.synthetix.com/patty.jpg\",\n    \"name\": \"Patty Burger\",\n    \"nickname\": \"Pat\",\n    \"email\": \"patty@synthetix.com\",\n    \"user_id\": 3333,\n    \"status\": \"offline\",\n    \"modules\": [5, 3, 1, 2, 6, 4],\n    \"knowledge\": {\n      \"articles\": 0,\n      \"searches\": 0,\n      \"total_searches_percentage\": 0,\n      \"total_articles_percentage\": 0,\n      \"time_online\": 0,\n      \"reported\": {\n        \"unresolved\": [],\n        \"resolved\": []\n      }\n    },\n    \"livechat\": {\n      \"available_with_capacity\": 0,\n      \"time_on_max_chats\": 0,\n      \"timeline\": {\n        \"Available\": 0,\n        \"Suspended\": 0\n      },\n      \"number_pokes\": 0,\n      \"time_chat\": 0,\n      \"likes\": 0,\n      \"chat_history\": [],\n      \"capacity\": {\n        \"current\": 0,\n        \"maximum\": 2\n      },\n      \"chats\": 0,\n      \"total_chats_percentage\": 0,\n      \"av_ring_time\": 0,\n      \"average_interactions\": 0,\n      \"av_chat_time\": 0,\n      \"av_wrapup_time\": 0,\n      \"group_chats\": 0,\n      \"average_response_time\": 0,\n      \"satisfaction\": 0,\n      \"comments_left\": 0,\n      \"comments_left_percentage\": 0,\n      \"feedback\": {\n        \"3697\": {\n          \"Yes\": 0,\n          \"No\": 0\n        },\n        \"3699\": {\n          \"4\": 0,\n          \"5\": 0,\n          \"6\": 0,\n          \"7\": 0,\n          \"8\": 0,\n          \"9\": 0,\n          \"10\": 0,\n          \"0\": 0,\n          \"1\": 0,\n          \"2\": 0,\n          \"3\": 0\n        },\n        \"3700\": {\n          \"Phone\": 0,\n          \"Email/Online\": 0,\n          \" Letter\": 0,\n          \"Would not\": 0\n        }\n      },\n      \"feedback_submitted\": 0,\n      \"feedback_submitted_percentage\": 0,\n      \"skipped_feedback\": 0,\n      \"skipped_feedback_percentage\": 0,\n      \"suspensions\": [],\n      \"skills\": [\n        {\n          \"id\": 429,\n          \"skill\": \"Testing\"\n        },\n        {\n          \"id\": 424,\n          \"skill\": \"Virtual Agents\"\n        },\n        {\n          \"id\": 427,\n          \"skill\": \"Technical support\"\n        },\n        {\n          \"id\": 463,\n          \"skill\": \"RESTful APIs\"\n        },\n        {\n          \"id\": 422,\n          \"skill\": \"Online Customer Service\"\n        },\n        {\n          \"id\": 425,\n          \"skill\": \"Live Chat\"\n        },\n        {\n          \"id\": 428,\n          \"skill\": \"Email and Webforms\"\n        },\n        {\n          \"id\": 855,\n          \"skill\": \"Accounts\"\n        },\n        {\n          \"id\": 423,\n          \"skill\": \"Web self-service\"\n        },\n        {\n          \"id\": 426,\n          \"skill\": \"Social Customer Service\"\n        }\n      ]\n    }\n  }\n]"}],"_postman_id":"c95771ae-ec19-44fc-8165-1fdf547e5a3a"}],"id":"f39838d7-77cd-461e-9b85-30a4925f5f9f","_postman_id":"f39838d7-77cd-461e-9b85-30a4925f5f9f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your-synthetix-token"}]},"isInherited":true,"source":{"_postman_id":"882b98cb-6acf-41d0-89ad-021310c34f6e","id":"882b98cb-6acf-41d0-89ad-021310c34f6e","name":"metrics","type":"folder"}}},{"name":"downloads","item":[{"name":"directory","id":"384ae3ff-3c70-45c7-8302-5fbd64868056","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your-synthetix-token"}]},"isInherited":false},"method":"DELETE","header":[{"description":"<p><a href=\"#authentication\">Learn more...</a></p>\n","key":"APPLICATIONKEY","value":"your-application-key"},{"description":"<p><a href=\"#authentication\">Learn more...</a></p>\n","key":"CONSUMERKEY","value":"your-consumer-key"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"xxxxxxx.csv","type":"text"},{"key":"job","value":"df-xxxxx","type":"text"}]},"url":"https://apisandbox.synthetix.com/2.0/metrics/downloads/directory","description":"<p>Provide a job number and file name to delete it from the data warehouse. This cannot be undone.</p>\n","urlObject":{"protocol":"https","path":["2.0","metrics","downloads","directory"],"host":["apisandbox.synthetix.com"],"query":[],"variable":[]}},"response":[{"id":"e5a4ead9-7b8b-4aac-9aba-2a8a0c05e3f9","name":"directory","originalRequest":{"method":"DELETE","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"[Learn more...](#authentication)"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"[Learn more...](#authentication)"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"xxxxxxxxxcsv","type":"text"},{"key":"job","value":"df-xxxxx","type":"text"}]},"url":"https://apisandbox.synthetix.com/2.0/metrics/downloads/directory"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Jun 2019 13:26:19 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"36","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"Apache","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization,APPLICATIONKEY,CONSUMERKEY,HTTP_X_FORWARDED_FOR,CONTENT-TYPE","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"X-API-Node,X-API-Environment,X-API-Version,ETag,Last-Modified,Date","enabled":true},{"key":"Cache-Control","value":"no-cache,no-store,must-revalidate","enabled":true},{"key":"Accept","value":"application/json,multipart/form-data,application/x-www-form-urlencoded","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Tk","value":"N","enabled":true},{"key":"X-Cake","value":"The Cake is a lie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-API-Node","value":"d0203a (Mon, 17 Jun 2019 15:27:31)","enabled":true},{"key":"X-API-Version","value":"Dev;(D3)","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,DELETE,OPTIONS","enabled":true},{"key":"Expires","value":"2019-06-18T14:13:56+00:00","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true\n}"}],"_postman_id":"384ae3ff-3c70-45c7-8302-5fbd64868056"},{"name":"directory","id":"71545a6d-1272-4b84-9602-e14b8632c5fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your-synthetix-token"}]},"isInherited":false},"method":"GET","header":[{"description":"<p><a href=\"#authentication\">Learn more...</a></p>\n","key":"APPLICATIONKEY","value":"your-application-key"},{"description":"<p><a href=\"#authentication\">Learn more...</a></p>\n","key":"CONSUMERKEY","value":"your-consumer-key"}],"url":"https://apisandbox.synthetix.com/2.0/metrics/downloads/directory","description":"<p>Returns a list of all data downloads with a http link to the csv file. This can be used to periodically crawl and download report into a data warehouse.</p>\n","urlObject":{"protocol":"https","path":["2.0","metrics","downloads","directory"],"host":["apisandbox.synthetix.com"],"query":[],"variable":[]}},"response":[{"id":"e1fb5a84-aef7-466c-8c8c-6000aaee7956","name":"directory","originalRequest":{"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"[Learn more...](#authentication)"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"[Learn more...](#authentication)"}],"url":"https://apisandbox.synthetix.com/2.0/metrics/downloads/directory"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Jun 2019 13:14:51 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"3339","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"Apache","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization,APPLICATIONKEY,CONSUMERKEY,HTTP_X_FORWARDED_FOR,CONTENT-TYPE","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"X-API-Node,X-API-Environment,X-API-Version,ETag,Last-Modified,Date","enabled":true},{"key":"Cache-Control","value":"no-cache,no-store,must-revalidate","enabled":true},{"key":"Accept","value":"application/json,multipart/form-data,application/x-www-form-urlencoded","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Tk","value":"N","enabled":true},{"key":"X-Cake","value":"The Cake is a lie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-API-Node","value":"d0203a (Mon, 17 Jun 2019 15:27:31)","enabled":true},{"key":"X-API-Version","value":"Dev;(D3)","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,DELETE,OPTIONS","enabled":true},{"key":"Expires","value":"2019-06-18T14:13:56+00:00","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true}],"cookie":[],"responseTime":null,"body":"{\r\n    \"df-00012981LQJZQVIPC7EI\": [\r\n        {\r\n            \"name\": \"report.csv\",\r\n            \"time\": \"2018-09-03 15:03:08\",\r\n            \"size\": 2050,\r\n            \"location\": \"https://synthetix-enhanced-data-download-processed.s3.amazonaws.com/xxxxxxxxxxxxxxxx\",\r\n            \"timestamp\": 1535986988\r\n        },\r\n        {\r\n            \"name\": \"test.csv\",\r\n            \"time\": \"2018-09-03 14:51:39\",\r\n            \"size\": 70517,\r\n            \"location\": \"https://synthetix-enhanced-data-download-processed.s3.amazonaws.com/xxxxxxxxxxxxxxxx\",\r\n            \"timestamp\": 1535986299\r\n        }\r\n    ]\r\n}"}],"_postman_id":"71545a6d-1272-4b84-9602-e14b8632c5fe"}],"id":"abe899a7-8b37-4c34-9bb8-6b039795a1c3","_postman_id":"abe899a7-8b37-4c34-9bb8-6b039795a1c3","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your-synthetix-token"}]},"isInherited":true,"source":{"_postman_id":"882b98cb-6acf-41d0-89ad-021310c34f6e","id":"882b98cb-6acf-41d0-89ad-021310c34f6e","name":"metrics","type":"folder"}}}],"id":"882b98cb-6acf-41d0-89ad-021310c34f6e","description":"<p>Metrics endpoints offer a diverse range of metric data to retreive. Users can access live chat summaries, article histories, and user statistics effortlessly. These endpoints give users valuable insights into their useage of our services.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your-synthetix-token"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"7206b7f1-5f06-4936-ac77-a0e380775d6a"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"8e0b9fee-a881-4d9e-87cc-c57e4f4147e9"}}],"_postman_id":"882b98cb-6acf-41d0-89ad-021310c34f6e"},{"name":"internal","item":[{"name":"chatids","id":"8cb1c14f-5e82-43e1-b972-e77b2c7ef323","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your-synthetix-token"}]},"isInherited":false},"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"}],"url":"https://apisandbox.synthetix.com/2.0/internal/chatids?skill=skill&status=a&startdate=2023-01-01&enddate=2023-12-31","description":"<p>Returns an array of uniqRef chat ids</p>\n","urlObject":{"protocol":"https","path":["2.0","internal","chatids"],"host":["apisandbox.synthetix.com"],"query":[{"description":{"content":"<p>blank =  all skills</p>\n","type":"text/plain"},"key":"skill","value":"skill"},{"description":{"content":"<p>a = abandoned, m = missed, c = completed (blank = everything)</p>\n","type":"text/plain"},"key":"status","value":"a"},{"key":"startdate","value":"2023-01-01"},{"key":"enddate","value":"2023-12-31"}],"variable":[]}},"response":[{"id":"00c9cf71-49ab-47fc-8646-63c227eb25d8","name":"chatids","originalRequest":{"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"[Learn more...](#authentication)"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"[Learn more...](#authentication)"}],"url":{"raw":"https://apisandbox.synthetix.com/2.0/internal/chatids?startdate=2023-01-01&enddate=2023-12-31","protocol":"https","host":["apisandbox","synthetix","com"],"path":["2.0","internal","chatids"],"query":[{"key":"skill","value":"skill","description":"blank =  all skills","disabled":true},{"key":"status","value":"a","description":"a = abandoned, m = missed, c = completed (blank = everything)","disabled":true},{"key":"startdate","value":"2023-01-01"},{"key":"enddate","value":"2023-12-31"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 03 May 2024 08:10:48 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Transfer-Encoding","value":"chunked","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"Apache","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization,APPLICATIONKEY,CONSUMERKEY,HTTP_X_FORWARDED_FOR,CONTENT-TYPE","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"X-API-Node,ETag,Last-Modified,Date,HTTP_X_AMZN_TRACE_ID","enabled":true},{"key":"Cache-Control","value":"no-cache,no-store,must-revalidate","enabled":true},{"key":"Accept","value":"application/json,multipart/form-data,application/x-www-form-urlencoded","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Tk","value":"N","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=7776000","enabled":true},{"key":"X-Cake","value":"The Cake is a lie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"HTTP_X_AMZN_TRACE_ID","value":"Root=1-66349c08-00ea27124d4d6b3f296aed83","enabled":true},{"key":"X-API-Node","value":"8e74b1 [Nightly]","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,OPTIONS","enabled":true},{"key":"Expires","value":"2024-05-03T14:10:01+00:00","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    \"AaCcDdFfGgHhO\",\n    \"CcFfAaHhDdGgO\",\n    \"DdFfGgCcaOoHh\",\n    \"HhGgFfDdcOoAa\",\n    \"GgFfCcAaoDdHh\",\n    \"OoCcHhDdgFfAa\",\n    \"AaGgCcFfdHhOo\",\n    \"DdCcHhAafGgOo\",\n    \"FfDdAaHhgCcOo\",\n    \"CcDdOoAagFfHh\",\n    \"HhAaGgCcfDdOo\"\n]"}],"_postman_id":"8cb1c14f-5e82-43e1-b972-e77b2c7ef323"},{"name":"session","event":[{"listen":"test","script":{"id":"680cae46-97ce-42b5-9f29-8a887885613c","exec":[""],"type":"text/javascript","packages":{}}}],"id":"a51d61e6-f39c-4073-9312-49941b56bd97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"APPLICATIONKEY","value":"your-application-key"},{"key":"CONSUMERKEY","value":"your-consumer-key"}],"body":{"mode":"formdata","formdata":[{"key":"username","value":"username","description":"<p><code>mandatory</code></p>\n","type":"text"},{"key":"password","value":"password","description":"<p><code>mandatory</code></p>\n","type":"text"}]},"url":"https://apisandbox.synthetix.com/2.0/internal/session","description":"<p>Initate an internal session for a service account. The token value returned is the Bearer token required for authentication.</p>\n","urlObject":{"protocol":"https","path":["2.0","internal","session"],"host":["apisandbox.synthetix.com"],"query":[],"variable":[]}},"response":[{"id":"a4ebef92-84ac-487a-bfbd-2c62683b78ba","name":"session","originalRequest":{"method":"POST","header":[{"key":"APPLICATIONKEY","value":"your-application-key"},{"key":"CONSUMERKEY","value":"your-consumer-key"},{"key":"","value":"","type":"text","disabled":true},{"key":"Content-Type","value":"","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"username","value":"your-synthetix-username","description":"`mandatory`","type":"text"},{"key":"password","value":"your-synthetix-password","description":"`mandatory`","type":"text"}]},"url":"https://apisandbox.synthetix.com/2.0/internal/session"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Authorization,APPLICATIONKEY,CONSUMERKEY,HTTP_X_FORWARDED_FOR,CONTENT-TYPE","enabled":true},{"key":"Access-Control-Allow-Methods","value":"GET,POST,DELETE,PATCH,OPTIONS","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"X-API-Node,X-API-Environment,X-API-Version,ETag,Last-Modified","enabled":true},{"key":"Cache-Control","value":"no-cache,no-store,must-revalidate","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Date","value":"Wed, 24 Oct 2018 11:42:50 GMT","enabled":true},{"key":"Expires","value":"GMT","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Server","value":"Apache","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains","enabled":true},{"key":"Tk","value":"N","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true},{"key":"X-API-Node","value":"52c20b7818fd","enabled":true},{"key":"X-API-Version","value":"development;(D3)","enabled":true},{"key":"X-Cake","value":"The Cake is a lie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"X-Quota","value":"unlimited/infinite","enabled":true},{"key":"X-Request-ID","value":"1540381370-1705158265-27","enabled":true},{"key":"X-XSS-Protection","value":"1; mode=block","enabled":true},{"key":"Content-Length","value":"68","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"authorised\": true,\n    \"token\": \"xxxxxxx-xxxx-xxxx-xxxx-xxxxxxx\",\n    \"days_until_password_expires\": 10\n}"}],"_postman_id":"a51d61e6-f39c-4073-9312-49941b56bd97"}],"id":"f0931432-66a3-4452-a6ee-c2c9d3958bdb","description":"<p>Internal endpoints encompass functionalities such as retreiving chat ids and initialising a new session.</p>\n","_postman_id":"f0931432-66a3-4452-a6ee-c2c9d3958bdb"},{"name":"livechat","item":[{"name":"details","id":"a5588311-97ba-437f-9aac-d8d196a96072","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your-synthetix-token"}]},"isInherited":false},"method":"POST","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"uniQref","value":"your_uniqRef","description":"<p><code>mandatory</code>. Can be an array of chat reference IDs</p>\n","type":"text"},{"key":"previous_contact","value":"true","description":"<p>true or talse. false as default if not passed. \nWill return up to 10 previous chats per uniQref provided if there is a match on telephone number or email address.</p>\n","type":"text"}]},"url":"https://apisandbox.synthetix.com/2.0/livechat/details","description":"<p>Returns the chat information of the passed uniQref ID.</p>\n","urlObject":{"protocol":"https","path":["2.0","livechat","details"],"host":["apisandbox.synthetix.com"],"query":[],"variable":[]}},"response":[{"id":"140709e9-1a09-476b-a39d-c577b02e8c5b","name":"details","originalRequest":{"method":"POST","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"[Learn more...](#authentication)"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"[Learn more...](#authentication)"}],"body":{"mode":"formdata","formdata":[{"key":"uniQref","value":"your_uniqRef","description":"`mandatory`. Can be an array of chat reference IDs","type":"text"},{"key":"previous_contact","value":"true","description":"true or talse. false as default if not passed. \nWill return up to 10 previous chats per uniQref provided if there is a match on telephone number or email address.","type":"text"}]},"url":"https://apisandbox.synthetix.com/2.0/livechat/details"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 02 May 2024 15:14:34 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"1567","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"Apache","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization,APPLICATIONKEY,CONSUMERKEY,HTTP_X_FORWARDED_FOR,CONTENT-TYPE","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"X-API-Node,ETag,Last-Modified,Date,HTTP_X_AMZN_TRACE_ID","enabled":true},{"key":"Cache-Control","value":"no-cache,no-store,must-revalidate","enabled":true},{"key":"Accept","value":"application/json,multipart/form-data,application/x-www-form-urlencoded","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Tk","value":"N","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=7776000","enabled":true},{"key":"X-Cake","value":"The Cake is a lie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"HTTP_X_AMZN_TRACE_ID","value":"Root=1-6633add9-5d33cf2131bb0a8b2d5f9dfe","enabled":true},{"key":"X-API-Node","value":"8e74b1 [Nightly]","enabled":true},{"key":"Access-Control-Allow-Methods","value":"POST,PATCH,OPTIONS","enabled":true},{"key":"Expires","value":"2024-05-02T16:11:05+00:00","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"ABDEFGH\": {\n        \"participants\": [\n            {\n                \"user_id\": \"0000\",\n                \"Name\": \"Jenny Smith\",\n                \"avatar\": \"https://cdn.synthetix.com/av.jpg\"\n            }\n        ],\n        \"status\": \"Completed\",\n        \"current_status\": \"Completed\",\n        \"email\": \"jen.smith@synthetix.com\",\n        \"phone\": \"3323213213123\",\n        \"skill\": \"Online Customer Service\",\n        \"channel\": \"Live chat\",\n        \"op_name\": \"JenSmith\",\n        \"application\": \"ABC38848DEF93\",\n        \"uniQref\": \"ABDEFGH\",\n        \"name\": \"Jenny Smith\",\n        \"start_time\": \"2024-05-02 16:11:36\",\n        \"accept_time\": \"2024-05-02 16:11:41\",\n        \"finish_time\": \"2024-05-02 16:14:20\",\n        \"wrap_up_time\": \"2024-05-02 16:14:23\",\n        \"misc\": \"\",\n        \"brand\": \"\",\n        \"ipaddress\": \"00.000.000.000\",\n        \"user_agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0\",\n        \"source\": \"https://cdn.synthetix.com/penfield/svelte/widget/index.html\",\n        \"Geo\": \"00.0000,00.0000\",\n        \"owner_id\": 0000,\n        \"session\": \"000-0000-0000-0000-000000000000\",\n        \"PreviousContact\": [\n            {\n                \"uniQref\": \"AABBCCDDEEFF\",\n                \"start_time\": \"2024-02-15 14:22:28\",\n                \"name\": \"Jenny Smith\",\n                \"surname\": \"Smith\",\n                \"skill\": \"Testing\",\n                \"phone\": \"2313213\",\n                \"misc\": \"\",\n                \"email\": \"jen.smith@synthetix.com\",\n                \"operator\": 00000,\n                \"status\": \"Completed\",\n                \"current_status\": \"Completed\",\n                \"channel\": \"Live chat\",\n                \"transcript_sent\": false,\n                \"banned\": false,\n                \"flagged\": false\n            }\n             \n        ],\n        \"likes\": 0,\n        \"banned\": false,\n        \"flagged\": false,\n        \"last_ping_seconds\": 8,\n        \"last_ping_timestamp\": 1714662865,\n        \"environmental\": {\n            \"channel\": \"0\"\n        },\n        \"queue\": 5,\n        \"duration\": 159,\n        \"trigger\": \"inknowledgelivechat\",\n        \"what_3_words\": {\n            \"words\": \"what.three.words\",\n            \"map\": \"https://map.what3words.com/what.three.words\"\n        },\n        \"feedback\": {\n            \"operator\": {\n                \"189\": \"faqtAgent enquiry\",\n                \"190\": \"Yes\",\n                \"344\": \"test\"\n            },\n            \"customer\": []\n        },\n        \"end_reason\": \"Operator Ended Chat\",\n        \"transcript_status\": \"Not Sent\",\n        \"Messages\": [\n            [\n                {\n                    \"type\": \"message\",\n                    \"messageIndex\": 0,\n                    \"subject\": \"727823555f2b37077040\",\n                    \"id\": \"998877665544\",\n                    \"score\": 0,\n                    \"ReceivedAt\": \"02/05/2024 16:11:41\",\n                    \"Sender\": \"Agent\",\n                    \"Name\": \"Jenny Smith\",\n                    \"Message\": \"Hello, how can I help you today?\",\n                    \"status\": 2,\n                    \"user_id\": 0000,\n                    \"Attachments\": \"\",\n                    \"profileimage\": null\n                }\n            ]\n        ],\n        \"Message Count\": 1\n    }\n}"}],"_postman_id":"a5588311-97ba-437f-9aac-d8d196a96072"},{"name":"queue","id":"46d174ea-5488-462a-bed1-33c362e65af1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"your-synthetix-token"}]},"isInherited":false},"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"<p><a href=\"#authentication\">Learn more...</a></p>\n"}],"url":"https://apisandbox.synthetix.com/2.0/livechat/queue","description":"<p>Retrieves a list of all chats currently in the queue. Access to this endpoint requires a service account.</p>\n<p>The response includes detailed information about each chat, such as:</p>\n<ul>\n<li><p><code>uniQref</code>: The chat's unique reference ID.</p>\n</li>\n<li><p><code>skill</code>: The assigned skill of the chat.</p>\n</li>\n<li><p><code>bump</code>: Indicates whether the chat has been escalated or transferred to a different skill, giving it higher priority.</p>\n</li>\n<li><p><code>state</code>: The current status of the chat, represented by:</p>\n<ul>\n<li><p><code>\"N\"</code>: New</p>\n</li>\n<li><p><code>\"O\"</code>: Open</p>\n</li>\n<li><p><code>\"U\"</code>: Updated</p>\n</li>\n<li><p><code>\"C\"</code>: Closed</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["2.0","livechat","queue"],"host":["apisandbox.synthetix.com"],"query":[],"variable":[]}},"response":[{"id":"f2dbb4a8-f775-40ac-9d14-9c897b568b46","name":"queue","originalRequest":{"method":"GET","header":[{"key":"APPLICATIONKEY","value":"your-application-key","description":"[Learn more...](#authentication)"},{"key":"CONSUMERKEY","value":"your-consumer-key","description":"[Learn more...](#authentication)"}],"url":"https://apisandbox.synthetix.com/2.0/livechat/queue"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 02 May 2024 15:14:34 GMT","enabled":true},{"key":"Content-Type","value":"application/json; charset=utf-8","enabled":true},{"key":"Content-Length","value":"1567","enabled":true},{"key":"Connection","value":"keep-alive","enabled":true},{"key":"Server","value":"Apache","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Authorization,APPLICATIONKEY,CONSUMERKEY,HTTP_X_FORWARDED_FOR,CONTENT-TYPE","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Expose-Headers","value":"X-API-Node,ETag,Last-Modified,Date,HTTP_X_AMZN_TRACE_ID","enabled":true},{"key":"Cache-Control","value":"no-cache,no-store,must-revalidate","enabled":true},{"key":"Accept","value":"application/json,multipart/form-data,application/x-www-form-urlencoded","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Tk","value":"N","enabled":true},{"key":"Strict-Transport-Security","value":"max-age=7776000","enabled":true},{"key":"X-Cake","value":"The Cake is a lie","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"HTTP_X_AMZN_TRACE_ID","value":"Root=1-6633add9-5d33cf2131bb0a8b2d5f9dfe","enabled":true},{"key":"X-API-Node","value":"8e74b1 [Nightly]","enabled":true},{"key":"Access-Control-Allow-Methods","value":"POST,PATCH,OPTIONS","enabled":true},{"key":"Expires","value":"2024-05-02T16:11:05+00:00","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Vary","value":"Accept-Encoding","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"new\": [\n        {\n            \"skill\": \"Testing\",\n            \"name\": \"Max Mustermann\",\n            \"state\": \"N\",\n            \"uniQref\": \"xxxxxxxxxxxxxx\",\n            \"surname\": \"Mustermann\",\n            \"initation_time\": \"2024-08-29 13:47:57\",\n            \"lapsed_time\": 6,\n            \"brand\": null,\n            \"bump\": false,\n            \"channel\": \"Live chat\",\n            \"phone\": \"+ (012) 345-6789\",\n            \"session\": \"xxxxxxx-xxxx-xxxx-xxxxxxxxxxx\",\n            \"last_ping_seconds\": 3,\n            \"last_ping_timestamp\": 1724939280\n        }\n    ],\n    \"invitations\": [],\n    \"total\": 1\n}"}],"_postman_id":"46d174ea-5488-462a-bed1-33c362e65af1"}],"id":"1b806108-74b0-403d-b4f5-15fe6db30d56","description":"<p>Live chat endpoints provide the ability to retreive live chat data, enabling the extraction of comprehensive details for analysis, monitoring, and record-keeping purposes.</p>\n","_postman_id":"1b806108-74b0-403d-b4f5-15fe6db30d56"}],"event":[{"listen":"prerequest","script":{"id":"9804ae4c-58e6-4bdd-81bf-dd0e8e6b313d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"71ba92d4-67d8-40b0-a398-bcb4601eab47","type":"text/javascript","exec":[""]}}],"variable":[{"key":"TOKEN","value":"your-synthetix-token"},{"key":"CONSUMERKEY","value":"your-consumer-key"},{"key":"APPLICATIONKEY","value":"your-application-key"},{"key":"HOST","value":"apisandbox.synthetix.com"},{"key":"BASE","value":"2.0"}]}