Download PDF
Retrieves the PDF content that can be downloaded.
Arguments
Param | Datatype | Description |
with_coc | Boolean | Download completion certificate along with document. Allowed values - true | false |
merge | Boolean | All signed documents will be merged along with the completion certificate. Allowed values - true | false |
password | String | Enter your document's password |
Request example - http://sign.zoho.com/api/v1/requests/request_id/pdf?with_coc=true&password=<password>&merge=true
API Endpoint
GET https://sign.zoho.com/api/v1/requests/[Request ID]/pdf
Request example
curl --location 'https://sign.zoho.com/api/v1/requests/:Request_ID/pdf' \
--header 'Authorization: Zoho-oauthtoken 1000.03xxxxxxxxxxxxxxxxxa5317.dxxxxxxxxxxxxxxxxxfa' \
Response example
HTTP/1.1 200 OK
Content-Type:application/pdf;
OR
Content-Type:application/zip; (In case of multiple documents)