---
title: "List Locations"
method: GET
path: "/admin/locations/list"
tags: ["provider", "admin"]
---

# List Locations

`GET /admin/locations/list`

## Query parameters

- `page` integer, nullable
- `per_page` integer, nullable
- `sort_by` string, nullable
- `sort_direction` 'asc' | 'desc', nullable
- `location_id` string, nullable
- `name` string, nullable
- `city` string, nullable
- `state` string, nullable
- `is_virtual` boolean, nullable

## Headers

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

## Response `200`

Successful Response

- PageLocationDetail
  - `data` LocationDetail[], required
    - `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
  - `total` integer, required

## 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)
