918 results matched your search criteria
Forum topic
OneSpan Sign
Hi
Is the URL below valid for the PROD environment?
https://apps.esignlive.com:8443/api
Can we also use
https://apps.esignlive.com/api
Thanks
Mario
Forum topic
OneSpan Sign
Hello,
We have an azure function setup to listen to onespan callbacks which works great nearly all the time, but on the rare occasion we get a failed callback. I supposed there is a number of reasons that could happen. In this specific case the error indicates a timeout exception.
Forum topic
OneSpan Identity Verification
Hi :)
Currently trying to create transaction using returned JWT token
and am getting this error message, 404 Not Found, is the end point complete? i copied it from the email.
Forum topic
OneSpan Sign
Is bulk package creation and sending supported in .NET SDK API?
Right now i am looping through a collection of package to create and send Package one by one through 'CreateAndSendPackage' API method in EslClient.
Regards.
Forum topic
OneSpan Identity Verification
Hi,
Can you confirm if the xtenant_id in the header of the API should be the the same as the client_id in the JWT token? It seems to be preset as "Ford" in some of the APIs?
Thanks
Forum topic
OneSpan Sign
Hi
Is it possible to update the language of the sender , using the REST API after the sender has been created.
For example making a PUT to
https://sandbox.esignlive.com/api/account/senders/8X9iP9K5wQwK
{"language":"en"}
Forum topic
OneSpan Sign
Hi,
Trying to configure virtual room via create package api call. For enabling it what do i need to pass in the request_body of the create package api call.
Thanks
Forum topic
OneSpan Sign
Hi All,
When I'm consuming the attachment requirements download API and PDF Document download API, It just gives me the stream of data. Is there anyway, that I can get the MIME type of that particular Document/Attachment?.
Thanks in Advance.
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
Dear Champs,
I'm looking for REST API POSTMAN collection for GET https://sandbox.esignlive.com/api/packages/{packageId}/documents/{documentId}/pdf
Also advise where can we get packageId and documentId?