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>"
}

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