Hi @dwshowtime,
First of all you need to make a POST request to the https://platform.uipath.com/api/account/authenticate URL
with your Orchestrator login credentials, for getting the token.This bearer code must be used in all future requests.
Then, you have to copy and paste this token from the HTTP response, from the “result” parameter in your requests.
Here is an example postman collection TEST_ORCHESTRATOR_POSTMAN.postman_collection.json (1.2 KB)
Please, go through these links :
https://orchestrator.uipath.com/v2017.1/reference
https://forum.uipath.com/t/require-guidance-in-orchestrator-api
Regards,
Susana