2 Answers
- Newest
- Most votes
- Most comments
2
- There isn't a way to change when the usage plan quota resets. Monthly quotas only reset on the 1st of every month.
- There is a getUsage API that will return the usage data for each API key in a usage plan. You can use this to retrieve the remaining quota(s) and give the relevant data back to the user. https://docs.aws.amazon.com/apigateway/latest/api/API_GetUsage.html
answered 3 years ago
Relevant content
- asked 6 months ago
- AWS OFFICIALUpdated 5 months ago

Thank you for the helpful response, I will try the GetUsage API to retrieve the remaining quota.