Skip to main content
GET
/
templates
/
{templateId}
Get Template
curl --request GET \
  --url https://api.sternrockcapital.com/templates/{templateId}
{
  "createdAt": "<string>",
  "id": "<string>",
  "name": "<string>",
  "tag": "email",
  "template": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://mint-docs.sternrockcapital.com/llms.txt

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

Path Parameters

templateId
string<UUID>
required

UUID of the template

Response

OK

createdAt
string
id
string
name
string
tag
enum<string>
Available options:
email,
text-message
template
string