@nexartis/nexartis-nanda-node-sdk - v1.2.1
    Preparing search index...

    Interface CreateWebhookRequest

    interface CreateWebhookRequest {
        callback_url: string;
        events: string[];
    }
    Index

    Properties

    Properties

    callback_url: string
    events: string[]