---
title: "Create an MSP Customer"
method: POST
path: "/api/v1/msp/customers"
tags: ["MSP Customers"]
---

# Create an MSP Customer

`POST /api/v1/msp/customers`

The call is used to create a new customer for an MSP

## Headers

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

## Request body

- object
  - `name` string, required — The customer name
  - `linkedAccountsIds` string[], required — List of linked accounts for this customer
  - `code` string — An additional customer identifier

## Response `200`

- object
  - `customerName` string
  - `customerCode` string
  - `customerId` string
  - `linkedAccountIds` object
  - `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)
