Skip to main content

Authentication

Every JustRouting API request requires an API key, sent as an HTTP Bearer header:

Creating and managing keys

  1. Click Create API Key in the Dashboard
  2. The key is shown in full only once — save it immediately
  3. You can create multiple keys and Revoke a compromised key at any time

What authentication failures look like

Missing Authorization header:
Invalid or revoked key:
Both return HTTP 401. Fixes: check the header spelling (Authorization: Bearer ... — there is a space after Bearer) and make sure the key has not been revoked.
Never put your API key in public browser-side code. Anyone who obtains the key can spend your quota in your name. Browser apps should proxy requests through your own backend, or contact hello@justrouting.tech to discuss direct-from-browser options.

Example requests

  • Rate Limits — quotas and 429 behavior
  • Errors — the complete error code reference