Retrieve total tax exposure for a specific country, with optional filtering by state and county.
country
(string, required) — ISO 3166-1 alpha-2 country code (e.g., US
, DE
, IN
)state
(string, optional) — Two-letter or full state name depending on country conventions (e.g., CA
, Bayern
)county
(string, optional) — Specific county or district within the state (e.g., Los Angeles
, Cook
)country
(string) — Country for which the exposure is returnedstate
(string, optional) — State-level filter appliedcounty
(string, optional) — County-level filter appliedcurrency
(string) — ISO currency code (e.g., USD
, EUR
)exposure_amount
(integer) — Exposure amount in minor units (e.g., 198000 = $1,980.00)Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
ISO 3166-1 alpha-2 country code.
"US"
State or region code (optional).
"CA"
County name (optional).
"Los Angeles"
Exposure for the given jurisdiction
The response is of type object
.