List tax rates

GET /api/v1/tax/rates

List all tax rates for the business.

Operation ID: list_tax_rates_api_v1_tax_rates_get · View as markdown · OpenAPI slice

Authentication

Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.

Parameters

Query

active_only boolean default: True

Only show active rates

country string

Filter by country

state string

Filter by state

Responses

200 Successful Response

items array · TaxRateResponse requiredTaxRateResponse

List of items

15 fields
id string required

Tax rate UUID

business_id string required

Business UUID

name string required

Tax rate name

rate number required

Tax rate as decimal

rate_percent number required

Tax rate as percentage

tax_type string required

Tax type

country string required

Country code

state string

State/province

county string

County

city string

City

tax_liability_ledger_id string

Tax liability ledger

is_default boolean required

Is default

is_active boolean required

Is active

created_at string · date-time required

Creation timestamp

updated_at string · date-time required

Last update timestamp

total integer

Total number of items (null when not calculated for performance)

limit integer

Pagination limit

next_cursor string

Cursor for next page

prev_cursor string

Cursor for previous page

has_next boolean required

Whether there are more items

has_prev boolean required

Whether there are previous items

401 Unauthorized - Authentication required

403 Forbidden - Insufficient permissions

422 Validation Error

detail array · ValidationError ValidationError
5 fields
loc array · string | integer required
msg string required
type string required
input object
ctx object