Function refresh_webhooks

Source
pub async fn refresh_webhooks(
    configuration: &Configuration,
    container_for_webhook_ids: ContainerForWebhookIds,
) -> Result<WebhooksExpirationDate, Error<RefreshWebhooksError>>
Expand description

Webhooks registered through the REST API expire after 30 days. Call this resource periodically to keep them alive. Unrecognized webhook IDs (nonexistent or belonging to other apps) are ignored. Permissions required: Only Connect apps can use this operation.