What are the API limits?
SUMMARY
- TinyCC has defined API limits.
- Error codes signify when you have breached limits.
TinyCC service plan determines API limits. To see your account limits, go to Settings > Account. We specify URL limits in URLs/month and Max URLs/account, whereas we show API limits in requests/day. When you exceed limits, it results in the following error codes:
- 1220 signifying 'Reaching your URLs limit' (either "Total account size limit" or "URLs/month limit" reached).
- 1303 signifying 'API call limit reached' (always "API requests/day" limit reached).
- 1221 -- 'Exceeded limit of batch operation' (minimum URL length - 4, Maximum URL length - 2048).
- 1216 -- 'Invalid URL length.'
In addition, multiple execution parameters sent in a single call are limited to 100/batch, which is the default.