---
title: "List all departments"
method: GET
path: "/v1/partner/customers/{customerId}/departments"
tags: ["Customer Departments"]
---

# List all departments

`GET /v1/partner/customers/{customerId}/departments`

Retrieve all departments for the authenticated company.

## Path parameters

- `customerId` string, uuid, required

## Response `200`

Departments retrieved successfully

- V1DepartmentsGetResponse
  - `data` DepartmentItem[], required — List of all departments for the company
    - `id` string, uuid — Department ID (UUID).
    - `code` string, nullable — Department code
    - `name` string — Department name
    - `description` string, nullable — Department description
    - `createdAt` string, date-time — Timestamp when the department was created (ISO 8601)

## Other responses

- `401` — Authentication required
- `403` — Forbidden - insufficient permissions
- `500` — Internal server error
- `503` — Service unavailable - upstream dependency error

---

[API](https://skmtc.net/usemultiplier/apis/multiplier-public-rest-api.md) · [All operations](https://skmtc.net/usemultiplier/apis/multiplier-public-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usemultiplier/multiplier-public-rest-api/revisions/59cd6443fdbf/schema)
