Forums
Hi
I have been playing with embedded signing URL generations lately and originally learned from this blog post that " Once you’ve gotten an authentication token, the next step is to build the following URL to embed in the src of your iframe"
So I did the following :
SessionToken signerToken = EslClient.CreateSignerSessionToken(package.Id,signer.Id);
string url =$"{eSignLiveUrl}/access?sessionToken={signerToken.Token}";
The above code will give a URL looking as below :
https://sandbox.esignl
- Read more about Embedded signing URL generation
- 2 comments
- Log in or register to post comments
- 123 views