---
title: "List Customers"
method: GET
path: "/v1/customers"
tags: ["Customers (v1)"]
---

# List Customers

`GET /v1/customers`

Retrieve all customers for the account, with optional filtering by email or phone number

## Query parameters

- `email` string
- `phone_number` string

## Response `200`

OK

- ListCustomersResponseV1
  - `data` CustomerDataV1[]
    - `attributes` CustomerAttributesV1
      - `created_at` integer
      - `default_device` string
      - `email` string
      - `first_name` string
      - `last_name` string
      - `livemode` boolean
      - `phone` string
      - `updated_at` integer
    - `id` string
    - `type` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

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