Skip to content
Select themeSelect language

`GET /api/admin/templates` — list the editable transactional-email templates with a rendered sample preview.

GET
/api/admin/templates
curl --request GET \
--url https://example.com/api/admin/templates
Media typeapplication/json
Array<object>
object
body
required
string
key
required
string
sample_context
required
subject
required
string
updated_at
required
string format: date-time
updated_by
string | null format: uuid
Examplegenerated
[
{
"body": "example",
"key": "example",
"sample_context": "example",
"subject": "example",
"updated_at": "2026-04-15T12:00:00Z",
"updated_by": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0"
}
]