Skip to main content
GET
/
templates
/
:id
Fetch Single Template
curl --request GET \
  --url https://api-prod.syntr.co/api/v1/email-marketing/templates/:id \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "data": {
    "id": "8c7d-bcde-1122",
    "name": "Welcome Email v2",
    "subject": "Welcome to Syntr!",
    "content": "<html>...</html>",
    "createdAt": "2024-03-18T10:00:00Z"
  }
}
{
  "success": true,
  "data": {
    "id": "8c7d-bcde-1122",
    "name": "Welcome Email v2",
    "subject": "Welcome to Syntr!",
    "content": "<html>...</html>",
    "createdAt": "2024-03-18T10:00:00Z"
  }
}