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

# Get Locations

`GET /api/v1/locations`

Returns all locations for a specific website.

## Query parameters

- `website_id` string, uuid, required

## Response `200`

Successful response with list of locations

- object
  - `locations` Location[], required
    - `id` string, uuid, required — Unique identifier for the location
    - `location` string, required — The location name

## Other responses

- `400` — Bad request - Invalid parameters
- `401` — Unauthorized - Invalid or missing API key
- `403` — Forbidden - You don't have access to this website
- `500` — Internal server error

---

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