How to use Orchestrator API on platform.uipath.com

Hi All,

We are facing issue with UiPath Platform Authentication.
Unable to authenticate using REST Api call.
But, we were able to login using Browser.
Request details are given below:
API URL:
https://platform.uipath.com/[Tenant name]/[account name]/api/Account/Authenticate
here, tenant & account logical names are one and same.
Request Body framed in the format given below:
{
“usernameOrEmailAddress”: “{{usernameOrEmailAddress}}”,
“tenancyName”: “{{tenancyName}}”,
“password”: “{{password}}”
}

Let us know if you have any idea about this issue

Thanks,
Shree

Hi @skkumar2020

Please go over the documentation here:
https://docs.uipath.com/orchestrator/v2019/reference#consuming-cloud-api

It will explain that for platform.uipath.com you no longer use the raw basic credentials, but rather a token generated as per this documentation bit:

and this:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.