provider Message Templates GET
/message_templates @utdk/front
/message_templates List message templates
List the message templates.
Required scope: `message_templates:read`
- sort_by query
- Field used to sort the message templates. Either `created_at`, `updated_at`, or `sort_order`.
- string
- sort_order query
- Order by which results should be sorted
- enum: asc, desc
Try it
Authentication
Configure credentials for Core API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import front from '@utdk/front';
await front.listMessageTemplates()