W3builders
AOP API

AOP API/Finance Settings

List Tax Rates

GET/finance/settings/tax-rates
JWT bearer

List tax rate presets (auto-seeded on first access).

Endpoint

GEThttps://api.w3builders.com/v1/finance/settings/tax-rates

Response parameters

FieldType
tax_ratesarray
List Tax Rates
curl -X GET https://api.w3builders.com/v1/finance/settings/tax-rates \
-H "Authorization: Bearer $TOKEN"
{
"shape": "{ tax_rates: [{ id, name, rate, type, is_default }] }"
}
Was this page helpful?