Skip to main content
GET
/
v1
/
templates
List 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
  }
]

Authorizations

x-api-key
string
header
required

Your ps_ API key

Response

List templates