Forums

I am getting a 401 error when requesting an authentication token for a "SENDER" with a mixed-case email. Other places in the REST API do not require a lowercase value for email in the json.

The request I made was:

https://sandbox.esignlive.com/apitoken/clientApp/accessToken
{"clientId":"xxxxxxxxxx","secret":"xxxxxxxxxxx","type":"SENDER","email":"[email protected]"}

 

Forums
Hi, i am trying to integrate our web application with e-signature and display the "package view" for sender in iframe. What i CAN do and what is working is to obtain a session and build a package view for sender: private String getRedirectToPackageViewForSender(EslClient eslClient, AuthenticationClient authenticationClient, PackageId packageId) { final String senderAuthenticationToken = eslClient.getAuthenticationTokensService().createSenderAuthenticationToken(packageId.getId()); String redirectToPackageViewForSender = authenticationClient.buildRedirectToPackageViewForSender(userAuth
Example code shows how to create and use a sender authentication token.
Rate this Code Share
Downloads
2
Source type
External website - Your website or git repository
Example code shows how to create and use a sender authentication token. 
Rate this Code Share
Downloads
3
Source type
External website - Your website or git repository