latestOpenAPI 3.1.0MIT2026-08-103050171.2 KB

ebcbb377ee0f

Templates

List templates for domain

List templates for a specific domain for the specified service.

get/services/{serviceId}/domains/{domainName}/templates

Path parameters

serviceIdstring required
Example:01GVRB50KEQFFE1SGMPFRNBG6J

The serviceId containing the templates you want to list.

domainNamestring required
Example:yourdomain.com

The name of the domain containing the templates you want to list.

Response

The returned templates.

name'successful outbound fax' | 'unsuccessful outbound fax' | 'successful inbound fax' | 'unsuccessful inbound fax'

The name of the email template.

createdAtstring date-time

The timestamp on which the template was created.

descriptionstring

The description for the template.

Example response

[
  {
    "name": "successful outbound fax",
    "createdAt": "2025-10-24 19:11:50.235000+00:00",
    "description": "Successful fax template"
  }
]