Authentication
Every JustRouting API request requires an API key, sent as an HTTP Bearer header:Creating and managing keys
- Click Create API Key in the Dashboard
- The key is shown in full only once — save it immediately
- You can create multiple keys and Revoke a compromised key at any time
What authentication failures look like
MissingAuthorization header:
401. Fixes: check the header spelling (Authorization: Bearer ... — there is a space after Bearer) and make sure the key has not been revoked.
Example requests
Related
- Rate Limits — quotas and 429 behavior
- Errors — the complete error code reference
