get
https://company_subdomain.talkpush.com/api/talkpush_services/messaging/templates
Returns all Message Templates for the company, excluding system-internal StatusReason sub-type templates.
Content is always returned in Handlebars format ({{token_name}}), even when the underlying template was created through the UI using the legacy DraftJS editor.
Filtering: Use name (case-insensitive partial match), type (email, sms, whatsapp, messenger, or calendar), and category (exact match) to narrow results.
Pagination: Use page and per_page (default 25, max 100). Response headers X-Total-Count and X-Page-Count describe the full result set.
401Missing, invalid, or inactive API key.
500Internal server error; the response may include an exception message.
