---
title: "List locations"
method: GET
path: "/v1/locations/"
tags: ["Locations"]
---

# List locations

`GET /v1/locations/`

List locations

**Required scope: `business/locations:read`**

## Query parameters

- `cursor` string, nullable — A pagination cursor from where results should start being fetched.
- `limit` integer — The maximum number of results to return.

## Response `200`

Successful Response

- PaginatedResponseLocation
  - `data` Location[], required — A list of paginated entities.
    - `id` string, required — The unique identifier of the location.
    - `name` string, required — The name of the location.
    - `created_at` string, date-time, required — The location creation date and time in ISO 8601 format.
    - `updated_at` string, date-time, nullable, required — The date and time the location was last modified in ISO 8601 format.
  - `next_cursor` string, nullable, required — A pagination cursor that can be used to retrieve the next set of results.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests

---

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