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

# List Location Groups

`GET /v2/location_groups`

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

## Response `200`

OK

- object
  - `location_groups` object[]
    - `account_id` string, required — Unique identifier for the account
    - `id` string, required — Unique identifier for the location group
    - `name` string, required — The name of the location group
  - `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)
