+ API keys allow programmatic access to your forms and submissions. +
+ ++ No API keys yet. Create one to get started. +
+
+ {apiKey.keyPrefix}...
+
+ Created {format(new Date(apiKey.createdAt), 'MMM d, yyyy')}
+ {apiKey.lastUsedAt && (
+
+ Last used {format(new Date(apiKey.lastUsedAt), 'MMM d, yyyy')}
+
+ )}
+ {apiKey.expiresAt && !isExpired && (
+
+ Expires {format(new Date(apiKey.expiresAt), 'MMM d, yyyy')}
+
+ )}
+ {usageStats && (
+
+ {usageStats.total} requests ({usageStats.last24h} last 24h)
+
+ )}
+ + Manage API keys for programmatic access to your forms and submissions. +
+