The endpoint returns the Individual’s details based on Business-ID and Individual-ID
Individual details
Unauthorized
Forbidden
Not found
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"
}
}
}