Entities
An entity represents a person or company under investigation. Entities are linked to cases via roles (Primary, UBO, Director, Shareholder) and track their verification status independently across cases.Resource fields
Related entity object
When retrieving a company entity,related_entities contains linked persons:
Company-to-Person Verification Flow
When you verify a company, Zenoo extracts directors and beneficial owners from the company registry and screens each one for PEP/sanctions/adverse media. If any individual requires further identity verification (document check, biometrics), you initiate a separate Person Verification for that specific person.1
Company Verification
Submit the company via
POST /api/gateway/execute/{project_hash}/api (sync) or /init (async). Include any known directors and UBOs in the request.2
Registry Extraction
Zenoo retrieves the company record from the official registry and discovers directors, shareholders, and beneficial owners — including any not provided in your request.
3
Automatic Screening
Every individual (submitted and discovered) is automatically screened for PEP, sanctions, and adverse media. Results appear in the
directors[] and beneficial_owners[] arrays of the compliance report.4
Identity Verification (if needed)
For individuals who require identity verification (e.g., UBOs with >25% ownership), initiate a Person Verification:Pass the individual’s details and use the returned
start token to send them a verification link. See Person Verification Request Fields.5
Consolidated Results
Once all individual verifications complete, the company’s overall
verification_status updates and the identity_verified flag on each beneficial owner reflects their current state.You do not need to wait for all Person Verifications to complete before acting on the company results. The company verification verdict and screening results are available immediately. Person Verification results update the individual records independently.