{% extends "base.html" %} {% block title %}API - MikroMon{% endblock %} {% block content %}

API

Endpoints overview (UI reference only).
{% if current_user.is_authenticated %} Back {% endif %}
{% for r in routes %} {% endfor %}
Method Path Description
{{ r.method }} {{ r.path }} {{ r.desc }}
Auth: most endpoints require a logged-in session (cookie). For external integrations use your own reverse-proxy / tokens (MVP has no dedicated API tokens).
{% endblock %}