# Get Beneficial Owners

For business customers, this endpoint lists the beneficial owners who have been identified for the account.

It returns a ListBeneficialOwnersResponse object containing a list of BusinessIndividual objects.

Endpoint: GET /api/v1/customer/beneficial-owners/
Version: Version: aec57205
Security: CodeBearer

## Response 200 fields (application/json):

  - `items` (array, required)

  - `items.id` (string, required)

  - `items.name` (object, required)

  - `items.name.first_name` (string, required)
    First Name

  - `items.name.middle_name` (any)
    Middle Name

  - `items.name.last_name` (string, required)
    Last Name

  - `items.title` (string, required)


## Response 404 fields
