whatsapp
List templates
List all message templates for the WhatsApp Business Account (WABA) associated with the given account. Templates are fetched directly from the WhatsApp Cloud API.
AuthorizationBearer <token>
API key authentication - use your Late API key as a Bearer token
In: header
Query Parameters
accountIdstring
WhatsApp social account ID
Response Body
application/json
application/json
curl -X GET "https://getlate.dev/api/v1/whatsapp/templates?accountId=string"{
"success": true,
"templates": [
{
"id": "string",
"name": "string",
"status": "APPROVED",
"category": "AUTHENTICATION",
"language": "string",
"components": [
{}
]
}
]
}Empty
{
"error": "Unauthorized"
}Empty