<?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>topic Additional rate limit protection being added to Form Submissions API in Developer Announcements</title>
    <link>https://community.hubspot.com/t5/Developer-Announcements/Additional-rate-limit-protection-being-added-to-Form-Submissions/m-p/813803#M466</link>
    <description>&lt;P&gt;We're adding additional rate limit protection to our Forms Submissions APIs. This new rate limit would only apply after the current standard rate limits are reached.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;What's changing?&lt;/H3&gt;
&lt;P&gt;Form submissions to our&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://legacydocs.hubspot.com/docs/methods/forms/submit_form_v3_authentication" target="_blank"&gt;authenticated submission endpoint&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;follow our&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.hubspot.com/docs/api/usage-details#rate-limits" target="_blank"&gt;standard rate limits&lt;/A&gt;, and submissions to the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://legacydocs.hubspot.com/docs/methods/forms/submit_form" target="_blank"&gt;unauthenticated endpoint&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;have a limit of 50 requests per 10 seconds. We're adding a new form of rate limiting that won't take effect until after these standard limits are already reached.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once a system hits the standard rate limit, it will get HTTP 429 error responses until the limit resets. If a system continues to make requests after the limit is reached and reaches ten 429 error responses in a single second, the system making the requests will be blocked from making requests for a minute. After a minute, that block will automatically be removed, and the system will be able to make requests again.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This new limit differs from our standard limit in a few ways. First, this new limit is based on IP address and not on the HubId. This should mean that an individual visitor submitting a form from your website that submits the data directly to HubSpot (using AJAX for example) should not be affected by this, but a server processing submission data and sending that to HubSpot could hit this limit if the standard rate limit is not handled correctly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Second, the error message for this rate limit error differs from the standard 429 response. Instead of the standard 429 JSON response, the response will be&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;content-type: 'text/plain; charset=UTF-8'&lt;/CODE&gt;, and the body of the response will be&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;error code: 1015&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;When is this changing?&lt;/H3&gt;
&lt;P&gt;This new rate limit will go into effect on&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;August 8th&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let us know if you have any questions by replying below.&lt;/P&gt;</description>
    <pubDate>Thu, 29 Jun 2023 17:21:31 GMT</pubDate>
    <dc:creator>Dadams</dc:creator>
    <dc:date>2023-06-29T17:21:31Z</dc:date>
    <item>
      <title>Additional rate limit protection being added to Form Submissions API</title>
      <link>https://community.hubspot.com/t5/Developer-Announcements/Additional-rate-limit-protection-being-added-to-Form-Submissions/m-p/813803#M466</link>
      <description>&lt;P&gt;We're adding additional rate limit protection to our Forms Submissions APIs. This new rate limit would only apply after the current standard rate limits are reached.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;What's changing?&lt;/H3&gt;
&lt;P&gt;Form submissions to our&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://legacydocs.hubspot.com/docs/methods/forms/submit_form_v3_authentication" target="_blank"&gt;authenticated submission endpoint&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;follow our&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.hubspot.com/docs/api/usage-details#rate-limits" target="_blank"&gt;standard rate limits&lt;/A&gt;, and submissions to the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://legacydocs.hubspot.com/docs/methods/forms/submit_form" target="_blank"&gt;unauthenticated endpoint&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;have a limit of 50 requests per 10 seconds. We're adding a new form of rate limiting that won't take effect until after these standard limits are already reached.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once a system hits the standard rate limit, it will get HTTP 429 error responses until the limit resets. If a system continues to make requests after the limit is reached and reaches ten 429 error responses in a single second, the system making the requests will be blocked from making requests for a minute. After a minute, that block will automatically be removed, and the system will be able to make requests again.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This new limit differs from our standard limit in a few ways. First, this new limit is based on IP address and not on the HubId. This should mean that an individual visitor submitting a form from your website that submits the data directly to HubSpot (using AJAX for example) should not be affected by this, but a server processing submission data and sending that to HubSpot could hit this limit if the standard rate limit is not handled correctly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Second, the error message for this rate limit error differs from the standard 429 response. Instead of the standard 429 JSON response, the response will be&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;content-type: 'text/plain; charset=UTF-8'&lt;/CODE&gt;, and the body of the response will be&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;error code: 1015&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;When is this changing?&lt;/H3&gt;
&lt;P&gt;This new rate limit will go into effect on&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;August 8th&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let us know if you have any questions by replying below.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2023 17:21:31 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Developer-Announcements/Additional-rate-limit-protection-being-added-to-Form-Submissions/m-p/813803#M466</guid>
      <dc:creator>Dadams</dc:creator>
      <dc:date>2023-06-29T17:21:31Z</dc:date>
    </item>
  </channel>
</rss>

