Get Template Files as Data Uri
Authentication
Use your API key with HTTP Basic authentication in the form Basic <api_key>. See Authentication for more information.
✅ Supported by Try it console (calls sent in test_mode only).
Use your API key with HTTP Basic authentication in the form Basic <api_key>. See Authentication for more information.
✅ Supported by Try it console (calls sent in test_mode only).
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.
You can use an Access Token issued through an OAuth flow to send calls to the Dropbox Sign API from your app. The access scopes required by this endpoint are listed in the gray box above. See Authentication for more information. ❌ Not supported by Try it console.