70 results matched your search criteria
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
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
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
Hi team,
Our client has a question that if they have an API Key, how they can know which email is associated to this API Key?
Please advise if you need any further information.
Thanks,
Forum topic
I just started with Apex SDK and its integration in one of my developer sandbox. But i didnt see anything with the API key in my sandbox (screenshots attached). So i created a client Id and client secret but not sure if its the right way of creating a API key.
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
HI,
Is it possible to get the api key of the sender who sent the package.
Thank you,
Sudhangi
Forum topic
Hi,
Is it possible to get approval id for the signer without API call? as API call required API key, and we don't want to expose the API key.
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
Is there a way to use master account API key to get user specific API key for a selected subaccount. I'm not sure what call to use if it's possible.