@backblaze-labs/b2-sdk - v0.1.0
    Preparing search index...

    Variable B2_WEBHOOK_SIGNATURE_HEADERConst

    B2_WEBHOOK_SIGNATURE_HEADER: "x-bz-event-notification-signature" = 'x-bz-event-notification-signature'

    The HTTP header B2 attaches to every event-notification webhook delivery. The value is a versioned HMAC-SHA256 signature of the raw request body: v1=<lowercase-hex>.

    The lowercase form matches Node's req.headers normalisation and most server-framework conventions. Producers must compare case-insensitively.