Managing API Keys
API keys are the primary method for authenticating your applications with WazzAPI.
Creating a Key
- Log in to your WazzAPI Dashboard.
- Navigate to Settings > API Keys.
- Click Create New Key.
- Give your key a descriptive name (e.g., “Production Server”, “Staging App”).
- Copy the key immediately. You will not be able to see it again.
Store your API keys securely. Do not commit them to version control.
Rolling Keys
If you suspect a key has been compromised:
- Create a new key.
- Update your applications to use the new key.
- Delete the old key from the dashboard.
Permissions
(Coming Soon) Future updates will allow you to scope keys to specific resources (e.g., read-only access).