Overview
Configure HTTPS callbacks under Dashboard → Integrations → Webhooks. BunnyScan signs each delivery with HMAC-SHA256 so you can verify payloads on your server.
Common events
- Storefront scan completed —
storefront.scan.completed(scan id and organization id in the payload) - Wholesale scan completed — when a supplier file run finishes
- Seller Radar digest ready —
autopilot.digest.ready(optional automation instead of email)
Verify signatures
Each request includes a signature header. Recompute HMAC with your webhook secret and reject mismatches before processing the body.
Next steps
After a storefront scan event, fetch full results with the REST API (GET /api/v1/storefront-scans/:scanId) or open the scan in the dashboard.
For Zapier/Make/n8n polling without webhooks, see Integrations → Automation and the automation setup guide.