384 results matched your search criteria
Forum topic
OneSpan Sign
Hello,
Once all user sign the document, everyone get mail of signing completed & download the document link via email.
So my question is, I want to disable download email notifications to any singer. So how to do that in REST API??
Please guide me.
Forum topic
OneSpan Sign
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 can't able to give right as delegate using rest api ??
Forum topic
OneSpan Sign
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 Silanis).
2. SSL, using Silanis Certificate that downloaded from
Forum topic
OneSpan Sign
Good day,
I am using postman and have a few routines using the (CA) Sandbox API key and query layouts by email ID, which was working.
I have another routine where I can delete the layout based on the ID copied from the routine described in the previous line.
Forum topic
OneSpan Sign
We need a way to find out that a signer’s email is wrong (has bounced) by REST API
Forum topic
OneSpan Sign
Hi,
How to retrieve the status of the signer using REST API?
Especially for bounced email, opt-out and expired.
Thanks
Forum topic
OneSpan Sign
I am trying to set up a Service Rest connection from Pega to One Span.
The Service Rule was provided by One Span in OneSpanSample Ruleset. The Endpoint URL mentioned in the rule is :
http://localhost:XXXX/prweb/PRRestService/OSpan/01-01-01/events
Forum topic
OneSpan Sign
I would appreciate some help--I am trying out the sample Managing Senders (REST API) code--I just want to retrieve senders--and I'm getting {"messageKey":"http.status.404","message":"Resource Not Found","code":404,"name":"Resource Not Found"}
Here's the code I'm using;
Forum topic
OneSpan Sign
Hi,
New to onespan.
Below is my code to do the text anchor e-sign on my pdf
Forum topic
OneSpan Sign
Hi,
we create a package through REST call(https://sandbox.esignlive.com/api/packages) and upload the files to them incrementally with separate REST calls(https://sandbox.esignlive.com/api/packages/{packageId}/documents).