Skip to main content
Participant
August 4, 2021
Question

Trying to execute Adobe Sign APIs, it is throwing error.

  • August 4, 2021
  • 0 replies
  • 290 views

I'm trying to execute Adobe Sign APIs, but it is throwing the following error -

{
    "code": "PERMISSION_DENIED",
    "message": "The API caller does not have the permission to execute this operation"
}
 
Please note that I'm using the Trial developer account of Adobe Sign.
I'm able to generate Access Token as well for the Authentication purpose but I'm not able to use any of the other APIs.
To generate access token I'm using following URL - 
Headers -
code:{code}
client_id:{clientid}
client_secret:{clientsecret}
redirect_uri:https://www.google.co.in
grant_type:authorization_code
 
Can someone help?
This topic has been closed for replies.