The endpoint returns a list of all Authorized Individuals for a specific Business ID
Authorized Individuals list
Unauthorized
Forbidden
Error
Internal Error
Maintenance or Service unavailable
{- "data": [
- {
- "id": "cc560924-8cf6-11ee-b6ca-e718b143a0ff",
- "external_id": "Ext-Id-1",
- "first_name": "John",
- "last_name": "Smith",
- "email": "john.smith@domain.tld",
- "phone": "+33204231487",
- "birth_place": "Vienna",
- "birth_date": "1984-12-31T00:00:00.000Z",
- "citizenship": "AT",
- "address": {
- "city": "Berlin",
- "street": "2nd Street",
- "zip_code": "012345",
- "country": "DE"
}, - "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"
}, - "ext_pep_status": "External PEP status value"
}
], - "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"
}
}