This collection of endpoints lets you read the KYC and identity data zerohash holds for your onboarded participants — their KYC/screening status, personal information (PII), and uploaded verification documents.
Engineers typically reach for these endpoints when they need to surface a participant's onboarding state or identity details inside their own systems — for example;
- Displaying KYC status in an internal dashboard
- Reconciling participant records
- feeding compliance and audit workflows
- Retrieving the documents submitted at onboarding.
Because these endpoints return sensitive PII, they are not enabled by default. Access must be requested from the zerohash support team, and is granted only after a security review.
Endpoints
- Get participant KYC status — Returns the current KYC decision/status for a participant, without the full PII payload.
- Get participant basic info — Returns core identifying details for a participant (name, contact, participant code, status).
- Get participant sanctions status — Returns the most recent sanctions / watchlist screening result for a participant.
- Get participant full info — Returns the complete KYC/PII record for a participant.
- Get participant documents — Returns a list of the identity/verification documents on file for a participant.
- Download participant document — Downloads a specific document by its ID.
Access & enablement
All endpoints above require enablement by the zerohash support team and are subject to a security review prior to enablement. Access is granted on a least-privilege basis and may be scoped to specific participants, fields, or environments.