---
title: "POST /v1/organizations"
method: POST
path: "/v1/organizations"
tags: ["Organizations"]
---

# POST /v1/organizations

`POST /v1/organizations`

## Request body

- GoliothCreateOrganizationRequest
  - `name` string
  - `website` string

## Response `200`

A successful response.

- GoliothCreateOrganizationResponse
  - `data` GoliothOrganization
    - `createdAt` string, date-time
    - `id` string
    - `name` string
    - `paymentStatus` string
    - `roles` string[]
    - `tier` string
    - `updatedAt` string, date-time
    - `website` string

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.dev/golioth/apis/golioth-api.md) · [All operations](https://skmtc.dev/golioth/apis/golioth-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/golioth/golioth-api/revisions/47c98ae69a55/schema)
