Hi, I am trying to integrate my application with Adobe Sign following the steps provided on your help page. My intention is to use REST API to communicate with Echosign. I am having a problem to get a "code" in a step get access token on this help page (Get the Access Token). When I try to invoke this url: https://secure.na1.echosign.com/public/oauth? redirect_uri=https://myserver.com& response_type=code& client_id=CBAThIsIsNoTaReAlmPBvPF& scope=user_login:self+agreement_send:account I am getting login screen for adobe. How this could be avoided through server-to-server communication, meaning, I want to call Echosign to get "code" needed for Access token but from the code. Not the browser (which requires login credentials). Is this even possible, and what are the requirements to do that from the code (C# .net). Regards, Nemanja
... View more