Skip to main content
Participant
June 30, 2017
Answered

Problem API authentification

  • June 30, 2017
  • 1 reply
  • 637 views

Hi,

I'm trying to integrate the API of adobe eSign and i have a problem at the first step, to authorize my app :

I've spent a full day trying to make it works without success... i'm used to work with several APIs (facebook, instagram, vimeo, youtube...) and oAuth2 and this is the first time i'm stuck that way...

Even when i type this url on my browser it won't work :

https://secure.na1.echosign.com/public/oauth?redirect_uri=[MY_REDIRECT_URL]&response_type= code&client_id=[MY_CLIENT_ID]&scope=user_login:self+agreement_send:account

On my account i've setup the correct SCOPE and REDIRECT_URI...

I tried to get help from the support, but they said support is only on the forum...

On another post i just read they now say that we need a business account ? It's not very clear, because i bought an individual account following the advise from the support during our phone call...

Please help!

Thanks in advance,

Emmanuel

    This topic has been closed for replies.
    Correct answer keviny75380389

    The hostname of the API you are trying on is not correct. You need to send the request to the host that you set up in your accout setting for example 'myhost.au1.echosign.com'.

    1 reply

    keviny75380389
    keviny75380389Correct answer
    Participant
    July 6, 2017

    The hostname of the API you are trying on is not correct. You need to send the request to the host that you set up in your accout setting for example 'myhost.au1.echosign.com'.

    Participant
    July 6, 2017

    Thanks a lot!

    that was it i thought it was optional but setting up a custom host fixed the pb.

    All my best,

    E