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": "2026-03-11T20:17:51.125Z"
}