API limits

Refer to our list of rate limits & query limits for troubleshooting help.

Base API rate limits

Endear's APIs employ rate limits against bursts of incoming traffic to help maximize its stability. All endpoints are rate limited to 120 requests / minute. All API traffic will be subject to these rate limits, and will receive HTTP 429 errors in the event either a rate limit is reached.

GraphQL limits

Endear's GraphQL endpoints also employ a query complexity limit. All queries & mutations have an associated query complexity cost that adds up. Each individual query or mutation cannot surpass a query cost of 3,500. There is no standard cost for any given operation or selection. We recommend using our API explorer which can return the query cost & help you estimate your limits.


What’s Next