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