Skip to main content
andreeae31041051
Participant
October 20, 2017
Answered

Get the EchoSign authorization code programatically, without user allowing/confirming access?

  • October 20, 2017
  • 1 reply
  • 1267 views

Is there any way to eliminate user's direct interaction to allow access to the application, in order to receive the authorization code?

Meaning, can this step below be replaced with an API call or something else that doesn't require the user's intervention?

Image from: Get Signing URL

This topic has been closed for replies.
Correct answer SimonATS

no with oauth you need to have this interaction at least once. assuming you have an oauth application which provides account level permissions, you can then programmatically refresh the access token using the obtained refresh token.

1 reply

SimonATSCorrect answer
Legend
October 24, 2017

no with oauth you need to have this interaction at least once. assuming you have an oauth application which provides account level permissions, you can then programmatically refresh the access token using the obtained refresh token.