Forums

Hello,

I am trying to interface with OneSpan Sign using the REST API. I am using the LotusScript language on a HCL Notes / Domino platform.

When I send a package with no document, including only the json, it works fine. When I try to add a document using a MIME message, I always get the 406 Not Acceptable error message. I did some research in the forums but couldn't find any helpful help for this error.

HTTP request:

Forums

I'm trying to looking up the documentation for the POST /api/packages call within the Interactive API Definitions page in the sandbox environment, but when I click on this method, the page displays the following error:

Resolver error at paths./api/packages.post.requestBody.content.application/json.schema.$ref
Could not resolve reference: Could not resolve pointer: /components/schemas/Package does not exist in document

Attached is a screen dump of what's displayed at the top of the page.

Hi,

We would like to embed or integrate the onespan sign product inside our web application, like the attached sample process (please see attached png file)

Sorry for this basic question:

1- basically I'm asking is how can we integrate the current onespan sign application inside our application. I saw that the onespan sign can be embedded inside an iframe, authenticating it with the tokens for the application. 

 2 - the documents will reside in our local storage so do we need to upload those documents inside onespan sign?

Forums

I'm querying packages from OneSpan Sign REST API. I don't use any filters, so I expect to get all of the packages. There are two, one in the inbox, and one in the drafts folder. 

Here's query

curl -X GET "https://sandbox.esignlive.com/api/packages" -H "accept: application/json; esl-api-version=11" -H "Authorization: Basic API KEY"

Response contains JSON with

{

   "count": 2"

   "results": [ ... ]

}