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-tokenis 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.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
