Skip to main content

Rate Limiting

All API calls are subject to rate limiting on a per-minute basis. Rate limiting can be configured per-token, please reach out to for more information.

API calls are limited to 15 requests per minute by default. If you would like to discuss rate limits further, contact help@nabis.com to review your specific needs.


Exceeded Rate Limit Response

If you exceed the rate limit for your access token, the API will respond with the following:

{
"statusCode": 429,
"message": "Too Many Requests"
}