marioneil | Posts: 105

update Sender language

0 votes
Hi Is it possible to update the language of the sender , using the REST API after the sender has been created. For example making a PUT to https://sandbox.esignlive.com/api/account/senders/8X9iP9K5wQwK {"language":"en"}

harishaidary | Posts: 1812

Reply to: update Sender language

0 votes
Hi Mario, Yes it is indeed possible. First, you'll need to retrieve the sender's API key by doing a:
GET https://sandbox.esignlive.com/api/account/senders/{senderId}/apiKey
Then, using the sender API key as the Authorization header, make a:
POST https://sandbox.esignlive.com/api/preferences/{senderId}

{
    "language": "en"
}

marioneil | Posts: 105

Reply to: update Sender language

0 votes
thanks a lot

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