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

# Get Locations

`GET /v1/locations/`

## Query parameters

- `name` string — Name of the location
- `id` string — Unique Identifier of the location

## Headers

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

## Response `200`

Returns locations

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

## Other responses

- `400` — Returns a list of validation errors

---

[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)
