I have a requirement to leverage LinkedIn API automation using UiPath that can download LinkedIn learning reports everyday.
But, I have no idea about API automation with UiPath.
Can you please help me in gaining knowledge about this API integration also about LinkedIn API automation to download LinkedIn learning reports.
I started working on this and status is:
with help of client credentials able to generate OAuth2 access token
Passed access token inside http request activity of UiPath, but it says empty OAuth2 token.
You can use HTTP Request Activity and call the endpoint as mentioned here
Try passing the values in header as shown below, if doesn’t work try passing it in parameters also. Change the highlighted field with your key and try it.
Your suggestion, adding the OAuth2 access token in headers, helped me.
One thing to notice while adding the value
Name: Authorization
Value: Bearer …token…
Also timeout should be properly mentioned as per the processing time to get a response for our API call.
Anmol…You are the reason for my today’s happiness…
Thank you for assisting at the right time, this helped me to raise my motivation to work more.