Powens OAuth with make

Hello,

I have an issue : I can’t connect the Powens application with Make in order to get the transaction etc.

I use the HTTP module ‘OAuth Request” here : I have the Client ID (sandbox) and Client Secret, and Authorize URL (I guess it is my API URL from Powens? )

The redirect URIs de redirection is : https://www.make.com/oauth/cb/oauth2

I don’t know what is the “Token URI”.. I copy paste the same link from Authorize URI and effectivly… it is not working :slight_smile:

When I save and execute , a window appears with message {“code”: “notFound”, “description”: “Ressource was not found.”, “request_id”: null}

Thanks for help.