pub async fn retrieve_webhook(
configuration: &Configuration,
) -> Result<WebhookResponse, Error<RetrieveWebhookError>>
Expand description
Retrieves the webhook for the given Id. If you pass in null for the id, this will return all the webhooks.
pub async fn retrieve_webhook(
configuration: &Configuration,
) -> Result<WebhookResponse, Error<RetrieveWebhookError>>
Retrieves the webhook for the given Id. If you pass in null for the id, this will return all the webhooks.