API Reference
Hanzo Security API
Secret / vulnerability scanning (`/v1/security/*`) served by the cloud
Secret / vulnerability scanning (/v1/security/*) served by the cloud
Hanzo Security API · All API references →
| Base URL | https://api.hanzo.ai |
| Version | 1.0.0 |
| Operations | 7 |
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
Findings
| Method | Endpoint | Description |
|---|---|---|
GET | /v1/security/findings | List findings |
GET | /v1/security/findings/{id} | Get a finding |
Rules
| Method | Endpoint | Description |
|---|---|---|
GET | /v1/security/health | Health check |
GET | /v1/security/rules | List the detection ruleset |
Scans
| Method | Endpoint | Description |
|---|---|---|
GET | /v1/security/scans | List scans |
POST | /v1/security/scans | Submit a scan |
GET | /v1/security/scans/{id} | Get a scan with its findings |
How is this guide?