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.
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.