I am writing a service that will call the Canvas API anywhere from once every 5 minutes to once every hour.
Based on this page:
Throttling - Canvas LMS REST API Documentation
I am will be throttled based on my quota but I can't find my quota. Where is it?
Now the document above mentions that since I won't issue more than one request at a time, I likely won't hit the limit, but I would like to know what it is.
Can anyone help?