I am trying to authenticate the orchestrator API using postman.
Url : {OrchestratorURL}/api/account/authenticate
Body
{
“TenancyName”: “{account_tenancy_name}”,
“UsernameOrEmailAddress”: “{account_username}”,
“Password”: “{account_password}”
}
But i am getting invalid credential error. But I am providing correct credential. Any idea why?
Hi,
Thank you for the response. I am taking user key as refresh token and I am getting 400 bad request response and with invalid json.
Do i need to remove the double quotes from the body
Thank you for the help . It is working for me now. Just one more help please I want to run UiPath jobs using API. If u have the API’s handy could you please help me with it