339 results matched your search criteria
Forum topic
OneSpan Sign
I am getting a 401 error when requesting an authentication token for a "SENDER" with a mixed-case email. Other places in the REST API do not require a lowercase value for email in the json.
The request I made was:
Forum topic
OneSpan Sign
Hi, I'm working to retrieve all sender from the accounts that I manage in order to generate some reports.
I'm trying to figure out what is the best approach to incrementally grab new senders without retrieving the full list again.
Do you have any suggestion using REST API's calls?
Forum topic
OneSpan Sign
Hello,
I want to create a Draft package (no signers, no documents) with the REST API.
I'm sending this JSON string :
{
"name":"test",
"type":"PACKAGE",
"language":"fr",
"emailMessage":"",
"description":"",
"autocomplete":true,
"notarized":false,
"settings":{
Forum topic
OneSpan Sign
I have looked all through the SDK and the REST API, and I can't find an answer to this. Could you please assist me?
In your notifications you send us a package id, a session user id, and the event name.
Forum topic
OneSpan Sign
Hi Team,
When we download signed documents from onespansign using REST API, after opening it, we can see validation warning as "At least one signature has problem" (Please refer highlighted section from the attachment).
Forum topic
OneSpan Sign
I see there is a RESTful API to update an existing document in a package. Is there a function call in .Net SDK to achieve the same thing?
Forum topic
OneSpan Sign
Hi,
When i was configuring idvworkflow configuration using REST api. I am getting the error message as "messageKey":"error.validation.invalidJson","technical":"Unexpected character ('-' (code 45)) in numeric value: expected digit (0-9) to follow minus sign.
Forum topic
OneSpan Sign
Hi,
I have a requirement where I need to get the signing URL like shown here http://docs.esignlive.com/content/c_integrator_s_guide/rest_api/signing_url.htm
I able to successfully get the signing URL, this URL will then be embedded in another system for use.
As a result, I need to stop the eSL emai
Forum topic
OneSpan Sign
Hi,
We have been using SMS Authentication for Signing Ceremony. First time when user clicks on link in email, a sms was sent. But after 2hr when user clicks on the same email link again no new code was generated and was able to use the code sent earlier.
If this normal behavior?