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
There are plans to limit the complexity of queries to prevent abuse of the API. This is not yet fully implemented. Though it is already being calculated and monitored. But to give you already some idea to prevent running into issues in the future:
- don't query more than 250 items if the
first
argument is available - don't query large lists of large lists. (e.g. folders and its subfolders)