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 help@nabis.com for more information.

Token TypeRate Limit
Standard15 calls / 60 seconds
CustomN calls / 60 seconds

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"
}