---
title: "Get Location"
method: GET
path: "/admin/locations/{location_id}"
tags: ["provider", "admin"]
---

# Get Location

`GET /admin/locations/{location_id}`

Get a single location with its taxes.

## Path parameters

- `location_id` string, required

## Headers

- `TENANT` string, required
- `API-KEY` string, required

## Response `200`

Successful Response

- LocationDetail
  - `id` string, required
  - `isVirtual` boolean, required
  - `name` string, required
  - `addressLineOne` string, nullable
  - `addressLineTwo` string, nullable
  - `city` string, nullable
  - `state` string, nullable
  - `zipCode` string, nullable
  - `country` string, nullable
  - `createdDate` string, date-time, nullable
  - `spakinectLocationId` string, nullable
  - `description` string, nullable
  - `phoneNumber` string, nullable
  - `photoUrl` string, nullable
  - `reviewLink` string, nullable
  - `timezone` string, required
  - `updatedDate` string, date-time, nullable
  - `latitude` number, nullable
  - `longitude` number, nullable
  - `taxes` TaxSummary[]
    - `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

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/decodahealth/apis/decoda-api.md) · [All operations](https://skmtc.dev/decodahealth/apis/decoda-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/decodahealth/decoda-api/revisions/4939a65a89d2/schema)
