Hi All,
@Palaniyappan @Lahiru.Fernando
I am getting “You are not authorized” while trying to fetch process key from orchestrator using community version
i am using below endpoints to get process key
Please find below screenshot response from orchestrator .
Please find below screenshot after deserializeJSON file
Could you please let me know , why i am getting above error.
@loginerror
Best regards,
Naveen Chaganti
GBK
(GBK)
May 4, 2020, 10:24am
2
@Naveen.Ch - pls refer new orchestrator API reference document -
HareeshMR
(Hareesh Madasi)
May 4, 2020, 4:08pm
4
Have you tried following the steps in the below link @Naveen.Ch
Steps to do with the new API
Login to platform uipath
Click on the services tab and near the username, you will have three dots, click on that
Click on API access and copy all the details you have there like client id, key and user id whatever
Then send a post request to authenticate to the URL : https://account.uipath.com/oauth/token with the headers X-UIPATH-TenantName which you got in the above step and the body
{
“grant_type”: “refresh_token”,
“client_id”: “CLIENT ID you got …
hi @HareeshMR
Yes, i have tried and getting below attached response.
HareeshMR
(Hareesh Madasi)
May 5, 2020, 10:20am
6
@Naveen.Ch
Can you check this post which will have all the required info
Hi @HareeshMR
Yes, i have gone through the above url but i am not familiar with API
now i have the access token,but while trying to get folder id i am facing error.