# Get brief usage overview for account GET /v3/usage/overview Endpoint: GET /v3/usage/overview Security: API_Key ## Response 200 fields (application/json): - `auditUsage` (object, required) and can be omitted if there is no limit. is only visible to account admins. - `auditUsage.usageCount` (integer, required) Number of pages scanned (for audits) or runs completed (for web journeys) to date - `auditUsage.usageLimit` (integer) Limit of pages scanned (for audits) or runs completed (for web journeys) for the current contract term - `auditUsage.limitNoteType` (string) Enum: "UNLIMITED", "LIMIT_UNDETERMINED" - `auditUsage.usagePercentage` (number) Percentage of usage relative to contract term limit - `auditUsage.overLimitPrice` (object) Price of a page scan (for audits) or a run (for web journeys) over the limit - `auditUsage.overLimitPrice.amount` (number, required) Example: 0.01 - `auditUsage.overLimitPrice.currency` (string, required) A currency represented by its ISO 4217 alpha code Example: "USD" - `auditUsage.currentContractTerm` (object, required) Contract start and end dates - `auditUsage.currentContractTerm.startDateInclusive` (string, required) Date in ISO 8601 format, in UTC timezone - `auditUsage.currentContractTerm.endDateInclusive` (string, required) Date in ISO 8601 format, in UTC timezone - `webJourneyUsage` (object) and can be omitted if there is no limit. is only visible to account admins. - `allowOverages` (boolean, required) When TRUE, account is allowed to go over the limit and will be charged for overages. When FALSE, account will be blocked from running audits and web journeys that will go over the limit. ## Response 401 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 403 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object)