- Email Hippo knowledge base
- MORE
- Managing API keys
How to check your MORE API quota using the API
Retrieve your current quota level using our RESTful API.
Use one of the methods below to retrieve your quota information.
Just replace "YourKeyHere" with your actual API key.
Curl
curl -X GET --header 'Accept: application/json' 'https://api.hippoapi.com/customer/reports/v3/quota/YourKeyHere'Request URL
https://api.hippoapi.com/customer/reports/v3/quota/YourKeyHereResponse Body
{ "accountId": 0, "licenseKey": "string", "quotaUsed": 0, "quotaRemaining": 0, "nextQuotaResetDate": "2017-09-16T14:46:16.230Z", "reportedDate": "2017-09-16T14:46:16.230Z", "errorSummary": "string" }For a full swagger.io based definition see the Endpoint Definitions