Email Template Detail
Returns a single email template with its full field set — the data behind the admin Marketing → Communications → Email Templates view screen.
TIP
New here? Read the Email Templates overview for what a template does and how its fields behave.
Endpoint
| Endpoint | Method |
|---|---|
/api/admin/marketing/templates/{id} | GET |
Details
- Requires an admin Bearer token in the
Authorizationheader. - An unknown id returns a
404.
Response fields
| Field | Type | Notes |
|---|---|---|
id | int | Numeric id |
name | string | Template name |
status | string | active, inactive, or draft |
content | string | Raw HTML email body |
createdAt | string | Creation timestamp |
updatedAt | string | Last-update timestamp |

