Update Email Signature. Use this endpoint to update the email signature associated with the current account.
Sample request:
POST /Accounts/email-signature "emailSignature" : "Best Regards, John Doe"
POST
/api/v1/accounts/email-signature
curl \
--request POST 'https://api.lwolf.com/authentisign/api/v1/accounts/email-signature' \
--header "Content-Type: multipart/form-data" \
--form "emailSignature=string"
Response examples (default)
{
"code": 42,
"message": "string",
"details": [
"string"
]
}
Response examples (default)
{
"code": 42,
"message": "string",
"details": [
"string"
]
}