Skip to content
On this page

TaxRate

List the organization's active tax rates

GET /api/v1/tax-rates

Requires authentication (Bearer token) and the X-Organization-Id header.

Picker source for per-line tax on invoice/quote items: pass the returned ids as items[].tax_rate_ids on create/update, or items[].tax_exempt: true to zero a line. Omitting both applies the organization's default rates. Unpaginated. (#841)

Responses

Status Description
200 For non-paginated data, return as before

Example request

curl -X GET "https://app.encryptinvoice.com/api/v1/tax-rates" \
  -H "Authorization: Bearer {{access_token}}" \
  -H "X-Organization-Id: {{organization_id}}" \
  -H "Accept: application/json"

We use cookies and privacy-respecting analytics

We use essential cookies for authentication and privacy-respecting analytics (self-hosted, respects Do Not Track). No advertising or third-party tracking. Learn more in our Privacy Policy