WebhookPortalApi - functional programming interface export

  • Parameters

    Returns {
        webhookGet(options?: RawAxiosRequestConfig): Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<SvixWebhook>)>;
    }

    • webhookGet:function
      • The user's account must have Jammber.RainCloud.Webhook.Create. permissions summary Gets the user's webhook console portal link. You can use this link to configure your webhooks, view logs and monitor activity.

        Parameters

        • Optionaloptions: RawAxiosRequestConfig

          Override http request option.

        Returns Promise<((axios?: AxiosInstance, basePath?: string) => AxiosPromise<SvixWebhook>)>