Skip to Content
Webhooks

Webhooks

Every finished scan can push its verdict to an endpoint you choose, so your own tooling hears the result without polling.

{ "event": "scan.completed", "app": "com.example.app", "platform": "ios", "verdict": "block", "findings": { "blocking": 2, "review": 3 }, "report_url": "https://..." }

The verdict field mirrors the CLI exit codes: pass, block, or unknown. Point the webhook at your chat, your issue tracker, or a small service of your own — whatever needs to react when a scan finishes.