338 results matched your search criteria
Forum topic
OneSpan Sign
Guys,
I am trying to update a signer via the rest api call and it doesn't appear to be working.
When I do the call in postman, it returns the response payload that is expected but it doesn't update the information. I do not get any errors and everything seems like it worked just fine.
Forum topic
OneSpan Sign
Hi,
We are trying to automate the app shielding process in our CI platform by using the REST API.
The API method https://cp.onespan.com/public_api/v1/rasp/bind_package takes a file as a parameter but on use it returns "(422) Unprocessable Entity."
Forum topic
OneSpan Sign
Hi,
We are trying to use the REST API for creating packages, documents etc and currently we are using the API key in the request header to send the requests.
However, we are not sure if we need to use the Authentication Token while sending the requests or use the API key in the request header.
We
Forum topic
OneSpan Sign
I'm trying to call OneSpan API call from MS Power BI, but currently unsuccessful. How does one handle renewing Bearer Token? Below example was attempting to get a Token, didn't output error but seemed to hang. Mike(C)
Forum topic
OneSpan Sign
I checked the guides and no matter what i do i am getting the error below on postman the url i used was https://sandbox.esignlive.com/oauth .
Forum topic
OneSpan Sign
Guys,We are in need of some documentation or a walkthrough on how to use conditional logic. We are being told that it can be done via your system but I'm not seeing anything online that helps describe how to make it happen or what to do.
Forum topic
OneSpan Sign
Hello,
when i execute the following REST API call (https://sandbox.esignlive.com/api/packages) the results includes the current total transaction count, with only the most recently package / transaction json data.
is this the expected behavior?
Forum topic
OneSpan Sign
I am following the example in your blog to Authenticate a Signer: https://www.esignlive.com/blog/esignlive-how-to-authenticating-signers/
Here is what I have produced:
var apiKey = CeremonyClient.GetKey();
var urlBase = CeremonyClient.GetUrl(); // "https://sandbox.e-signliv
Forum topic
OneSpan Sign
Hi!
Is there a way to update role/roles (already created) in package with Q&A challenges?
I have tried PUT on '/api/packages/:packageId/roles/:roleId' but it seems as though the auth part of my request is being ignored.
{
"signers":[
{
"delivery":{
"e
Forum topic
OneSpan Sign
how to make fields which are common to all the signers , if there are more than one signers .