API Key Authentication
Netrows uses API key authentication. Include your API key in theAuthorization header as a Bearer token.
Getting Your API Key
- Sign up at netrows.com/get-access
- Confirm your email address
- Login to your dashboard
- Generate a new API key
You can create multiple API keys for different applications or environments.
Example Request
Security Best Practices
Store Keys Securely
Store Keys Securely
Use environment variables or secure key management systems to store your API keys.
Use Different Keys
Use Different Keys
Create separate API keys for development, staging, and production environments.
Rotate Keys Regularly
Rotate Keys Regularly
Periodically rotate your API keys and revoke old ones from your dashboard.
Monitor Usage
Monitor Usage
Track your API usage in the dashboard to detect unauthorized access.
Error Responses
Invalid API Key
401 Unauthorized
Missing API Key
401 Unauthorized
Rate Limiting
API keys are subject to rate limits based on your subscription plan:- Starter Plan: 20 requests/minute
- Growth Plan: 50 requests/minute
- Pay-as-you-go: 100 requests/minute
- Enterprise: Custom limits