429 Too Many Requests response.
An example response when the rate limit is exceeded:
- Implement exponential backoff in your retry logic
- Cache responses where appropriate to reduce API calls
- Contact support if you need higher rate limits for your use case