Lists Management
Create, view, edit, and delete lists
Total Lists
{{ stats.total || 0 }}
Recent Lists
{{ stats.recent || 0 }}
API Keys
{{ stats.total || 0 }}
All Lists
Loading lists...
No Lists Found
Get started by creating your first list
| ID & Name | API Key | Created | Updated | Actions |
|---|---|---|---|---|
|
{{ list.name }}
ID: {{ list.id }}
|
{{ list.api_key }}
|
{{ formatDateTime(list.created_at) }} | {{ formatDateTime(list.updated_at) }} |
|
Showing {{ ((pagination.currentPage - 1) * pagination.itemsPerPage + 1) }} to
{{ Math.min(pagination.currentPage * pagination.itemsPerPage, pagination.totalItems) }}
of {{ pagination.totalItems }} results
Page {{ pagination.currentPage }} of {{ pagination.totalPages }}