---
title: "List Locations"
method: GET
path: "/v2/locations"
tags: ["Locations and Location Groups", "exposeAsMcpTool"]
---

# List Locations

`GET /v2/locations`

List all Locations within your account. Check the example to see all properties available.

## Response `200`

OK

- object
  - `locations` object[]
    - `account_id` string, required — Unique identifier for the account
    - `id` string, required — Unique identifier for the location
    - `created_at` string — Timestamp of location created
    - `address` string — Address for the location
    - `street_address` string — Street address of the location
    - `city` string — City of the location
    - `state_code` string — State code of the location
    - `postal_code` string — Postal code of the location
    - `country_code` string — Country code of the location
    - `location_group` object, required
      - `id` string, required — Unique identifier for the location group
      - `name` string, required — The name for the location group
      - `owner` string, required — The owner of the location group
    - `name` string, required — The name of the location
  - `pagination` Pagination
    - `first` integer — The first available page
    - `last` integer — The last available page
    - `previous` integer, nullable — The previous page
    - `current` integer — The current page
    - `next` integer, nullable — The next available page

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/fountain/apis/hire-public-api.md) · [All operations](https://skmtc.net/fountain/apis/hire-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fountain/hire-public-api/revisions/5f406c0e9462/schema)
