---
title: "getEndCustomersOps end_customer"
method: GET
path: "/ops/end-customers"
tags: ["ops"]
---

# getEndCustomersOps end_customer

`GET /ops/end-customers`

Fetch all the end customers

## Response `200`

OK response.

- EndCustomerSummary[]
  - `available_credit_limit` integer — end-customer available credit limit
  - `comments` string — comments about this credit limit set by ops
  - `country_code` string, required — ISO 3166-1 alpha-2
  - `credit_limit` integer — end-customer credit limit
  - `currency` string — end customer currency
  - `email_domain` string, required — end-customer email domain
  - `id` string, regexp, required — end-customer ID
  - `idv_requirement_status` string — end-customer IDV requirement status
  - `language` string, required — end-customer language
  - `name` string, required — end-customer name
  - `psp` 'stripe' | 'gocardless' | 'stripe_asset_gmbh' | 'none', required — payment service provider
  - `risk_status` string — end-customer risk status

## Other responses

- `400` — BadRequest: Bad Request response.
- `401` — Unauthorized: Unauthorized response.
- `403` — InvalidScopes: Forbidden response.

---

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