266 results matched your search criteria
Forum topic
OneSpan Sign
Get sender ids by owner’s api key
API Call : https://sandbox.e-signlive.com/api/account/senders
We are trying to retrieve the senders by owners API key. In the response it returns only one sender where we have multiple senders. Can you please help with this.
Thanks
Rajesh
Forum topic
OneSpan Sign
Hi,
Is Document visibility available in sender UI?
thanks,
Cindy
Forum topic
OneSpan Sign
I keep getting the attached error message. When I wait and restart it's usually okay but it's painful that I can only do about 40 - 50 users at one time.
Forum topic
OneSpan Sign
Regarding Updates to Package data, there appears to be a date/time data field called "update". The Package also seems to have a similar date/time data field called "update" for Sender info contained inside a Package. Do these "update" fields get changed for any/all changes, or on
Forum topic
OneSpan Sign
At my work place, we are trying to get a Sender Authentication token for a package using the below information
/api/authenticationTokens/sender
Authorization and Accept Headers are included.
In Body, in the request payload, inlcuded packageId in JSON.
Getting below error
{
"code": 404,
Forum topic
OneSpan Sign
Hi There,
In our application, we are using one particular email for communications and we want the emails that go from eSignLive to the customer using the same email.
Forum topic
OneSpan Sign
Hi,
I would like to file a bug/enhancement :
We noticed Sharing templates doesn’t seem to be working in this specific situation : As the Main account holder, I have created templates under my account and shared them.
Forum topic
OneSpan Sign
My email address is already set up as a sender with a sandbox that is shared with others.
I want to create a separate sandbox where my email is the owner so that I can do some testing without affecting what others are working on. An email address is only to be associated with one sandbox.
Forum topic
OneSpan Sign
Hi,
We have been trying to sign all documents using the canadian REST API (e-signlive.ca/api)
We tried creating a package with the code provided on https://developer.esignlive.com/guides/feature-guides/sign-documents/ .
We added a role ('Sender') and approval for this role.
{
"name":"Cont
Forum topic
OneSpan Sign
I'm creating an application to get all packages for an account with a date range.
I'm using the following call
Page completed_packages = eslClient.PackageService.GetUpdatedPackagesWithinDateRange(DocumentPackageStatus.COMPLETED, new PageRequest(index, 50), from, to);
T