152 results matched your search criteria
Forum topic
OneSpan Sign
We are using subaccounts and I want to see what senders have rights in the main account and each subaccount. Any suggestions on the API call to use? I have access to the sender API keys and unique IDs if that helps.
Forum topic
OneSpan Sign
Hi,
I am trying to use the OSS - Template and Layout Copy Tool to copy a template from my Sandbox test account to our Production account. I enter the Source/Destination API keys and environments and hit Test Connection. I am informed that all API keys are valid.
Forum topic
OneSpan Sign
Hello, I'm using python and trying to create a document package from the example I downloaded from the forums.
Forum topic
OneSpan Sign
Hey team,
We want to delete a sender and re-invited to another account. But when I called the API below:
HTTP Request
DELETE /api/account/senders/{senderId}
HTTP Headers
Accept: application/json
Content-Type: application/json
Authorization: Basic api_key
The sender wasn't successfully deleted.
Forum topic
OneSpan Sign
I've been having a bit of trouble connecting to the Canadian sandbox environment. The specific error message I'm getting is: "Could not get package.
Forum topic
OneSpan Sign
https://community.onespan.com/documentation/onespan-sign/codeshare/designer-view-apex-sdk
Forum topic
OneSpan Sign
Hi ,
Please assist with "Could not download the documents to a zip file. Exception: Unexpected character encountered while parsing value: .
Forum topic
OneSpan Sign
In looking at the API reference as well as playing around with the calls in Postman, while Onespan guides users to create a bearer token, often they're not using it, instead passing the API Key in basic authentication. Why is this?