Pular para o conteúdo principal
GET
/
v1
/
templates
Listar templates
curl --request GET \
  --url https://pilotstatus.com.br/v1/templates \
  --header 'x-api-key: <api-key>'
[
  {
    "id": "tpl_01HZX...",
    "name": "boas_vindas",
    "category": "UTILITY",
    "body": "{\"body\":{\"text\":\"Olá {{1}}, seja bem-vindo!\"}}",
    "variables": [
      "nome"
    ],
    "source": "META",
    "metaStatus": "APPROVED",
    "metaLanguage": "pt_BR",
    "sendable": true
  }
]

Autorizações

x-api-key
string
header
obrigatório

Sua chave de API ps_

Resposta

Listar templates