---
title: "Create Cost Center"
method: POST
path: "/api/v1/users/cost-centers"
tags: ["Cost Centers"]
---

# Create Cost Center

`POST /api/v1/users/cost-centers`

Create a new cost center

## Headers

- `apikey` string
- `Authorization` string

## Request body

- object
  - `name` string, required — Cost center name
  - `code` string, required — Cost center code
  - `linkedAccountIds` string, required — All the linked accounts which should be attached to the cost center

## Response `200`

- object
  - `id` string — ID of the newly created cost center
  - `cost center object` object — All the parameters which were passed to the create call

---

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