---
title: "Find Customers"
method: GET
path: "/{tenant}/{environment}/{company}/customer/"
tags: ["customer > Customers"]
---

# Find Customers

`GET /{tenant}/{environment}/{company}/customer/`

Get a list of customers with pagination

## Path parameters

- `tenant` string, required — Your Entra Tenant ID. [More details.](/paths#1-tenant)
- `environment` string, required — Your Business Central Environment. [More details.](/paths#2-environment)
- `company` string, required — Your Business Central Company. [More details.](/paths#3-company)

## Query parameters

- `customerNo` string
- `email` string
- `pageSize` integer
- `pageKey` string
- `lastRowVersion` string
- `sync` boolean

## Headers

- `x-np-api-key` string, required
- `x-api-version` string, date — Used for API versioning. [More details.](/apis/versioning)

## Response `200`

Response with status 200

- ServiceCustomerPaginatedCustomers — unresolved $ref

---

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