---
title: "Add a region to a given country"
method: POST
path: "/regions"
tags: ["regions"]
---

# Add a region to a given country

`POST /regions`

## Headers

- `Authorization` string, required

## Response `201`

OK, created

## Other responses

- `400` — Name missing, region not created
- `401` — No token provided
- `403` — Country not found, region not created
- `409` — Other failure, region not created

---

[API](https://skmtc.dev/packtpublishing/apis/world-data-api.md) · [All operations](https://skmtc.dev/packtpublishing/apis/world-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/packtpublishing/world-data-api/revisions/9f0bf3e19907/schema)
