---
title: "List Locations"
method: GET
path: "/locations"
---

# List Locations

`GET /locations`

Returns the list of locations associated with the authenticated legal entity.

## Response `200`

Successful Response

- AccountLegalEntityLocationRef[]
  - `location` LocationRef, required
    - `id` string, required
    - `code` string, required
    - `name` string, required
  - `config` LocationConfig, required
    - `has_employees` boolean, nullable
    - `has_physical_location` boolean, nullable

---

[API](https://skmtc.net/mosey/apis/mosey-api.md) · [All operations](https://skmtc.net/mosey/apis/mosey-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mosey/mosey-api/versions/2121b0e65643/schema)
