{% if api_keys %}
| Name | Key Prefix | Status | Created | Last Used | Actions |
|---|---|---|---|---|---|
| {{ api_key.name|default:"Unnamed Key" }} |
{{ api_key.prefix }}...****
|
{% if api_key.is_active %} Active {% else %} Revoked {% endif %} {% if api_key.is_expired %} Expired {% endif %} | {{ api_key.created_at|date:'M j, Y' }} | {% if api_key.last_used_at %} {{ api_key.last_used_at|date:'M j, Y' }} {% else %} Never {% endif %} |
{% if api_key.is_active %}
|
No API keys yet
Generate your first API key to start using our services programmatically.