{
    "ok": true,
    "service": "API Developers Digital v1 Gateway",
    "version": "v0.4-token-products-scope-enforcement",
    "auth": {
        "bearer_required_for_protected_endpoints": true,
        "products": {
            "juri_basic": {
                "label": "API Jurídica Básica",
                "scopes": [
                    "juri:search",
                    "juri:document:analyze"
                ],
                "endpoints": [
                    "/v1/juri/search.php",
                    "/v1/juri/document-analyze.php"
                ]
            },
            "health_draft": {
                "label": "imuni. Saúde Draft",
                "scopes": [
                    "health:clinical_workup"
                ],
                "endpoints": [
                    "/v1/health/clinical-workup.php"
                ]
            },
            "media_basic": {
                "label": "uni.media API",
                "scopes": [
                    "media:render_preview"
                ],
                "endpoints": [
                    "/v1/media/render-preview.php"
                ]
            },
            "radar_basic": {
                "label": "uni.radar API",
                "scopes": [
                    "radar:events"
                ],
                "endpoints": [
                    "/v1/radar/events.php"
                ]
            },
            "full_api": {
                "label": "Full API",
                "scopes": [
                    "juri:search",
                    "juri:document:analyze",
                    "health:clinical_workup",
                    "media:render_preview",
                    "radar:events",
                    "memory:search",
                    "whatsapp:draft"
                ],
                "endpoints": [
                    "/v1/juri/search.php",
                    "/v1/juri/document-analyze.php",
                    "/v1/health/clinical-workup.php",
                    "/v1/media/render-preview.php"
                ]
            }
        }
    },
    "protected_endpoints": {
        "/v1/juri/search.php": "juri:search",
        "/v1/juri/document-analyze.php": "juri:document:analyze"
    },
    "timestamp": "2026-07-09T02:37:34+00:00"
}