Skip to main content
GET
Find all message templates.

Authorizations

Authorization
string
header
required

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

Headers

project
string
required

Query Parameters

limit
number<double>
  • Maximum number of templates to return; unlimited when omitted (with searchTerm: default 25, max 50).
skip
number<double>
  • Number of templates to skip.
searchTerm
string
  • Matches the template title first, then body text. Search results are capped (default 25, max 50) and include matchedIn and matchSnippet.
visibility
string
  • public for public templates only, private for non-public templates shared with the caller; omit for both.
withCount
boolean
  • Return { data, totalCount } instead of a plain array.
forUsage
boolean
  • Apply usage restrictions: exclude templates limited to teams the caller is not a member of. Sent by the template pickers; the settings pages omit it so restricted templates stay manageable.
ticketType
string
  • Exclude templates limited to other ticket types.
tag
string
  • Only templates carrying this tag.

Response

200 - application/json

Ok