I want to access my data using middleware for some advanced processing. I plan on using the Data API in most cases. However, I cannot find any information on what the limits are, if there any usage costs (like WU), and if I do hit a limit, are there overage changes?
The Data API and Workflow API handle a set number of requests per minute depending on your plan:
Starter: 15,000
Growth: 25,000
Team: 35,000
For some reason, the referenced doc is missing the thousand separators (15 000 vs 15,000).
So there are no additional usage costs (such as $/request, cpu time, WU) associated with Data API usage, right? I just need to stay inside the requests per minute limit, correct?