Topic Replies Freshness Views Users
Normal topic
Hello, I am trying to use the REST API in my web application to add a document to a package. When I submit my form with a POST request, I am getting a 406 error. The accept header I'm using is application/json. What should I use instead? …
Normal topic
I have been hitting a bit of a brick wall trying to add text anchor tags to an uploaded document. Let my explain what I have been attempting to achieve. First I upload a document to an existing package, the package already contains a new…
Normal topic
I am trying to create a package using the REST API through my company proxy, using a system called TIBCO. My understanding is that we need two types of security: 1. Basic authentication (using the API Key, that we have been given from…
Normal topic
I've heard email mentioned as an alternative to using the REST API to retrieve completed packages. We have the ability to create an email address and any attachments sent to that email address get imported directly into our imaging system…
Normal topic
Hi, I am translating SDK call to REST API. Attached is the code we use SDK call. I have difficult to find all options or parameter from the website documentation. Could you please provide some sample, how to construct the required…
Normal topic
Hi Team, We are able to successfully upload a single document while creating a package . What all changes do we need to make to the code to allow upload of multiple documents? can you also provide me sample json for multiple upload As…
Normal topic
Hi Team, We are able to successfully upload a single document while creating a package . also apply layout on that document which we have create on e-signlive As per or client requirement we need to set the signer on layout and also set…
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, …
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
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 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
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 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
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
Hello , I am creating few approval fields , where I am passing data in following format :

         {
                    "page":0,
                    "subtype":"TEXTFIELD",
                    "width":161,
                 …
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
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
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 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
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, How to retrieve the status of the signer using REST API? Especially for bounced email, opt-out and expired. Thanks
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
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
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
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…