Request Limit Reached
Use this page when requests fail because the API key has reached the request limit for the current cycle.
Symptoms
You may see:
429 Too Many Requestsrequest_limit_reachedAPI request limit reached- A response showing
request_limitandrequests_used
Likely Causes
Common causes include:
- The key has reached its monthly request allowance.
- Automated tests or retries sent more requests than expected.
- Multiple environments are sharing the same key.
- A background job is repeatedly calling the API.
How to Check
- Open API Key Management.
- Check request usage for the key.
- Open Dashboard Overview.
- Review recent API activity.
- Check application logs for retry loops or repeated calls.
How to Fix
- Pause automated jobs that are sending unnecessary requests.
- Reduce retry frequency.
- Use fewer test requests while debugging.
- Wait for the next renewal cycle.
- Upgrade or change plans if your application needs a higher request limit.