This simple C# class shows you how to use the eSignLive REST API to create user, sender, and signer authentication tokens.
Rate this Code Share
This simple C# class shows you how to use the eSignLive REST API to create user, sender, and signer authentication tokens.
Comments
Reply to: Authentication Tokens (REST API)
Tuesday, October 13, 2020 at 06:34amHi Hari,
1. Is it possible to get packageid without sending api_key?
2. What do you suggest to consider between .Net SDK and Rest API ?
3. Can you provide some code samples on below part of the article ?
Using the sender authentication token, you can access the transaction by building the following URL:
https://sandbox.esignlive.com/auth?authenticationToken={senderToken}&target=https://sandbox.esignlive.com/a/transaction/{packageId}
Thanks,
Sumit