MailSlurpAPI.Api.WebhookController.get_webhook
You're seeing just the function
get_webhook
, go back to MailSlurpAPI.Api.WebhookController module for more information.
Link to this function
get_webhook(connection, webhook_id, opts \\ [])
Specs
get_webhook(Tesla.Env.client(), String.t(), keyword()) :: {:ok, MailSlurpAPI.Model.WebhookDto.t()} | {:error, Tesla.Env.t()}
Get a webhook for an Inbox
Parameters
- connection (MailSlurpAPI.Connection): Connection to server
- webhook_id (String.t): webhookId
- opts (KeywordList): [optional] Optional parameters
Returns
} on success {:error, info} on failure