Copy link to clipboard
Copied
I'm not taking any kind of user information from adobe and i don't think there is any requirement of user consent for generating access token. Why i am unable to use access token generated from client ID and secret. I want to use /transientDocuments endpoint but access token provided on the projects page (https://developer.adobe.com/console/projects/) is not working.
Use case: Send pdf to user for e-sign.
How to generate it programmely, any api for that ?
Copy link to clipboard
Copied
Thank you for reaching out.
Sending documents or calling transient document API will require an Adobe Acrobat Sign Access token or an Integration key (which can be obtained from the Adobe Acrobat Sign portal).
For integration key:
Please refer to How to create an Integration key.
Creating an oAuth token:
Creating an oAuth token is a 3-4 step process and it requires Postman or any other API platform.
The steps to generate an oAuth token are mentioned in this article: Generating an oAuth token for Adobe Acrobat Sign APIs.
Please feel free to reach out if you have any further questions.
Regards,
BR