Getting Started
API Keys
How to create and manage API keys for the Renifler API.
🔐 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 the X-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.
Manage your API keys in the API Keys Dashboard.
⚠️ Security Tips
- Keep your API keys confidential.
- Rotate your API keys regularly.
- Use environment variables to manage your API keys securely.