AI Studio Resource Centre
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

NameDescription
botIdThe ID of the bot whose templates you want to retrieve.
searchThe template name to search for. The response will include only templates whose names contain the specified search value.

Headers

NameValue
Content-Typeapplication/json
AuthorizationBearer <token>
authtypeKey

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.

On this page