Dropbox Sign/templateFilesAsDataUri

Preview only · details below

Dropbox SignDropbox Sign eSignature API

GET/template/files_as_data_uri/{template_id}

Get Template Files as Data Uri

Obtain a copy of the current documents specified by the `template_id` parameter. Returns a JSON object with a `data_uri` representing the base64 encoded file (PDFs only). If the files are currently being prepared, a status code of `409` will be returned instead. In this case please wait for the `template_created` callback event.

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
templateFilesAsDataUri
Server
https://api.hellosign.com/v3
Authentication
api_key, oauth2

Request parameters

template_id

pathstringrequired

The id of the template files to retrieve.

f57db65d3f933b5316d398057a36176831451a35

Responses

200

FileResponseDataUriapplication/json

successful operation

Properties: data_uri

4XX

ErrorResponseapplication/json

failed_operation

Properties: error

{
  "data_uri": "https://example.com/resource"
}