Hi. I am trying to generate access token for the API request using OAuth 2.0 and grant type as “Authorization Code”. In postman, “Get New access token” button gives the token details. The response output or header has no details about the token. So how to get the token details?
http request activity is successful, but response has no access token details.
Need generate access token generation script (python/vb.net/C#/anything) to use in “Invoke code” activity of UiPath with arguments as client id, client secret, redirect url.
UiPath integration service with WebEx requires manual intervention to establish the connection whenever the token gets expired. In order to automate token generation, I am trying to use WebEx api. To authorise, Authorization code is the grant type which requires call back URL.