---
title: "List locations"
method: GET
path: "/v1/locations"
tags: ["locations"]
---

# List locations

`GET /v1/locations`

List all locations accessible to the user.

Retrieve locations accessible to the user for the organization.
Returns locations across all product lines the user has access to.

## Query parameters

- `page` integer
- `limit` integer

## Response `200`

Successful Response

- LocationList — Paginated list of locations.
  - `results` Location[], required — List of locations
    - `id` integer, required — Unique location identifier
    - `name` string, required — Location display name
    - `address` string, required — Physical street address
    - `timezone` string — Timezone (IANA format, e.g., 'America/New_York')
  - `has_more` boolean, required — True if additional pages are available

## Other responses

- `403` — Unauthorized
- `422` — Validation error

---

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