feat(webhooks): Adding event search option in the webhooks page (#9907)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Venu Madhav Bandarupalli
2025-10-24 13:32:04 +05:30
committed by GitHub
parent 8fd8884d5c
commit b0d5a1b046
7 changed files with 98 additions and 45 deletions

View File

@ -16103,6 +16103,11 @@
"description": "Filter all events associated with the specified object identifier (Payment Intent ID,\nRefund ID, etc.)",
"nullable": true
},
"event_id": {
"type": "string",
"description": "Filter all events associated with the specified Event_id",
"nullable": true
},
"profile_id": {
"type": "string",
"description": "Filter all events associated with the specified business profile ID.",