Logo

Lists Management

Access your lists dashboard

{{ loginError }}

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 }}

{{ notification.message }}

{{ showEditModal ? 'Edit List' : 'Create New List' }}

Leave empty to keep the current API key

List Details

{{ selectedList?.id }}

{{ selectedList?.name }}

{{ selectedList?.api_key }}

{{ formatDateTime(selectedList?.created_at) }}

{{ formatDateTime(selectedList?.updated_at) }}

Delete List

Are you sure you want to delete "{{ listToDelete?.name }}"?

This action cannot be undone.