How do I grab a bearer token from postman?

I’m trying to retrieve this access/bearer token, but can’t seem to figure out how to do so using a api call in uipath.

Do you have to get the token with postman? Are you not able to use the HTTP Request activity for authentication and parse the response to get the token?

Right that’s what I’m trying to do, but I can’t seem to figure out how to get the correct/working response in UIPath

When the activity is successful, you should get a value back in the Result property for the activity.

Do you get a value back for the Result in the output for the activity?

Result:

Examine the entire Error Message in the result. What does it say at the end?

Hey I actually figured it out,

I had to create a variable input each cookie (7 in total) individually, I’m assuming because it couldn’t read the semicolons within the full cookie.

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