Cloud Orchestrator REST API calls

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.

@jarpula_Sakru

The Cloud Orchestrator REST API Authentication scheme is totally new. The current best information is in this posting:

It is a seven step process to generate a API Access Token that you use as a Bearer token to authenticate REST API Calls.

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