---
title: "Get Location By ID"
method: GET
path: "/v1/locations/{locationId}"
tags: ["Locations"]
---

# Get Location By ID

`GET /v1/locations/{locationId}`

## Path parameters

- `locationId` string, required

## Headers

- `Authorization` string — User access token
- `Content-Type` 'application/json'

## Response `200`

Returns a location

- object
  - `name` string, required — Name of the location
  - `id` string, required — Unique identifier of the location

## Other responses

- `404` — Responds with a status code of 404 if a location could not be found

---

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