Hello,
I’d like to integrate JWT authentication to access the DocuSign API from my server.
I understand that, on first use, I need to accept a consent request by visiting a URL like:https://account-d.docusign.com/oauth/auth?response_type=code&scope=signature impersonation&client_id=CLIENT_ID&redirect_uri=https://www.docusign.com
My question is:
Once I’ve granted this consent, is it valid indefinitely as long as I don’t change the client_id
? Or do I need to repeat this consent step periodically (e.g., when the token expires or per session)?
Thanks for your help!