v4
latestOpenAPI 3.1.02026-08-032294621.7 MBVAT Rates
List VAT rates
Retrieve a paginated list of VAT rates available for the organization.
Use the id field as vat_rate_id when creating or updating transaction line items (invoices, bills, journal entries, etc.) with VAT tax data.
Filter by country_code, rate_type, tax_type, or is_active to narrow results.
get/public/v2/vat-rates/
Query parameters
country_codeVatCountries[] nullable
rate_type'STANDARD' | 'REDUCED' | 'SUPER_REDUCED' | 'PARKING' | 'ZERO' | 'EXEMPT' | 'OUT_OF_SCOPE' nullable
tax_type'INPUT_OUTPUT' | 'ZERO_RATED' | 'EXEMPT' | 'REVERSE_CHARGE' | 'OUT_OF_SCOPE' nullable
is_activeboolean nullable
limitinteger
Number of records to return per page (capped at 100)
Number of records to return per page (capped at 100)
offsetinteger
Number of records to skip before starting to return results
Number of records to skip before starting to return results
Response
OK