Get Email Templates List

Query basic information of multiple email templates owned by the authenticated API_USER. Filters are exact match (SQL =); results are always sorted by gmt_created descending; pagination via start/limit.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required

Authentication credential (API_USER from console); invalid credentials return 40005.

string
required

Authentication credential (API_KEY from console); invalid credentials return 40005.

string
length ≤ 64

Calling name of the email template, exact match filter. Longer than 64 chars is rejected with 40202.

integer
enum

Template type filter (0 = triggered, 1 = bulk). Non-integer or out-of-enum values are rejected with 40204.

Allowed:
integer
≥ 0
Defaults to 0

Query start position (pagination offset, defaults to 0). Negative, non-integer or overflowing values are rejected with 40002.

integer
0 to 100
Defaults to 100

Number of results returned per query (defaults to 100, hard ceiling 100). Out-of-range or non-integer values are rejected with 40004.

integer
enum

UNDOCUMENTED on the official page: consumed by the list SQL as a source_method filter (0 = RTE, 3 = Code). Unlike /add there is no enum validation here; any other integer simply matches no rows.

Allowed:
Response

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json