---
title: "Retrieve locations for an account"
method: GET
path: "/accounts/{id}/locations"
tags: ["accounts"]
---

# Retrieve locations for an account

`GET /accounts/{id}/locations`

Returns a paginated list of locations associated with the specified account.

## Path parameters

- `id` string, required

## Query parameters

- `search` string
- `limit` integer
- `page` integer

## Headers

- `Authorization` string, required
- `X-Api-Key` string, required
- `X-API-Version` string

## Response `200`

Successful response with paginated location list

- AccountsGetAccountsIdLocationsResponse200
  - `count` integer
  - `page` integer
  - `limit` integer
  - `results` LocationObject[]
    - `id` integer, required
    - `name` string, required
    - `company` string
    - `company_id` integer, nullable — The ID of the company this location belongs to.
    - `location_group` string — The group this location belongs to. Returned when X-API-Version: 1.1.0 or later.
    - `group` string — Deprecated. Use location_group (requires X-API-Version: 1.1.0). Returned for X-API-Version: 1.0.0 and unversioned requests.
    - `uses_approval` boolean — Whether Basic Approval is enabled for this location.

## Other responses

- `403` — Forbidden - Access denied or insufficient permissions

---

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