JavaScript
Health
Get API health status
Returns the health status of the API and its dependencies
GET
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Health check response
Health check response payload
Example:
{
"status": "healthy",
"version": "1.0.0",
"timestamp": "2026-07-02T13:41:55.338Z"
}
