List Email Templates
Lists every email template in the store — the data behind the admin Marketing → Communications → Email Templates datagrid.
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 | GET |
Response envelope
Admin collections return a { data, meta } body envelope:
data— the template rows for this page.meta—currentPage,perPage,lastPage,total,from,to.
Each row carries the full template fields, including the content HTML body.
Query parameters
| Parameter | Description |
|---|---|
page, per_page | Pagination (per_page default 10, max 50) |
name | Name — partial match |
status | active, inactive, or draft |
sort, order | Sort field (id, name) + asc / desc (default id desc) |
Filters compose with logical AND — more filters narrow the result.
Every /api/admin/* request requires an admin Bearer token.

