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