Skip to product menu
Zoho sign
Skip to main content
Zoho sign

Correct document

This will help to alter almost all steps of the document signing process. Apart from editing the document, with the correct document feature, you can:

  1. Add new documents to the envelope
  2. Add new recipients and change the signing order
  3. Add or delete document fields

Note: You can correct the document only before none of signers have completed signing the document.

API Endpoint

POST https://sign.zoho.com/api/v1/requests/<request_id>/markforcorrection

Request example

curl --location --'{{SIGN_URL}}/api/v1/requests/:Request_Id/markforcorrection' \
--header 'Authorization: Zoho-oauthtoken <Oauth Token>'

Response example

{
 "request_status":"correction",
 "code":0,
 "message":"success",
 "status":"success"
}
Request Demo