Skip to main content
GET
List email templates

Authorizations

Authorization
string
header
required

Authenticate every request with a Bearer token. Pass your Reply API key in the Authorization header:

Get your API key from the Reply dashboard: Settings → API Key.

Query Parameters

top
integer

Maximum number of items to return

skip
integer

Number of items to skip

name
string

Filter templates by name (partial match)

folder_id
integer

Filter templates by folder ID

folder_type
string

Filter templates by folder type (e.g., "personal", "shared")

is_default
boolean

Filter templates by default status

Response

Paginated list of email templates

items
EmailTemplateBase · object[]
hasMore
boolean

Whether more items are available beyond the current page