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 secure place

{% csrf_token %}


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