List tax rates
list_tax_ratesRetrieve VAT rates configured for your administration, including the IDs that invoice lines reference as tax_rate_id. Use it to identify applicable tax rates for invoices and reporting.
Instructions
List the VAT rates configured for the administration. Invoice lines reference these by tax_rate_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number. | |
| filter | No | Comma-separated `key:value` filter, e.g. `percentage:21,tax_rate_type:sales_invoice`. Supplying a filter replaces Moneybird's defaults entirely, so restate every key you still want applied. | |
| per_page | No | Records per page (max 100, Moneybird defaults to 50). | |
| administration_id | No | Administration to act on. Defaults to the administration this server was configured with; call list_administrations to discover the available ids. |