Our configuration endpoints employ rate limits to manage the amount of incoming traffic to ensure platform stability. If a client exceeds the allowed request rate, the API will respond with a status code 429 Too Many Requests
, indicating that the request has been throttled.
If throttling occurs it is crucial to pause API requests temporarily and consider slowing down the frequency of subsequent requests, preferably using an exponential back off strategy.