---
title: "List customers"
method: GET
path: "/v2/customers"
tags: ["Customers API"]
---

# List customers

`GET /v2/customers`

Retrieve a list of all customers.

The results are paginated.

## Query parameters

- `from` string
- `limit` integer, nullable
- `sort` 'asc' | 'desc'
- `testmode` boolean

## Headers

- `idempotency-key` string

## Response `200`

A list of customer objects.

## Other responses

- `400` — The request contains issues. For example, if the specified `from` value is not a valid ID.
- `404` — No entity with this ID exists.
- `429` — Rate Limit has been reached.

## Changes

> 79 revisions in range; 9 not diffed.

- **2026-08-07** `86a9cd830b06` — 2 warning
  - added the new `en_BE` enum value to the `_embedded/customers/items/allOf[#/components/schemas/list-entity-customer]/locale` response property for the response status `200`
  - added the new `en_NL` enum value to the `_embedded/customers/items/allOf[#/components/schemas/list-entity-customer]/locale` response property for the response status `200`
- **2026-08-06** `64c0511a62bc` — 1 warning, 1 info
  - added the new `undefined` enum value to the `_embedded/customers/items/allOf[#/components/schemas/list-entity-customer]/locale` response property for the response status `200`
  - removed the `null` enum value from the `_embedded/customers/items/allOf[#/components/schemas/list-entity-customer]/locale` response property for the response status `200`
- **2026-07-08** `4d4ab81fb2d5` — 2 warning
  - added the new `cs_CZ` enum value to the `_embedded/customers/items/allOf[#/components/schemas/list-entity-customer]/locale` response property for the response status `200`
  - added the new `sk_SK` enum value to the `_embedded/customers/items/allOf[#/components/schemas/list-entity-customer]/locale` response property for the response status `200`
- **2026-07-08** `1bcb76dbe9ea` — 1 breaking
  - the `count` response property's min was decreased from `1.00` to `0.00` for the response status `200`
- **2026-05-19** `7cab62b21830` — 1 info
  - added the non-success response with the status `429`

[Full history](https://skmtc.dev/mollie/apis/mollie-api/changes/v2/customers/get.md)

---

[API](https://skmtc.dev/mollie/apis/mollie-api.md) · [All operations](https://skmtc.dev/mollie/apis/mollie-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mollie/mollie-api/revisions/b7497b77b18f/schema)
