Hello!
Guys, how do I get the token for my api that adds items to the queue? I need the token to test postman. Can you help me?
singh_sumit
(Sumit Singh Tariyal)
August 6, 2024, 1:57pm
2
Hie @amanda.gondim hope this link help to understand the concept
cheers Happy Automation
Hello!
I’ve already watched this video, but my doubt persists.
I went to the api access part in my orchestrator, copied the key there, but when calling my api it gave an unauthorized error. In the video, the token is automatically generated for her. That’s why I have this doubt
pradeep931
(Pradeep Bandharam)
August 6, 2024, 5:31pm
4
Hi @amanda.gondim
I hope the following thread resolves your issue. In this, he is trying to get Access Token:
Hi @Ahmad_Rais ,
To add a queue item through the UiPath Orchestrator API, you can use the /odata/Queues/UiPathODataSvc.AddQueueItem endpoint. Here are the steps to add a queue item through the API:
Obtain an access token for the Orchestrator API. You can do this by sending a POST request to the /api/Account/Authenticate endpoint with your Orchestrator credentials.
Example POST request:
POST https://cloud.uipath.com/odata/Queues/UiPathODataSvc.AddQueueItem
Content-Type: application/json
Accep…