Skip to main content
GET
/
v1
/
health
{
  "status": "<string>",
  "timestamp": "<string>",
  "version": "1.0.0"
}

Response

200 - application/json

Successful Response

Health check response indicating API service status

status
string
required

Service health status - 'healthy' when operational

timestamp
string
required

Current server timestamp in ISO 8601 format

version
string
default:1.0.0

API version

I