{
    "service": "CrewBarn API",
    "description": "Field service management platform \u2014 closed-source API.",
    "status": "ok",
    "version": "v1",
    "release": "1.0.0",
    "environment": "production",
    "docs": "https://docs.crewbarn.com",
    "dashboard": "https://app.crewbarn.com",
    "support": "support@crewbarn.com",
    "endpoints": {
        "health": "/v1/health",
        "version": "/v1/version",
        "auth": {
            "login": "POST /v1/auth/login",
            "logout": "POST /v1/auth/logout",
            "me": "GET /v1/auth/me"
        }
    },
    "timestamp": "2026-06-27T12:52:26+00:00"
}