Account Usage
Returns extended API usage stats for your account for the specified month and year, including efficacy reporting.
Returns extended API usage stats for your account for the specified month and year, including efficacy reporting. Note that current usage numbers may be up to 5 minutes behind.
The Enzoic API uses a basic auth scheme where the username is your API key and the password is your API secret.
See https://docs.enzoic.com/enzoic-api-developer-documentation/using-the-enzoic-api#api-authentication for more details.
(Optional) The numeric month you wish to retrieve data for (1-12). Defaults to the current month.
<current month>Example: 10(Optional) The full year you wish to retrieve data for (e.g. 2023). Defaults to the current year.
<current year>Example: 2023The response contains requested usage statistics.
The total number of API calls made on your account
443644The number of Passwords API calls made during the specified billing period
438364The number of matches returned by the Passwords API during the specified billing period. This can be used as a rough estimate for what percentage of the time a password was rejected.
344697The number of Credentials API checks made during the specified billing period
120831The number of matches returned by the Credentials API during the specified billing period. This can be used as a rough estimate for what percentage of the time a set of credentials was found to be compromised.
10219The number of Exposures API calls made during the specified billing period
23099The number of matches returned by the Exposures API during the specified billing period.
17833The response contains requested usage statistics.
Last updated
Was this helpful?