We have rate limits for each of our APIs in production. Please find the same below:
HTTP responses will return a 429 status code for any request if the rate limit exceeds the above mentioned threshold. The response body will be:
Status code: 429
{
"code" : "rate_limit",
"message" : "Allowed rate limit breached"
}