How to check account API limit when using sendgrid python API?
I need to know the limits and according will tweak my program to avoid hitting the API limits. Probably the limit is 600 calls per minute.
But I want to know the python api endpoint which will retrieve that.
The only documentation I found is: https://sendgrid.com/docs/API_Reference/Web_API_v3/How_To_Use_The_Web_API_v3/rate_limits.html
How do I implement this in python API client?