429 Too Many Requests

429 Too Many Requests

This status code notifies that too many requests were made by the caller in a predefined time period. This mechanism throttles the number of requests processed and sent to a backend by an API Service, for protecting against performance lags and downtime.


Possible solutions

  • Check your codebase whether you need so many requests per period. If it's necessary contact the API support team to configure different policies for your application.

Did this page help you?