Account Management
Profile Settings
Access your profile settings from the top-right menu:- Personal Information: Update your name, email
- Password Management: Change your password or enable two-factor authentication
API Key Management
Creating API Keys
1
Access API Keys
Go to the “API Keys” section in your dashboard
2
Generate New Key
Click “Generate New API Key”
3
Name Your Key
Give your key a descriptive name (e.g., “My Website Integration”)
4
Copy and Store
Copy your API key immediately and store it securely
API Key Best Practices
Security Guidelines
- Never share API keys via email or chat
- Use different keys for different environments (dev, staging, production)
- Rotate keys periodically for enhanced security
- Monitor key usage for unusual activity
- Store keys in environment variables, not in code
Revoking API Keys
If an API key is compromised:- Immediate Action: Go to your API Keys section
- Revoke: Click “Revoke” next to the compromised key
- Generate New: Create a new API key with a different name
- Update Applications: Replace the old key in all your applications
Revoking an API key immediately stops all applications using that key. Make sure to update your applications with a new key.