Beignet API reference
    Preparing search index...

    Interface VerifyWebhookInput

    Input passed to webhook verifiers.

    interface VerifyWebhookInput {
        headers?: WebhookHeaders;
        rawBody: WebhookRawBody;
        receivedAt?: Date;
        signature?: string;
    }
    Index
    headers?: WebhookHeaders
    receivedAt?: Date
    signature?: string