talentkiwi

Performs a Health Check

GET
/health

Perform a comprehensive health check of the API and its dependencies.

Verifies:

  • API service availability
  • Database connectivity
  • Core system components

Returns HTTP 200 if all systems are operational, HTTP 503 if any critical component is unavailable.

Response Body

application/json

curl -X GET "https://loading/health"
null