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

# Show default

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

Return the default signature template if there is one for the specified mail service

## Path parameters

- `mail_hosting_id` string, required

## Query parameters

- `with` string

## 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

---

[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)
