Hanzo
OpenapiO11y

Returns the caller's own organization.

Returns the caller's own organization.

GET /v1/o11y/orgs/me

Addresshttps://api.hanzo.ai/v1/o11y/orgs/me
MethodGET
OperationGetMyOrganization
AuthAuthorization: Bearer $HANZO_API_KEY

Returns the caller's own organization. Admin gate.

Request

GET /v1/o11y/orgs/me takes no parameters and no body — the credential is the whole request.

Response

StatusBodyMeaning
200o11y.O11yOrganizationOutok

200 body — 9 fields.

FieldInTypeAlwaysDescription
databodyo11y.O11yOrganization
data.aliasbodystringAlias is an alternate name the org also answers to.
data.createdAtbodystring (date-time)CreatedAt is when the org was created.
data.displayNamebodystringDisplayName is what the console shows for the org.
data.idbodystringID is the org id.
data.keybodyintegerKey is the org's stable numeric key, derived from its id.
data.namebodystringName is the org's short name.
data.updatedAtbodystring (date-time)UpdatedAt is when it last changed.
statusbodystringStatus is "success".

Failure carries the platform error shape — see Errors.

Examples

hanzo o11y orgs me get

O11y API · All Hanzo APIs · Interactive reference

How is this guide?

On this page