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

curl -X GET "https://api.usedora.com/api/v1" \
-H "x-api-key: vxe9ehOaaQpclaVHEBkF4orZVg5DjErbl2ZNAXXXzK4al9kREVB7JvIHDaedyaiu"

πŸ“ Environnment Endpoints

EnvironmentBase URLAPI KeyPurpose
Developmenthttps://dev.api.fleet.usedora.com/api/v1βœ… YesTesting & Sandbox
Productionhttps://api.usedora.com/api/v1βœ… YesLive Data Access