Forums

Hey guys, 


I'm trying to put together the following flow:

  1. Create a Package through Postman using the following payload.
  2. Add a document through a azure function (Its working).
  3. Update Package from Draft to Sent by making a Put request with only { "status": "SENT" }.

The last step always returns 

{

    "messageKey": "error.validation.sendPackage.noApprovals",

Forums

Hi Team,

I have attached list of files which I have downloaded through APIs, but it seems that some of the files doesn't have any metadata files.

Now I have only the name of the documents, I don't have package id, and I need few information that is only available in metadata.

Can you please help me out, If there is any API that can provide me the metadata file names based on the document name?

 

Thanks

Rohit

Forums

Hi,

 

I tried using the API Key (specified under the Authorize button) from under the sandbox account (not the Client ID & Secret) with the swagger page (https://community.onespan.com/products/onespan-sign/sandbox#/) where different calls can be tried out. However, the API key is not accepted. This is the response:

 

{ "messageKey": "error.unauthorised.noSession", "message": "Failed to retrieve Session", "code": 401, "name": "Unauthorized" }

 

Is there anything additional that needs to be done to use the swagger page?

Forums

After doing some 11.39 SANDBOX testing; seems retrieving Sender via Email works but retrieving Sender via Sender ID does not.

{{TheHost}}/api/account/senders/1iVOFpzqGzoF
{
    "messageKey": "error.forbidden.viewSender",
    "message": "You do not have the necessary permission to view this sender.",
    "code": 403,
    "name": "Access Denied"
}

I shouldn't have security issue as I'm owner of Account.  Any idea's?

Forums

I would like to be able to save a 'role' type attribute against a group signer - for example 'Insurance Agent'. I find when I save a signer of type group, the customId attribute is not returned when I request the package. Is there an attribute I can use on a group signer that will be returned to me when I get the package? It seems the system only wants to return the groupId. From this I can get the group name and the group email, but no additional signer attributes.

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: