---
title: "Import Customers Route"
method: POST
path: "/api/v1/customers/import"
tags: ["customers"]
---

# Import Customers Route

`POST /api/v1/customers/import`

## Headers

- `authorization` string, nullable — Bearer <token>

## Response `200`

Successful Response

- EnvelopeCustomerImportResult
  - `data` CustomerImportResult, required
    - `imported` integer, required
    - `skipped` integer, required
    - `errors` string[], required
  - `meta` Meta
    - `request_id` string
    - `timestamp` string, date-time
    - `total` integer, nullable
    - `truncated` boolean, nullable
    - `reply_total` integer, nullable
    - `metric_total` integer, nullable
    - `people_total` integer, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-11** `19ef49320f13` — 2 info
  - the `meta` response's property default value changed from `{"request_id":"","timestamp":"2026-09-10T06:21:42.551944"}` to `{"request_id":"","timestamp":"2026-09-11T07:11:58.439899"}` for the status `200`
  - the `timestamp` response's property default value changed from `2026-09-10T06:21:42.551944` to `2026-09-11T07:11:58.439899` for the status `200`
- **2026-09-10** `f9750f2d4ff5` — 2 info
  - the `meta` response's property default value changed from `{"request_id":"","timestamp":"2026-09-09T19:22:48.989456"}` to `{"request_id":"","timestamp":"2026-09-10T06:21:42.551944"}` for the status `200`
  - the `timestamp` response's property default value changed from `2026-09-09T19:22:48.989456` to `2026-09-10T06:21:42.551944` for the status `200`
- **2026-09-09** `86683f9a194b` — 2 info
  - the `meta` response's property default value changed from `{"request_id":"","timestamp":"2026-09-09T00:19:18.280786"}` to `{"request_id":"","timestamp":"2026-09-09T19:22:48.989456"}` for the status `200`
  - the `timestamp` response's property default value changed from `2026-09-09T00:19:18.280786` to `2026-09-09T19:22:48.989456` for the status `200`
- …earlier changes not shown

[Full history](https://skmtc.dev/minro/apis/minro-cs-platform/changes/api/v1/customers/import/post.md)

---

[API](https://skmtc.dev/minro/apis/minro-cs-platform.md) · [All operations](https://skmtc.dev/minro/apis/minro-cs-platform/llms.txt) · [OpenAPI document](https://skmtc.dev/minro/apis/minro-cs-platform/revisions/19ef49320f13?raw)
