How to create an external application in UiPath Cloud Orchestrator and check it using API with Postman?
Thank you for your reply.
I’m getting this 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": true,
"__abp": true
}
Have you configured the external application as described within the shared link from above?
It’s clearly issue with authentication. Check if the external application is setup correctly as per Peter’s suggestion.
Thanks,
Ashok ![]()
it is showing You haven’t registered any applications yet.
Is there any latest video available where step by step process were mentioned ?
or, could you please help me with the steps?
I just want to authenticate and try to test the different orchestrator api using postman.
we shared:
where the steps are listed
In general we recommend the following:
- configure it for OAuth2 in Postman
- when using videos / other resources, then ensure that it is addressing the right authentication mode (no bearer…)
Maybe this can help yu for the next steps / but also do researches by your own to find resources matching to your learner type:
Thanks for your reply.
Should we use this (https://oauth.pstmn.io/v1/browser-callback) as a Callback URL?
give a try, we got it work with this after a few confusions (set it at Postman config)
Once I Clicked Get New Access Button -

I’m getting the error -

try as below
to create external app - goto admin-> Tenant-> External Application …create one and select the scopes you need and get the app id as clietid and secret as cleint secret and scope also can be copied
the response can be used in further calls
cheers
Thanks for sharing the video.
I’m able to generate token using Postman.
But when I’m trying to call the GetFolder API, I’m getting an error -
Could you please help me to resolve the issue?
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.


