---
title: "Get MSP Customers"
method: GET
path: "/api/v1/msp/customers"
tags: ["MSP Customers"]
---

# Get MSP Customers

`GET /api/v1/msp/customers`

The call is used to retrieve the list of customers for an MSP

## Headers

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

## Response `200`

- object
  - `customerName` string
  - `customerCode` string — (can be empty)
  - `customerId` integer
  - `linkedAccountIds` string — list of strings
  - `customerNameId` string

---

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