v1

latestOpenAPI 3.0.3Apache 2.02026-07-1710047196.1 KB
email_template

Retrieve all email templates

get/api/v1/template

Response

Templates successfully retrieved

statusstring
status_codeinteger
messagestring

Example response

{
  "status": "success",
  "status_code": 200,
  "message": "Templates successfully retrieved",
  "data": [
    {
      "id": "01910b38-22db-79a1-a766-26b69757e3d2",
      "name": "template_name",
      "body": "this is the email body",
      "created_at": "2024-08-01T00:55:14.011782+01:00",
      "updated_at": "2024-08-01T00:55:14.011782+01:00"
    }
  ]
}