46 results matched your search criteria
Forum topic
OneSpan Sign
Hello,
Is there a REST API call to GET a zip file containing all packages from the eSignLive account? Main reasons would be for pdf archival of all the transactions flowing through the system.
I'm using Postman and curious what the GET call would be.
Thanks in advance.
Ryan
Forum topic
OneSpan Sign
Hi Team,
While calling the prod url for getting access token through Postman
https://apps.esignlive.com/apitoken/clientApp/accessToken
with client id, secret and type. I am getting 403 forbidden.
Forum topic
OneSpan Sign
Hi,
I am trying to get all the package IDs from one account. For some reason, I only get one package ID comes back, even the count shows me as 3.
The is the url i have tried 'https://sandbox.esignlive.com/api/packages'.
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?
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
I am trying to get all completed packages over the last 90 days. Ideally, this would be a single call for all of my users' completed packages, but if I need to loop through the users I can, IF I can get their UUID from a call into the response, then loop through the response for UUIDs
Forum topic
OneSpan Identity Verification
Hi Team, I hope you're doing well.
Forum topic
OneSpan Sign
no postman, no python , no this site OneSpan Sign Sandbox | OneSpan Community Platform
Forum topic
OneSpan Sign
I am creating a package with a pdf file and JSON Payload with Package status as 'SENT'. It is creating the Packae successfully in Postman. But when I used the same file and JSON payload in the Apex class and posted the API it gave the response as a BAD request.