Copy link to clipboard
Copied
Hi Community,
I am exploring the Adobe eSign integration process. Followed the steps from the offical Acrobat Sign (adobesign.com).
I created developer account, I managed to get the code from Authorization Request step.
I tried with multiple combinations by passing
POST /oauth/v2/token HTTP/1.1 Host: api.na4.adobesign.com Content-Type: application/x-www-form-urlencoded code=myCode& client_id=myCliendId& client_secret=myClientSecret& redirect_uri=myRedirectURI& grant_type=authorization_code
What I am missing is unable to understand.
Can someone help me, I am currently struck with no luck.
Thanks!
Copy link to clipboard
Copied
The following URL is used to obtain the Code
After getting the CODE, tried getting the Access Token Request. The request always failes with "You don't have permission to access /oauth/v2/token HTTP/1.1
on this server."
Question: While I can successfully generate the CODE, why I am not able to generate the access token as mentioned in the official article Acrobat Sign (adobesign.com)
Any changes from Adobe and they did not update their documentation?
Any help is appreciated.