Get Country-wise Exposure Overview
Exposure
Get Global Tax Exposure
Retrieve a hierarchical breakdown of your tax exposure across countries, states, and counties.
GET
Get Country-wise Exposure Overview
Use this endpoint to fetch a real-time summary of your tax exposure across all supported countries. The response includes a nested structure showing totals at the country level, with optional breakdowns for states and counties where applicable.
Response Fields
Each item in the response may include: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 exposure
Notes
- All monetary fields (
exposure_amount) are returned as integers, multiplied by 100 (e.g.,190000= 1,900.00). - Jurisdiction and county fields only appear if exposure exists at those levels.
- Ideal for generating compliance dashboards, audit reports, or jurisdiction-specific financial summaries.