Get Account Metrics
Returns usage metrics for the authenticated account
Authentication
X-API-KEYstring
API Key authentication via header
Query parameters
key
API key identifying the account whose usage metrics are returned. May be supplied as this query parameter or the X-API-KEY header.
Response
OK
core_request_count
Number of core (tax lookup) requests the account has consumed in the current billing period.
core_request_limit
Maximum core requests allowed for the account in the current period, from the account's entitlement.
core_usage_percent
Core request usage as a percentage of the limit (0–100).
geo_enabled
Whether the account has the geocoding (geo_enabled) entitlement that allows address and coordinate lookups.
geo_request_count
Number of geocoding requests the account has consumed in the current period.
geo_request_limit
Maximum geocoding requests allowed for the account in the current period.
geo_usage_percent
Geocoding request usage as a percentage of the limit (0–100).
is_active
Whether the account is currently active and able to make requests.
merchant_request_count
Number of merchant requests the account has consumed in the current period.
merchant_request_limit
Maximum merchant requests allowed for the account in the current period.
merchant_usage_percent
Merchant request usage as a percentage of the limit (0–100).
message
Informational message about the account.
Errors
401
Get Account Metrics Request Unauthorized Error
422
Get Account Metrics Request Unprocessable Entity Error
500
Get Account Metrics Request Internal Server Error