Duplicate a template

POST {{url}}/v2/templates/{{template_id}}/copy

Creates a new document copy out of template. If a name is not supplied than it will default to the original template name.

Request Body

{"template_name"=>"new template", "folder_id"=>"{{template_folder_id}}", "clear_recipient_details"=>false}

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring