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

    Interface CreateWebhookResponse

    interface CreateWebhookResponse {
        callback_url: string;
        events: string[];
        id: string;
        message: string;
        secret: string;
        status: string;
    }
    Index

    Properties

    callback_url: string
    events: string[]
    id: string
    message: string
    secret: string
    status: string