---
title: "List all Templates"
method: GET
path: "/1/mail_hostings/{mail_hosting_id}/signatures/templates"
tags: ["Service Mail > Signatures templates"]
---

# List all Templates

`GET /1/mail_hostings/{mail_hosting_id}/signatures/templates`

List all signatures templates for the given Mail Hosting product

## Path parameters

- `mail_hosting_id` string, required

## Query parameters

- `with` string
- `return` 'total'
- `page` integer
- `per_page` integer
- `order_by` union
  - string
  - string[]
- `order` 'asc' | 'desc'
- `order_for` object

## Response `200`

OK

- object
  - `result` 'success' | 'error' | 'asynchronous', required — Result of the HTTP request
  - `data` 93e74a89SignatureTemplate[]
    - `id` string, required — Unique identifier of the resource `Signature Template`
    - `name` string, required — Name of the resource `Signature Template`
    - `service_mail_id` string, required
    - `content` string
    - `position` string
    - `name_format` string, nullable, required
    - `status` 'draft' | 'enabled', required — Specifies the current status of the signature template. The signature can either be enabled and ready for use, or in draft mode awaiting validation.<note><strong>draft</strong>: The signature is in draft mode and cannot be used until it has been validated.</note><note><strong>enabled</strong>: The signature is enabled and available for use in emails.</note>
    - `is_default` boolean, required
    - `creator` 93e74a89SignatureTemplateCreator — The signature template creator information
      - `id` integer, required — Unique identifier of the resource `Signature Template Creator`
      - `email` string, required — Email
      - `firstname` string, required
      - `lastname` string, required
    - `form_data` unknown[]
      - unknown
  - `total` integer — Total number of items Added when using query parameter `page`
  - `page` integer — Number of the current page Added when using query parameter `page`
  - `pages` integer — Total number of pages Added when using query parameter `page`
  - `items_per_page` integer — Number of items per page Added when using query parameter `page`

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infomaniak/api-reference-developer-tools/revisions/1c59d729611a/schema)
