API Key Update Notification
@if($actionType === 'rotated')
Your API key has been rotated successfully. A brand-new key has been issued below.
Your previous key is now permanently invalid — please update any integrations immediately.
@elseif($actionType === 'active')
Your API key has been enabled and is now active. You can resume using it in your integrations right away.
@else
Your API key has been disabled. It will not authenticate any requests until you re-enable it from your dashboard.
@endif
|
@if($actionType === 'rotated')
Your New API Key
@else
Your API Key
@endif
|
|
{{ $apiKey }}
|
|
@if($actionType === 'rotated' || $actionType === 'active')
Active
@else
Disabled
@endif
|
@if($actionType === 'rotated')
|
Action Required
Your old key has been permanently revoked. Update your application or integration with the new key above immediately to avoid any service interruption.
|
@else
|
Good to Know
You can toggle, rotate, or manage your API key at any time from your account dashboard.
|
@endif
If you did not perform this action, please contact our support team immediately.
The {{ env('APP_NAME') }} Team
|