API Keys

Manage API keys for accessing the AlertNow API

Production API Key

API Key
••••••••••••••••••••••••••••••••••••••••
Created 2 weeks agoLast used 5 minutes ago

Development API Key

API Key
••••••••••••••••••••••••••••••••••••••••
Created 1 month agoLast used 2 days ago

Testing API Key

API Key
••••••••••••••••••••••••••••••••••••••••
Created 3 months agoLast used Never
API Key Security
Best practices for keeping your API keys secure

Keep your API keys private

Never share your API keys in publicly accessible areas such as GitHub, client-side code, or forums.

Use environment variables

Store your API keys in environment variables instead of hardcoding them in your application.

Rotate your keys regularly

Regenerate your API keys periodically to minimize the impact of a compromised key.

Revoke unused keys

If you no longer need an API key, revoke it immediately to prevent unauthorized access.