Documentation
Rate Limiting

Rate Limiting

To ensure fair usage and maintain performance, the GrowForMe API enforces rate limiting. Each API key is subject to a limit on the number of requests allowed per minute.

  • Limit: 100 requests per minute.
  • Response Codes:
    • 429 Too Many Requests: Returned when the rate limit is exceeded.

Best Practices:

  • Implement exponential backoff to retry requests when you hit the limit.
  • Monitor your usage to stay within the rate limit and avoid interruptions.

For detailed rate limit information or to request a higher limit, please contact support.