---
title: "Update customer"
method: PATCH
path: "/customers/{customer_id}"
tags: ["Customers"]
---

# Update customer

`PATCH /customers/{customer_id}`

## Request body

- CustomerUpdateRequest
  - `customer` object, required
    - `name` string
    - `external_customer_id` string, nullable

## Response `200`

Customer updated

- CustomerResponse
  - `data` Customer, required
    - `id` string, uuid, required
    - `name` string, required
    - `external_customer_id` string, nullable — Your internal customer ID
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required

## Other responses

- `401` — Missing or invalid API key
- `404` — Resource not found
- `422` — Request validation failed

---

[API](https://skmtc.net/kapso/apis/kapso-platform-api.md) · [All operations](https://skmtc.net/kapso/apis/kapso-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kapso/kapso-platform-api/revisions/18ff5548a33f/schema)
