GET /health
Wraith
API health surface
Endpoint reachable
Health Endpoint
Wraith API is online and serving the public health surface.
This page is intended for keepalive, uptime checks, and fast manual verification after deploy. It confirms the API process is reachable and serving static assets, while deeper payment, database, and license flows should still be checked through their own routes.
$
curl https://your-domain/health
200 OK
surface=public-health-page
timestamp_utc=
timestamp_local=
The API process is responding to the health route.
The public status page, logo, and stylesheet are being served successfully.
This is the route your keepalive and uptime monitor can safely hit.
Webhook, Supabase, and license checks still need their own end-to-end verification.
Verification Scope
What this page does and does not verify
Confirmed here
- The server is reachable.
- The health route responds successfully.
- Static assets from
public/are being served.
Check separately
- Razorpay webhook delivery and signature verification.
- Supabase reads and writes for licenses.
- Device validation flow from the Wraith desktop app.