Hanzo
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 URLhttps://api.hanzo.ai
Version1.0.0
Operations7

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.ai

Endpoints

Findings

MethodEndpointDescription
GET/v1/security/findingsList findings
GET/v1/security/findings/{id}Get a finding

Rules

MethodEndpointDescription
GET/v1/security/healthHealth check
GET/v1/security/rulesList the detection ruleset

Scans

MethodEndpointDescription
GET/v1/security/scansList scans
POST/v1/security/scansSubmit a scan
GET/v1/security/scans/{id}Get a scan with its findings

All Hanzo APIs · OpenAPI spec

How is this guide?

On this page