Manage your organization's tax profile and access EU VAT rates. The tax profile stores your legal entity details (VAT ID, tax regime, legal address) used on invoices and for reverse-charge determination.
EU VAT rates are maintained automatically and include standard, reduced, super-reduced, and parking rates for all EU member states.
List EU VAT rates
Returns all current EU-27 VAT rates including standard, reduced, and super-reduced rates.
Headers
X-Workspace-IdSelects the workspace this request operates in, by workspace UUID or slug (e.g. a sandbox workspace for test integrations). Omitted: the organization's default live workspace. Unknown workspace: 404; workspace outside your organization: 403. Discover workspaces via GET /workspaces.
Workspace UUID or slug.
List EU VAT rates › Responses
OK
Get organization tax profile
Returns the organization's tax profile including legal name, address, VAT ID, and tax regime.
Headers
X-Workspace-IdSelects the workspace this request operates in, by workspace UUID or slug (e.g. a sandbox workspace for test integrations). Omitted: the organization's default live workspace. Unknown workspace: 404; workspace outside your organization: 403. Discover workspaces via GET /workspaces.
Workspace UUID or slug.
Get organization tax profile › Responses
OK
Update organization tax profile
Updates the organization's tax profile fields (partial update supported).
Headers
X-Workspace-IdSelects the workspace this request operates in, by workspace UUID or slug (e.g. a sandbox workspace for test integrations). Omitted: the organization's default live workspace. Unknown workspace: 404; workspace outside your organization: 403. Discover workspaces via GET /workspaces.
Workspace UUID or slug.
Update organization tax profile › Request Body
legal_nameoss_countrytax_numbertax_regimevat_idUpdate organization tax profile › Responses
OK
Export tax data
Exports tax data for a billing period as CSV or JSON. Includes invoice line items with tax breakdowns.
query Parameters
fromPeriod start date (YYYY-MM-DD)
Period start date (YYYY-MM-DD)
toPeriod end date (YYYY-MM-DD, inclusive)
Period end date (YYYY-MM-DD, inclusive)
formatOutput format: csv or json (default csv)
Output format: csv or json (default csv)
jurisdictionFilter by jurisdiction country code
Filter by jurisdiction country code
Headers
X-Workspace-IdSelects the workspace this request operates in, by workspace UUID or slug (e.g. a sandbox workspace for test integrations). Omitted: the organization's default live workspace. Unknown workspace: 404; workspace outside your organization: 403. Discover workspaces via GET /workspaces.
Workspace UUID or slug.
Export tax data › Responses
Tax export file (CSV or JSON)