Hanzo
OpenapiCompliance

Returns the org's tracked accreditation-state records, newest first — evidence…

Returns the org's tracked accreditation-state records, newest first — evidence entries the org keeps, never a platform certification.

GET /v1/compliance/accreditation

Addresshttps://api.hanzo.ai/v1/compliance/accreditation
MethodGET
Operationget_compliance_accreditation
AuthAuthorization: Bearer $HANZO_API_KEY

Returns the org's tracked accreditation-state records, newest first — evidence entries the org keeps, never a platform certification.

Request

1 field.

FieldInTypeRequiredDescription
limitqueryintegerLimit caps the rows returned; non-positive means the server default.

Response

StatusBodyMeaning
200accListok

200 body — 13 fields.

FieldInTypeAlwaysDescription
databodyaccView[]Data is the org's tracked accreditation records, newest first.
data[].basisbodystringBasis is the qualification category: income, net_worth, professional_license, or entity.
data[].createdAtbodyintegerCreatedAt is the unix second the record was created.
data[].evidenceDocIdbodystringEvidenceDocID references an evidence document in the org's sealed data room.
data[].expiresAtbodyintegerExpiresAt is the unix second a confirmation ages out; 0 means none.
data[].idbodystringID is the accreditation record's opaque id.
data[].methodbodystringMethod is how the state was established: self_attested, third_party_letter, or provider_verified.
data[].notebodystringNote is a non-PII operator note.
data[].reviewerSubbodystringReviewerSub is the org user who recorded a decision on this record.
data[].statusbodystringStatus is the tracked state: asserted, provider_verified, reviewer_confirmed, rejected, or expired.
data[].subjectIdbodystringSubjectID is the opaque id of the subject the record is about.
data[].updatedAtbodyintegerUpdatedAt is the unix second the record last changed.
disclaimerbodystringDisclaimer states that statuses are tracked or provider-reported, never a platform assertion of legal or regulatory compliance.

Failure carries the platform error shape — see Errors.

Examples

hanzo compliance accreditation list

Compliance API · All Hanzo APIs · Interactive reference

How is this guide?

On this page