Return all your created WhatsApp templates
Query parameters
Mandatory if endDate is used. Starting (urlencoded) UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ) to filter the templates created. Prefer to pass your timezone in date-time format for accurate result
Mandatory if startDate is used. Ending (urlencoded) UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ) to filter the templates created. Prefer to pass your timezone in date-time format for accurate result
Number of documents per page
Index of the first document in the page
Sort the results in the ascending/descending order of record modification. Default order is descending if sort is not passed
source of the template
Response
WhatsApp templates informations
Example response
{
"templates": [
{
"id": "235",
"name": "Test template",
"status": "approved",
"language": "en",
"category": "MARKETING",
"errorReason": "NONE",
"createdAt": "2017-06-01T12:30:00.000+0000",
"modifiedAt": "2017-05-01T12:30:00.000+0000"
}
],
"count": 24
}Changes
Changed in 2 of the 2 revisions of this API.11
- ○
added the new optional
queryrequest parametersourcenew-optional-request-parameter
- ○
- ●
deleted the
queryrequest parametersourcerequest-parameter-removed
- ●