Skip to content

Get WhatsApp template

Request

Get a WhatsApp template by id with template's category and approval status.

Security
ApiKeyAuth
Path
templateIdstring, (uuid)required
GET
/beta/whatsapp/templates/{templateId}
curl -i -X GET \
  'https://dev.dixa.io/beta/whatsapp/templates/{templateId}' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

The WhatsApp template

Bodyapplication/json
dataobject(WhatsappTemplate)required
Response
{ "data": { "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890", "name": "order_confirmation", "language": "en", "createdAt": "2026-01-01T00:00:00Z", "category": "UTILITY", "approvalStatus": "approved", "body": "Your order {{1}} has been confirmed.", "variables": {} } }