- Release Notes
- Getting Started
- Permissions
- Starting as
- Admin Console
- Workspace
- Explore
- Share Idea or Automation
- Dashboards
- My Tasks
- Notifications
- Email Notifications
- Resources
- Process Mining Integration
- Studio Integration
- Task Capture Integration
- Automation Hub - Automation Cloud Integration
- Automation Store
- Additional Resources
July 2024
Automation Hub is initiating back-end modifications to diminish latency. These changes will lead to the deprecation of the Open API classic URL. Consequently, customers using the classic URL for API calls are requested to shift to the standard cloud URL before August 30, 2024. All impacted customers have been notified accordingly.
Understanding the difference between the Classic URL and the Standard Cloud URL
Classic URL: https://automation-hub.uipath.com/api/v1/openapi
Standard cloud URL: https://cloud.uipath.com/{orgName}/{tenantName}/automationhub_/api/v1/openapi/
orgName
refers to the name of your
organization and
tenantName
refers to the name of your tenant.
Required action
Examples of replacing the classic URL with the standard cloud URL
Retrieving the Cost Benefit Analysis entered for an idea that has the identification number 29 (id=29):
- Using the classic URL: GET https://automation-hub.uipath.com/api/v1/openapi/cba?id=29
- Using the standard cloud URL: GET https://cloud.uipath.com/exampleOrgName/exampleTenantName/automationhub_/api/v1/openapi/cba?id=29
Updating the phase and status of an idea:
- Using the classic URL: POST https://automation-hub.uipath.com/api/v1/openapi/automations/status
- Using the standard cloud URL: POST https://cloud.uipath.com/exampleOrgName/exampleTenantName/automationhub_/api/v1/openapi/automations/status
Documentation
For further details, refer to our Open API documentation.
As part of our commitment to empowering organizations with control over their data, we are providing complete data sovereignty for the United Kingdom and India regions. We use replication capabilities to securely store data in multiple availability zones within the region.
To learn more about the available tenant regions and the services offered in each region, explore our resources on Data residency.