---
title: "Get location"
method: GET
path: "/locations/{locationId}"
tags: ["locations"]
---

# Get location

`GET /locations/{locationId}`

Returns a single location for the authenticated organization.

## Response `200`

A location.

## Other responses

- `400` — 400
- `401` — Missing, invalid, revoked, or expired API key.
- `403` — API key lacks the required resource or access level.
- `404` — Location not found
- `422` — Locations feature is disabled for this organization.

---

[API](https://skmtc.dev/usecrouton/apis/crouton-api.md) · [All operations](https://skmtc.dev/usecrouton/apis/crouton-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usecrouton/crouton-api/revisions/87b350e31720/schema)
