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 an email template does and how its fields behave.
Operation
| Operation | Type | Purpose |
|---|---|---|
adminMarketingTemplate | Query | Fetch one email template by id |
Details
- Requires an admin Bearer token in the
Authorizationheader. - Pass the template's IRI (e.g.
/api/admin/marketing/templates/21) as theidargument;_idin the response is the numeric id.
Fields
| Field | Type | Notes |
|---|---|---|
id | ID | The template's IRI |
_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 |

