Account Status
The Account Status API allows you to query the current usage of your Enzoic account. Returns basic API usage stats for your account for the current billing period. Note that current usage numbers may be up to 5 minutes behind.
Authorizations
Responses
200
The response contains current usage statistics.
application/json
get
GET /v1/account-status HTTP/1.1
Host: api.enzoic.com
Authorization: Bearer Base64(your_api_key:your_api_secret)
Accept: */*
200
The response contains current usage statistics.
{
"monthlyAPICallLimit": 20000,
"currentAPICallUsage": 1022,
"exposureAlertsServiceMonitoredAccountsLimit": 10,
"exposureAlertsServiceCurrentMonitoredAccounts": 8,
"exposureAlertsServiceMonitoredDomainsLimit": 1,
"exposureAlertsServiceCurrentMonitoredDomains": 1
}
Last updated
Was this helpful?