---
title: "Changes to List customers"
method: GET
path: "/api/v1/customers"
---

# Changes to List customers

`GET /api/v1/customers`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 9 revisions.

- **2026-07-07** `a3b4750a505f` — 16 info
- **2026-07-07** `84194c31ab85` — 17 breaking, 6 warning

## Changes

- **2026-07-07** `a3b4750a505f` — 16 info
  - added the new optional `query` request parameter `limit`
  - added the new optional `query` request parameter `page`
  - added the new optional `query` request parameter `q`
  - added the new optional `query` request parameter `sortBy`
  - added the new optional `query` request parameter `sortOrder`
  - added the new optional `query` request parameter `type`
  - added the required property `data/items/birth_date` to the response with the `200` status
  - added the required property `data/items/created_at` to the response with the `200` status
  - added the required property `data/items/document` to the response with the `200` status
  - added the required property `data/items/email` to the response with the `200` status
  - added the required property `data/items/id` to the response with the `200` status
  - added the required property `data/items/metadata` to the response with the `200` status
  - added the required property `data/items/name` to the response with the `200` status
  - added the required property `data/items/phone` to the response with the `200` status
  - added the required property `data/items/type` to the response with the `200` status
  - added the required property `data/items/updated_at` to the response with the `200` status
- **2026-07-07** `84194c31ab85` — 17 breaking, 6 warning
  - removed the required property `data/items/avg_ticket` from the response with the `200` status
  - removed the required property `data/items/birth_date` from the response with the `200` status
  - removed the required property `data/items/created_at` from the response with the `200` status
  - removed the required property `data/items/document` from the response with the `200` status
  - removed the required property `data/items/email` from the response with the `200` status
  - removed the required property `data/items/first_order_at` from the response with the `200` status
  - removed the required property `data/items/id` from the response with the `200` status
  - removed the required property `data/items/last_order_at` from the response with the `200` status
  - removed the required property `data/items/name` from the response with the `200` status
  - removed the required property `data/items/origin` from the response with the `200` status
  - removed the required property `data/items/phone` from the response with the `200` status
  - removed the required property `data/items/phone_is_whatsapp` from the response with the `200` status
  - removed the required property `data/items/social_name` from the response with the `200` status
  - removed the required property `data/items/total_orders` from the response with the `200` status
  - removed the required property `data/items/total_spent` from the response with the `200` status
  - removed the required property `data/items/type` from the response with the `200` status
  - removed the required property `data/items/updated_at` from the response with the `200` status
  - deleted the `query` request parameter `limit`
  - deleted the `query` request parameter `page`
  - deleted the `query` request parameter `q`
  - deleted the `query` request parameter `sortBy`
  - deleted the `query` request parameter `sortOrder`
  - deleted the `query` request parameter `type`

---

[Operation](https://skmtc.dev/kruzer-corp/apis/oms-api/docs/api/v1/customers/get.md) · [API](https://skmtc.dev/kruzer-corp/apis/oms-api.md) · [Page](https://skmtc.dev/kruzer-corp/apis/oms-api/changes/api/v1/customers/get)
