# Retrieve tax rate options Endpoint: GET /catalogs/tax_rates Version: 1.0.0 Security: Biller Access Token (Production), Biller Access Token (Staging) ## Query parameters: - `connectorType` (string) The connector type. Possible values (non-exclusive): XERO, QUICKBOOKS, BRIDGE, STRIPE, PLATFORM ## Response 200 fields (application/json): - `items` (array) The list of tax rates - `items.id` (string) The id of the tax rate catalogue entry - `items.name` (string) The name of the tax rate catalogue entry - `items.taxRate` (number) The tax rate. Must be a positive value in the [0,1] interval - `items.isDefault` (boolean) Boolean flag specifying if the entry is the default tax rate to be used for new line items. - `items.creationTime` (string) Creation time of the entry ## Response 400 fields ## Response 401 fields ## Response 500 fields