Notification ops
Operator tools for /notifications/test-email, /test-webhook, and /logs. These routes are unauthenticated in the upstream service — restrict by network or gateway before exposing publicly.
https://verify.verifystack.in/api/v1/notifications
Gateway
Requests use
NEXT_PUBLIC_NOTIFICATIONS_API_BASE_URL (shown below). Align it with your API gateway host when testing end-to-end.Test email
POST /test-email — force-send a sample BGV-style email.
Test webhook
POST /test-webhook
Notification logs
GET /logs/:reportId or GET /logs?limit=…