---
title: "Listar clientes"
method: GET
path: "/customers"
---

# Listar clientes

`GET /customers`

Este recurso permite a obtenção da **carteira de clientes** do lojista. Pode ser utilizados alguns parâmetros como filtro da listagem.

## Query parameters

- `name` string
- `document` string
- `email` string
- `gender` string
- `page` integer
- `size` integer
- `code` string

## Response `200`

200

## Other responses

- `401` — 401

---

[API](https://skmtc.net/mundipagg/apis/mundipagg-api.md) · [All operations](https://skmtc.net/mundipagg/apis/mundipagg-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mundipagg/mundipagg-api/versions/1ddb9f03a82d/schema)
