---
title: "Get Public Locations"
method: GET
path: "/admin/locations/public"
tags: ["provider", "admin", "public"]
---

# Get Public Locations

`GET /admin/locations/public`

## Headers

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

## Response `200`

Successful Response

- PublicLocation[]
  - `id` string, required
  - `name` string, required
  - `addressLineOne` string, nullable
  - `addressLineTwo` string, nullable
  - `city` string, nullable
  - `state` string, nullable
  - `zipCode` string, nullable
  - `country` string, nullable
  - `timezone` string, required

---

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