Skip to main content
GET
List templates

Supported products

Query Parameters

after
string

The paging cursor token of the last successfully read resource, returned as the paging.next.after JSON property of a paged response containing more results.

limit
integer<int32>
default:20

The maximum number of results to display per page. Defaults to 20.

Response

successful operation

results
object[]
required

An array of public templates. Each item in the array is an object representing a template with properties such as id, name, subject, body, folderId, ownerId, createdAt, and updatedAt.

paging
object

Paging information for forward-only pagination. Contains the next page reference when more results are available; omitted or empty on the last page.

Last modified on September 14, 2026