Hanzo
OpenapiDataroom

Answers an org's public trust centre: its name, the text a party must accept to…

Answers an org's public trust centre: its name, the text a party must accept to ask for a document, and every item it publishes.

GET /v1/dataroom/trust/center/{slug}

Addresshttps://api.hanzo.ai/v1/dataroom/trust/center/{slug}
MethodGET
Operationget_dataroom_trust_center_by_slug
AuthAuthorization: Bearer $HANZO_API_KEY

Answers an org's public trust centre: its name, the text a party must accept to ask for a document, and every item it publishes.

An item is either available NOW — the things the org states itself, its policies, its filled questionnaires, its subprocessor list, its knowledge base — or available ON REQUEST, which is everything an independent auditor put their name to. Both are listed by name and kind, so a reader can see WHAT exists before asking for it; only the second withholds the content.

No principal is involved and none is accepted: the org is resolved from the address, which answers only for a centre its owner has published. An address nobody publishes at is not found, the same answer an unpublished one gets.

Request

1 field.

FieldInTypeRequiredDescription
slugpathstringyesSlug is the centre's public address. It resolves only for an org that has published; anything else is not found, so this cannot be used to learn which orgs…

Response

StatusBodyMeaning
200trustPageok

200 body — 13 fields.

FieldInTypeAlwaysDescription
itemsbodytrustItem[]Items is everything the centre publishes: what can be read now, and what exists and is released on request.
items[].availablebodystringAvailable is "now" when the item can be read immediately, or "on request" when it is released only to a party who asks and is answered.
items[].bodybodystringBody is the item's content, for the kinds that are text rather than a file — an article, a subprocessor entry, a note.
items[].frameworkbodystringFramework is the standard the item speaks to, when it speaks to one.
items[].idbodystringID addresses the item — for reading it if it is available now, or for naming it in a request if it is not.
items[].kindbodystringKind is what the item is: report, letter, policy, questionnaire, subprocessor, article or update.
items[].namebodystringName is the item's title.
items[].signedbodystringSigned is "self" when the org states it itself and "auditor" when an independent auditor put their name to it.
items[].summarybodystringSummary is a line about the item.
items[].updatedAtbodyintegerUpdatedAt is when the item last changed, in unix milliseconds.
namebodystringName is the org's display name for its centre.
ndabodystringNda is the text a party must accept to ask for the gated items, verbatim.
slugbodystringSlug is the centre's public address.

Failure carries the platform error shape — see Errors.

Examples

hanzo has no subcommand for this operation — the CLI serves only what cloud's live route table confirms. Use HTTP or an SDK.


Dataroom API · All Hanzo APIs · Interactive reference

How is this guide?

On this page