Skip to main content
GET
/
health
Get system online status
curl --request GET \
  --url https://api.example.com/health
{
  "status": "<string>",
  "timestamp": "2023-11-07T05:31:56Z"
}

Response

200 - application/json

Health status

Health check response

status
string
required
Allowed value: "ok"
timestamp
string<date-time>
required