Hello there!
We’ve been using Hubspot for a couple months now, integrating it wasn’t actually that hard but it took some time. We ran some tests and everything seemed to be fine. After those tests we deployed our webpages and they were working fine for about 5 days when suddenly they wouldn’t complete the requests anymore.
After digging into the code we found out that’s because we’ve reached our 500k requests limits a day and it was only 9AM 03/13/2020 (We’re in Brazil, so that would be GMT -3).
We are still looking into the cause of that problem but we’re not being able to identify where the requests are comming from on our end, we are running through our servers’ logs but everything seems to be normal.
Is there anyway that anyone could help us find where all the requests came from? We are looking for every possible cause of this, 500k requests in less than 9 hours past midnight is something our services would never be able to reach under normal circumstances…
This is the response we get when we try to send a request (this case is a contact creation/update).
error 429
- status: “error”
- message: “You have reached your daily limit.”
- errorType: “RATE_LIMIT”
- correlationId: “ff9f6701-c22b-4edf-b83a-68e4d3882970”
- groupName: “publicapi:hapikey-api-calls-daily:6598604”
- policyName: “DAILY”
- requestId: “70d57b2c48cbbc38c4bb6aea496bb113”
The limit seemed to be reached at around 8-9AM GMT -03:00.
Any help would be appreciated.
Thanks in advance!
Regards.