cURL
curl --request GET \ --url https://api.decodahealth.com/admin/locations/{location_id} \ --header 'API-KEY: <api-key>' \ --header 'TENANT: <tenant>'
{ "id": "<string>", "isVirtual": true, "name": "<string>", "timezone": "<string>", "addressLineOne": "<string>", "addressLineTwo": "<string>", "city": "<string>", "state": "<string>", "zipCode": "<string>", "country": "<string>", "createdDate": "2023-11-07T05:31:56Z", "spakinectLocationId": "<string>", "description": "<string>", "phoneNumber": "<string>", "photoUrl": "<string>", "reviewLink": "<string>", "updatedDate": "2023-11-07T05:31:56Z", "latitude": 123, "longitude": 123, "taxes": [] }
Get a single location with its taxes.
The tenant you are making this request on behalf of
Your api key
Successful Response
Show child attributes
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