MailSlurpAPI.Api.WebhookController.get_all_webhooks
You're seeing just the function
get_all_webhooks
, go back to MailSlurpAPI.Api.WebhookController module for more information.
Link to this function
get_all_webhooks(connection, opts \\ [])
Specs
get_all_webhooks(Tesla.Env.client(), keyword()) :: {:ok, MailSlurpAPI.Model.PageWebhookProjection.t()} | {:error, Tesla.Env.t()}
List Webhooks Paginated List webhooks in paginated form. Allows for page index, page size, and sort direction.
Parameters
- connection (MailSlurpAPI.Connection): Connection to server
- opts (KeywordList): [optional] Optional parameters
} on success {:error, info} on failure