List taxes

Retrieves a paginated list of all tax rates.

Tax rates are used to calculate VAT/sales tax on quotation lines and product prices.

Query Parameters

ParameterTypeRequiredDescription
pageintegerNoPage number for pagination (default: 1)
limitintegerNoNumber of items per page (default: 50)
orderstringNoField to sort by (default: id)
directionstringNoSort direction: asc or desc (default: desc)

Response Fields

FieldTypeDescription
idintegerTax unique identifier
namestringTax name (e.g., "VAT 20%", "GST 10%")
ratefloatTax rate as decimal (0.20 = 20%)
byDefaultbooleanWhether this is the default tax rate
createdAtdatetimeCreation timestamp
updatedAtdatetimeLast update timestamp

Filtering

This endpoint supports advanced filtering. See the Filter System Documentation for the complete list of operators and usage examples.

Quick examples:

?filters[name][contains]=VAT
?filters[rate][gte]=0.1
?filters[byDefault][eq]=true

Response

  • 200 OK: Returns paginated list of taxes
  • 401 Unauthorized: Invalid or missing API key
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer
integer
string
string
Responses
200

Successful response

401

Unauthorized

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!