Create Template Clone
POST {{baseUrl}}/api/template-clone/
Create a clone of a template with the given template ID.
Rate limits:
Burst: 10/s
Steady: 150/m
Scopes:
template:write
Request Body
{"data"=>{"type"=>"template", "attributes"=>{"id"=>"<string>", "name"=>"<string>", "return_fields"=>["<string>", "<string>"]}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
revision | string | (Required) API endpoint revision (format: YYYY-MM-DD[.suffix]) | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"data":{"type":"template","id":"\u003cstring\u003e","attributes":{"company_id":"\u003cstring\u003e","name":"\u003cstring\u003e","editor_type":"\u003cstring\u003e","html":"\u003cstring\u003e","text":"\u003cstring\u003e","created":"\u003cdateTime\u003e","updated":"\u003cdateTime\u003e"},"links":{"self":"\u003curi\u003e"}}}