orchestrator
2020.10
false
- Getting Started
- Swagger Definition
- Orchestrator APIs
- Assets Requests
- Calendars Requests
- Environments Requests
- Folders Requests
- Generic Tasks Requests
- Jobs Requests
- Libraries Requests
- License Requests
- Packages Requests
- Permissions Requests
- Processes Requests
- Robots Requests
- Roles Requests
- Schedules Requests
- Settings Requests
- Tasks Requests
- Task Catalogs Requests
- Task Forms Requests
- Tenants Requests
- Transactions Requests
- Users Requests
- Webhooks Requests
Authenticating
OUT OF SUPPORT
Orchestrator API Guide
Last updated Jun 18, 2024
Authenticating
The authentication system for the UiPath Orchestrator API uses a bearer token for local users and NTLM authentication for directory users.
Note: By default, the bearer token expires after 30 minutes.
Important:
The instructions on this page apply only for the on-premises Orchestrator API. Basic authentication for API is not supported for Automation Cloud Orchestrator tenants.
If you are using the Orchestrator service in Automation Cloud, use the instructions in Consuming Cloud API instead.
Important: To authenticate your requests using Windows credentials you need to use an API client that supports NTLM authentication,
such as Postman.
If you are using Swagger to try our API, just log in to your Orchestrator instance in a separate tab.
The Orchestrator API Swagger definition can be accessed by adding the
/swagger/ui/index#/
suffix to your Orchestrator URL. For example, {baseURL2}
/swagger/ui/index#/
.
Note: The Swagger authentication expires according to the parameters set in your Orchestrator instance. By default, it is set to
30 minutes. You can change it by modifying the value of the
Auth.Cookie.Expire
parameter, in the Web.config
file.