Hanzo
CLICompliance

Compliance

17 `hanzo` commands for Compliance, each calling one operation on api.hanzo.ai.

Package compliance is your KYC/KYB onboarding, accreditation records, and the evidence trail behind them.

17 commands · API reference →

CommandCallsWhat it does
hanzo compliance accreditation decision <id>POST /v1/compliance/accreditation/{id}/decisionRecords an org reviewer's decision on an accreditation record — a reviewer confirmation, a provider verification the…
hanzo compliance accreditation get <id>GET /v1/compliance/accreditation/{id}Returns one tracked accreditation record.
hanzo compliance accreditation listGET /v1/compliance/accreditationReturns the org's tracked accreditation-state records, newest first — evidence entries the org keeps, never a platform…
hanzo compliance accreditation createPOST /v1/compliance/accreditationRecords an ASSERTED accreditation state for a subject — the subject's own assertion, with no verifier.
hanzo compliance auditGET /v1/compliance/auditAuditRead is the compliance read of the SHARED tamper-evident audit plane — the SOC 2 posture surface (privileged…
hanzo compliance healthGET /v1/compliance/healthHealth reports subsystem liveness and the wired verification provider.
hanzo compliance recordsGET /v1/compliance/recordsListRecords is the unified compliance-record view for the org: its verifications and accreditation records together,…
hanzo compliance statusGET /v1/compliance/statusStatus is the org's honest posture read: the wired provider and the per-status tally of its verifications.
hanzo compliance subjects get <id>GET /v1/compliance/subjects/{id}Returns one subject WITH its contact PII — the only surface that returns it, and only to the owning org.
hanzo compliance subjects listGET /v1/compliance/subjectsReturns the org's subjects as PII-MINIMIZED summaries — no name or email, only whether an email is on file.
hanzo compliance subjects createPOST /v1/compliance/subjectsRecords a party the org is verifying as part of its own onboarding/compliance — a team member, vendor, customer, or…
hanzo compliance verifications decision <id>POST /v1/compliance/verifications/{id}/decisionRecords a privileged reviewer's MANUAL decision on a verification — the human-in-the-loop path, and the ONLY route to a…
hanzo compliance verifications refresh <id>POST /v1/compliance/verifications/{id}/refreshPolls the wired provider for its current decision and records it, ATTRIBUTED to the provider — the internal PULL…
hanzo compliance verifications get <id>GET /v1/compliance/verifications/{id}Returns one verification — its opaque subject reference and provider-reported status, no subject PII.
hanzo compliance verifications webhookPOST /v1/compliance/verifications/webhookProvider push that settles a verification, authenticated by HMAC signature
hanzo compliance verifications listGET /v1/compliance/verificationsReturns the org's KYC/KYB verifications, newest first — opaque subject references and provider-reported statuses only,…
hanzo compliance verifications createPOST /v1/compliance/verificationsBegins a KYC/KYB verification of a subject through the wired provider — an existing subject by id, or one created…

How is this guide?