v1
latestOpenAPI 3.0.32026-07-246376162.1 KBMessaging
Get WhatsApp template
Returns detailed information about a specific WhatsApp template.
get/api/v4/messaging/whatsapp_templates/{whatsapp_template_id}
Path parameters
whatsapp_template_idstring uuid required
Example:0b62763c-40d6-4ec8-8380-3cb94e442a75
The unique identifier of the WhatsApp template.
Response
OK
Example response
{
"whatsapp_template": {
"id": "0b62763c-40d6-4ec8-8380-3cb94e442a75",
"name": "appointment_reminder",
"category": "utility",
"language": "en",
"body": "Hi {{1}}, this is a reminder about your appointment on {{2}}.",
"status": "approved",
"channel_profiles": [
{
"id": 12,
"channel": "whatsapp",
"identifier": "18885658889",
"name": "WhatsApp Main (18885658889)"
}
],
"created_at": "2026-01-15T10:30:00.123000Z",
"updated_at": "2026-01-20T14:15:00.456000Z"
}
}