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 →
| Command | Calls | What it does |
|---|---|---|
hanzo compliance accreditation decision <id> | POST /v1/compliance/accreditation/{id}/decision | Records 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 list | GET /v1/compliance/accreditation | Returns the org's tracked accreditation-state records, newest first — evidence entries the org keeps, never a platform… |
hanzo compliance accreditation create | POST /v1/compliance/accreditation | Records an ASSERTED accreditation state for a subject — the subject's own assertion, with no verifier. |
hanzo compliance audit | GET /v1/compliance/audit | AuditRead is the compliance read of the SHARED tamper-evident audit plane — the SOC 2 posture surface (privileged… |
hanzo compliance health | GET /v1/compliance/health | Health reports subsystem liveness and the wired verification provider. |
hanzo compliance records | GET /v1/compliance/records | ListRecords is the unified compliance-record view for the org: its verifications and accreditation records together,… |
hanzo compliance status | GET /v1/compliance/status | Status 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 list | GET /v1/compliance/subjects | Returns the org's subjects as PII-MINIMIZED summaries — no name or email, only whether an email is on file. |
hanzo compliance subjects create | POST /v1/compliance/subjects | Records 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}/decision | Records 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}/refresh | Polls 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 webhook | POST /v1/compliance/verifications/webhook | Provider push that settles a verification, authenticated by HMAC signature |
hanzo compliance verifications list | GET /v1/compliance/verifications | Returns the org's KYC/KYB verifications, newest first — opaque subject references and provider-reported statuses only,… |
hanzo compliance verifications create | POST /v1/compliance/verifications | Begins a KYC/KYB verification of a subject through the wired provider — an existing subject by id, or one created… |
How is this guide?