Skip to main content
GET
/
admin
/
locations
/
{location_id}
/
taxes
List Location Taxes
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>"
  }
]

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Path Parameters

location_id
string
required

Response

Successful Response

id
string
required

Unique identifier for the tax

name
string
required

Name of the tax (e.g., 'Sales Tax', 'VAT')

percentage
number
required

Tax percentage (e.g., 8.25 for 8.25%)

location_id
string
required

Location this tax applies to