All Nozle Routing API endpoints require authentication via an API key passed in the X-API-Key header.
Getting an API Key
Contact us at rohan.iyer@nozlerouting.com to request a key. Keys are issued per partner and can be rate-limited or revoked independently.
Making Authenticated Requests
Include your API key in the X-API-Key header on every request:
Errors
Requests without a valid API key receive a 403 Forbidden response:
Security Best Practices
Never commit API keys to version control or expose them in client-side code. Use environment variables or secret management systems.
- Store API keys in environment variables, not source code
- Use different keys for development and production environments
- Rotate keys periodically
- Contact us immediately if you suspect a key has been compromised