Hanzo
OpenapiHelp

Returns the knowledge-base sections for the public center's navigation — but…

Returns the knowledge-base sections for the public center's navigation — but ONLY the sections that front at least one Published, public article, so an…

GET /v1/help/categories

Addresshttps://api.hanzo.ai/v1/help/categories
MethodGET
Operationget_help_categories
AuthAuthorization: Bearer $HANZO_API_KEY

Returns the knowledge-base sections for the public center's navigation — but ONLY the sections that front at least one Published, public article, so an internal (agent-only) category name or description never leaks. A section with no public article is invisible; a center with no public articles has no sections, which is an empty list rather than an error.

Request

GET /v1/help/categories takes no parameters and no body — the credential is the whole request.

Response

StatusBodyMeaning
200helpCategoryListok

200 body — 3 fields.

FieldInTypeAlwaysDescription
databodyhelpCategory[]Data is the sections that front at least one public article.
data[].descriptionbodystringDescription is the section's blurb, or empty.
data[].namebodystringName is the section's name, and the value an article's category matches.

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.


Help API · All Hanzo APIs · Interactive reference

How is this guide?

On this page