List email templates
Email Templates
List email templates
List all email templates with pagination support. Optionally filter by status or by a case-insensitive partial name match.
GET
List email templates
Authorizations
API key authentication via Bearer token
Query Parameters
Maximum number of items to return (1-100)
Required range:
1 <= x <= 100Example:
10
Number of items to skip
Required range:
x >= 0Example:
0
Sort order by creation date
Available options:
asc, desc Example:
"desc"
Filter by template status
Available options:
active, archived Example:
"active"
Filter by name (case-insensitive partial match)
Required string length:
1 - 200Example:
"welcome"
Last modified on August 28, 2026