Retrieve a hierarchical breakdown of your tax exposure across countries, states, and counties.
country
– ISO 3166-1 alpha-2 country code (e.g., US
, IN
, FR
)country_name
– Full name of the countryexposure_amount
– Total exposure in minor units (e.g., cents, paise)currency
– ISO 4217 currency code (e.g., USD
, EUR
, INR
)jurisdictions[]
(optional) – State or region-level breakdowns:
state
– State or region codestate_name
– Full name of the state or regionexposure_amount
– Exposure amount at the state levelcounties[]
(optional) – County-level exposure within the state:
county
– Name of the countyexposure_amount
– County-level exposureexposure_amount
) are returned as integers, multiplied by 100 (e.g., 190000
= 1,900.00).Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Exposure summary across supported countries and jurisdictions
The response is of type object
.