Manage API Token

Requesting a Token will invalidate all potential existing tokens. The new token will only be shown once, so ensure to store it in a secure place.

{% csrf_token %}
New Token:

        
{% for t in tokens %}
{% csrf_token %}
{% endfor %}