cURL
curl --request GET \ --url https://api.sandbox.monite.com/v1/mail_templates/system \ --header 'Authorization: Bearer <token>' \ --header 'x-monite-version: <x-monite-version>'
{ "data": [ { "available_templates": [ { "body_template": "<string>", "language": "<string>", "subject_template": "<string>" } ], "template_name": "<string>" } ] }
Get all system templates
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
All pre-defined email templates
Show child attributes