Rate Limit

The GraphQL API limit is different from the REST API rate limits.

Why are the API rate limits different? With GraphQL, one GraphQL call can replace multiple REST calls. A single complex GraphQL call could be the equivalent of thousands of REST requests. While a single GraphQL call would fall well below the REST API rate limit, the query might be just as taxing for GoTab's servers to compute.

Once a rate limit is reached, any subsequent requests made by your app will fail and the API will return an error code until enough time has passed for the call count to drop below the limit.

📘

Rate Limits Per API

GraphQL calculates to 4 Request Per Second (RPS) per API credential.