Hello,
I’d want to trigger a robot for running a process and I’ve read that the first step is the authentication.
So, I registered a new account under https://platform.uipath.com/. My endpoint, now, is https://platform.uipath.com/XXX/YYY/
Using postman, I’m querying this endpoint https://platform.uipath.com/XXX/YYY/api/Account/Authenticate in POST with the Content-Type: application/json in the header and in the body this json:
{ "usernameOrEmailAddress": "federico.cuozzo@xxx.com", "password": "xxx@" }
… but I got this response:
{
“message”: “Invalid credentials, failed to login.”,
“errorCode”: 1000,
“resourceIds”: null
}
I’m sure that credentials are right because I can login to the Orchestrator using a browser.
So, which is a resolution for this problem?
Thank you!
Regards.