Sirius DocsInternal
API Reference
Health

Service health

GET
/v1/health

Returns the current status of the API and its upstream dependencies. This endpoint does not require authentication.

Response Body

application/json

curl -X GET "https://example.com/v1/health"
{  "status": "ok",  "version": "0.1.0"}