cURL
curl --request GET \ --url https://api.decodahealth.com/admin/locations/{location_id}/taxes \ --header 'API-KEY: <api-key>' \ --header 'TENANT: <tenant>'
[ { "id": "<string>", "name": "<string>", "percentage": 123, "location_id": "<string>" } ]
List all taxes for a specific location.
The tenant you are making this request on behalf of
Your api key
Successful Response
Unique identifier for the tax
Name of the tax (e.g., 'Sales Tax', 'VAT')
Tax percentage (e.g., 8.25 for 8.25%)
Location this tax applies to