curl --location --request GET 'https://api.chakrahq.com/v1/ext/plugin/whatsapp/api/v19.0/83784929738012/message_templates?limit=25&after=mJxa1' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"name": "demo_template",
"parameter_format": "POSITIONAL",
"components": [
{
"type": "BODY",
"text": "Hello, We are pleased to inform that you can now create message templates thorugh ChakraHQ."
}
],
"language": "en",
"status": "APPROVED",
"category": "MARKETING",
"id": "1944343716098895"
}
],
"paging": {
"cursors": {
"before": "MAZDZD",
"after": "MjQZD"
},
"next": "http://localhost:1337/v1/ext/plugin/whatsapp/api/v16.0/103966842495940/message_templates?limit=25&after=MjQZD"
}
}