---
title: "Creates a location"
method: POST
path: "/api/grit/core/locations"
tags: ["Core - Locations"]
---

# Creates a location

`POST /api/grit/core/locations`

## Request body

- object
  - `name` string
  - `print_address` string
  - `country_id` integer
  - `origin_id` integer

## Response `201`

location created

## Other responses

- `403` — forbidden for non-admin

---

[API](https://skmtc.dev/grit42/apis/grit-core-api.md) · [All operations](https://skmtc.dev/grit42/apis/grit-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/grit42/grit-core-api/revisions/3886592effdb/schema)
