---
title: "Create Organization"
method: POST
path: "/v2/organizations"
---

# Create Organization

`POST /v2/organizations`

Create an organization

## Request body

- object
  - `name` string, required — Name of the organization
  - `external_id` string, required — A unique identifier from an external system used to map this organization to its corresponding record outside our platform.

## Response `201`

201

- object
  - `data` object
    - `id` integer
    - `external_id` string
    - `name` string
    - `created_at` string

## Other responses

- `422` — 422

---

[API](https://skmtc.net/corporatemerch/apis/corporate-merch.md) · [All operations](https://skmtc.net/corporatemerch/apis/corporate-merch/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/corporatemerch/corporate-merch/revisions/1739fae86fb3/schema)
