---
title: "Create A New Geostore"
method: POST
path: "/api/v1/config/geostores"
tags: ["Geostores"]
---

# Create A New Geostore

`POST /api/v1/config/geostores`

## Request body

- CreateGeostore
  - `id` integer
  - `name` string, required
  - `type` 'geoadmin' | 'other', required — An enumeration.
  - `url` string, required
  - `configuration` object
  - `attribution` string, required
  - `thumbnail_url` string, required

## Response `200`

Successful Response

- Geostore
  - `id` integer
  - `name` string, required
  - `type` 'geoadmin' | 'other', required — An enumeration.
  - `url` string, required
  - `configuration` object
  - `attribution` string, required
  - `thumbnail_url` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/plan4better/apis/goat.md) · [All operations](https://skmtc.net/plan4better/apis/goat/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/plan4better/goat/revisions/931df3e5ac48/schema)
