The API Authentication updates to our Cloud Platform are now live and simplify the usage of Orchestrator API.
The new method gives each user a key, which can be used to generate 24-hour access tokens that may be revoked or refreshed at any time. Here is the documentation to help you understand where to find these tokens and the API calls that use them:
Note that this method is only used for https://platform.uipath.com. On-premise Orchestrators can still use Tenant, Username, and Password for authentication.
So in order to get the access token you need the refresh token (or the user key now), but it refreshes every 24h. How can you get that besides getting into the Api Acess menu?
Hi @loginerror, Currently i am trying to access the cloud api from postman. I am receiving the access token but when using the access token in subsequent api’s. i am receiving the following error,
{
"message": "You are not authenticated!",
"errorCode": 0,
"result": null,
"targetUrl": null,
"success": false,
"error": {
"code": 0,
"message": "You are not authenticated!",
"details": "You should be authenticated (sign in) in order to perform this operation.",
"validationErrors": null
},
"unAuthorizedRequest": false,
"__abp": true
}