Skip to main content
Question

How can I call eSign API without login developer account everytime?

  • February 10, 2025
  • 1 reply
  • 31 views

But everytime, when I type : https://account-d.docusign.com/oauth/auth?response_type=code&scope=signature&client_id={my_real_client_id}&redirect_uri=https://localhost:8080/callback

Docusign ask the developer account to sign in, otherwise I cannot get the auth code, so I cannot get the access token by the auth code. So it is not a one time thing, everytime, If I want to call some eSign API, I need to login the developer account everytime, why?

 

1 reply

Forum|alt.badge.img+6
  • Docusign Employee
  • 60 replies
  • February 11, 2025

Hello ​@Hejun Deng,

To obtain the code and grant consent for application it is required that you login to your account, however after that you can authenticate with a refresh token instead and so you don't need to login to authenticate.

This article gives more details about the Authentication Code Grant refresh tokens:

https://www.docusign.com/blog/developers/authorization-code-grant-refresh-tokens

 

Thanks,