Skip to main content
GET
/
v3
/
{wabaid}
/
message_templates?fields=name,status&limit=3&status=APPROVED&before=MjUZD&after=MjUZD
Get Template with Pagination
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>'

Request Body Parameters

wabaid
string
required
Specifies the wabaid of the business account.
{
  "data": [
    {
      "name": "carousel_000_24_05_24",
      "status": "APPROVED",
      "id": "1660142678145146"
    },
    {
      "name": "image_template_24_may",
      "status": "APPROVED",
      "id": "313563575130455"
    }
  ]
}