Skip to content

Implement webhook delivery health dashboard endpoint #594

Description

@Abdulazeem-code

Description

There is no way for admins to see webhook delivery success/failure rates or identify consistently failing webhook URLs.

Proposed Solution

Create GET /api/v1/admin/webhooks/health that aggregates webhook delivery statistics: total registered, actively failing, success rate over last 24h.

Acceptance Criteria

  • Admin endpoint created and secured
  • Returns count of total, healthy, and failing webhooks
  • Includes list of URLs failing for >24 hours
  • Filterable by username

Suggested Implementation Areas

src/routes/v1/adminRoutes.js

Impact

Gives operations visibility into webhook reliability and helps identify broken merchant integrations.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions