---
title: "Get locations"
method: GET
path: "/consumers/{consumer_id}/pos/locations"
tags: ["Point of Sale", "Locations"]
---

# Get locations

`GET /consumers/{consumer_id}/pos/locations`

Returns a list of the locations

## Path parameters

- `consumer_id` string, uuid, required

## Query parameters

- `page` integer
- `size` integer

## Response `200`

Successful Response

- ChiftPagePOSLocationItem
  - `items` POSLocationItem[], required
    - `id` string, required — Unique identifier of the location
    - `name` string, required — Name given to the location
    - `timezone` string, nullable — Indicates the timezone of the location. TZ notation, e.g. Europe/Brussels .
    - `address` AddressItem
      - `address_type` string, nullable — Type of the address
      - `name` string, nullable — Name given to the address (e.g. 'home')
      - `street` string, nullable — Street name
      - `number` string, nullable — Number of the address
      - `box` string, nullable — Box of the address
      - `city` string, nullable — City name
      - `postal_code` string, nullable — Postal code of the address
      - `country` string, nullable — Country, format: ISO 3166-1 codes.
  - `total` integer, required
  - `page` integer, required
  - `size` integer, required

## Other responses

- `400` — Bad Request
- `405` — Method Not Allowed
- `422` — Validation Error
- `502` — Bad Gateway

---

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