Get liability report
Filings
Get liability report
Returns per-filing liability snapshots for a list of filing IDs (max 100). Each entry’s breakdown object is populated for US and Canadian filings, where liability values live on the filing row itself, and null for VAT filings (UK and EU country VAT, Union OSS, Non-Union OSS, IOSS) — fetch the box-level VAT detail for those via POST /filings/contributions.
POST
Get liability report
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
List of filing UUIDs to include in the report. Maximum 100 entries.
Required array length:
1 - 100 elementsExample:
[
"f1e2d3c4-b5a6-7890-abcd-ef1234567890",
"a2b3c4d5-e6f7-8901-bcde-f23456789012"
]