Health
Get API health status
Returns the health status of the API and its dependencies
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
Health check response
Health check response payload
Example:
{
"status": "healthy",
"version": "1.0.0",
"timestamp": "2025-03-29T11:13:51.028Z"
}