---
title: "List all cost centers"
method: GET
path: "/cost_centers"
tags: ["Cost centers"]
---

# List all cost centers

`GET /cost_centers`

Lists all cost centers in your organization. Returns a paginated list with offset and limit controls.

## Headers

- `Authorization` string, required

## Response `200`

Returns '200 OK' and a paginated list of cost centers.

- object
  - `offset` integer — The number of items skipped before the current page
  - `limit` integer — The maximum number of items returned per page
  - `cost_centers` object[] — The list of cost centers
    - `id` string — The unique ID of the cost center
    - `name` string — The name of the cost center
    - `count_users` integer — The number of users assigned to this cost center

---

[API](https://skmtc.net/perk/apis/travelperk-api-v1.md) · [All operations](https://skmtc.net/perk/apis/travelperk-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/perk/travelperk-api-v1/versions/6aa8bfa82514/schema)
