Hi all!
I am building something for the first time need orchestrator api details to trigger like orchestrator URL, tenant name , cleint Id and client secret
You will need to create OAuth application first which will give you these details orchestrator URL, tenant name , cleint Id and client secret.
Follow this documentation on how to create one
More resources on getting started
@vhvinodsai If you are using Automation Cloud, you can get the Client ID and Client Secret by creating an External Application.
Steps: 1.Go to Automation Cloud.
2. Click Admin from the left menu.
3. Select your Organization. 4
4. Go to External Applications.
5. Click Add Application.
6. Give the application a Name.
7. Choose the Application Type (usually Confidential application for backend/API usage).
8. Select the required Scopes (for example Orchestrator-related scopes if you want to trigger jobs).
9. Click Create. After creation, you will see: Client ID Client Secret
10. Save the Client Secret immediately because it may only be shown once.
These values are then used to authenticate and call the Orchestrator APIs
Hi @vhvinodsai
You have to setup an OAuth application as described above.
If you want to test/use it in UiPath Studio, you can use the built-in activity Orchestrator HTTP Request and feed it with a relative path to the endpoint you intend to use.
Regards
Soren
Hey,
You can get the Orchestrator API details from your Orchestrator account. Just log in, go to the API or tenant settings, and there you’ll see or can create your Tenant Name, Client ID, and Client Secret. The Orchestrator URL is the same one you use to open your account. With these, you can connect and trigger processes from your app.
Hi @vhvinodsai,
If you are using a personal account, this can be achieved using a Personal Access Token (PAT). You can refer to the following documentation:
If not, you will need to get Client Credentials from your support/team. Once you have that, you can use it to authorize and access Orchestrator APIs. Refer here:
Thanks
