Skip to main content
POST
/
templates
/
commands
/
create
Create template
curl --request POST \
  --url https://api.example.com/templates/commands/create \
  --header 'Content-Type: application/json' \
  --data '
{
  "widgetType": "<string>",
  "showcase": "<string>",
  "properties": [
    {}
  ]
}
'
{
  "id": "<string>",
  "showcase": "<string>",
  "properties": [
    {}
  ],
  "recipientId": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://opendonationassistant.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
widgetType
string
required
showcase
string
required
properties
object[]
required

Response

Template created successfully

id
string
required
showcase
string
required
properties
object[]
required
recipientId
string
required