Signature Request
Download Files as File Url
Obtain a copy of the current documents specified by the signature_request_id parameter. Returns a JSON object with a url to the file (PDFs only).
If the files are currently being prepared, a status code of 409 will be returned instead.
get/signature_request/files_as_file_url/{signature_request_id}
Path parameters
signature_request_idstring required
The id of the SignatureRequest to retrieve.
Query parameters
force_downloadinteger
By default when opening the file_url a browser will download the PDF and save it locally. When set to 0 the PDF file will be displayed in the browser.
Response
successful operation