Returns the health status of the API and its dependencies
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Health check response
Health check response payload
{
"status": "healthy",
"version": "1.0.0",
"timestamp": "2025-12-16T19:00:32.507Z"
}