POST
/
v1
/
templates
/
copy
/
{template_id}
curl --request POST \
  --url https://api.pulze.ai/v1/templates/copy/{template_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "description": "<string>",
  "app_logo": "<string>",
  "template_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "org_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "created_key": "<string>",
  "key_end": "<string>",
  "name": "<string>",
  "description": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required

Name of the template

template_id
string
required

ID of the template

description
string | null

Description of the template

Logo of the template

Response

201
application/json
Successful Response
id
string
required
org_id
string
required
created_key
string | null
key_end
string | null
name
string
description
string | null