The endpoint returns a list of all Beneficial Owners for a specific Business ID
Beneficial Owners list
Unauthorized
Forbidden
Error
Internal Error
Maintenance or Service unavailable
{- "data": [
- {
- "id": "cc560924-8cf6-11ee-b6ca-e718b143a0ff",
- "first_name": "John",
- "last_name": "Smith",
- "birth_date": "1984-12-31T00:00:00.000Z",
- "place_of_birth": "Vienna",
- "citizenship": "AT",
- "ext_pep_status": "External PEP status value",
- "ownership_percentage": "0.50",
- "address": {
- "country": "AT",
- "street": "123 Main Street",
- "city": "New York",
- "zip_code": "10001"
}, - "identification_document": {
- "type": "passport",
- "number": "AB123456",
- "issuing_authority": "AT Government",
- "issuing_country": "string",
- "expiration_date": "2030-12-31T00:00:00.000Z",
- "mrz_code": "P<UTOERIKSSON<<ANNA<MARIA<<<<<<<<<<<<<<<<<<<L898902C<3UTO6908061F9406236ZE184226B<<<<<14"
}, - "beneficial_owner_type": "ownership",
- "created_at": "2021-01-01T00:00:00.000Z"
}
], - "meta": {
- "total_count": 48,
- "page": 3,
- "page_size": 10
}, - "links": {
- "first": "?page=1&page_size=10",
- "last": "?page=5&page_size=10",
- "prev": "?page=2&page_size=10",
- "next": "?page=4&page_size=10",
- "self": "?page=3&page_size=10"
}
}