latestOpenAPI 3.0.1Proprietary2026-08-1844131294.9 KB

59cd6443fdbf

Customer Departments

List all departments

Retrieve all departments for the authenticated company.

get/v1/partner/customers/{customerId}/departments

Path parameters

customerIdstring uuid required

Customer ID (UUID)

Response

Departments retrieved successfully

Example response

{
  "data": [
    {
      "id": "018e3b2a-1c4d-7f8e-9b0a-2d3e4f5a6b7c",
      "code": "DEPT_99",
      "name": "Global Sales",
      "description": "Internal code: GS-001",
      "createdAt": "2026-03-24T10:00:00Z"
    }
  ]
}