Get details of a single associated person
This endpoint returns the full record of one beneficiary or representative of an entity:
- Personal information (name, contact, birth details, residential address)
- Beneficiary details (type, title held at the business, ownership share)
- Verification status and the documents still missing
The beneficiaryId is returned by get-entity-details and by the associated person submit
endpoints. A person belonging to another integrator returns the same 404 as one that does
not exist, so this endpoint never reveals the existence of a foreign record.
Authorizations
Headers
Integrator's ECDSA public key (P-256 curve, compressed SEC1 format). Example: 0x038fedef7c12f93bbf342ad8943b7a825a3b41f61c9dc118b2c718efebabbf62fd
Unix timestamp in seconds (UTC). Must be within tolerance window (1 minute) to prevent replay attacks. Example: 1760375826
ECDSA signature (DER-encoded, hex with 0x prefix). Signs the message: {timestamp}{METHOD}{path_and_query}{json_body}. Example: 0x3045022100...
Query Parameters
A UUID string
"550e8400-e29b-41d4-a716-446655440000"
Response
Associated person retrieved successfully
Response body for an associated person
A UUID string
"550e8400-e29b-41d4-a716-446655440000"
The identity verification status of the user.
not_started, init, under_review, awaiting_associated_person_information, awaiting_information, resubmission_requested, active, rejected, inactive "active"
Personal information about the user required for identity verification.
Additional details about beneficiaries.
List of missing required verification documents. Present only if not all required documents have been submitted.

