List Taxes
Lists tax rates configured for your company. Use these IDs when assigning taxes to quotes, invoices, and other financial documents.
The company is implied by the API key; companyId is not returned on each item.
Authentication
x-api-keystring
API Key authentication via header
Query parameters
include_archived
Whether to include archived (inactive) records in the response. By default only active records are returned.
page
Page number (1-based)
page_size
Number of items per page (max 100)
Response
List of company taxes (paginated)
id
Tax identifier (use as taxId on quotes and invoices where supported)
name
Display name of the tax
rate
Tax rate as a percentage decimal string (e.g. “7.2500” for 7.25%)
isArchived
Whether this tax is archived and hidden from default listings
createdAt
updatedAt
Errors
400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error
502
Bad Gateway Error
