Hey guys,
I’d appreciate some help, have been reading through multiple posts and cannot find a solution of authenticating to the API.
I am using community license for the orchestrator.
I have tried the above solution, with the following code and with a very strange error:
Header req:
Body req:
or
should I be using:
https://cloud.uipath.com/api/account/authenticate
Content-Type: application/json
{
“tenancyName” : “Documentation”,
“usernameOrEmailAddress” : “Documentation”,
“password” : “DocumentationAPItest”
}
which btw, returns (if I use my orchestrator credentials)
{
“message”: “Invalid credentials, failed to login.”,
“errorCode”: 1000,
“resourceIds”: null
}
2nd question if I may:
Also, if I install orchestrator on Premise, would it remove the headache for authentication, or would I need to regenerate such a refresh_token every day?
Thank you for the support.
6 posts - 3 participants