WebhookPortalApi - axios parameter creator export

  • Parameters

    Returns {
        webhookGet: ((options??: RawAxiosRequestConfig) => Promise<RequestArgs>);
    }

    • webhookGet: ((options??: RawAxiosRequestConfig) => Promise<RequestArgs>)

      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.

        • (options?): Promise<RequestArgs>
        • Parameters

          • Optionaloptions: RawAxiosRequestConfig = {}

            Override http request option.

          Returns Promise<RequestArgs>