Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface WebhookDeliveryRequest

    interface WebhookDeliveryRequest {
        eventType: string;
        headers?: Record<string, string>;
        payload: string | Record<string, unknown>;
        secret: string;
        url: string;
    }
    Index
    eventType: string
    headers?: Record<string, string>
    payload: string | Record<string, unknown>
    secret: string
    url: string