{% include "common_libs.html" with jquery=0 v2=1 %} {% include "_header.html" %}
Developer Console
Access Token Management
{% csrf_token %}

Click Authorize button below, input your token there to invoke APIs with your account, which is required for APIs like /api/me
Or use it in command line, like curl -H "Authorization: Bearer YOUR_TOKEN" {{ site_url }}/api/me

{% include "_footer.html" %}