feat(webhook): Add is_delivered filter to list initial attempts endpoint (#7344)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Amey Wale
2025-03-28 15:59:31 +05:30
committed by GitHub
parent 4b39dc85d7
commit 55d27ce15f
17 changed files with 194 additions and 12 deletions

View File

@ -45,6 +45,11 @@
Query,
description = "Only include Events associated with the Profile identified by the specified Profile ID."
),
(
"is_delivered" = Option<bool>,
Query,
description = "Only include Events which are ultimately delivered to the merchant."
),
),
responses(
(status = 200, description = "List of Events retrieved successfully", body = TotalEventsResponse),