Hanzo AI
OpenapiPatrol

Get tenant

Returns one org's public face — brand, company, operations, features and terminology.

GET /v1/patrol/tenant/{org}

Addresshttps://api.hanzo.ai/v1/patrol/tenant/{org}
MethodGET
Operationget_patrol_tenant_by_org
AuthAuthorization: Bearer $HANZO_API_KEY

Returns one org's public face — brand, company, operations, features and terminology. It is the one anonymous route here: the front end loads it before anyone signs in. It carries no contact list and nothing operational, and an org with no tenant document is 404.

The org is a name a stranger supplied, so the read asks whether the deployment already holds that tenant before it opens anything. Resolving a store CREATES one, and a caller naming a fresh org on every request would leave a database per name they invented.

Request

1 field.

FieldInTypeRequiredDescription
orgpathstringyesOrg is the IAM org the tenant belongs to, from the path.

Response

StatusBodyMeaning
200patrol.patrolTenantOutok
defaultproblem-detailsrefused

200 body — 6 fields.

FieldInTypeAlwaysDescription
databodypatrol.patrolTenant
data.brandbodyanyBrand is the look: names, colours, logo references.
data.companybodyanyCompany is the legal entity behind the operation — name, address, licence.
data.featuresbodyanyFeatures says which parts of the product this tenant runs.
data.operationsbodyanyOperations is how the operation runs: coverage, timezone, SLA targets.
data.terminologybodyanyTerminology is the words this tenant's screens use for site, unit and officer.

Failure carries the platform error shape — see Errors.

Examples

hanzo patrol tenant get <org>

Patrol API · All Hanzo APIs · Interactive reference

How is this guide?

On this page