Download Completed Project

Download Completed Project

This endpoint allows you to download a completed signature request document by specifying the unique project identifier (UUID). The downloaded file will have the name of the completed document.


HTTP Method and URL

GET {{host}}/vault/items/:uuid/download?user_type=ENTERPRISE_API


Authentication Requirements

Requires a valid authentication token (e.g., user-token) to be included in the request headers.


Path and Query Parameters

Path Parameter:

  • uuid (string): The UUID of the project to download. Example: {{project-uuid}}

Query Parameter:

  • user_type (string): Specifies the type of user. Example: ENTERPRISE_API

Example Request

GET {{host}}/vault/items/{{project-uuid}}/download?user_type=ENTERPRISE_API
Authorization: Bearer {USER-TOKEN}

Example Successful Response

  • Status: 200 OK

  • Body: The response body contains the binary content of the completed document file. The file will be downloaded with its original name.


Error Responses

  • 401 Unauthorized: Authentication failed or missing token.

  • 404 Not Found: The specified project UUID does not exist or the document is not available for download.


Usage Notes

  • Ensure that the user-token is valid and has permission to access the requested document.

  • The endpoint does not require a request body.

  • The response is a file download; handle the response appropriately in your client or application.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Query Params
string
Responses

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json