API Versioning
The eHub API uses versioning to maintain backward compatibility, allowing new features and updates to be introduced without disrupting existing integrations. Each version is embedded within the URL path, enabling developers to target specific API versions for their applications.
Current Version
The latest available version is v2. You can access this version by appending the following path to the base URL:
/api/v2/For example, API request URL would look something like this:
https://api.ehub.com/api/v2/{specific_endpoint}
Versioning Strategy
When a new version is released, the previous version remains available to ensure the continuity of your current integration. This approach allows flexibility to upgrade to the latest version when you're ready, allowing you to leverage new features and improvements without disrupting your existing processes.
Base URL
Production:
Sandbox: