Templates

Duplicate template into signing request

Creates a new signing request by duplicating an existing template, including all fields, users, reminders, and settings.

post/templates/{id}/duplicate

Path parameters

idstring uuid required

Template ID to duplicate

Request body

namestring

Custom name for the new signing request (defaults to template name)

Response

Template duplicated successfully into a new signing request

idstring uuid required

ID of the newly created signing request

namestring required

Name of the new signing request

descriptionstring nullable

Description of the new signing request

statusstring required

Status of the new signing request

workspace_idstring uuid required

Workspace the signing request belongs to

created_datestring date-time

Creation timestamp

Example response

{
  "status": "draft"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.