Forums

Hi, 

I am using text tag extraction feature and adding signer dynamically and without adding approval code was working fine. But now it is breaking and throwing error  Could not send the package. Exception: The remote server returned an error: (400) Bad Request. HTTP POST on URI https://sandbox.esignlive.com/api/packages/GMIDN3a4cS_vsgPlT2__X8vjRL4=. Optional details: {"messageKey":"error.validation.sendPackage.noApprovals","message":"Cannot send package without approvals.","code":400,"name":"Validation Error"}.

Forums

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. 

Document 2 with signers but this time I want to account 2.   

is there any way to fetch api key based on login like - account 1 holder will login OneSpan and after their apikey will be used for further process, so how to get that apikey in my application?