Skip to main content
Extend document

This will help you extend the expiration date of the envelope signing link.

Arguments

Param

Datatype

Description

expire_by *

String

Document expiration date

 

API Endpoint

PUT https://sign.zoho.com/api/v1/requests/:Request_Id/extend

Request example

curl --location --request PUT 'https://sign.zoho.com/api/v1/requests/:Request_Id/extend' \
--header 'Authorization: Zoho-oauthtoken 1000.03xxxxxxxxxxxxxxxxxa5317.dxxxxxxxxxxxxxxxxxfa' \
--form 'expire_by="30 November 2024"'

Response example

HTTP/1.1 200 OK
Content-Type:application/json;charset=UTF-8
{
"code":0,
"message":"Document validity has been extended",
"status":"success"
}
Request Demo