Limits
Daily Quota
We have a default limit of 10000 (10k) requests per day per company, which resets at 00:00 UTC. This limit should be plenty for most use cases.
If you have a use case where you think you need more, please contact us at support@memomeister.com and describe your use case and how you think you want to use our API.
To see how many requests you have made, you can check on the API Key Page.
You can look at the Best Practices section to reduce the number of requests.
Rate Limiting
We have a rate limit of 3000 requests every 5 minutes to prevent anyone from overusing the API. This number is double what we usually see, so it should work well for most situations.
Query Complexity
We do limit the complexity of queries to prevent abuse of the API. The exact thresholds might still change over time as we change/improve the fields implementation. If your query is too complex, you will receive a QUERY_TOO_COMPLEX error.
Here's some advice on how you can avoid running into these issues:
- Don't query more than 250 items if the
firstargument is available - Don't query large lists of large lists (e.g., folders and their subfolders)