---
title: "Get"
method: GET
path: "/api/customers/{customer_id}"
tags: ["Clientes"]
---

# Get

`GET /api/customers/{customer_id}`

Obtener cliente

## Path parameters

- `customer_id` integer, required

## Response `200`

Successful Response

- PersonOut
  - `cliente_tipo_documento` string, required
  - `cliente_denominacion` string, required
  - `cliente_numero_documento` string, required
  - `cliente_email` union
    - string, email
    - string
  - `cliente_telefono` string, nullable
  - `distrito_id` string, nullable
  - `cliente_direccion` string, nullable
  - `document_type_code` union
    - integer
    - string
  - `id` integer, nullable
  - `user_id` integer, nullable

## Other responses

- `422` — Validation Error

---

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