{
    "service": "SL Discord Integration",
    "version": "1.0.0",
    "endpoints": {
        "\/webhook\/{id}\/{token}": "POST - Discord webhook relay (man-in-the-middle proxy)",
        "\/avatar\/{uuid}": "Get avatar profile picture by UUID",
        "\/tracker\/status": "POST - Update avatar online\/offline status",
        "\/tracker\/online": "GET - List currently online avatars (JSON)",
        "\/tracker\/avatar\/{uuid}": "GET - Get single avatar info",
        "\/tracker\/register": "POST - Register avatars to track",
        "\/online": "Web interface - View online avatars"
    },
    "status": "online"
}