Skip to main content

Rate Limits

Calry API will return a rate limit error with the HTTP status code 429 - Too Many Requests when the request rate limit for a Linked Account is reached.

When possible, we return the Source System's rate limit in the response headers.

We recommend adding an exponential backoff to your requests to ensure retry requests do not get rate-limited.