> ## Documentation Index
> Fetch the complete documentation index at: https://docs-platform.services-valid.com.br/llms.txt
> Use this file to discover all available pages before exploring further.

# Exibir detalhe template

> Retorna os dados completos de um template específico.

## Path Parameters

<ParamField path="id" type="integer" required>
  ID do template. **Exemplo**: `1`
</ParamField>

<ResponseExample>
  ```json 200 Sucesso theme={"theme":"catppuccin-latte"}
  ```

  ```json 404 Not Found theme={"theme":"catppuccin-latte"}
  {
    "message": "Template não encontrado."
  }
  ```

  ```json 500 Internal Server Error theme={"theme":"catppuccin-latte"}
  {
    "message": "Erro interno do servidor."
  }
  ```
</ResponseExample>
