Get webhook registration & delivery health (free)
Returns the calling wallet’s webhook registration and its delivery health. The signing secret is never returned here — it is shown once by POST /register-webhook; re-register to rotate it.
A registration is auto-disabled after 50 consecutive failed deliveries (disabled becomes true); re-register to re-enable it.
Requires a Bearer token from /auth or /get-card.
Authorizations
Firebase ID token from /auth or any paid route, sent as a Bearer token: Authorization: Bearer <id_token> (the Bearer prefix is required).
Response
Registration state (registered: false when none exists)
True when auto-disabled after repeated delivery failures. Re-register to re-enable.
delivered or failed, or null before the first delivery.
Epoch milliseconds of the last delivery attempt.
HTTP <status> of the last attempt, or the error message.
The webhook-id header of the last delivery.