Dropbox SignDropbox Sign eSignature API
GET/signature_request/files_as_file_url/{signature_request_id}
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.
Manage accounts, signature requests, templates, teams, bulk sends, file downloads, fax, and event callbacks through the complete Dropbox Sign v3 API; the Hub provides documentation and a local SDK/CLI only.
Request
- operationId
signatureRequestFilesAsFileUrl- Server
https://api.hellosign.com/v3- Authentication
- api_key, oauth2
Request parameters
signature_request_id
pathstringrequired
The id of the SignatureRequest to retrieve.
fa5c8a0b0f492d768749333ad6fcc214c111e967
force_download
queryinteger
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.
1
Responses
200
FileResponseapplication/json
successful operation
Properties: file_urlexpires_at
4XX
ErrorResponseapplication/json
failed_operation
Properties: error
{
"file_url": "https://example.com/resource",
"expires_at": 0
}