{{ err }}
Key {{ newKey.label }} for {{ newKeyOwnerLabel }} created. Copy it now — it will not be shown again.
{{ newKey.key }}
API Keys {{ col.header }}
Name{{ key.owner?.name || '—' }} Username{{ key.owner?.username || '—' }} Contact{{ key.owner?.contact || '—' }} Label{{ key.label }} {{ key.active ? 'Active' : 'Revoked' }} Prefix{{ key.prefix }}… Service{{ serviceLabels[key.service] || key.service }} Status{{ key.active ? 'Active' : 'Revoked' }}
Service {{ serviceLabels[key.service] || key.service }}
Created Date {{ key.createdAt | date:'short' }}
Last Used {{ key.lastUsedAt ? (key.lastUsedAt | date:'short') : '—' }}
Requests {{ key.requestCount != null ? (key.requestCount | number) : 0 }}
No API keys yet. Click Generate Key to create one.