Mayson Monorepo Documentation
    Preparing search index...
    interface EventDestinationListParams {
        include?: "webhook_endpoint.url"[];
        limit?: number;
    }
    Index

    Properties

    Properties

    include?: "webhook_endpoint.url"[]

    Additional fields to include in the response. Currently supports webhook_endpoint.url.

    limit?: number

    The page size.