{% extends "layout.html" %} {% block title %}API Access{% endblock %} {% block body %}

API Access

{% if all_account_api_keys|length > 0 %} {% for api_key in all_account_api_keys %} {% endfor %}
Name Created By Key Created Date
{% if api_key.name == 'default_api_key' %} Default {% else %} {{ api_key.name }} {% endif %} {{ api_key.created_by_user_email }} •••••{{ api_key.last }}
{% else %}

Please create an API key to get started using Freeplay.

{% endif %}
{% endblock %}