---
title: "List templates for domain"
method: GET
path: "/services/{serviceId}/domains/{domainName}/templates"
tags: ["Templates"]
---

# List templates for domain

`GET /services/{serviceId}/domains/{domainName}/templates`

List templates for a specific domain for the specified service.

## Path parameters

- `serviceId` string, required
- `domainName` string, required

## Response `200`

The returned templates.

- TemplateDomainItem[] — An array of the named templates for the domain specified.
  - `name` 'successful outbound fax' | 'unsuccessful outbound fax' | 'successful inbound fax' | 'unsuccessful inbound fax' — The name of the email template.
  - `createdAt` string, date-time — The timestamp on which the template was created.
  - `description` string — The description for the template.

---

[API](https://skmtc.net/sinch/apis/fax-api.md) · [All operations](https://skmtc.net/sinch/apis/fax-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sinch/fax-api/revisions/ebcbb377ee0f/schema)
