Skip to main content
GET
/
v1
/
health
Health check endpoint
curl --request GET \
  --url https://api.example.com/v1/health
{
  "status": "ok",
  "timestamp": "2026-01-26T12:00:00.000Z"
}

Response

200 - application/json

API is healthy

status
string
Example:

"ok"

timestamp
string
Example:

"2026-01-26T12:00:00.000Z"