Skip to main content
GET
List templates

Authorizations

Authorization
string
header
required

API key authentication. Use your API key as the bearer token.

Query Parameters

tags
string

Comma-separated tags to filter by (AND logic)

Example:

"newsletter,vip"

Response

List of templates

id
string<uuid>
required
Example:

"123e4567-e89b-12d3-a456-426614174000"

organization_id
string<uuid>
required
name
string
required
subject
string
required
html_content
string | null
required
text_content
string | null
required
variables
string[] | null
required
from_email
string | null
required
from_name
string | null
required
reply_to
string | null
required
preview_text
string | null
required
preview_html
string | null
required

Preview HTML content for AI agent review workflow

inbox_id
string<uuid> | null
required

Associated inbox ID for sender identity defaults

Example:

"123e4567-e89b-12d3-a456-426614174000"

tags
string[]
required

Tags for categorization.

Example:
created_by
string<uuid> | null
required
created_at
string<date-time>
required
updated_at
string<date-time>
required