Hi @Benjamin_Vazquez,
Thank you for your answer.
Yes, I checked and indeed is helpful, basically I can do everything through Postman, authenticate and any other API calls.
My problem is how to configure this authentication as OAuth2.0, since I’m trying to create a Custom Connector in Power Automate to communicate with UiPath.
(there’s a nice connector in the UiP marketplace - Microsoft Flow Connector - RPA Component | UiPath Marketplace - but it doesn’t tackle the auth configuration)
If you have some insights on that, I would really appreciate.
I can create individual API calls to authenticate, get the refresh token and then use it for every other call, but I want to have this authentication encapsulated in the connector.