Remind recipient

A reminder is sent to the person who needs to sign.

API Root Endpoint

CopiedPOST https://sign.zoho.com/api/v1/requests/[Request ID]/remind

Request example

Copiedcurl --location --request POST 'https://sign.zoho.com/api/v1/requests/:Request_Id/remind' \
--header 'Authorization: Zoho-oauthtoken 1000.03xxxxxxxxxxxxxxxxxa5317.dxxxxxxxxxxxxxxxxxfa' \

Response example

CopiedHTTP/1.1200 OK
Content-Type:application/json;charset=UTF-8
{
"code":0,"message":"Reminder has been sent","status":"success"
}