Skip to main content
Answered

Receiving HTTP error 429 (Too Many Requests) when I'm using /search endpoints, even if I send only 1 request to this endpoint..

  • June 28, 2022
  • 1 reply
  • 114 views

Apparently when I do a request for /search endpoints that has many results I receive the HTTP error 429..

e.g:

body = {
"query": {"field": "updated_at", "operator": ">", "value": 1656362751},
"sort": {"field": "updated_at", "order": "ascending"},
"pagination": {"per_page": 150,},
}
 
response = request.post(endpoint="https://api.intercom.io/conversations/searchquot;, payload=body)

Even if it's only one day of search it leads to that 429 error...

Best answer by Gavin

That's odd. I'm not able to reproduce this issue and am using this API on a daily and have not received any rate limiting errors.

 

I would suggest contacting Intercom directly to check on their end for any potential issues that may be causing this.

View original
Did this topic help you find an answer to your question?

1 reply

Forum|alt.badge.img+1
  • Active User
  • 30 replies
  • Answer
  • June 30, 2022

That's odd. I'm not able to reproduce this issue and am using this API on a daily and have not received any rate limiting errors.

 

I would suggest contacting Intercom directly to check on their end for any potential issues that may be causing this.


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings