---
title: "Fetch a location"
method: GET
path: "/v1/locations/{location_id}"
tags: ["Locations"]
---

# Fetch a location

`GET /v1/locations/{location_id}`

Fetch a location

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

## Path parameters

- `location_id` string, required — The unique identifier of the location.

## Response `200`

Successful Response

- Location
  - `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.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `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)
