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
listMessageTemplates
GET/message_templates
List the message templates. Required scope: `message_templates:read`

Field used to sort the message templates. Either `created_at`, `updated_at`, or `sort_order`.

Order by which results should be sorted

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import front from '@utdk/front';

await front.listMessageTemplates()