# Get a specific tax band Endpoint: GET /tax-bands/{tax_band_id} Version: 1.12 Security: bearerAuth ## Path parameters: - `tax_band_id` (integer, required) Tax band identifier Example: 1 ## Response 200 fields (application/json): - `id` (integer) Internal identifier of tax band Example: 1 - `code` (string, required) Default tax code for this band e.g. T1 for standard UK rated transactions - `name` (string, required) Name of the tax band - `defaultBand` (boolean, required) Specifies this is the default tax band to use - `usedForEtc` (boolean) Specifies this tax band is used for early termination charges ## Response 400 fields ## Response 401 fields ## Response 404 fields ## Response 412 fields ## Response 500 fields ## Response 501 fields