Skip to main content
DialNexa API key rotation creates a new key and lets users decide what happens to the previous key. When a workspace already has keys, the create flow asks whether to expire the previous key now or in 24 hours.
The 24 hour option exists for migrations. The now option exists for confidence or emergencies.

Rotation Choices

Pick the option that matches risk.
ChoiceUse when
Expire previous key nowThe old key is compromised or no system should keep using it.
Expire previous key in 24 hoursYou need time to update external systems safely.
CancelYou are not ready to store and deploy the new key.

Rotate Without Breaking Integrations

1

Create the new key

Name it by system and date or environment.
2

Store it securely

Put the raw value in your secret manager while it is visible.
3

Update external systems

Replace the old key in services, jobs, or apps.
4

Verify calls succeed

Confirm API traffic works with the new key.
5

Remove old access

Use immediate expiration or wait for the grace period to end.

Rotation Incidents

Create another key and rotate again.
Use the 24 hour window for controlled migration.
Check organization context before rotating.
Webhook secrets rotate separately from API keys.

API Keys

Create keys.

Webhook Secrets

Rotate event secrets separately.

Troubleshooting

Debug auth issues.