{% extends "base.html" %} {% block title %}API Log — {{ service_name }}{% endblock %} {% block content %}
This table shows a list of all API request authenticated with this API token.
Datetime | Method | Endpoint |
---|---|---|
{{ api_log_entry.utc_datetime.strftime('%Y-%m-%d %H:%M:%S') }} | {{ api_log_entry.method.name }} | {{ api_log_entry.route}} |
This API token has not been used so far.
{% endif %} {% endblock %}