Skip to main content
GET
/
health
Health check
curl --request GET \
  --url https://api.suprlogs.com/health
{
  "status": "ok",
  "timestamp": "2023-11-07T05:31:56Z",
  "service": "suprlogs-api",
  "nodeEnv": "development"
}

Response

200 - application/json

Service health status.

status
string
required
Example:

"ok"

timestamp
string<date-time>
required
service
string
required
Example:

"suprlogs-api"

nodeEnv
string
required
Example:

"development"