---
title: "Create location"
method: POST
path: "/v2/locations"
tags: ["Locations"]
---

# Create location

`POST /v2/locations`

This endpoint creates a new location.

## Headers

- `Idempotency-Key` string, nullable

## Request body

- CreateLocationRequest
  - `name` string, required — Name of the location
  - `description` string, nullable — Description of the location

## Response `200`

createLocation 200 response

- LocationResponse
  - `id` string, required
  - `name` string, required — Name of the location
  - `description` string, nullable — Description of the location

---

[API](https://skmtc.net/brex-com/apis/team-api.md) · [All operations](https://skmtc.net/brex-com/apis/team-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/brex-com/team-api/revisions/58e231ca118e/schema)
