---
title: "Create a Location"
method: POST
path: "/v1/locations/"
tags: ["Locations"]
---

# Create a Location

`POST /v1/locations/`

## Headers

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

## Request body

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

## Response `201`

Returns the created location

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