Skip to main content
GET
/
health
Get API health
curl --request GET \
  --url http://localhost:3001/health
{
  "status": "<string>",
  "service": "<string>",
  "timestamp": "2023-11-07T05:31:56Z"
}

Response

200 - application/json

Default Response

status
string
required
service
string
required
timestamp
string<date-time>
required