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

# List customers

`GET /api/v1/customers`

List customers with optional pagination and search filtering.

## Query parameters

- `order_by` string
- `page` integer
- `per_page` integer
- `search` string
- `archived` boolean

## Response `200`

List of customers

- CustomerListResponse
  - `data` Customer[], required
    - `alias` string, nullable
    - `billing_address` Address
      - `city` string, nullable
      - `country` string, CountryCode
      - `line1` string, nullable
      - `line2` string, nullable
      - `state` string, nullable
      - `zip_code` string, nullable
    - `billing_email` string, nullable
    - `connected_account_id` string, nullable
    - `currency` 'AED' | 'AFN' | 'ALL' | 'AMD' | 'ANG' | 'AOA' | 'ARS' | 'AUD' | 'AWG' | 'AZN' | 'BAM' | 'BBD' | 'BDT' | 'BGN' | 'BHD' | 'BIF' | 'BMD' | 'BND' | 'BOB' | 'BRL' | 'BSD' | 'BTN' | 'BWP' | 'BYN' | 'BZD' | 'CAD' | 'CDF' | 'CHF' | 'CLP' | 'CNH' | 'CNY' | 'COP' | 'CRC' | 'CUC' | 'CUP' | 'CVE' | 'CZK' | 'DJF' | 'DKK' | 'DOP' | 'DZD' | 'EGP' | 'ERN' | 'ETB' | 'EUR' | 'FJD' | 'FKP' | 'GBP' | 'GEL' | 'GHS' | 'GIP' | 'GMD' | 'GNF' | 'GTQ' | 'GYD' | 'HKD' | 'HNL' | 'HRK' | 'HTG' | 'HUF' | 'IDR' | 'ILS' | 'INR' | 'IQD' | 'IRR' | 'ISK' | 'JMD' | 'JOD' | 'JPY' | 'KES' | 'KGS' | 'KHR' | 'KMF' | 'KPW' | 'KRW' | 'KWD' | 'KYD' | 'KZT' | 'LAK' | 'LBP' | 'LKR' | 'LRD' | 'LSL' | 'LYD' | 'MAD' | 'MDL' | 'MGA' | 'MKD' | 'MMK' | 'MNT' | 'MOP' | 'MRU' | 'MUR' | 'MVR' | 'MWK' | 'MXN' | 'MYR' | 'MZN' | 'NAD' | 'NGN' | 'NIO' | 'NOK' | 'NPR' | 'NZD' | 'OMR' | 'PAB' | 'PEN' | 'PGK' | 'PHP' | 'PKR' | 'PLN' | 'PYG' | 'QAR' | 'RON' | 'RSD' | 'RUB' | 'RWF' | 'SAR' | 'SBD' | 'SCR' | 'SDG' | 'SEK' | 'SGD' | 'SHP' | 'SLL' | 'SOS' | 'SRD' | 'SSP' | 'STD' | 'STN' | 'SVC' | 'SYP' | 'SZL' | 'THB' | 'TJS' | 'TMT' | 'TND' | 'TOP' | 'TRY' | 'TTD' | 'TWD' | 'TZS' | 'UAH' | 'UGX' | 'USD' | 'UYU' | 'UZS' | 'VES' | 'VND' | 'VUV' | 'WST' | 'XAF' | 'XCD' | 'XOF' | 'XPF' | 'YER' | 'ZAR' | 'ZMW' | 'ZWL', required
    - `custom_taxes` CustomTaxRate[], required
      - `name` string, required
      - `rate` string, required
      - `tax_code` string, required
    - `id` string, MeteroidId, required
    - `invoicing_emails` string[], required
    - `invoicing_entity_id` string, MeteroidId, required
    - `name` string, required
    - `phone` string, nullable
    - `shipping_address` ShippingAddress
      - `address` Address
        - `city` string, nullable
        - `country` string, CountryCode
        - `line1` string, nullable
        - `line2` string, nullable
        - `state` string, nullable
        - `zip_code` string, nullable
      - `same_as_billing` boolean, required
    - `vat_number` string, nullable
  - `pagination_meta` PaginationResponse, required
    - `page` integer, required
    - `per_page` integer, required
    - `total_items` integer, required
    - `total_pages` integer, required

## Other responses

- `401` — Unauthorized
- `429` — Too many requests
- `500` — Internal error

## Changes

- **2026-03-30** (v1) `5cb340234766` — 1 info
  - added the new optional `query` request parameter `order_by`
- **2026-03-27** (v1) `de35c02bb0d2` — 2 warning, 2 info
  - added the new `TOO_MANY_REQUESTS` enum value to the `code` response property for the response status `401`
  - added the new `TOO_MANY_REQUESTS` enum value to the `code` response property for the response status `500`
  - added the non-success response with the status `429`
  - added the optional property `data/items/connected_account_id` to the response with the `200` status
- **2026-02-05** (v1) `f9c417ec1ed4` — 1 warning
  - removed the optional property `data/items/bank_account_id` from the response with the `200` status
- **2026-01-20** (v1) `665f680338b5` — 2 info
  - api tag `Customers` added
  - api tag `customer` removed
- **2025-12-17** (v1) `2244ec0dabe3` — 1 breaking, 1 info
  - the `data/items/custom_taxes/items/rate` response's property type/format changed from `number`/`double` to `string`/`` for status `200`
  - added the new optional `query` request parameter `archived`

[Full history](https://skmtc.dev/meteroid-oss/apis/meteroid/changes/api/v1/customers/get.md)

---

[API](https://skmtc.dev/meteroid-oss/apis/meteroid.md) · [All operations](https://skmtc.dev/meteroid-oss/apis/meteroid/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/meteroid-oss/meteroid/revisions/03f9d8ae5c5e/schema)
