Forest Admin - API reference
    Preparing search index...
    type WebHookResult = {
        body: unknown;
        headers: { [key: string]: string };
        method: "GET" | "POST";
        type: "Webhook";
        url: string;
    }
    Index

    Properties

    body: unknown
    headers: { [key: string]: string }
    method: "GET" | "POST"
    type: "Webhook"
    url: string