mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
refactor(webhook): add jwt authenticated endpoint to list unique webhook events for a profile (#7325)
Co-authored-by: Aishwariyaa Anand <aishwariyaa.anand@Aishwariyaa-Anand-C3PGW02T6Y.local> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
2ad2e508e6
commit
7010799087
@ -195,6 +195,7 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
|
||||
// Routes for events
|
||||
routes::webhook_events::list_initial_webhook_delivery_attempts,
|
||||
routes::webhook_events::list_initial_webhook_delivery_attempts_with_jwtauth,
|
||||
routes::webhook_events::list_webhook_delivery_attempts,
|
||||
routes::webhook_events::retry_webhook_delivery_attempt,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user