API Key Management
= htmlspecialchars($error) ?>
= htmlspecialchars($success) ?>
Your New API Key
Please copy it now. It will not be shown again.
Use this key in the Authorization header as a Bearer token: Bearer = htmlspecialchars($generated_key['api_key']) ?>
Create New API Key
Existing API Keys
| Name | Integration | Status | Created | Last Used | Actions |
|---|---|---|---|---|---|
| No API keys found. | |||||
| = htmlspecialchars($key['key_name']) ?> | = htmlspecialchars($key['integration_type']) ?> | = $key['is_active'] ? 'Active' : 'Inactive' ?> | = htmlspecialchars(date("M d, Y", strtotime($key['created_at']))) ?> | = $key['last_used_at'] ? htmlspecialchars(date("M d, Y H:i", strtotime($key['last_used_at']))) : 'Never' ?> | |