Skip to main content

Managing API Keys

API keys are the primary method for authenticating your applications with WazzAPI.

Creating a Key

  1. Log in to your WazzAPI Dashboard.
  2. Navigate to Settings > API Keys.
  3. Click Create New Key.
  4. Give your key a descriptive name (e.g., “Production Server”, “Staging App”).
  5. 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:
  1. Create a new key.
  2. Update your applications to use the new key.
  3. 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).