pub async fn get_dynamic_webhooks_for_app(
configuration: &Configuration,
start_at: Option<i64>,
max_results: Option<i32>,
) -> Result<PageBeanWebhook, Error<GetDynamicWebhooksForAppError>>
Expand description
Returns a paginated list of the webhooks registered by the calling app. Permissions required: Only Connect apps can use this operation.