Mayson Monorepo Documentation
    Preparing search index...
    interface WebhookEndpoint {
        signing_secret?: string;
        url?: string;
    }
    Index

    Properties

    signing_secret?: string

    The signing secret of the webhook endpoint, only includable on creation.

    url?: string

    The URL of the webhook endpoint, includable.