Skip to main content

Rate Limiting

Bouncify APIs requests are rate-limited. You can make up to 120 requests per minute for API endpoint.

If you exceed your rate limit, the API will returns the following error:

Error Response

HTTP/ 429 Too Many Requests
{
"success":"false",
"result":"Too Many Requests"
}