---
title: "Get List of Cost Centers"
method: GET
path: "/api/v1/users/cost-centers"
tags: ["Cost Centers"]
---

# Get List of Cost Centers

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

Retrieve a list of cost centers

## Headers

- `Authorization` string, required
- `apikey` string, required

## Response `200`

- object
  - `id` string — ID of the cost center
  - `name` string — Cost Center Name
  - `code` string — Cost Center Code (optional)
  - `accountid` string — ID of the Umbrella Cost Account
  - `linkedAccountIds` unknown[] — All the accounts linked to this cost center
    - unknown

---

[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)
