Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 160 Bytes

health.md

File metadata and controls

19 lines (12 loc) · 160 Bytes

Health Endpoint

Get Health Status

Request

GET /health

Response

Success

  • Status Code: 200 OK
  • Content:
{
  "status": "OK"
}