Request Body Parameters
Specifies the wabaid of the business account.
curl --request GET \
--url 'https://one.telepie.com/v3/{wabaid}/message_templates?fields=name%2Cstatus&limit=3&status=APPROVED&before=MjUZD&after=MjUZD' \
--header 'apikey: <api-key>'This API is used to check how many templates are there for particular user.
curl --request GET \
--url 'https://one.telepie.com/v3/{wabaid}/message_templates?fields=name%2Cstatus&limit=3&status=APPROVED&before=MjUZD&after=MjUZD' \
--header 'apikey: <api-key>'{
"data": [
{
"name": "carousel_000_24_05_24",
"status": "APPROVED",
"id": "1660142678145146"
},
{
"name": "image_template_24_may",
"status": "APPROVED",
"id": "313563575130455"
}
]
}
Was this page helpful?