All requests to the Dora API must be authenticated using an API key. We use a customDocumentation Index
Fetch the complete documentation index at: https://docs.usedora.com/llms.txt
Use this file to discover all available pages before exploring further.
x-api-key header to pass this key.
Environments
Your account has two separate environments, each with its own API key and base URL.| Environment | Base URL | Purpose |
|---|---|---|
| Development | https://dev.api.fleets.usedora.com/api/v1 | Testing & Sandbox |
| Production | https://api.fleet.sa.usedora.com/api/v1 | Live Data Access |
🔑 Accessing Your API Keys
You can find your keys in your Dora dashboard settings:-
For Development:
- Log in at xdev.fleet.usedora.com.
- Navigate to Settings > General > API Key.
- Copy the Development API Key.
-
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 thex-api-key header with every call.