Authentication
Overview
This page shows you how to access your API keys and authenticate your requests to the platform. Whether youβre working in a development or production environment, youβll need to use the appropriate API key and base URL for your requests. Follow the steps below to retrieve your keys and understand the differences between environments.
π Accessing Your API Key from Platform Settings
π§ For Development
- Visit the Development Environment site: xdev fleet.
- Login and navigate to the API Key section in Settings.
- Copy the Development API Key displayed.
π For Production
- Visit the Production Environment site: prod fleet.
- Login and navigate to the API Key section in Settings.
- Copy the Production API Key displayed.
π Generate New API Key (if needed)
- If you donβt already have an API key, click the Generate Key button in the respective environment.
- Copy the generated API key by clicking the Copy icon next to it.
β οΈ Important Notes
- Keep your API key secure and do not share it with others.
- If you suspect your API key has been compromised, revoke it immediately and generate a new one.
Example Usage with API Key
π Environnment Endpoints
Environment | Base URL | API Key | Purpose |
---|---|---|---|
Development | https://dev.api.fleet.usedora.com/api/v1 | β Yes | Testing & Sandbox |
Production | https://api.usedora.com/api/v1 | β Yes | Live Data Access |