I am using orchestrator API Processes Requests when I hit this API I am getting 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}-----401
But I am able to generate the token
Using all the parameters correctly, please help me with this
@dhanushm Can you show us How you have extracted the value access_token.
Also you can check the Workflow in this post and see if you are able to get the values using it :
@dhanushm Can you also show me the Screenshot of the Endpoint that you are passing in the First Http Request and the endpoint in the Second Http Request ?
@dhanushm This is Strange, if the Values that you have provided is right, then it should worked for Assets. Since it is simple, and many people have got the HTTP Request to work.
In the Message Box instead of the assets output variable, check the output variable of the First HTTP request.