Tax Rates

List all Tax Rates

Filtering

This endpoint supports result filtering. For more information on how to filter this request, go here.

get/taxrate.json

Response

An array of Tax Rates

uuidstring uuid

Unique identifier for this record

active0 | 1

Record active/deleted flag. Valid values are [0,1]

edit_datestring

Timestamp at which record was last modified

namestring required
amountstring
is_default_tax_rate0 | 1

Valid values are [0,1]

Example response

[
  {
    "uuid": "123e4567-e00d-42cf-b077-230b71ce65fb",
    "edit_date": "2025-07-01 12:00:00"
  }
]

Changes