List Tax Rates
List all tax rates with filtering options
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 withtax:read permissions.
Query Parameters
integer
default:"10"
Number of tax rates to return (1-100)
integer
default:"0"
Number of tax rates to skip
string
Filter by country code (ISO 3166-1 alpha-2)
string
Filter by state/province code
string
Filter by tax type: “sales”, “vat”, “gst”, “pst”, “hst”, “custom”
string
Filter by status: “active”, “pending”, “inactive”
boolean
Filter by inclusive/exclusive taxes
string
Filter rates effective on a specific date (ISO 8601)