How To Invoke Orchestrator API From Postman

How to call Orchestrator API from Postman ?

Following are the steps for calling Orchestrator API from Postman:

Note: If authentication starts to fail after the initial authentication, clear the cookies for Postman. When making requests to the Orchestrator API, cookies are not needed and it is better to have these disabled.

  1. Authenticate to the Orchestrator Instance, a successful authentication will generate a bearer token with status code 200
1.png

Successful Response:
2.png
  1. Get All Jobs using Postman and Orchestrator API (https://orchestrator-url/odata/Jobs). Note to pass previously generated bearer token as an header which calling any other Orchestrator API
3.png

Check the forum post for Calling Orchestrator API from C# Console application .

A post was split to a new topic: By using API to get logs, it is not possible to access