{% extends "settings.html" %} {% block title %} {{'SITE_NAME' | app_config}} - FAQ {% endblock %} {% block content %}

API Guide



Your API Applications

{% for app in v.applications if app.client_id %}
{% if app.client_id %} {% endif %}
{% else %}

None

{% endfor %}

API Applications Awaiting Approval

{% for app in v.applications if not app.client_id %}
{% if app.client_id %} {% endif %}
{% else %}

None

{% endfor %}

Your Authorized Applications

{% for auth in v.authorizations.all() %}
{% else %}

None

{% endfor %}

Request API Keys

{% endblock %} {% block clipboard %} {% endblock %}