Skip to main content
GET
List All Transactionals

Overview

Get a list of all email templates you’ve created in the Minimo dashboard. Use this endpoint to:
  • Display available templates in your application
  • Verify template IDs before sending emails
  • Build template selection interfaces
  • Audit your template library

Response Structure

The response includes template metadata:

Template Categories

Templates can belong to different categories:

Template Status

Only active templates can be used with the Send Email Template endpoint.

Use Cases

Template Selector UI

Build a dropdown to let users choose templates:

Validate Template ID

Before sending an email, verify the template exists:

Filtering (Coming Soon)

Future versions will support filtering:

Authorizations

Authorization
string
header
required

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

Response

Successful response with a list of transactional messages.

data
object[]