Expand my Community achievements bar.

Can I Use Oauth2 or Integrtion Key for Adobe Sign To Run a Batch job to pull data of all the agreements?

Avatar

Level 1

I have a requirement where i need to pull data about agreements as a batch job. can you help me with documentation on what kind of auth should be done here and any reference document?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Reply

Avatar

Level 1

You should use the OAuth2.0 authentication methods outlined here: https://secure.na1.echosign.com/public/static/oauthDoc.jsp

The auth_token has a lifespan of 1 hour, but the refresh_token lasts 3 months. So once authenticated, you can always use the refresh_token to update the auth_token. This can happen without user interaction.