v1
latestOpenAPI 3.0.02026-07-24226294602.4 KBEmail Template
Get Email Templates
Get a list of email templates for the requesting Customer.
get/communications/emails/templates
Query parameters
workflow_onlyboolean
True if only workflow email templates should be returned.
Headers
x-api-keystring required
A valid api key. If you don't have one, please request one through the Web Integration screen.
Response
List of segments with their basic data.
Example response
{
"email_templates": [
{
"id": 1234567891234567,
"source_global_email_template_id": 1234567891234567
}
]
}