Skip to content

Email Template Detail

Returns a single email template with its full field set — the data behind the admin Marketing → Communications → Email Templates view screen.

TIP

New here? Read the Email Templates overview for what a template does and how its fields behave.

Endpoint

EndpointMethod
/api/admin/marketing/templates/{id}GET

Details

  • Requires an admin Bearer token in the Authorization header.
  • An unknown id returns a 404.

Response fields

FieldTypeNotes
idintNumeric id
namestringTemplate name
statusstringactive, inactive, or draft
contentstringRaw HTML email body
createdAtstringCreation timestamp
updatedAtstringLast-update timestamp

Released under the MIT License.