Skip to main content
GET

Authorizations

string | header
required
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

string
Search query string. Searches across template name, subject, and template ID.Example: "welcome"
string
Filter templates by type.Allowed values: transactional, marketingExample: "transactional"
string
Filter by exact template name.Example: "Welcome Email"
string
Filter by subject line.Example: "Welcome"
string
Filter by template ID.Example: "A-abc123def456ghi789jk"
integer
Page number for pagination (starts at 1).Minimum: 1Example: 1
integer
Number of results per page.Range: 1 - 100Example: 10
string
Field to sort results by.Default: "createdAt"Example: "createdAt"

Response

Templates search results
boolean
Indicates if the request was successfulExample: true
object