get https://api-cerberus-kong.socialminer.tech/api/Templates/
Recuperar modelos
Para recuperar um modelo específico, envie uma solicitação GET
para o endpoint api/Templates/{TEMPLATE_ID}
usando o Id do template.
Exemplo de solicitação
curl --request GET \
--url 'https://api-cerberus-kong.socialminer.tech/api/Templates/1870780803297694' \
--header 'apikey: {APIKEY}' \
--header 'version: 5.0'
Se ela for bem-sucedida, um objeto JSON será retornado:
{
"name": "beta_abandoncart_link_v1_1",
"components": [
{
"type": "BODY",
"text": "Olá{{1}}! Achamos seu carrinho abandonado em nossa loja online e guardamos seus produtos para você, ok?",
"example": {
"body_text": [
[
"Will"
]
]
}
},
{
"type": "BUTTONS",
"buttons": [
{
"type": "URL",
"text": "Conferir",
"url": "https://socl.me/{{1}}",
"example": [
"https://socl.me/WZSNX72GWPEEZGYAB5ESLNYEWU?smpid=FBNVFJEIGRNU7DZEWH2VS3GVRM&m=CEVAQBYYV5HU3IEBECIOUXD2ZE"
]
}
]
}
],
"language": "pt_BR",
"status": "APPROVED",
"category": "MARKETING",
"id": "1251917259083384"
}