Api referencesWhatsApp Bot
List Templates
This request retrieves a list of existing WhatsApp templates .
GET https://api-v7.express-chat.com/whatsapp-automation/templates/get-facebook-templates/{botId}?search={search}
Query Parameters
| Name | Description |
|---|---|
| botId | The ID of the bot whose templates you want to retrieve. |
| search | The template name to search for. The response will include only templates whose names contain the specified search value. |
Headers
| Name | Value |
|---|---|
| Content-Type | application/json |
| Authorization | Bearer <token> |
| authtype | Key |
Responses
Sample requests
Replace <token> in the below example requests with your valid Bearer token.
curl 'https://api-v7.express-chat.com/whatsapp-automation/templates/get-facebook-templates/690823e884ec34b46d906126?search=a'
-X 'GET'
-H 'Authorization: Bearer <token>'
-H 'Content-Type: application/json'
-H 'authtype: Key'
--compressed❓ Got any questions?
If you have any questions, you can look into our repository of FAQs, most likely, you will find your answer here, If not, write us at production@S10U.co.za.