Copy link to clipboard
Copied
Hello,
I'm trying to get OAuth token, the API that I'm using is
http://api.adobesign.com/oauth/token?code={Authorization_Code}&client_id={Client_ID}&client_secret={...
I'm getting the error -
Views
Translate
Report
把http换成https
Votes
再加上v2:
https://api.adobesign.com/oauth/v2/token
never-displayed