Your personal API key provides access to the
REST API
{% if request.user.api_token %}
Treat it like a password and keep it secure.
Your API key {{ request.user.api_token.prefix }}...
was generated on {{ request.user.api_token.created }}
For security reasons, the full key is only shown once at generation time.
If you lose it, you will need to regenerate a new one.
{% else %}
For security reasons, the full key is only shown once at generation time.
If you lose it, you will need to regenerate a new one.
No API key created.
Generate one using the button below to access the REST API.
{% endif %}
Generate one using the button below to access the REST API.