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.
Example response
[
{
"name": "successful outbound fax",
"createdAt": "2025-10-24 19:11:50.235000+00:00",
"description": "Successful fax template"
}
]