<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>article How can I troubleshoot the Conversation API? in Conversation API</title>
    <link>https://community.sinch.com/t5/Conversation-API/How-can-I-troubleshoot-the-Conversation-API/ta-p/13891</link>
    <description>&lt;P&gt;If you encounter any issues while using the Conversation API, you may troubleshoot your issue in the following ways:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Ensure that your &lt;A title="Conversation API credentials" href="https://developers.sinch.com/docs/conversation/getting-started/#2-get-access" target="_blank" rel="noopener"&gt;Conversation API credentials&lt;/A&gt; have been properly included in whatever API calls you make. If this is the cause, you will normally receive an &lt;A title="HTTP error code of 401" href="https://developers.sinch.com/docs/conversation/api-reference/#common-error-responses" target="_blank" rel="noopener"&gt;HTTP status code of 401&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Determine whether you are overloading your solution by comparing your workload against the &lt;A title="default Conversation API rate limits" href="https://developers.sinch.com/docs/conversation/api-reference/#rate-limits" target="_blank" rel="noopener"&gt;default Conversation API rate limits&lt;/A&gt;. If this is the cause, you will normally receive an &lt;A title="HTTP code of 429" href="https://developers.sinch.com/docs/conversation/api-reference/#common-error-responses" target="_blank" rel="noopener"&gt;HTTP status code of 429&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;If you are receiving any other HTTP error codes when you make calls, compare the HTTP code and payload against our &lt;A title="API reference documentation" href="https://developers.sinch.com/docs/conversation/api-reference/" target="_blank" rel="noopener"&gt;API reference documentation&lt;/A&gt;. You may also review a &lt;A title="list of common Conversation API error codes" href="https://developers.sinch.com/docs/conversation/api-reference/#common-error-responses" target="_blank" rel="noopener"&gt;list of common Conversation API error responses&lt;/A&gt;. These may provide more insight into your issue.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;If no HTTP errors are being returned, but you are not getting the expected result, review any &lt;A title="Conversation API callbacks" href="https://developers.sinch.com/docs/conversation/callbacks/" target="_blank" rel="noopener"&gt;Conversation API callbacks&lt;/A&gt; you have received for more information. These can provide insight into more downstream obstacles.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Ensure that the &lt;A title="server you are targeting" href="https://developers.sinch.com/docs/conversation/api-reference/#base-url" target="_blank" rel="noopener"&gt;server you are targeting&lt;/A&gt; in your API calls is in the same region as the one for which your Conversation API app is configured.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Review the corresponding &lt;A title="channel documentation" href="https://developers.sinch.com/docs/conversation/channel-support/" target="_blank" rel="noopener"&gt;channel documentation&lt;/A&gt; for any channel-specific information that may be interfering with your solution.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Reach out to your account manager for general information and to determine whether there are any issues with Sinch's system.&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Fri, 26 Jan 2024 16:11:11 GMT</pubDate>
    <dc:creator>Sam_Williams</dc:creator>
    <dc:date>2024-01-26T16:11:11Z</dc:date>
    <item>
      <title>How can I troubleshoot the Conversation API?</title>
      <link>https://community.sinch.com/t5/Conversation-API/How-can-I-troubleshoot-the-Conversation-API/ta-p/13891</link>
      <description>&lt;P&gt;If you encounter any issues while using the Conversation API, you may troubleshoot your issue in the following ways:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Ensure that your &lt;A title="Conversation API credentials" href="https://developers.sinch.com/docs/conversation/getting-started/#2-get-access" target="_blank" rel="noopener"&gt;Conversation API credentials&lt;/A&gt; have been properly included in whatever API calls you make. If this is the cause, you will normally receive an &lt;A title="HTTP error code of 401" href="https://developers.sinch.com/docs/conversation/api-reference/#common-error-responses" target="_blank" rel="noopener"&gt;HTTP status code of 401&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Determine whether you are overloading your solution by comparing your workload against the &lt;A title="default Conversation API rate limits" href="https://developers.sinch.com/docs/conversation/api-reference/#rate-limits" target="_blank" rel="noopener"&gt;default Conversation API rate limits&lt;/A&gt;. If this is the cause, you will normally receive an &lt;A title="HTTP code of 429" href="https://developers.sinch.com/docs/conversation/api-reference/#common-error-responses" target="_blank" rel="noopener"&gt;HTTP status code of 429&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;If you are receiving any other HTTP error codes when you make calls, compare the HTTP code and payload against our &lt;A title="API reference documentation" href="https://developers.sinch.com/docs/conversation/api-reference/" target="_blank" rel="noopener"&gt;API reference documentation&lt;/A&gt;. You may also review a &lt;A title="list of common Conversation API error codes" href="https://developers.sinch.com/docs/conversation/api-reference/#common-error-responses" target="_blank" rel="noopener"&gt;list of common Conversation API error responses&lt;/A&gt;. These may provide more insight into your issue.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;If no HTTP errors are being returned, but you are not getting the expected result, review any &lt;A title="Conversation API callbacks" href="https://developers.sinch.com/docs/conversation/callbacks/" target="_blank" rel="noopener"&gt;Conversation API callbacks&lt;/A&gt; you have received for more information. These can provide insight into more downstream obstacles.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Ensure that the &lt;A title="server you are targeting" href="https://developers.sinch.com/docs/conversation/api-reference/#base-url" target="_blank" rel="noopener"&gt;server you are targeting&lt;/A&gt; in your API calls is in the same region as the one for which your Conversation API app is configured.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Review the corresponding &lt;A title="channel documentation" href="https://developers.sinch.com/docs/conversation/channel-support/" target="_blank" rel="noopener"&gt;channel documentation&lt;/A&gt; for any channel-specific information that may be interfering with your solution.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Reach out to your account manager for general information and to determine whether there are any issues with Sinch's system.&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Fri, 26 Jan 2024 16:11:11 GMT</pubDate>
      <guid>https://community.sinch.com/t5/Conversation-API/How-can-I-troubleshoot-the-Conversation-API/ta-p/13891</guid>
      <dc:creator>Sam_Williams</dc:creator>
      <dc:date>2024-01-26T16:11:11Z</dc:date>
    </item>
  </channel>
</rss>

