---
title: "Get a list of customers"
method: GET
path: "/customers"
tags: ["Customers"]
---

# Get a list of customers

`GET /customers`

Returns a paginated list of customers for the authenticated company.

Use the [search] parameter to filter results.

## Query parameters

- `limit` integer
- `search` string
- `next` string
- `previous` string

## Headers

- `Accept-Language` 'es' | 'en'
- `X-Child-Company-Id` string

## Response `200`

successful operation

## Other responses

- `401` — authentication error
- `402` — payment required error
- `422` — parameter validation error
- `500` — internal server error

---

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