Auth0 Node.js SDK - v6.4.0
    Preparing search index...

    Interface EventStreamWebhookConfiguration

    Configuration specific to a webhook destination.

    interface EventStreamWebhookConfiguration {
        webhook_endpoint: string;
        webhook_authorization: EventStreamWebhookAuthorizationResponse;
    }
    Index
    webhook_endpoint: string

    Target HTTP endpoint URL.