Skip to main content
GET
/
v1
/
templates
/
{id}
Get template
curl --request GET \
  --url https://pilotstatus.com.br/v1/templates/{id} \
  --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

Path Parameters

id
string
required

Template id or name.

Response

Get template