---
title: "Gets a list of the registered account holders"
method: GET
path: "/v2/account-holder"
tags: ["Account Holder"]
---

# Gets a list of the registered account holders

`GET /v2/account-holder`

## Query parameters

- `page` integer
- `per_page` integer
- `query` string, nullable
- `sort_by` string
- `sort_order` string, nullable
- `named_only` boolean, nullable
- `with_confidence` boolean, nullable

## Response `200`

Successful Response

- NtropyServerSchemasAccountHolderAccountHolder[]
  - `type` 'consumer' | 'business' | 'unknown', required
  - `name` string, nullable
  - `industry` string, nullable
  - `website` string, nullable
  - `company` AccountHolderCompany
    - `loan_state` 'tbd' | 'ongoing' | 'done', required
    - `logo` string, nullable
  - `id` string, required
  - `created_at` string, date-time, nullable
  - `mean_labeler_confidence` number, nullable
  - `total_revenue` number, nullable
  - `application_time` string, date-time, nullable
  - `alerts` object
  - `review_percentage` number, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/ntropy/apis/ntropy-transaction-api.md) · [All operations](https://skmtc.net/ntropy/apis/ntropy-transaction-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ntropy/ntropy-transaction-api/versions/47be508488c1/schema)
