Hi, everyone.
I’m looking at the definition of a cURL to trigger a process via API. This is the example UiPath gives here:
- curl ‘{baseURL_orchestrator}/t/6ea73196-ca89-446c-81e1-5279bdd36dc2/{process_name}’ -X ‘POST’ -H ‘Content-Type: application/json’ -H ‘Authorization: Bearer INSERT_YOUR_TOKEN’
My question is, what is the meaning of the alphanumeric ID “6ea73196-ca89-446c-81e1-5279bdd36dc2”? Is it a tenant ID? Is there a way to retrieve that via one of the other APIs?
I ask because that value is the same for all of our API triggers, so if you can obtain it, then you can construct endpoints for all API process triggers and trigger whichever process you choose.