925 results matched your search criteria
Forum topic
OneSpan Sign
I've grabbed a completion report and am looping through the packages to archive them.
I've tried the following:
RestClient client;
client = new RestClient("https://apps.e-signlive.com/api");
UrlTemplate template;
template = new UrlTemplate("https://apps.e-signlive.com/api");
St
Forum topic
OneSpan Sign
Sometimes (not always, depends on situation) we want to remove the default Authorization document. I would like to know how to do it with REST API using JSON and http calls to the server.
Forum topic
OneSpan Sign
My company has been working with yours to white label the product and resell it.
Forum topic
OneSpan Sign
Hi Silanis team-
I have a Sandbox account with notifications disabled.
The way we create packages is one document at a time. We need to "activate" / Send the package after each document is added (we do not know how many total docs we'll receive).
Forum topic
OneSpan Sign
Can you please point me or send me the link to the API/ SDK code to allow for in-person scenario to toggle between signers.
Thanks
Forum topic
OneSpan Sign
Can you please point me or give me example of json needs to be added to add signing date in a document (Using REST API)
Forum topic
OneSpan Sign
Can we upload a signature for the sender via API? And use it for future use. So that the sender won't have to do manual signing everytime
Forum topic
OneSpan Sign
We have a requirement to pass in empty firstname and lastname,
The POST API returns an error when the firstname and/or lastname are blank.
Can that restriction be removed?
Forum topic
OneSpan Sign
Hi,
Is there any api for health check of esignlive server so that we can identify whether the esignlive server is up or down?
Thank you.
Forum topic
OneSpan Sign
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?