varshaa_web

Need information for sender account delete and update API call

0 votes
We are unable to find delete and update related API method call for sender account in eSignLive documentation. We have refereed this page of documentation: http://docs.e-signlive.com/doku.php?id=esl:api:e-signlive_account#get_accoun Please also provide information how we can suspend sender account using rest api call?

Reply to: Need information for sender account delete and update API call

0 votes
To delete a sender, you would make DELETE request to
https://sandbox.esignlive.com/api/account/senders/{senderId}
. To update a sender, you would make POST request to
https://sandbox.esignlive.com/api/account/senders/{senderId}
with the following example payload:
{
  "firstName" :  "Sam",
  "lastName" : "Smith",
  "type" : "MANAGER",
  "status" : "LOCKED"
}
As far as suspending a sender, it doesn't look like it's currently possible to do so. I apologize for these not being documented. We are actively working on improving our documentation. You will see some changes in the near future.
Haris Haidary OneSpan Technical Consultant

Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off