{% extends "admin/layout.html" %} {% block title %}API & Access Keys - Admin{% endblock %} {% block content %}
Manage API keys and access keys for integrations
| Key Name | Key Value | Created At | Actions |
|---|---|---|---|
| {{ key.name }} | {{ key.value }} |
{{ key.created_at.strftime('%d-%m-%Y %H:%M') if key.created_at else 'N/A' }} |
|
|
No API keys found. |
|||
| Key Name | Key Value | Created At | Actions |
|---|---|---|---|
| {{ key.name }} | {{ key.value }} |
{{ key.created_at.strftime('%d-%m-%Y %H:%M') if key.created_at else 'N/A' }} |
|
|
No access keys found. |
|||