{% extends 'psu_base.html' %} {% load base_taglib %} {% block pagecontent %}

Finti Console

{% if authorized %}
{# API URL #}
{{ base_url }}/
{# CHECKBOXES #}
{# FINTI TOKEN (optional) #}

To use a token other than the token specified in your local_settings.py file, enter the token below:

{# METHOD and SUBMIT #}
{# POST WARNING #} {# PAYLOAD #}
{# RESPONSE / RESULT #}

API Response:



API Response's Keys:

{# IF ACCESS DEINED #} {% else %}
{%fa fa-lock style="font-size: 20em;" title="Access Denied"%}
{% endif %} {% endblock %} {% block scripts %} {% endblock %}