Skip to main content
GET
Health check endpoint

Response

200 - application/json

Server is healthy

status
string
Example:

"healthy"

timestamp
string<date-time>

Current server timestamp in ISO format

Example:

"2024-01-15T10:30:00.000Z"

uptime
number

Server uptime in seconds

Example:

3600.5

version
string

API version from package.json

Example:

"1.0.0"