Health
Get API health status
Returns the health status of the API and its dependencies
get/health
Response
Health check response
Example response
{
"data": {
"status": "healthy",
"version": "1.0.0",
"timestamp": "2026-04-27T13:37:14.303Z"
}
}