135 results matched your search criteria
Forum topic
Hi,
Having a little trouble getting an API key so I can start using the product... I signed up for a developer sandbox and got an email with the following instructions.
Get started with OneSpan Sign in 4 simple steps:
Forum topic
In the admin page/integrator tab, we used to be able to see the API-Key. It no longer shows up (we are in sandbox). Wondering as to why we arent able to see the API key anymore.
Forum topic
Hi
I want to retrieve api key, flow is as
I have many accounts and for document 1 I will use account 1, for document 2 I will use another account 2.
using C# code I will send document 1 with signers but for that I want to use account 1 api key.
Forum topic
HI,
Is it possible to get the api key of the sender who sent the package.
Thank you,
Sudhangi
Forum topic
Hi,
I am trying to find my API Key that is mentioned in the following step by step guide.
https://developer.esignlive.com/guides/quick-start/creating-and-sending-a-package-java/
The first few lines define your connection information for eSignLive.
public static final String API_KEY = "";
public st
Forum topic
I know how to get subaccount api keys but how do I get a senders API key. The user has left State employment so I can't have them just login and give it to me. I don't see it in the Sender structure.
Forum topic
In order to access Rest API for documents retrieval, i have to provide "Authorization: Basic api_key". How do i get Basic api_key?
Forum topic
My Operator id configured with Production env (US2). I could not find the API key in the integration tab of the Admin Page. How to get a API key for PROD environment . Kindly let me know the End Point URL for the production env API's.
Forum topic
I'm creating an application to get all packages for an account with a date range.
I'm using the following call
Page completed_packages = eslClient.PackageService.GetUpdatedPackagesWithinDateRange(DocumentPackageStatus.COMPLETED, new PageRequest(index, 50), from, to);
This call o