Returns all active related persons (officers and UBOs) for the company. Related persons are automatically discovered during company verification.
cURL
curl --request GET \ --url https://api.rnbi.magent.finance/companies/{id}/related-persons/ \ --header 'Authorization: Bearer <token>' \ --header 'Reap-Version: <reap-version>'
{ "items": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "companyId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "fullName": "<string>", "email": "jsmith@example.com", "status": "NOT_STARTED", "createdAt": "<string>", "updatedAt": "<string>" } ] }
API key as Bearer token
API version (YYYY-MM-DD)
2025-02-14
Company identifier
List of related persons
Related persons
Show child attributes