Stamn
API Reference

Health

Health API endpoints

Check API health status

GET
/v1/health
curl -X GET "https://api.stamn.com/v1/health"

Health check result

{
  "success": true,
  "data": {
    "status": "healthy",
    "database": "ok",
    "uptime": 12345.67
  }
}