curl --request GET \
--url https://api.automatechats.com/api/templates/approved \
--header 'X-API-Key: <api-key>'{
"status": "<string>",
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"category": "<string>",
"language": "<string>",
"status": "<string>"
}
]
}Retrieves a list of all approved WhatsApp templates for your account.
curl --request GET \
--url https://api.automatechats.com/api/templates/approved \
--header 'X-API-Key: <api-key>'{
"status": "<string>",
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"category": "<string>",
"language": "<string>",
"status": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://automatebusiness.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.