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

Use keys with Authorization: Bearer … or the X-EEG-API-Key header for /api/v1/ requests.

{% include "accounts/partials/api_keys_root.html" with api_keys=api_keys raw_api_key=raw_api_key %} {% endblock %}