All requests to the Dora API must be authenticated using an API key. We use a custom x-api-key header to pass this key.
Environments
Your account has two separate environments, each with its own API key and base URL.
Data is separate. Deliveries or riders created in the Development environment will not appear in Production, and vice-versa.
🔑 Accessing Your API Keys
You can find your keys in your Dora dashboard settings:
-
For Development:
-
For Production:
- Log in at fleet.usedora.com.
- Navigate to Settings > General > API Key.
- Copy the Production API Key.
How to Use Your Key
To authenticate an API request, you must include the x-api-key header with every call.
Errors
If your API key is missing or invalid, the API will return a 401 Unauthorized error.