Developers

Retrieves the collection of TaxRate resources.

GET
/finance/tax-rates

Retrieves the collection of TaxRate resources.

Authorization<token>

Value for the Authorization header parameter.

In: header

Query Parameters

order[name]?string
Default"asc"

Value in

  • "asc"
  • "desc"

Response Body

curl -X GET "https://example.com/finance/tax-rates"
[  {    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "name": "string",    "value": 0.1,    "isDefault": false  }]