Topic Replies Freshness Views Users
Normal topic
I have a document that is newly uploaded and created on the fly. What is the best way to place the signature fields within the PDF? Is this a separate REST API call?
Normal topic
I will have a great number of users to maintain. In order to simplify process and to make adding and modifying users I need to (or prefer to) 1. Add users programmatically (this probably has to return user API key) 2. Once user is added I…
Normal topic
I'm using the POST /packages/{packageId}/clone API call to create package from template. The template has some fields added and I want to fill one of them so the signer will not be able to change it. Is it possible? And if…
Normal topic
Hi! Do you have anywhere online full REST API documentation with all possible request payload fields defined? For example, there is a
Normal topic
Hi Team, We are trying to create the Approvals using REST API. This works without any issues when we don't use the text anchors. However, when we use text anchors, we don't get the expected results i.e. the approval fields are created…
Normal topic
Hello, I have created package and send successfully. How to assign right for send package to another user(who is sender of document on particular package) using rest api.?? I have tried with delegates and added sender on my account but…
Normal topic
I have registered http://xyz.com/dir/api/CallbackLog/Log as callback Url on account page. I have also created API controller method public static void Log(CallbackLogModel model) { ......... } where model is JSON model I expect to be…
Normal topic
Hi i have got the sender authentication token but how to open particular package using that sender authentication token and send it Please reply me as soon as possible?? Using rest API : whats will be the code instead of this…
Normal topic
Can I include a package id in the callback registration API so that I can register for different types of events for different packages ? If so then can you please provide a JSON sample.
Normal topic
Hello, I'm trying to integrate eSign into my application using the REST API. I haven't been able to figure out how to create a package with signature field coordinates extracted from a PDF which already contains signature fields. Is…
Normal topic
Hi, I am trying to find out how to set the package expiration date through REST API. I could only find how to do it through SDK, but not through REST API.
Normal topic
Hi, How to retrieve the status of the signer using REST API? Especially for bounced email, opt-out and expired. Thanks
Normal topic
Hi, We are trying to use the REST API for creating packages, documents etc and currently we are using the API key in the request header to send the requests. However, we are not sure if we need to use the Authentication Token while…
Normal topic
Hi Silanis team- I am attempting to generate hyperlinks directly to a document in a package for a particular signer role, with authentication. I am currently successfully generating the link with this pattern: https://sandbox.esignlive…
Normal topic
We need to be able to use Signature Capture and turn off the click to sign functionality that is used for later signature blocks for specific documents.
Normal topic
Hi! Can I embed the creation flow of the document (package?) into my web UI such that my user can upload a document, affix the signature tags, and then send it out for a signature? If so can you point me to the documentation on how to do…
Normal topic
` var apiKey = "nulldev88"; $http({ url: "https://sandbox.esignlive.com/api/packages", method: "GET", headers: {'Content-Type':'application/json',"Authorization" : apiKey } }).success(function (data, status, headers, config) { …
Normal topic
Hello , I am creating few approval fields , where I am passing data in following format :

         {
                    "page":0,
                    "subtype":"TEXTFIELD",
                    "width":161,
                 …
Normal topic
Hie, I am adding fields to pdf using approval(in json format). It is working fine for every type of fields(TEXTFIELD, CHECKBOX) except I can only see a single SIGNATURE capturing field even if I've added two/three of them inside json. Am…
Normal topic
I have a client who is using REST API to create package. She is getting error 400 when using text anchor.
{
	"name": "TEST2 32.pdf",
	"index": 0,
	"approvals": [{
		"fields": [{
			"type": "SIGNATURE",
			"width": 200,
			…
Normal topic
We are unable to find delete and update related API method call for sender account in eSignLive documentation. We have refereed this page of documentation: http://docs.e-signlive.com/doku.php?id=esl:api:e-signlive_account#get_accoun …
Normal topic
I would like to have 2 signers. The first one is required to upload an attachment. However, I do not want signing to move to the second signer until after the upload takes place. I would then like the second signer to be able to view the…
Normal topic
Hello i have registered callback url with this code and it's registered successfully i in response json on callbackurl i have get the {} dict when package is created. is there sometinh missing??? url = "%s/callback" % self.API…
Normal topic
I'm using Firefox Poster to try to create my http call to create a package in eSignLive with the API and am struggling a bit. From Poster I send a POST request to https://sandbox.esignlive.com/api/packages/ withthe content as:
Normal topic
I have a client who is using REST API to create package. They were able to create a package with one signature, but they got error 500 when adding 3 signatures. Payload: `{ "name":"TEST 32.pdf", "approvals":[ { "signed":null, …