🔐 API Keys
API keys are required to authenticate requests to the Renifler API.🛠️ Creating an API Key
- Log in to your Renifler account.
- Navigate to the API Keys section in your dashboard.
- Click Create API Key.
- Provide a descriptive name for the key.
- (Optional) Set an expiration date.
- Click Create and securely store your new API key.
📋 Using Your API Key
Include your API key in theX-API-Key header of your HTTP requests:
🔄 Managing API Keys
You can:- Revoke an API key to disable it.
- Regenerate an API key to replace it with a new one.
- View usage statistics for each API key.
⚠️ Security Tips
- Keep your API keys confidential.
- Rotate your API keys regularly.
- Use environment variables to manage your API keys securely.