getting unauthorised access and packageid not created
Tuesday, August 13, 2019 at 10:57pmi am using sand box API with PHP for electronic signature but it shows authentication error. Please advice what is missing
    //Define api key and api url
    private $url = "https://sandbox.esignlive.com/api";
   // private $key = "your_api_key";
    private $key = "c07a3830-79d2-48b3-a9af-7b07ebd46aec";
    private $packageAppend = "/packages/";
    private $tokenAppend = "/signerAuthenticationTokens/";
 
it seems packageId is not being created. 
      
                                    
Reply to: getting unauthorised access and packageid not created
Wednesday, August 14, 2019 at 04:35am