Rate limit

Next Project API is equipped with a rate-limiting system, primarily to protect the systems from abuse and over-utilization of system resources.

Next Project API allows no more than 10 calls per second to be made per client identifier (integrator) and next database (customer instance). For calls to an unauthenticated endpoint, for example, the / token` endpoint, the same limit applies but is counted per caller IP address instead of per client identifier and next database. When a client makes too many calls, further calls will get an HTTP 429 Too Many Requests response.