GET /esignglobal/v1/envelope/preSignUrl
Interface Description
Developers can retrieve the url to preview the envelope through this API, as long as the envelope has been started.
Mainly used to enable non-recipients to view signed documents and track signing progress in the docking platform.
Request Parameters
Request Example
GET https://…/esignglobal/v1/envelope/preSignUrl?envelopeId=flow1234567890
Responses
Response example
{
"code": 0,
"message": "success",
"data": {
"envelopeId":"flow1234567890",
"envelopeStatus":5,
"preSignUrl":"https://xxxxxxx/xxxxxxxx"
}
}