925 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
We are planning to implement a purge process to purge packages that's too old. But since the purge API takes package id and we don't have it, should we call Get /packages to get all the package ids that meet our requirements?
Forum topic
OneSpan Sign
Do the from and to parameters i the /api/packages accept/support time (or just 'yyyy-MM-dd' date)?
Are the values based on GMT time?
Forum topic
OneSpan Sign
Hi ,
I'm getting this error only on my TEST server , works fine on my local machine. Could you please advise ?
Database Exception Could not create a new package.
Forum topic
OneSpan Sign
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.
Forum topic
OneSpan Sign
I have a template with 550 label fields. I saved the fields to a new layout. Now, I need to shift all 550 label fields 8 pixels up. Doing it manually is a painful process.
Is there a way I can do this -
Forum topic
OneSpan Sign
Hi Support,
Please help us to resolve the below error message .
Our Api link :
https://apps.esignlive.com/api/packages/R9JFa-kKlx8kYgD5W7fhjBuZa0Q=/clone
Forum topic
OneSpan Sign
I am creating a package with a pdf file and JSON Payload with Package status as 'SENT'. It is creating the Packae successfully in Postman. But when I used the same file and JSON payload in the Apex class and posted the API it gave the response as a BAD request.
Forum topic
OneSpan Sign
Hi,Assuming the one span sign UI is already configured with the Azure AD authentication to login, Is there a way to use same configurations to Authenticate the one span API or get the Auth token for API access. Instead of using the API keys or Client App?
Forum topic
OneSpan Sign
How to create In-Person signing session using REST API (not using Silanis.ESL.SDK)
Forum topic
OneSpan Sign
Hello, I want to send a pdf file using e-sign.
I sent a file (by creating transaction) using sandbox account manually and I want to do the same via rest api.
But I am not able to figure out the json content for the sender and signer details in plsql.