ReDoc documentation

custom-email/templates/{templateId}

custom-email/templates/{templateId}

Retrieve a single custom email template by id, including its content and styles.

Request
path Parameters
templateId
required
integer
Responses
200

200 Success.

400

400 Bad Request

401

401 Unauthorized

default

Unexpected error

get/V1/custom-email/templates/{templateId}
Response samples
{
  • "added_at": "string",
  • "modified_at": "string",
  • "template_code": "string",
  • "template_id": 0,
  • "template_styles": "string",
  • "template_subject": "string",
  • "template_text": "string",
  • "template_type": "string"
}