Hi Everyone,
I am trying to access authentication API using Postman but unable to get the token.
API Call: POST - https://platform.uipath.com/api/account/authenticate
Request Body:
{
“tenancyName” :“Tenant Name”,
“usernameOrEmailAddress” :“Login User name”,
“password” :“Password”
}
Getting below response:
{
“message”: “Invalid credentials, failed to login.”,
“errorCode”: 1000,
“resourceIds”: null
}
Could you guys, please help me how to resolve the issue.