API Reference
Hanzo ZT API
Hanzo Cloud NETWORKING surface — the tenant's Hanzo Zero Trust footprint
Hanzo Cloud NETWORKING surface — the tenant's Hanzo Zero Trust footprint
Hanzo ZT API · Guide & examples → · All API references →
| Base URL | https://api.hanzo.ai |
| Version | 1.0.0 |
| Operations | 4 |
| Guide | Hanzo ZT API guide |
Authentication
bearerAuth— HTTP bearer
All Hanzo APIs share one bearer credential and common error and pagination conventions. See API conventions.
curl -H "Authorization: Bearer $HANZO_API_KEY" https://api.hanzo.aiEndpoints
Edge
| Method | Endpoint | Description |
|---|---|---|
GET | /v1/edge/nodes | List the org's ZT edge-routers |
Mesh
| Method | Endpoint | Description |
|---|---|---|
GET | /v1/mesh/services | List the org's ZT edge services |
Networks
| Method | Endpoint | Description |
|---|---|---|
GET | /v1/networks | List the org's ZT overlay network(s) |
GET | /v1/networks/{id} | Get one overlay network by id |
How is this guide?