Signature Direct Flow
It is possible to just electronically sign a file. Bellow you will find information about
Note that this flow won't send any notification emails nor sms to recipients
POST https://dmsworkspace-gateway-backend-int.dmsworkspace.com/DMSWORKSPACE-ESIGNATURE-BACKEND/v1/signatures/sign
Request-Type: form-data
Params
Name
Type
Description
file
Multipart File
Document to be signed
ip
string
User IP address
recipients
string
Recipients list payload
Recipients Payload
[
{
"recipientName": "John Doe",
"recipientAddress": "7900 NW 194 ST",
"recipientPostalCode": "33015",
"recipientLocality": "Miami",
"recipientStateOrProvince": "Florida",
"recipientCountry": "United States",
"recipientEmail": "[email protected]",
"phone": "+1 305 555 5555",
"role": "SIGNER",
"deliveryMode": "NONE"
}
]Responses
Signed file binary response
Last updated