2018.4 Orchestrator API

Hi,

I am trying to pull the Job History from Orchestrator using HTTP Request in UiPath Studio.In the HTTP Request wizard i have provided the endpoint of the jobs and Selected authentication as Simple (provided my orchestrator username and Password).When i tried to preview the response i am getting Unauthorized error. Status code(401).

Pls help to resolve this issue

There are few steps involved in the API process, please go through the below topic

1 Like

It sounds like you are not passing the bearer token you receive from Authenticating with the following request. Try passing it in the request Headers. The header Key is Authorization and you simply build it as Bearer <Token_From_Authentication>.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.