---
title: "List Site locations"
method: GET
path: "/v1/sites/locations"
tags: ["Sites"]
---

# List Site locations

`GET /v1/sites/locations`

List all available locations for new sites.

## Query parameters

- `site_type` 0 | 1 | 2

## Response `200`

OK

- ListLocationsResponse
  - `success` boolean — whether the request succeeded
  - `errors` string[]
  - `messages` string[], nullable
  - `result` Location[]
    - `id` integer — ID of the location
    - `location` string — Name of the location
    - `region` string — Region the location is in
    - `supported_site_types` PartnerSiteType[] — Supported site types for the location

## Other responses

- `400` — Bad Request
- `401` — Authentication failed
- `403` — Not authorized to access endpoint
- `404` — Given site not found for user
- `405` — Invalid input
- `500` — Internal error

---

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