Skip to main content
Participant
August 8, 2024
Question

Access token without user consent

  • August 8, 2024
  • 1 reply
  • 341 views

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 ?

 

This topic has been closed for replies.

1 reply

Adobe Employee
August 9, 2024

Hi @Pravangshu390226571tnw

 

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