v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBFinance > TaxRate
Reads a single Tax rate
Reads a single Tax rate
get/api/2026-07-01/resources/finance/tax_rates/{id}
Path parameters
idstring required
List of TaxRate IDs to filter.
Response
OK
Example response
{
"id": "123",
"rate": 0.07,
"description": "VAT for general goods",
"tax_type_id": "1234",
"external_id": "EXT-RATE-001",
"updated_at": "2025-01-01T00:00:00.000Z"
}