05-23-2022 02:48
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

05-23-2022 02:48
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hello,
I've started to have 'Request failed with status code 429' sometimes.
As I understood it means that I'm out of limit 150 requests per user per hour.
But I do need more than 150 r/h sometimes.
How can I solve this?
05-26-2022 18:29
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



05-26-2022 18:29
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hi @yaron_levi_02,
Could you tell me what requests you're making when you hit the 429 error as well as your objective? Maybe I can offer you an alternative solution to reduce your API calls and still meet your objective.

05-27-2022 06:05
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

06-01-2022 03:30
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

06-01-2022 03:30
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
John, could you take a look?

06-07-2022 16:06
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



06-07-2022 16:06
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
@yaron_levi_02 Thanks for providing me with an example.
Is your application only retrying the activities endpoint due to the failed requests, or is your application intentionally calling this endpoint this often per hour? You are correct that we rate limit requests to 150 API calls per hour and there is no way to increase this.
Most of the time, you can get all the data you need under the rate limit requirements. Could you tell me what endpoints you execute per hour (before the rate limit occurs)? We have a few tips in our Best Practices documentation, and are looking to add more as we come across more examples.
Once I get a better understanding of what calls you make within an hour, perhaps I can provide you a better strategy to reduce your calls.
