API Explorer
Backend explorer
Run the current backend endpoints from the app and inspect the JSON response payload.
GET
/v1/healthService health
Returns a simple service heartbeat and version.
Output
{
"ok": true,
"service": "spill.tea",
"version": "1.0.1",
"region": "ap-south-1"
}