Skip to main content
GET
This endpoint returns a paginated list of tax rates. You can filter by jurisdiction, type, status, and more.

Authentication

This endpoint requires a valid API key with tax:read permissions.

Query Parameters

limit
integer
default:"10"
Number of tax rates to return (1-100)
offset
integer
default:"0"
Number of tax rates to skip
country
string
Filter by country code (ISO 3166-1 alpha-2)
state
string
Filter by state/province code
type
string
Filter by tax type: “sales”, “vat”, “gst”, “pst”, “hst”, “custom”
status
string
Filter by status: “active”, “pending”, “inactive”
is_inclusive
boolean
Filter by inclusive/exclusive taxes
effective_on
string
Filter rates effective on a specific date (ISO 8601)

Response

Returns a paginated list of tax rate objects.