---
title: "Post Location Group"
method: POST
path: "/v1/weather/location-groups"
---

# Post Location Group

`POST /v1/weather/location-groups`

Create a new location group

## Request body

- LocationGroupCreate
  - `userId` string, required
  - `label` string, required
  - `locations` Location[], required
    - `id` integer
    - `label` string, required
    - `address` string
    - `coordinates` CoordinatePoint, required
      - `latitude` number, required
      - `longitude` number, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/trycatamaran/apis/catastrophe-risk-api.md) · [All operations](https://skmtc.dev/trycatamaran/apis/catastrophe-risk-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trycatamaran/catastrophe-risk-api/revisions/3a0490512962/schema)
