ordercloud-javascript-sdk
    Preparing search index...

    Interface Webhook

    interface Webhook {
        ApiClientIDs?: string[];
        BeforeProcessRequest?: boolean;
        ConfigData?: any;
        CustomAuthHeaderName?: string;
        CustomAuthHeaderValue?: string;
        DeliveryConfigID?: string;
        Description?: string;
        ElevatedRoles?: ApiRole[];
        HashKey?: string;
        ID?: string;
        Name: string;
        Url?: string;
        WebhookRoutes?: WebhookRoute[];
    }
    Index
    ApiClientIDs?: string[]
    BeforeProcessRequest?: boolean
    ConfigData?: any
    CustomAuthHeaderName?: string
    CustomAuthHeaderValue?: string
    DeliveryConfigID?: string
    Description?: string
    ElevatedRoles?: ApiRole[]
    HashKey?: string
    ID?: string
    Name: string
    Url?: string
    WebhookRoutes?: WebhookRoute[]