Copy link to clipboard
Copied
Hi Guys,
Not sure what the issue is but I keep getting this vague message "Status 500 - Internal Server error" when trying to generate an access token.
For some reason it doesn't reach "https://secure.au1.echosign.com/ " - I am in Australia.
I am passing the parameters below:
parameters.Add("response_type", "code");
parameters.Add("client_id", client_id);
parameters.Add("client_secret", client_secret);
parameters.Add("redirect_uri", redirect_uri);
parameters.Add("scope", "user_login:self");
Can someone reach out to me? Any help would be really appreciated!
Copy link to clipboard
Copied
what adobe program?
Copy link to clipboard
Copied
Hi,
Thanks for replying! I'm trying to use the Adobe Sign Web API. EchoSign.
Basically we will be sending documents to Adobe for signing etc. Also there will be some other features that will be included.
Currently, I am just in the 'research' phase but am stuck at the Access Token part.
Do let me know if there is any other information that you need.
Thanks!
Copy link to clipboard
Copied
Discussion successfully moved from Adobe Creative Cloud to Adobe Sign