GET /health

Check if the API is running

Responses

  • 200 application/json

    OK

    Hide response attribute Show response attribute object
    • message string
GET /health
curl \
 --request GET 'https://localhost/api/v1/health'
Response examples (200)
{
  "message": "Operation completed successfully"
}