Light Docs

Health check

Health check endpoint for the API.

GET
/health

Authorization

bearerAuth

Response Body

application/json

application/json

curl -X GET "http://localhost:8000/api/health"
{
  "status": "ok"
}
{
  "message": "string"
}