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

    Interface WebhookPayload

    The complete JSON body B2 POSTs to a webhook endpoint after signature verification succeeds. See verifyWebhookSignature.

    interface WebhookPayload {
        events: readonly WebhookEvent[];
    }
    Index

    Properties

    Properties

    events: readonly WebhookEvent[]

    One or more event entries. Always non-empty on real deliveries.