---
title: "Listar template de mensagens"
method: GET
path: "/v2/template/all"
tags: ["conversas-v2-templates"]
---

# Listar template de mensagens

`GET /v2/template/all`

Listar templates de mensagens.

## Response `200`

Lista de templates

- object
  - `templates` Template[], required — Lista de todas as mensagens de template da empresa.
    - `channel` string — Canal do template.
    - `content` string, required — Texto do template.
    - `content_media` unknown
    - `id` string, hash, required — ID do template.
    - `title` string — Título do template.

## Other responses

- `400` — Bad request
- `401` — Access Token missing or invalid
- `403` — Not authorized to access such resource
- `404` — Resource not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/rdstation/apis/webhook-service.md) · [All operations](https://skmtc.net/rdstation/apis/webhook-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rdstation/webhook-service/revisions/3867c21388e8/schema)
