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 help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
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.