Hi All,
I am trying to consume a API from UiPath for that I supposed to create a bearer token using PKCS8EncodedKeySpec and X509Certificates. If anyone did the similar model then provide some insights on this
Hi All,
I am trying to consume a API from UiPath for that I supposed to create a bearer token using PKCS8EncodedKeySpec and X509Certificates. If anyone did the similar model then provide some insights on this
Did you happen to first try using postman?
Of yes then copy the curl from
There and import or we can replicate the same in UiPath
Cheers
Yes, First I have used Chrome extension of postman only. But if we get the bearer token from there after few mins it expires. So every time while hitting the API I need to generate the bearer token and add it to the http headers.
I am not saying to use that token…once the request is successfully created in postman…on the right top you will see <\>
this symbol which will give you the curl …that can be directly imported into http request activity which will create the required firlds in http request…that can be used to get the token
Cheers
There I can see the Token which I have generated and passed, when I checked with API team, I have been asked to check on this link
Is it possible to show what you did on postman…we can may be suggest something from there
cheers