---
title: "Get All Customers"
method: GET
path: "/api/v1/customers"
tags: ["Customer"]
---

# Get All Customers

`GET /api/v1/customers`

This API is used to get all the customers.

## Query parameters

- `page` number
- `limit` number
- `orderBy` string
- `orderSequence` number
- `firstName` string
- `lastName` string
- `emailAddress` string
- `sandbox` string

## Response `200`

Cunstomers fetched.

- object
  - `statusCode` number
  - `message` string
  - `data` unknown[] — List of customer objects. See https://thirdfi.readme.io/reference/customer-object for more information.
    - unknown

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden Resources

---

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