statuspage.io
    Preparing search index...

    Interface WebhookSubscriber

    interface WebhookSubscriber {
        can_select_components: boolean;
        mode: "webhook";
        page: {
            id: string;
            name: string;
            time_zone: string;
            updated_at: string;
            url: string;
        };
        webhook: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    can_select_components: boolean
    mode: "webhook"
    page: {
        id: string;
        name: string;
        time_zone: string;
        updated_at: string;
        url: string;
    }
    webhook: string