I am trying to use the api for cloud orchestrator, but through
- Postman I am able to the the access token and if I am using https://account.uipath.com/odata/Assets the response is “No Data” and if using https://cloud.uipath.com/odata/Assets the response is
{
“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”: true,
“__abp”: true
}
2.The same above response I am getting while using the Swagger/Index.html