email_template
Retrieve a specific email template by its ID
get/api/v1/template/{id}
Path parameters
idstring required
Response
Template successfully retrieved
Example response
{
"status": "success",
"status_code": 200,
"message": "Template successfully retrieved",
"data": {
"id": "01910b26-4508-7e1b-8855-15aeb15133aa",
"name": "send_invitation",
"body": "<!DOCTYPE html>\r\n<html>\r\n <body\r\n </body>\r\n</html>",
"created_at": "2024-08-01T02:00:14.011782+01:00",
"updated_at": "2024-08-01T02:00:14.011782+01:00"
}
}