All Nozle Routing API endpoints require authentication via an API key passed in theDocumentation Index
Fetch the complete documentation index at: https://docs.nozlerouting.com/llms.txt
Use this file to discover all available pages before exploring further.
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 theX-API-Key header on every request:
Errors
Requests without a valid API key receive a403 Forbidden response:
Security Best Practices
- 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